|
楼主 |
发表于 2011-1-10 19:01:37
|
显示全部楼层
- menuentry 'Ubuntu, with Linux 2.6.35-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
- recordfail
- insmod part_msdos
- insmod ext2
- set root='(hd0,msdos7)'
- search --no-floppy --fs-uuid --set 72dee88a-6e2c-41c1-b00e-645ea2d92408
- linux /boot/vmlinuz-2.6.35-24-generic root=UUID=72dee88a-6e2c-41c1-b00e-645ea2d92408 ro quiet splash
- initrd /boot/initrd.img-2.6.35-24-generic
- }
复制代码- title MagicLinux
- root (hd0,7)
- kernel /boot/vmlinuz-2.6.31.14 ro root=/dev/hda8 vga=791 quiet splash=silent,fadein,theme:default console=tty1
- initrd /boot/initrd-2.6.31.14.img
复制代码 ML安装在hda6、Ubuntu安装在hda7
应该怎样加到ML的grub呢? |
|