为什么开机会是这样?
androidx86吧
全部回复
仅看楼主
level 7
zyh1111113 楼主
按照吧里的教程做了,开了nero后就成这样了…
2015年12月26日 07点12分 1
level 8
贴出菜单文件来看看
2015年12月26日 08点12分 2
什么菜单?启动菜单吗?我完全不知道……
2015年12月26日 09点12分
level 13
安装安卓之前先安一个变色龙,然后随便怎么安装别的系统都不会出现引导不了的问题。
2015年12月26日 09点12分 3
level 8
例如:
menuentry 'Android-x86 VER Live' --class android-x86 {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel CMDLINE quiet DATA=
initrdefi /initrd.img
}
menuentry 'Android-x86 VER DEBUG mode' --class android-x86 {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel CMDLINE DATA= DEBUG=2
initrdefi /initrd.img
}
menuentry 'Android-x86 VER Installation' --class android-x86 {
search --file --no-floppy --set=root /system.sfs
linuxefi /kernel CMDLINE DEBUG= INSTALL=1
initrdefi /initrd.img
}
menuentry 'Windows 8' {
search --file --no-floppy --set=root /EFI/Microsoft/Boot/bootmgfw.efi
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}
2015年12月26日 09点12分 4
level 8
还有一种是 menu.lst 的内容
2015年12月26日 09点12分 5
level 9
找不到文件?
2015年12月26日 09点12分 6
level 5
你的系统被吃了
2015年12月27日 03点12分 7
1