level 6
改menu.lst第一行default=4,就成了默认选第五行的windows了
2015年10月28日 14点10分
5
能帮我修改一份 显示输出为笔记本VAG端的文件吗 请你帮帮忙
2015年10月29日 12点10分
level 6
Default等于几就是默认启动几+1行的
default=3
timeout=4
splashimage=/grub/android-x86.xpm.gz
root (hd0,2)
title Android-x86-4.4-r3
kernel /android-4.4-r3/kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 SRC=/android-4.4-r3
initrd /android-4.4-r3/initrd.img
title Android-x86-4.4-r3 (Debug mode)
kernel /android-4.4-r3/kernel root=/dev/ram0 androidboot.hardware=android_x86 DEBUG=2 SRC=/android-4.4-r3
initrd /android-4.4-r3/initrd.img
title Android-x86-4.4-r3 (Debug nomodeset)
kernel /android-4.4-r3/kernel nomodeset root=/dev/ram0 androidboot.hardware=android_x86 DEBUG=2 SRC=/android-4.4-r3
initrd /android-4.4-r3/initrd.img
title Android-x86-4.4-r3 (Debug video=LVDS-1:d)
kernel /android-4.4-r3/kernel video=LVDS-1:d root=/dev/ram0 androidboot.hardware=android_x86 SRC=/android-4.4-r3
initrd /android-4.4-r3/initrd.img
title Windows
rootnoverify (hd0,0)
chainloader +1
这是我的,第四行我笔记本就是用vga线连接外置显示器
2015年10月31日 03点10分
6