milardovich

W8 grub

Apr 1st, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. ### BEGIN /etc/grub.d/30_os-prober ###
  2. menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-88A0CE74A0CE6870' {
  3.     savedefault
  4.     insmod part_msdos
  5.     insmod ntfs
  6.     set root='hd0,msdos1'
  7.     if [ x$feature_platform_search_hint = xy ]; then
  8.       search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  88A0CE74A0CE6870
  9.     else
  10.       search --no-floppy --fs-uuid --set=root 88A0CE74A0CE6870
  11.     fi
  12.     drivemap -s (hd0) ${root}
  13.     chainloader +1
  14. }
  15. ### END /etc/grub.d/30_os-prober ###
Advertisement
Add Comment
Please, Sign In to add comment