关于虚拟机vbox,vmware编译linux内核无法启动 比如这个硬件型号是PIIX4,我们就应该在编译内核时,在配置选项中添加PIIX4及相关的支持, 选择其他硬件则相应地在配置选项中添加相应支持即可。
VirtualBox硬件虚拟信息可参考:
Hard disk controllers: IDE, SATA (AHCI), SCSI, SAS
http://www.virtualbox.org/manual/ch05.html#harddiskcontrollersKernel Panic -- not syncing: attempted to kill idle task使用vm6.0从crux安装光盘启动出现此错误,使用vmware7.0版本即可
***************** FILESYSTEM CHECK FAILED ****************
* *
* Please repair manually and reboot. Note that the root *
* file system is currently mounted read-only. To remount *
* it read-write type: mount -n -o remount,rw / *
* When you exit the maintenance shell the system will *
* reboot automatically. *
* *
*******************************************************
出现这个错误的原因,是由于/etc/fstab文件编写错误所致,修改之后fsck解决问题。