關(guān)于虛擬機(jī)vbox,vmware編譯linux內(nèi)核無(wú)法啟動(dòng) 比如這個(gè)硬件型號(hào)是PIIX4,我們就應(yīng)該在編譯內(nèi)核時(shí),在配置選項(xiàng)中添加PIIX4及相關(guān)的支持, 選擇其他硬件則相應(yīng)地在配置選項(xiàng)中添加相應(yīng)支持即可。
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安裝光盤(pán)啟動(dòng)出現(xiàn)此錯(cuò)誤,使用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. *
* *
*******************************************************
出現(xiàn)這個(gè)錯(cuò)誤的原因,是由于/etc/fstab文件編寫(xiě)錯(cuò)誤所致,修改之后fsck解決問(wèn)題。