Advertisement
tolikpunkoff

MENU.LST (test)

Feb 2nd, 2019
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #timeout 15
  2. default /default
  3. write (md)0x220+1 !BAT\necho -n -P:0000 $[0107] Hiren's BootCD 15.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 Mini Windows Xp\nRun Antivirus and other windows programs
  15. # example password: test
  16. # password --md5 $1$gNe0$KZPOE8wNbTNSKOzrajuoB0
  17. find --set-root /HBCD/XP/XP.BIN
  18. #map --mem /HBCD/XP/f6drivers.img (fd0)&&map --hook
  19. chainloader /HBCD/XP/XP.BIN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement