default /default title Boot from Hard Drive - Windows XP (NTLDR) fallback 1 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) fallback 2 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 Start Hiren's BootCD find --set-root /HBCD/boot.gz map --mem /HBCD/boot.gz (fd0) map --hook chainloader (fd0)+1 rootnoverify (fd0) map --floppies=1 boot # If you have any problem loading the above grub4dos map commands then try using memdisk kernel # title Start Hiren's BootCD # find --set-root /HBCD/boot.gz # kernel /HBCD/memdisk # initrd /HBCD/boot.gz title Mini Windows Xp find --set-root /HBCD/XPLOADER.BIN chainloader /HBCD/XPLOADER.BIN