Monday, August 8, 2011

Creating Windows 7 Flash Boost using Linux

Tools that you'll be needing:-
  1. Windows 7 ISO
  2. Pendriver 4GB or larger
  3. Linux OS 
1. Format your Pendrive to NTFS format and make it as boot (Easies way to do it is to use GPARTED ... right click on it and choose Managed flag... and select boot)
NOTE: NTFS only. Others are not recommended

Example:



2. Mount your Windows 7 ISO and copy all the files located in the Windows 7 ISO into your Pendrive

3. Download ms-sys http://ms-sys.sourceforge.net/

Then install using the following command
Code:
$ tar xvf ms-sys-2.1.5.tar.gz
$ cd ms-sys
$ make
# make install
# ms-sys -7 /dev/sdX

Clues:
$ user biasa
# super user (ROOT)
NOTE: sdX X is substituted with numbers (your Pendrive) as shown as the sdb picture above

4. Done. Good Luck



No comments:

Post a Comment