|
|
发表于 2005-12-17 03:23:21
|
显示全部楼层
不要用SUSE安装的GRUB,而是下载一个挂在WIN分区下用BOOT。INI启动的GRUB (即GRLDR),然后再用它启动SUSE10。 给你参考一下我这个:
timeout 5
default 0
title SUSE LINUX 10.0
root (hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 selinux=0 devfs=mount,all resume=/dev/sda2 splash=silent showopts
initrd /boot/initrd
title Failsafe -- SUSE LINUX 10.0
root (hd0,2)
kernel /boot/vmlinuz root=/dev/sda3 showopts ide=nodma apm=off acpi=off noresume selinux=0 edd=off 3
initrd /boot/initrd
title Windows
chainloader (hd0,0)+1
title GHOST
kernel (hd0,0)/boot/grub/memdisk.gz
initrd (hd0,0)/boot/grub/boot98.img
title C -- setup SuSE
kernel (hd0,0)/linux root=/dev/ram ramdisk_size=50000 devfs=mount,all
initrd (hd0,0)/initrd |
|