Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. default=1
  2. timeout=15
  3. color_normal=light-cyan/dark-gray
  4. menu_color_normal=black/light-cyan
  5. menu_color_highlight=white/black
  6.  
  7. default=1
  8. timeout=15
  9. color_normal=light-cyan/dark-gray
  10. menu_color_normal=black/light-cyan
  11. menu_color_highlight=white/black
  12.  
  13. menuentry "Installation de Windows 10 Pro " {
  14. insmod ntfs
  15. insmod search_label
  16. search --no-floppy --set=root --label BENTO --hint hd0,msdos1
  17. ntldr /bootmgr
  18. boot
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement