color black/cyan yellow/cyan timeout 10 default /default #use the following for reference, uncomment(#) and change as needed #title Start Vista, find and load bootmgr #find --set-root /bootmgr #chainloader /bootmgr #title find and boot Linux with menu.lst already installed #find --set-root /sbin/init #configfile /boot/grub/menu.lst #title SystemRescueCd-0.4.x from hard-disk #root (hd0,0) #kernel /rescuecd init=/linuxrc cdroot=/dev/sda1 setkmap=us #initrd /rescuecd.igz #title Puppy Linux on HD0 #root (hd0,0) #kernel /puppy/vmlinuz root=/dev/rd/0 pmedia=usbflash #initrd /puppy/initrd.gz #title Start Recovery Console of Windows NT/2K/XP #find --set-root /cmldr #chainloader /cmldr ##################################################################### # write string "cmdcons" to memory 0000:7C03 in 2 steps: ##################################################################### ### step 1. Write 4 chars "cmdc" at 0000:7C03 #write 0x7C03 0x63646D63 ### step 2. Write 3 chars "ons" and an ending null at 0000:7C07 #write 0x7C07 0x00736E6F #title Start Acronis True Image/Disk Director from ISO loaded in memory #map --mem (hd0,0)/acronismedia.iso (hd32) #map --hook #chainloader (hd32) #title Start Acronis True Image/Disk Director from ISO ##ISO file must be contiguous on disk in this case, use Sysinternals contig.exe #map (hd0,0)/acronismedia.iso (hd32) #map --hook #chainloader (hd32) #title Start MemTest from floppy image on second hard disk/third partition ##image file can be gzipped, i.e. memtest.img.gz #map --mem (hd1,2)/memtest.img (fd0) #map --hook #chainloader (fd0)+1 #rootnoverify (fd0) #title Chainload the bootsector at third partition, fifth hard disk #chainloader (hd4,2)+1 #title Start Windows XP if it's on second hard disk ##ntldr/ntdetect.com won't start if are not on first disk, first active partition, thus the mapping #map (hd1) (hd0) #map --hook #rootnoverify (hd0,0) #chainloader /ntldr #title find and load IO.SYS of Windows 9x/Me/DOS #find --set-root /io.sys #chainloader /io.sys Title =================Menu Multiboot USB================= root title root title root title toot title ========================= Multi USB Blackdragon ======================== root (hd0,0) title Boot from Hard disk map (hd1) (hd0) map --hook rootnoverify (hd0,1) chainloader /ntldr title Hiren't Boot 10.1\nRun Dos Programs find --set-root /HBCD/boot.gz kernel /HBCD/memdisk initrd /HBCD/boot.gz title Start Setup Windows 7 Ultimate root (hd0,0) chainloader /bootmgr title Setup Windows XP SP2 SATA root (hd0,0) configfile /winsetup.lst savedefault title Mini Windows Xp find --set-root /HBCD/XPLOADER.BIN chainloader /HBCD/XPLOADER.BIN title Offline NT/2000/XP/Vista/7 Password Changer\nWindows Password Reset find --set-root /HBCD/boot.gz kernel /HBCD/chntpw vga=1 initrd /HBCD/chntpw.gz