Installing Windows 7 From USB Drive 3 Steps Easy Process

Discussion in 'Windows 7' started by Gigahertz20, Aug 8, 2009.

  1. racky29

    racky29 MDL Senior Member

    Aug 2, 2007
    285
    93
    10
    just noticed this thread is an older one, and i posted the same message about Bootable USB App on page 10
    never mind
     
  2. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
    Well, look at my sig!! ;)
     
  3. Quamin

    Quamin MDL Novice

    Jun 26, 2010
    6
    1
    0
    Great post, I think I'll try this later on today!
     
  4. U-Fig

    U-Fig MDL Member

    May 14, 2010
    173
    65
    10
    dont use thumbstick for installation, but USB Harddrive
    partitioned and formatted with DISKPART, then, made bootable by using BOOTSECT /nt60 (driveletter)

    copied over win7 install resource and works like a charm, even added $OEM$ folder , works a treat
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,742
    1,745
    150
    Why should I use a USB HDD instead of a USB thumbstick/memory/pen?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. U-Fig

    U-Fig MDL Member

    May 14, 2010
    173
    65
    10
    i meant to say I don't use thumbstick, i like having some more space for creating an install source with programs and s**t included, created an AIO that i intend to fill with various software, but not for just one index but all of them
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. palebrowndot

    palebrowndot MDL Novice

    Jun 28, 2011
    3
    0
    0
    Is this thread still alive? Anyway, thanks for the instructions, they worked beautifully. I managed to install a fresh copy of Windows 7 onto my laptop and it remained operational for several months. Unfortunately, I never changed the boot order after I reformatted my laptop. If a USB was attached, the laptop wouldn't start up because it would load from the USB, which wouldn't have the necessary files. Usually, I'd just remember not to start up the laptop with a USB attached, but last night I figured I should change the boot order for the sake of convenience. I reset the boot order and now it won't start! I tried putting the boot order back to the way it was when I reformatted it, and it still won't start. I even tried System Restore and it didn't work. I really hope for a solution soon because I have some important files in there. As much as possible, I want to avoid having to reformat the laptop. I hope for a quick response, thanks.
     
  8. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
    It is related to the bios setting... :)
     
  9. palebrowndot

    palebrowndot MDL Novice

    Jun 28, 2011
    3
    0
    0
    Wow, that was a fast response, thanks. But, I'm kinda new at this, so can I get some more info? How do I change the BIOS setting? Is it related to the F2 menu at startup?
     
  10. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
    Yes... get into the bios by pressing a special key (F2/Esc/Del) & then change the setting. Btw, whats the model of ur netbook??
     
  11. palebrowndot

    palebrowndot MDL Novice

    Jun 28, 2011
    3
    0
    0
    It's an Acer emachines d725, and I'm real sorry if this is annoying, but change which settings?
     
  12. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
  13. TheStar

    TheStar MDL Novice

    Feb 21, 2010
    28
    2
    0
    Even if the boot order changed it should boot off the Hard Drive after no USB is present.
     
  14. thantzinhtay

    thantzinhtay MDL Novice

    Jul 14, 2011
    5
    0
    0
    so good and now i know this step . If I am a problem , I ask Question .
    Thank you for all..
     
  15. CIS

    CIS MDL Novice

    Oct 23, 2009
    26
    1
    0
    Anyone else find that the Windows official tool doesn't work? The UltraISO works great for me, but the Windows official tool won't work, it won't boot.
     
  16. DazDroog

    DazDroog MDL Novice

    Jan 2, 2011
    2
    0
    0
    Well, that was certainly an education and an experience on the vagaries hidden within layers of polysilicon, and of course behaviors modified by non-uniform implementations therein;
    ...read from beginning to end, and will now give it a try on the G-1 test-bed running MDL Win7-VL; and see how a clean install of Win7-pro transferred from MS dvd to USB-8GB flash goes...thank you for the background, tools, and options for whatever obstacle pops up..if any.
    ..had lost track of MDL for some time, glad I found it again googling for Win7 from USB info.:biggrin:
     
  17. Tito

    Tito Admin / Adviser
    Staff Member

    Nov 30, 2009
    19,091
    19,920
    340
    Why are u posting these useless .......?? :mad:
     
  18. spoof2012

    spoof2012 MDL Novice

    Jul 15, 2012
    7
    0
    0
    :biggrin:
    BEST OPTION: OPTION NUMBER ONE, install from Microsoft the software and sit down and relax, fast and reliable.
     
  19. MyDigitalName

    MyDigitalName MDL Member

    Sep 12, 2009
    125
    19
    10
    #180 MyDigitalName, Apr 28, 2013
    Last edited by a moderator: Apr 20, 2017
    Hola gents,
    I tried every tool and tip posted earlier in this thread, but none of that worked for me.
    I have two newer Asus boards (which come with UEFI BIOS). They just won't list the USB stick as a bootable device, no matter what I tried so far.

    But. I was searching around for a while and came up with a solution that does work.
    At least, it worked for me to install Windows 7 x64 for both Asus boards.
    Here's the how.

    1. Elevated command prompt:

    Code:
    diskpart
    lis dis
    sel dis 1 (Replace 1 your USB Drive!)
    cle
    cre par pri
    sel par 1
    act
    format fs=fat32 label="Windows 7" quick
    ass
    exit
    exit
    
    2. Extract all files from ISO to USB stick (I will refer to the stick as the 'x' drive below).

    3. copy x:\efi\microsoft\boot\ to x:\efi\boot\ (yes, the entire structure, one level up).

    4a. If the ISO is the same as the OS you're using, copy this file:
    c:\Windows\Boot\EFI\bootmgfw.efi
    here (note that you will need to rename, too after copy):
    x:\efi\boot\bootx64.efi

    4b. If the ISO is not the same as the OS you're using, use 7zip to open this file:
    x:\sources\install.wim
    and extract this file somewhere on your HDD:
    \1\Windows\boot\efi\bootmgfw.efi
    then copy it here (note that you will need to rename, too after copy):
    x:\efi\boot\bootx64.efi

    5. Insert the stick into one of the back USB2 slots prior to powering it up.

    6. Hit <Del>, then F8 and it should be listed there, hit enter to boot.

    Note: When you boot from a USB stick, you won't be able to install Windows without having to create a system and a reserved partition. I am pretty sure that's a bug rather than an intended. If you want to avoid having to create these extra system partitions, you will need to boot from the DVD (internal or external optical drive).