Advertisement
tolikpunkoff

menu.lst (boot Windows from HDD)

Feb 17th, 2019
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. default /default
  2.  
  3. title Boot from first Hard Drive\n
  4. rootnoverify (hd0,0)
  5. chainloader (hd0,0)+1
  6.  
  7. title
  8. root
  9.  
  10. title Boot from Hard Drive - Windows XP (NTLDR)\n
  11. find --set-root --ignore-floppies --ignore-cd /ntldr
  12. map () (hd0)
  13. map (hd0) ()
  14. map --rehook
  15. find --set-root --ignore-floppies --ignore-cd /ntldr
  16. chainloader /ntldr
  17. savedefault --wait=2
  18.  
  19. title Boot from Hard Drive - Windows Vista/7 (BOOTMGR)\n
  20. find --set-root --ignore-floppies --ignore-cd /bootmgr
  21. map () (hd0)
  22. map (hd0) ()
  23. map --rehook
  24. find --set-root --ignore-floppies --ignore-cd /bootmgr
  25. chainloader /bootmgr
  26. savedefault --wait=2
  27.  
  28. title
  29. root
  30.  
  31. title Alternative boot method
  32. configfile /alt.lst
  33.  
  34. title
  35. root
  36.  
  37. title -=Reboot and shutdown=-
  38. root
  39.  
  40. title Reboot\n
  41. reboot
  42.  
  43. title Shutdown\n
  44. halt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement