Hi, moving this conversation from a comment in Github commit to the place where it belongs: helenos-devel.
------------ zmmaj wrote: HelenOS do not see real HDD and real CD drive... I try fat32, ext4fs.. as Ide ATA master /slave As SATA, nothing of that works... In every situation going strait to virtual hdd.. Fdsik do not see hdd, loc same thing. Today I was try and CD... also OS do not see them.. ( IDE ) I was set in bios after all transfer to LBS.. still nothing All that i was try in 3 different 64bit desktop PC.. AMD, Celeron, and INTEL CPU ( celeron is Lap-Top) To be shure that configuration is OK on Every HDD on first partition I was put HelenOS, on seccond MX-linux. Linux work perfect. ----- Hi zmmaj, you're quite lucky that you managed to boot the OS on all those machines. SATA is not working currently even in Qemu - needs some work. IDE: I'm thinking of one possible problem. Recently we've added PCI IDE driver. The side effect is that ISA IDE driver is never used on PCI-based PCs. If the PCI IDE does not work, you don't get a disk. The PCI IDE driver is attached based on PCI VID/PID 8086/7010. Please check the VID/PID of your PCI IDE controller (e.g. pci in HelenOS or lspci in Linux). If you have different VID/PID, you need to add it to uspace/drv/block/pci- ide/pci-ide.ma. Not sure if it is possible to attach PCI IDE based on some class code, rather than based on specific VID/PID. Unfortunately falling back from PCI IDE to ISA IDE is not that easily done. I think we need to consider how to improve this... If you can provide us with output of pci, lspci -nn, etc., it would be helpful. Cheers, Jiri
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
