LINUX.ORG.RU

История изменений

Исправление science, (текущая версия) :

menuentry "Gentoo GNU/Linux 3.11.1" {
  load_video
  insmod part_msdos
  insmod ext2
  insmod xzio
  set root=(hd0,1)
  search --no-floppy --fs-uuid --set=root ed13bb3c-ddbb-4c3b-9389-414d83625423
  linux /boot/vmlinuz-3.11.1-geek root=UUID=ed13bb3c-ddbb-4c3b-9389-414d83625423 rootfstype=ext4 rw video=uvesafb:1366x768-32,mtrr:3,ywrap splash=silent,fadein,theme:gentoo scandelay=0 console=tty1 quiet
  initrd /boot/initramfs-3.11.1-geek.img
  set gfxpayload=keep
}
menuentry "MS Windows 7" {
insmod part_msdos
insmod ntfs
set root=(hd1,1)
chainloader +1
}
menuentry "OS X Mountain Lion" --class osx --class darwin --class os {
 insmod part_msdos
 insmod hfsplus
 set root='(hd2,1)'
 multiboot /boot
}

Исходная версия science, :

menuentry "Gentoo GNU/Linux 3.11.1" {
  load_video
  insmod part_msdos
  insmod ext2
  insmod xzio
  set root=(hd0,1)
  search --no-floppy --fs-uuid --set=root ed13bb3c-ddbb-4c3b-9389-414d83625423
  linux /boot/vmlinuz-3.11.1-geek root=UUID=ed13bb3c-ddbb-4c3b-9389-414d83625423 rootfstype=ext4 rw video=uvesafb:1366x768-32,mtrr:3,ywrap splash=silent,fadein,theme:gentoo scandelay=0 console=tty1 quiet
  initrd /boot/initramfs-3.11.1-geek.img
  set gfxpayload=keep
}
menuentry "MS Windows 7" {
insmod part_msdos
insmod ntfs
set root=(hd1,1)
chainloader +1
}
menuentry "OS X Mountain Lion" --class osx --class darwin --class os {
 insmod part_msdos
 insmod hfsplus
 set root='(hd1,1)'
 multiboot /boot
}