Advertisement
SaintAnd

GRLDR Menu - fbinst

Jul 29th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. pxe detect
  2. configfile
  3. default 0
  4. timeout 1
  5.  
  6. title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
  7. errorcheck off
  8. configfile /boot/grub/menu.lst
  9. configfile /grub/menu.lst
  10. if "%@root%"=="(ud)" && calc *0x82A0=*0x82b9&0xff
  11. if "%@root:~1,1%"=="f" && find --set-root --devices=f /menu.lst && configfile /menu.lst
  12. find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
  13. find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
  14. find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
  15. configfile http://b.chenall.net/menu.lst
  16. errorcheck on
  17. commandline
  18.  
  19. title commandline
  20. commandline
  21.  
  22. title reboot
  23. reboot
  24.  
  25. title halt
  26. halt
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement