|
|

楼主 |
发表于 2003-8-31 15:00:11
|
显示全部楼层
但是我发现在/boot/grub/menu.1st下:
timeout 5
color black/cyan yellow/cyan
i18n (hd0,5)/grub/messages
keytable (hd0,5)/us-latin1.klt
altconfigfile (hd0,5)/grub/menu.once
default 0
title linux
kernel (hd0,5)/vmlinuz root=/dev/hde7 devfs=mount quiet vga=788
initrd (hd0,5)/initrd.img
title linux-nonfb
kernel (hd0,5)/vmlinuz root=/dev/hde7 devfs=mount
initrd (hd0,5)/initrd.img
title failsafe
kernel (hd0,5)/vmlinuz root=/dev/hde7 devfs=mount failsafe
initrd (hd0,5)/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title floppy
root (fd0)
chainloader +1
显示的是我开机引导时这几项 |
|