|
|

楼主 |
发表于 2006-6-7 22:12:37
|
显示全部楼层
在/boot/grub/menu.lst 文件:
----------------------------------------------------------------------
color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,6)/boot/message
###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux 10.1
root (hd0,6)
kernel /boot/vmlinuz root=/dev/sda7 vga=0x317 resume=/dev/sda8 splash=silent showopts
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: xen###
title XEN
root (hd0,6)
kernel /boot/xen.gz
module /boot/vmlinuz-xen root=/dev/sda7 vga=0x317 resume=/dev/sda8 splash=silent showopts
module /boot/initrd-xen
###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,6)
kernel /boot/vmlinuz root=/dev/sda7 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd
###Don't change this comment - YaST2 identifier: Original name: memtest86###
title Memory Test
kernel (hd0,6)/boot/memtest.bin
--------------------------------------- |
|