Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- default /default
- title Boot from first Hard Drive\n
- rootnoverify (hd0,0)
- chainloader (hd0,0)+1
- title
- root
- title Boot from Hard Drive - Windows XP (NTLDR)\n
- find --set-root --ignore-floppies --ignore-cd /ntldr
- map () (hd0)
- map (hd0) ()
- map --rehook
- find --set-root --ignore-floppies --ignore-cd /ntldr
- chainloader /ntldr
- savedefault --wait=2
- title Boot from Hard Drive - Windows Vista/7 (BOOTMGR)\n
- find --set-root --ignore-floppies --ignore-cd /bootmgr
- map () (hd0)
- map (hd0) ()
- map --rehook
- find --set-root --ignore-floppies --ignore-cd /bootmgr
- chainloader /bootmgr
- savedefault --wait=2
- title
- root
- title Alternative boot method
- configfile /alt.lst
- title
- root
- title -=Reboot and shutdown=-
- root
- title Reboot\n
- reboot
- title Shutdown\n
- halt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement