| 
 | 
 
 
发表于 2009-11-18 17:52:47
|
显示全部楼层
 
 
 
# grub.conf generated by MagicInstaller. 
 
# Note that you do not have to rerun grub after making changes to this file. 
default=1 
timeout=10 
gfxmenu=(hd0,13)/boot/grub/message 
title Windows 
        rootnoverify (hd0,0) 
        chainloader +1 
title MagicLinux 
        root (hd0,13) 
        kernel /boot/vmlinuz-2.6.31.6-smp  ro root=/dev/sda14 vga=791 quiet splash=silent,fadein,theme:default console=tty1 
        initrd /boot/initrd-2.6.31.6-smp.img 
title MagicLinux (Single Mode) 
        root (hd0,13) 
        kernel /boot/vmlinuz-2.6.31.6-smp single ro root=/dev/sda14 vga=791 quiet splash=silent,fadein,theme:default console=tty1 
        initrd /boot/initrd-2.6.31.6-smp.img |   
 
 
 
 |