Grub4dos it is a versatile bootloader capable of dual/multi-booting DOS, Windows, Linux and other operating systems. It can be used to select which operating system to load when multiple operating systems are available.It is one of the most common bootloader used to boot USB Drives.It has many features such as iso emulation ,memory mapping etc.The full list of features and a detailed guide on using them can be found at Grub4Dos Guide
In this article I will show you how to Install Grub4Dos to your Hard Disk using a tool called Bootice .Bootice is a utility to modify or backup/restore your MBR(Master Boot Record) or PBR(Partition Boot Record).Bootice supports a lot of bootloaders including Grub4Dos.
Extract the contents of the downloaded archives using archiving tools such as 7-zip.
Copy grldr and menu.lst from the extracted contents of the Grub4Dos archive to your C Drive
Open menu.lst with notepad and delete the contents of the file.Copy and paste the following code.Booting Windows 7
timeout 10 default 0
title Windows 7 find --set-root --ignore-floppies --ignore-cd /bootmgr chainloader /bootmgr
title Reboot reboot
title Shutdown halt
If you want to boot Windows XP use the following code
timeout 10 default 0
title Windows XP find --set-root --ignore-floppies --ignore-cd /ntldr chainloader /ntldr
title Reboot reboot
title Shutdown halt
Code for Dual Booting Windows XP and Windows 7
timeout 10 default 0
title Windows 7 find --set-root --ignore-floppies --ignore-cd /bootmgr chainloader /bootmgr
title Windows XP find --set-root --ignore-floppies --ignore-cd /ntldr chainloader /ntldr
title Reboot reboot
title Shutdown halt
Run Bootice with Administrator Privileges.
Select your Hard Disk and Click on Process MBR
Now select Grub for Dos and click on Install/Config.
Click on Save to Disk
Screenshot of Grub4Dos menu
Restoring Original MBR
Run Bootice with Administrator Privileges.
Select your Hard Disk and Click on Process MBR
Select Windows NT 6.x MBR and click on Install/Config
For more details on Grub4Dos and menu.lst codes please refer to this Excellent Grub4Dos Guide created by Boot-Land.net member Diddy You can visit the Grub4Dos Forums at Boot-Land.net for more advanced information such as booting iso files etc.
step 7 clicking on grub 4 dos wasn’t available for me to click on. only UltraISO USB HDD+ UltraISO USB-ZIP+ Windows NT 5.x MBR and Windows NT 6.x MBR was selectable. What do i do?
RMPrepUSB will install grub4dos at the click of a button and will clean/partition/format/test/make bootable your USB drive too as well as test them for size and speed and make backup/restore images, etc.
Bootice is a great tool that can access all the partitions on a USB drive – even in Windows.
Did you try Grub2 4Dos? (check the following links below)
http://grub24dos.sourceforge.net/
http://sourceforge.net/projects/grub24dos/
http://reboot.pro/13282/
Step 3 should say ‘… to the root of your hard drive C:\’
step 7 clicking on grub 4 dos wasn’t available for me to click on. only UltraISO USB HDD+ UltraISO USB-ZIP+ Windows NT 5.x MBR and Windows NT 6.x MBR was selectable. What do i do?
Which operating system are you using?
Try logging in as Administrator.
RMPrepUSB will install grub4dos at the click of a button and will clean/partition/format/test/make bootable your USB drive too as well as test them for size and speed and make backup/restore images, etc.
i make it all of them but understand what should i do noww.. i guess its missing something.