|
|
发表于 2006-8-27 17:24:18
|
显示全部楼层
/boot/grub/menu.lst
修改这个文件
## Modified by YaST2. Last modification on Tue Aug 22 18:23:21 CST 2006
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,1)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Desktop 10
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 vga=788 quiet devfs=mount acpi=ht resume=/dev/hda8 splash=silent showopts
initrd /boot/initrd
###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 Enterprise Desktop 10
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 vga=normal showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3
initrd /boot/initrd |
|