|
光盘用menu.lst不好用
硬盘是为(hd0,0)好用,改为光盘(cd0)就不好用了
请问应该怎么改
splashimage (cd0)/boot/grub/bj2008.xpm.gz
fontfile (cd0)/boot/grub/fonts
timeout 10
default 0
title 启动矮人dos工具箱V5.0
kernel (cd0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy
initrd (cd0)/boot/grub/ar5.zip c=160 h=2 s=36 floppy
title 启动PQ分区魔术师双语版
kernel (cd0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy
initrd (cd0)/boot/grub/pm805.img c=160 h=2 s=36 floppy
title 启动DM9.75
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/dm957.img
title 启动win98 dos
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/dos98.img
title 启动微型WIN-PE(by老毛桃)
password=123456
chainloader (cd0)/LDRXPE
title 启动ghost11
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/ghost.ima
title 清除2000/XP密码
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/PASSWORD.IMA
title 效率源硬盘修复
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/xly2004.img
title GDISK单硬盘快速分区
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/gdisk83.img
title 清除CMOS密码
kernel (cd0)/boot/grub/memdisk.gz
initrd (cd0)/boot/grub/icmos.ima
title 返回WINDOWS启动菜单
rootnoverify (cd0)
makeactive
chainloader +1
title 重新启动计算机
reboot
title 关闭计算机
halt |
|