求一个grub.conf文件
我装ML的时候,没有用它的那个grub。因为,没认出我原来装的REDHAT跟XP出来,就想用redhat自带的GRUB启动ML,可是居然启动不了,不知道哪里错了。哪位能把自己的GRUB.CONF文件内容贴下让我看看。 # grub.conf generated by MagicInstaller.
# Note that you do not have to rerun grub after making changes to this file.
default=0
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title MagicLinux
root (hd0,1)
kernel /boot/vmlinuz-2.6.9ro root=/dev/hdc2 vga=791 splash=silent
initrd /boot/initrd-2.6.9.img
title MagicLinux (Graphics Mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9 init 5 ro root=/dev/hdc2 vga=791 splash=silent
initrd /boot/initrd-2.6.9.img
title MagicLinux (Console Mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9 init 3 ro root=/dev/hdc2 vga=791 splash=silent
initrd /boot/initrd-2.6.9.img
title MagicLinux (Single Mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9 init 1 ro root=/dev/hdc2 vga=791 splash=silent
initrd /boot/initrd-2.6.9.img
title DOS
rootnoverify (hd0,0)
chainloader +1 如何修改这个文件呢?? ??
vi或者其他编辑器都可以改
需要管理员权限
页:
[1]