|
这个是红旗的引导文件 我现在用这个做引导 had10 的红帽改成mdkde 引导
谢谢
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,7)
# kernel /boot/vmlinuz-version ro root=/dev/hda8
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=3
timeout=10
splashimage=(hd0,7)/boot/grub/splash.xpm.gz
title Red Flag Linux (2.4.20-8)
root (hd0,7)
kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hda8 vga=785 console=/dev/null CONSOLE=/dev/tty2 acpi=off hdd=ide-scsi
initrd /boot/initrd-2.4.20-8.img
title Red Flag Linux (Safe Mode)
root (hd0,7)
kernel /boot/vmlinuz-2.4.20-8 root=/dev/hda8 acpi=off 4 hdd=ide-scsi
initrd /boot/initrd-2.4.20-8.img
title Red Flag Linux (Console Mode)
root (hd0,7)
kernel /boot/vmlinuz-2.4.20-8 root=/dev/hda8 acpi=off 3 hdd=ide-scsi
initrd /boot/initrd-2.4.20-8.img
title Windows xp
rootnoverify (hd0,0)
chainloader +1
title Fedora Linux
root (hd0,9)
kernel /boot/vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/1 hdd=ide-scsi rhgb
initrd /boot/initrd-2.4.22-1.2115.nptl.img |
|