Change Virtualbox disk type from AHCI to RAID

4

2

I made have an image that was made on a Dell computer. This Dell had "RAID mode" set in the bios. If I load and then boot the image on any other computer set to AHCI or AHCI/RAID, I get BSOD. Same happens in Virtualbox.

On a physical machine, I can just go to the bios and switch it. How can I do this in Virtualbox?

Matt

Posted 2012-04-03T16:54:00.797

Reputation: 834

Hi! I'm having the same exact issue. Did you ever find a way to resolve it? – Francisco Zarabozo – 2014-05-28T18:44:01.920

I think just changing a setting. I don't remember which one though. Found helpful info here: http://www.virtualbox.org/manual/ch03.html#settings-motherboard

– Matt – 2014-05-29T18:55:51.217

Answers

4

Add the virtual disk to the Virtualbox VM as an IDE drive and set the IDE controller type to ICH6.

Virtualbox IDE Controller type

Jeremy W

Posted 2012-04-03T16:54:00.797

Reputation: 3 529

Didn't work, what does this actually (virtually) change when you select ICH6? – Matt – 2012-04-04T21:03:19.867

1PIIX4 and ICH6 are different IDE drive controller chipset technologies. Please update your question with BIOS version and hard drive controller Make/Model of the RAID hardware controller on the physical computer. It may be that adding a SCSI controller to VB is the right answer. – Jeremy W – 2012-04-06T19:32:24.483

2

You need to install the AHCI driver for the operating system before you switch it in the BIOS. You can do this from Device Manager by updating the IDE bus device driver to the revelant AHCI bus driver for your computer.

cmouse

Posted 2012-04-03T16:54:00.797

Reputation: 121