| 
 | 
 
 楼主 |
发表于 2003-4-26 13:26:44
|
显示全部楼层
 
 
 
我用MDK9.0的,/boot/grub下无grub.conf文件 
但有menu.lst 
如下: 
============================== 
timeout 10 
color black/cyan yellow/cyan 
i18n (hd0,6)/boot/grub/messages 
keytable (hd0,6)/boot/us-latin1.klt 
altconfigfile (hd0,6)/boot/grub/menu.once 
default 0 
 
title linux 
kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 devfs=mount quiet vga=788 
initrd (hd0,6)/boot/initrd.img 
 
#title linux-nonfb 
#kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 devfs=mount 
#initrd (hd0,6)/boot/initrd.img 
 
title windows 
root (hd0,0) 
makeactive 
chainloader +1 
 
title floppy 
root (fd0) 
chainloader +1 
 
#title old_linux 
#kernel (hd0,6)/boot/vmlinuz-2.4.19-16mdk root=/dev/hda7 quiet devfs=mount vga=788 
#initrd (hd0,6)/boot/initrd-2.4.19-16mdk.img 
 
#title old_windows 
#root (hd0,0) 
#makeactive 
#chainloader +1 
 
#title failsafe 
#kernel (hd0,6)/boot/vmlinuz root=/dev/hda7 devfs=nomount failsafe 
#initrd (hd0,6)/boot/initrd.img 
================================= 
#是我加的,重起后还有一样,无效!! 
为什么阿! |   
 
 
 
 |