I'm create VM with SATA controller and SATA Port 4 slot, but when i'm pressing F12 during boot i got this:
"Detecting hard disks:
No hard disks found"
in SATA port 0-3 all works right...
what's the problem??
i guess the virtual BIOS needs "IDE compatibility mode" to boot a deviceVBOX Manual wrote:Like a real SATA controller, VirtualBox's virtual SATA controller operates faster and also consumes less CPU resources than the virtual IDE controller. Also, this allows you to connect up to 30 virtual hard disks to one machine instead of just three, as with the VirtualBox IDE controller (with the DVD drive already attached). Of these, the first four (numbered 0-3 in the graphical user interface) are operated in IDE compatibility mode by default.
A windows device driver is not going to help much at the BIOS boot stage. I suspect that Fixedwheel's response is probably dead-on.squall leonhart wrote:you need a ICH8 AHCI/SATA driver floppy image
Actually, he is wrong (and so am i), and i'll tell you why (but i know im wrong as well now after rereading).mpack wrote:A windows device driver is not going to help much at the BIOS boot stage. I suspect that Fixedwheel's response is probably dead-on.squall leonhart wrote:you need a ICH8 AHCI/SATA driver floppy image
Code: Select all
<StorageController name="SATA Controller" type="AHCI" PortCount="1" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3">