Windows 7 Discussion on Windows 7, drivers and installation help.

Reply
 
LinkBack Thread Tools Display Modes
Old 08-10-2009, 03:11 PM   #1 (permalink)
Junior Member
 
Join Date: Aug 2009
Posts: 3
Default Install Windows 7 from usb stick guide

Install a clean Windows 7 from usb stick

Hello, maybe many of you know how to install Windows 7 from a usb stick but maybe some don't know so i make here a fast and easy guide

The install process is the same as vista

1. Grab a iso of a Windows 7 Release (google is your friend)
2. If you are under vista you can use diskpart method, if you are under xp you wil need a bootsect.exe file and paragon partition manager.

Direct upgrade without any usb:
If you are under vista you can upgrade but be careful cause if you use a different version (e.g: vista basic and your project is to upgrade to windows 7 ultimate it will NOT work)

Under Vista:

Download a iso of windows 7 and extract it usig winrar

For easy use we will extract the content of the iso to C:\W7

Once all the files from the iso are in the C:\W7 folder, go to menu start and launch cmd (command prompt)

in there enter:
Code:
diskpart
A new window should appear, enter the following commands:

disk list (it will show you the disks attached to your computer, make sure you see your usb in there by checking the amount of space it has)

select disk 1 (if 1 is your usb of course otherwise give the right number)
clean
create partition primary
select partition 1
active
format fs=fat32 quick
assign
exit

That's done your usb is ready and bootable, now we have to copy the files from C:\W7

in the cmd again excute this command:

Code:
xcopy C:\W7\*.* /s/e/f X:\
(Where X is your usb key, replace it with yours)

This will take some time to complete,once done, start over your computer and set in bios to start from usb key or use the boot menu by F9 in the hp mini note.

That's it enjoy your install

Under xp:

Download a iso of windows 7 and extract it usig winrar

For easy use we will extract the content of the iso to C:\W7

Get paragon partition manager (again google is your friend)
Format the usb and make a primary partition and make it active, don't forget to apply all the changes in paragon so its done right.

use this bootsect, download it extract it somewhere in C:\

go into start then run and enter: cmd

go where bootsect.exe is and type:

Code:
bootsect.exe /NT60 X:
(where X is your usb key, replace it with yours)

once that done you should see a message that bootcode has been installed successfully in the target drive.

in the cmd again excute this command:

Code:
xcopy C:\W7\*.* /s/e/f X:\
(Where X is your usb key, replace it with yours)

This will take some time to complete,once done,that's it restart your computer and start over usb, enjoy your install

Thank you for following this guide, google helped me alot some time ago when i needed this. credits to the people who released those methods over the net.
cyberghoser1 is offline   Reply With Quote
Old 10-03-2009, 11:07 AM   #2 (permalink)
wvy
Junior Member
 
Join Date: Aug 2009
Posts: 5
Default

So, is it possible to upgrade from Vista Basic to Windows 7 Ultimate or not?

thanks
wvy is offline   Reply With Quote
Old 10-03-2009, 01:14 PM   #3 (permalink)
Senior Member
 
mikez's Avatar
 
Join Date: Apr 2008
Posts: 1,484
Default

Quote:
Originally Posted by wvy
So, is it possible to upgrade from Vista Basic to Windows 7 Ultimate or not?

thanks
Quote:
Originally Posted by cyberghoser1
If you are under vista you can upgrade but be careful cause if you use a different version (e.g: vista basic and your project is to upgrade to windows 7 ultimate it will NOT work)
What part of "will NOT work" needs translation?
__________________
Press: http://MiniModding.com to continue.
mikez is offline   Reply With Quote
Old 10-09-2009, 10:12 AM   #4 (permalink)
Senior Member
 
Join Date: Dec 2008
Location: Australia
Posts: 220
Send a message via MSN to fauxpas
Default

What do you do when it restarts while installing? Unlike a disk install, the USB does not ask if you want to boot from it, it just goes to it...
fauxpas is offline   Reply With Quote
Old 11-23-2009, 03:14 PM   #5 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 2
Default

Hey there, if I have WinXP and also a free partition for installing Win7, will I be able to have a dual boot with WinXP & Win7 ? I mean, I've used Ubuntu, and GRUB handles this just fine, I installed WinXP, then Ubuntu and then I had the dual boot option, but my question is: Will Win7 recognize I have WinXP installed on my machine? I have a HP Mini 2133 KX870AT
jasalo is offline   Reply With Quote
Old 02-28-2010, 07:50 PM   #6 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 2
Default

Your link for 'bootsect' download contains a number of irrelevant download links and pop ups with, as far as I can see, no relevant download!!- the last thing one needs when trying to follow the guide!!!
pumperley is offline   Reply With Quote
Old 02-28-2010, 09:40 PM   #7 (permalink)
Junior Member
 
Join Date: Feb 2010
Posts: 2
Default

...and under Windows Vista the first DiskPart command should be 'list disk' and not 'disk list'
pumperley is offline   Reply With Quote
Reply

Tags
2133, boot, hp mini, ubuntu, upgrade, vista, windows, windows 7

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On