Results 1 to 13 of 13

Thread: Install Windows 7 from USB

  1. #1
    Join Date
    Dec 2008
    Posts
    69

    Install Windows 7 from USB

    hi,
    i have Hitachi Hard Disk 160gb with 2 gb ram,Q6700 @ 3.5 Stable,running windows xp,it works fine.but i have problem i cant install windows 7 from my usb drive. the problem is most of them are using the diskpart method and one particular command is giving the problem(list disk) as in XP my removable disk is not shown, so I am not able to select it.i want to run both os xp and 7 properly.


    Thanks in advance for your help!!!

  2. #2
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Install Windows 7 from USB

    Try this to install windows 7 from usb drive

    Step 1 – Let’s create a bootable USD Drive!
    • Clearly, the first thing you need is a USB drive and the one I used was an 8GB Seagate model.
    • Plug the drive into your PC.
    • Open a command prompt as administrator.
    • Get the drive number by typing:
    • diskpart
    • list disk
    • On my machine the USB disk was number 1.
    • Format the drive by typing:
    • select disk 1
    • clean
    • create partition primary
    • select partition 1
    • active
    • format fs=NTFS
    • assign
    • exit
    • Mount the Windows 7 beta iso using Daemon Tools or similar.
    • Navigate to the boot directory
    • cd E:\boot
    • Using bootsect, we’ll make the USB drive a bootable NTFS drive, ready for a Windows 7 image (my drive was labeled G):
    • bootsect /nt60 G:
    • We are finished with the command prompt now, so you can close it.

    Step 2 – Copy the installation files from the mounted Windows 7 iso to the USB drive.

    Step 3 – Install on the computer
    • Plug in the USB drive and turn on computer
    • On start up press <F12> to select the bootable drive
    • Select the USB drive and press return
    • The computer will boot from the USB drive and the installation will begin
    • Install as normal.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Install Windows 7 from USB

    hi,
    when you use XP's diskpart utility it wont install windows 7. You'll have to use Vista's diskpart utility. Vista uses bootmgr, the same as Windows 7.The reason is in the way they create the MBR. windows XP puts ntldr in the MBR and hence, when you start up, it's say missing ntldr.

  4. #4
    Dr. V Guest

    Re: Install Windows 7 from USB

    Get a 4GB USB Drive and plug it in under Vista (i don’t think XP has diskpart)

    -Click Start –> type CMD and right click Run as Admin
    Inside cmd, type and enter the followings:
    • diskpart
    • select disk 1 (your primary hard drive is denoted disk 0)
    • clean
    • create partition primary
    • select partition 1
    • active
    • format fs=fat32
    • assign

    exit

    - Open your drive under explorer, copy all files from vista/7 iso to the usb drive.

    - in Bios, set to boot from USB and have fun.

  5. #5
    Join Date
    Jan 2009
    Posts
    35

    Re: Install Windows 7 from USB

    Get a 4GB USB Drive and plug it in under Vista (i don’t think XP has diskpart)

    -Click Start –> type CMD and right click Run as Admin
    Inside cmd, type and enter the followings:
    diskpart
    select disk 1 (your primary hard drive is denoted disk 0)
    clean
    create partition primary
    select partition 1
    active
    format fs=fat32
    assign
    exit

    - Open your drive under explorer, copy all files from vista/7 iso to the usb drive.

    - in Bios, set to boot from USB and have fun.
    It a good guide and it does work, thanks for the info.

  6. #6
    Join Date
    May 2008
    Posts
    4,570

    Re: Install Windows 7 from USB

    hi,
    Windows 7 is about 2.5GBs so make sure you have a 4GB flash drive before you think about starting this process.

  7. #7
    Join Date
    Dec 2009
    Posts
    1

    angry Re: Install Windows 7 from USB

    Quote Originally Posted by Dr. V View Post
    Get a 4GB USB Drive and plug it in under Vista (i don’t think XP has diskpart)

    -Click Start –> type CMD and right click Run as Admin
    Inside cmd, type and enter the followings:
    • diskpart
    • select disk 1 (your primary hard drive is denoted disk 0)
    • clean
    • create partition primary
    • select partition 1
    • active
    • format fs=fat32
    • assign

    exit

    - Open your drive under explorer, copy all files from vista/7 iso to the usb drive.

    - in Bios, set to boot from USB and have fun.
    I was thinking this work'ed perfectly but how do i get
    the key back to normal (unboot'ed) ??
    isn't that possible please help
    Thanks -Kjartan-

  8. #8
    Join Date
    Dec 2009
    Posts
    4

    Re: Install Windows 7 from USB

    This guide is nice of course, but I couldn't get to the end !

    When I get to the assign step, my computer freezes !!
    I am using 8GB Sandisk usb stick.
    I tried it twice.

    I am using Vista Home Premium 64-bit.

    Guys please help me, because ALL THESE 100% working internet guides which NEVER work for me are driving me mad!
    I just wanna get rid of Vista and et new beautiful Win 7.

    Thank you for help

  9. #9
    Join Date
    May 2008
    Posts
    2,680

    Re: Install Windows 7 from USB

    Your problem is already solved in our forums. Have a check in the following links to solve your problem:
    Install Windows 7 with a USB key
    Install Windows 7 from a USB Flash Drive
    How to Install Windows 7 RC2 using a bootable USB Drive

  10. #10
    Join Date
    Jan 2008
    Posts
    3,388

    Re: Install Windows 7 from USB

    For installing windows 7 from your hard disk you have to replace window XP boot loader with window 7 boot loader. Window 7 bootloader loads the window 7 setup files. Follow these simple steps for doing this
    Step1: Open the downloaded file
    Step2: Extract the following files and folder to C drive or the system drive which has primary partition.
    Boot, Sources, bootmgr
    Step3: Now go to start > Run> cmd> and type the following thing
    cd c:\boot bootsect /nt60 SYS
    Step4: After this start your system and window 7 installation will start.
    (Make one thing for sure do not install window7 on your primary partition or C

  11. #11
    Join Date
    Dec 2009
    Posts
    4

    Re: Install Windows 7 from USB

    Quote Originally Posted by SalVatore View Post
    Your problem is already solved in our forums. Have a check in the following links to solve your problem:
    Install Windows 7 with a USB key
    Install Windows 7 from a USB Flash Drive
    How to Install Windows 7 RC2 using a bootable USB Drive
    Incorect! My particular problem that my computer FREEZES when I write assign and press enter isnt mentioned anywhere!

    Quote Originally Posted by Devasis View Post
    For installing windows 7 from your hard disk you have to replace window XP boot loader with window 7 boot loader. Window 7 bootloader loads the window 7 setup files. Follow these simple steps for doing this
    Step1: Open the downloaded file
    Step2: Extract the following files and folder to C drive or the system drive which has primary partition.
    Boot, Sources, bootmgr
    Step3: Now go to start > Run> cmd> and type the following thing
    cd c:\boot bootsect /nt60 SYS
    Step4: After this start your system and window 7 installation will start.
    (Make one thing for sure do not install window7 on your primary partition or C
    Sorry but this is no good, I want to FORMAT my computer and create new partitions and only Win 7 installed on my PC.

    Guys thanks for trying but that didnt help me, please more useful advice.

  12. #12
    Join Date
    Dec 2008
    Posts
    119

    Re: Install Windows 7 from USB

    If you want to FORMAT your computer and wants to create new partitions and needs to install Windows 7 on your system, then you need to check out the following links.

    How to Delete a Partition in Windows 7

    Windows 7 installation creates 200MB partition

    http://forums.techarena.in/vista-help/1197920.htm

    Hope so, the above mention links, resolve your above issue.

  13. #13
    Join Date
    Apr 2011
    Posts
    1

    Re: Install Windows 7 from USB

    Hello guys,

    Can I use the methods explained up here to create an instance of W7 on my external HDD? Some say it is impossible (Installing Windows 7 on external Hard drive?) and others say it is possible. So basically what I want to do is making a partition of my external HDD bootable and boot W7 from there. Another thing: I'm not shure whether or not the BIOS (AMI) of my computer supports booting from USB, I couldn't find a thing like mentioned in earlier answers.

Similar Threads

  1. Replies: 11
    Last Post: 14-09-2011, 10:42 PM
  2. Replies: 1
    Last Post: 20-04-2011, 05:40 PM
  3. Replies: 3
    Last Post: 14-12-2010, 07:30 PM
  4. Replies: 5
    Last Post: 14-03-2010, 05:37 AM
  5. Replies: 1
    Last Post: 25-11-2008, 07:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,413,140.24961 seconds with 16 queries