Search found 1 match
- Wed Aug 11, 2010 4:33 pm
- Forum: Nagios XI
- Topic: virtualbox
- Replies: 7
- Views: 4135
Re: virtualbox
Virtual box wants to use AHCI support. To create AHCI support in a new initrd: mkinitrd --allow-missing --preload=ahci --force-scsi-probe /boot/initrd-`uname -r`-custom.img `uname -r` edit /boot/grub.conf: from: initrd /initrd-2.6.18-164.91.e15.img to: initrd /initrd-2.6.18-164.91.e15-custom.img