Advertisement
tolikpunkoff

MENU.LST (Grub4DOS config for OS Windows XP native standalone build 2)

Apr 24th, 2025
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | Software | 0 0
  1. timeout 10
  2. default 2
  3. write (md)0x220+1 !BAT\necho -n -P:0000 $[0107] OS Windows XP native standalone build 2 \0 && initscript (md)0x220+1
  4.  
  5. title Boot From Hard Drive (Windows Vista/7/2008 or Xp)\n
  6. find --set-root --ignore-floppies --ignore-cd /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr || rootnoverify (hd0) && chainloader +1 && boot
  7. map () (hd0) && map (hd0) () && map --rehook
  8. find --set-root --devices=h /bootmgr || find --set-root --ignore-floppies --ignore-cd /ntldr
  9. chainloader /bootmgr || chainloader /ntldr
  10.  
  11. title \n
  12. root
  13.  
  14. title Native XP Image\n Native XP Image.
  15. map --mem (hd0,0)/native.img (fd0)
  16. map --hook
  17. chainloader (fd0)+1
  18. rootnoverify (fd0)
  19.  
  20. title Reboot Computer
  21. reboot
  22.  
  23. title Power Off Computer
  24. halt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement