Tips- Using Grub4Dos install Windows 7 from USB Storage

mjb

Joined
Jun 24, 2010
Messages
1
Reaction score
0
How to Install Windows 7 from USB Pen Drive/External Hard Disk Using Grub4Dos


Requirements:

1. MultibootISO > Install Grub4Dos easily into USB Flash Drive/External Hard Disk
Get it here: Boot Multiple ISO from USB (MultiBoot USB) | USB Pen Drive Linux
or here: http://www.pendrivelinux.com/downloads/MultiBootISOs/MultiBootISOs-v1.4.8.exe
2. Windows 7 DVD, ISO or Source Files
3. Notepad++ > To edit menu.lst
Get it here:Notepad++ | Download Notepad++ software for free at SourceForge.net
or here: Download Notepad++ 5.6.8 - FileHippo.com



Lets Start

Step 1: Run MultibootISO, install MultibootISO into your USB Storage Device(ie.pendrive, External Hard Disk). This will install Grub4dos in pendrive.

Step 2: Copy everything in Windows 7 Installation DVD into your USB storage.

Step 3: Look for the file menu.lst in your pendrive/External Hard Disk, edit it with Notepad++.

Step 4: You'll be able to see the first 9 rows as below in menu.lst
Code:
# This Menu Created by Lance http://www.pendrivelinux.com
# Ongoing Suggested Menu Entries and the Suggestor are noted!
default 0
timeout 30
root=(hd0,0)
color NORMAL HIGHLIGHT HELPTEXT HEADING
splashimage=(hd0,0)/splash.xpm.gz
foreground=FFFFFF
background=0066FF
Add in the below command line after the above code:

Code:
title Install Windows 7
root (hd0,0)
chainloader (hd0,0)/bootmgr
Done. The USB Pendrive or External Hard Disk is ready to boot and install Windows 7.


If you are confused and don't know how to edit menu.lst, then, open it with Notepad++, delete all the command lines and replace by the following command lines. Save the file and exit.

Code:
timeout 30
root=(hd0,0)
color NORMAL HIGHLIGHT HELPTEXT HEADING
splashimage=(hd0,0)/splash.xpm.gz
foreground=FFFFFF
background=0066FF 
 
title Install Windows 7
root (hd0,0)
chainloader (hd0,0)/bootmgr
The steps above works same way to Windows Vista too.
Install from Pendrive/External Hard Disk
Restart the computer. Configure BIOS to boot from Pendrive/External Hard Disk.
A boot menu will appear. You will be able to see the boot option Install Windows 7.
Use arrow key on keyboard to select Install Windows 7 and press enter.
This will enter Windows Boot Manager, choose Windows Setup [EMS Enable] and the installation will start.

Install Grub4Dos in another partition of your USB Storage
If you install MultiBootISO(Grub4Dos) in 2nd or 3rd partition of your external hard disk, you need to change all the (hd0,0) in menu.lst to (hd0,1) or (hd0,2).

(hd0,0) means 1st hard disk, 1st partition
(hd0,1) means 1st hard disk, 2nd partition
(hd0,2) means 1st hard disk, 3rd partition

Grub4Dos will treat your Pendrive/USB Hard Disk as 1st hard disk, but you have to define the path to 2nd or 3rd partition.

For example:
Install MultiBootISO(Grub4Dos) in 2nd partition=
Code:
title Install Windows 7
root (hd0,1)
chainloader (hd0,1)/bootmgr
Install MultiBootISO(Grub4Dos) in 3rd partition
Code:
title Install Windows 7
root (hd0,2)
chainloader (hd0,2)/bootmgr
About Menu.lst and adding Linux/Ubuntu Installer
Menu.lst is a boot menu of Grub4Dos. After install MultibootISO into pendrive/External Hard Disk, it support for booting many OS or programs. There are many entries ready made by default after installing MultibootISO. You may delete any of the entries if you don't need them.

For more info about MultiBootISO and adding Linux/Ubuntu Installer, please visit:
Boot Multiple ISO from USB (MultiBoot USB) | USB Pen Drive Linux


Advantages of Using Pendrive to Install Windows 7
DVD will take 30 minutes to install Windows 7
but, Pendrive will take 15 minutes to install Windows 7. (for USB 2.0 & above)


Advantages of using Grub4Dos
There are many several ways to install Windows 7 from USB Pendrive.
Microsoft has officially released a software which can transfer Windows 7 DVD into pendrive.
WintoFlash is another software will do the same thing.
However, these 2 software will only allow 1 OS at a time.

But, by using Grub4Dos, many other bootable OS or Softwares (ie, Linux, Ubuntu, Ultimate Boot CD, Partition Wizard...) are supported in one single pendrive/External Hard Disk. To view the list of supported software, you may refer the official site of MultiBootISO. If the bootable software you owned is not listed, doesn't mean it is not supported.

Besides installing Windows 7, you can make your USB become a Super System Maintenace & Emergency Rescue Tools. (i.e, recover/copy files when Windows cannot startup/lost partition/formated partition, reset or recover system/windows password, testing tools)

Below are some of the highly recommended bootable software for System Maintenance & Emergency Rescue Tools:

1. Partition Wizard - Site - Download
2. Hiren's Boot CD - Site1 - Site2 - Download
3. Ultimate Boot CD - Site - Download
4. Windows 7 System Repair Disc
5. AntiVirus Rescue Disk (ie, AVG, Bitdefender)
 
Last edited:

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top