Advertisement
plirof2

Booting GRUB for DOS via the Windows Vista boot manager

Nov 14th, 2020
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # replace {41b17a2d-263a-11eb-8871-8b8512b6fe20} with the ID that is returned after the first command
  2. #grub4dos  Booting GRUB for DOS via the Windows Vista boot manager
  3. #Use bcdedit to configure the startup menu:
  4. bcdedit /create /d "Start GRUB4DOS" /application bootsector
  5. bcdedit /set {41b17a2d-263a-11eb-8871-8b8512b6fe20} device boot
  6. bcdedit /set {41b17a2d-263a-11eb-8871-8b8512b6fe20} path \grldr.mbr
  7. bcdedit /displayorder {41b17a2d-263a-11eb-8871-8b8512b6fe20} /addlast
  8.  
  9. #Then copy grldr.mbr to C:\,
  10. #grldr and menu.lst to the root directory of any FAT16/FAT32/NTFS/EXT2 partition.https://github.com/noryb009/lick/releases/tag/v1.1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement