Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### BEGIN /etc/grub.d/30_os-prober ###
- menuentry 'Windows 8 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-88A0CE74A0CE6870' {
- savedefault
- insmod part_msdos
- insmod ntfs
- set root='hd0,msdos1'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 88A0CE74A0CE6870
- else
- search --no-floppy --fs-uuid --set=root 88A0CE74A0CE6870
- fi
- drivemap -s (hd0) ${root}
- chainloader +1
- }
- ### END /etc/grub.d/30_os-prober ###
Advertisement
Add Comment
Please, Sign In to add comment