|
|

楼主 |
发表于 2006-10-8 17:29:00
|
显示全部楼层
我的分区表被pqmagic改写了,就用suse安装盘救援系统,grub就变成这样了
现在menu.lst:
color white/blue black/light-gray
default 2
timeout 10
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
root (hd0,8)
kernel /boot/vmlinuz root=/dev/sda9 vga=0x31a resume=/dev/sda11 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: Ubuntu, kernel 2.6.15-26-686 (/dev/sda9)###
title Ubuntu, kernel 2.6.15-26-686 (/dev/sda10)
kernel (hd0,9)/boot/vmlinuz-2.6.15-26-686 root=/dev/sda10 ro quiet splash
initrd (hd0,9)/boot/initrd.img-2.6.15-26-686
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows
chainloader (hd0,0)+1
###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux 10.1
root (hd0,8)
kernel /boot/vmlinuz root=/dev/sda9 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd
我看网上说splashimage=(hd0,6)/boot/grub/splash.xpm.gz这样的语句是定义GRUB的背景画面的,我的menu.lst里没有这样的语句啊 |
|