Advertisement
shagelito

Untitled

Nov 20th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by grub-mkconfig using templates
  5. # from /etc/grub.d and settings from /etc/default/grub
  6. #
  7.  
  8. ### BEGIN /etc/grub.d/25_custom ###
  9.  
  10. menuentry "Windows UEFI bkpbootmgfw.efi" {
  11. search --fs-uuid --no-floppy --set=root 0673-1C67
  12. chainloader (${root})/EFI/Microsoft/Boot/bkpbootmgfw.efi
  13. }
  14.  
  15. menuentry "Windows Boot UEFI loader" {
  16. search --fs-uuid --no-floppy --set=root 0673-1C67
  17. chainloader (${root})/EFI/Boot/bkpbootx64.efi
  18. }
  19. ### END /etc/grub.d/25_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement