|
本帖最后由 nyhfsl 于 2015-5-7 17:52 编辑
如果用grub4ods引导 ,编辑menu.lst
我的lst
- iftitle [ find --set-root --ignore-floppies --ignore-cd /ubuntu/UBUNTU-14101.vhd ] UBUNTU-14101.vhd
- find --set-root --ignore-floppies --ignore-cd /ubuntu/UBUNTU-14101.vhd
- uuid ()
- kernel /ubuntu/vmlinuz-3.16.0-25-generic root=UUID=%?% vloop=/ubuntu/UBUNTU-14101.vhd vlooppart=p1 nomodeset
- initrd /ubuntu/initrd.img-3.16.0-25-generic
复制代码
还是悬停在initramfs命令。
如果用vboot引导
我的菜单
- menuentry "VHD UBUNTU-14101" {
- kernel /vboot/grub/core.img
- linux (hd0,1)/UBUNTU/vmlinuz-3.16.0-25-generic root=/dev/sda1 vloop=/UBUNTU/UBUNTU-14101.vhd vlooppart=p1 nomodeset
- initrd (hd0,1)/UBUNTU//initrd.img-3.16.0-25-generic
- }
复制代码
还是提示
我的vhd在硬盘C盘的UBUNTU目录下。
现在我用虚拟机安装一个全新的还是引导不了。。 |
|