UEFI Bootable USB Flash Drive - Create in Windows

How to Create a Bootable UEFI USB Flash Drive for Installing Windows 7, Windows 8, or Windows 8.1

This tutorial will show you how to create a Windows 7 or Windows 8 or 8.1 installation bootable USB flash drive for UEFIfrom either a Windows 7 or Windows 8/8.1 installation ISO or DVD.

Requirements:
  • At least a 4GB USB flash drive
  • 64-bit Windows 7 ISO or DVD (If you want to install Windows 7)
  • 64-bit Windows 8 ISO or DVD (If you want to install Windows 8)
  • 64-bit Windows 8.1 ISO or DVD (If you want to install Windows 8.1)
  • 32-bit is not supported.
  • Set the boot mode to use UEFI and not CSM (Compatibility Support Module) in your UEFI firmware settings.
  • Temporarily disable Secure Boot in your UEFI firmware settings. Some motherboards will not boot from a USB unless you do this first. When the Windows installation is finished, you can enable secure boot if you like.
  • If you have fast boot or ultra-fast boot enabled in your UEFI firmware (if supported), then you may need to temporarily disable it until Windows has finished installing to be able to boot from a USB flash drive at boot.

EXAMPLE: UEFI Bootable USB Flash Drive
NOTE: This is it listed in the motherboard's boot menu.

UEFI_USB_Boot_Menu.jpg





OPTION ONE

To Create a Bootable UEFI USB Flash Drive using Free Program "Rufus"



1. Download the latest version of Rufus at the link below, and save it's .exe file to your desktop.

Note   Note
This is a standalone exe file that doesn't install anything to your PC
For Rufus FAQs, see: FAQ · pbatard/rufus Wiki · GitHub





Rufus - Create bootable USB drives the easy way



2. Connect your USB flash drive if you have not already.

3. Run the rufus_v###.exe file, and click/tap on Yes if prompted by UAC.
NOTE: ### = latest version number.

4. Set Rufus with the settings below: (see screenshot below step 5)


  • Under Device, select the USB flash drive you want to format and use.
  • Under Format Options, check Create a bootable disk using, click/tap on the browse icon icon.jpg to navigate to and select your 64-bit Windows 7 or Windows 8 or Windows 8.1 ISO file, and then make sure that Standard Windows installation is selected (dotted).
  • Under Partition scheme and target system type, select GPT partition scheme for UEFI computer.
  • Under File system, select FAT32.
  • Under Cluster size, select the (Default) (ex: 16 kilobytes or 4096 bytes) it has listed.
  • Under Format Options, check Quick format.
  • Under Format Options, check Create extended label and icon files.
  • Under New volume label, you can enter any name you like for the USB flash drive, or leave the default name.

5. When ready, click/tap on Start. (see screenshot below)


Rufus_UEFI.png


6. Click/tap on OK to confirm. (see screenshot below)

Rufus-confirm.jpg


7. Rufus will now start creating the bootable UEFI USB flash drive. (see screenshot below)

Rufus_working.jpg


8. When Rufus is "DONE", you can close Rufus. (see screenshot below)
NOTE: It could take a little while to finish.

Rufus_Done.jpg


9. You are now ready to do a clean install of Windows 7 or Windows 8/8.1 using UEFI with your bootable UEFI USB flash drive.






OPTION TWO

To Manually Create a Bootable UEFI USB Flash Drive



1. Connect the USB flash drive.

2. Open an elevated command prompt in Windows 7 or Windows 8/8.1.

3. In the elevated command prompt, type the commands below one at a time and press Enter after each one. (see screenshot below step 5)

  • diskpart
  • list disk

4. Make note of the Disk # (ex: Disk 4) for the USB flash drive. (see screenshot below step 5)

It is critical that you use the correct disk #. If you do not, then you could delete the wrong drive below and lose everything on it


5. In the elevated command prompt, type the commands below one at a time and press Enter after each one. (see screenshot below)
NOTE: Substitute # in the first command with the actual disk # from step 4 above. For example: select disk 4


  • select disk #
  • detail disk (this is to verify that you selected the correct disk before using "clean" below)
  • clean
  • create partition primary
  • format fs=fat32 quick
  • active
  • assign
  • list volume
  • exit

Create_UEFI_USB-1.jpg


6. Make note of the volume letter (ex: K) for the USB flash drive in the command prompt. (see screenshot above)

7. Do step 8, step 9, or step 10 below depending on if you are using a Windows 7/8/8.1 ISO or DVD.

warning   Warning
It has been reported that using the downloaded Windows 8 upgrade ISO does not always give you an UEFI bootable USB option in the boot menu.

If this happens to you, then use the ESD-TO-ISO.exe program created by our member Simon (SIW2) below to create an ISO that will work with UEFI. Afterwards, start this tutorial over using this new ISO instead.

See OPTION TWO here: Windows 8 and Windows 8.1 ISO - Download or Create

download






8. If Using a Windows 7 or Windows 8/8.1 ISO File in Windows 8
NOTE: For a Windows 7 ISO or Windows 8/8.1 ISO file.


A) Open File Explorer, navigate to the .iso file, right click or press and hold on the .iso file, then click/tap on Mount. (see screenshot below)



W8_ISO.jpg


B) The mounted .iso file will now automatically open. Select all files in it, right click or press and hold on the selected files, click/tap on Send to and the Removable Disk for your USB flash drive letter (ex: K) from step 6 above. (see screenshot below)



Copy.jpg


C) This could take a bit to copy the ISO contents to the USB.

D) When finished, go to step 11 below.

9. If Using a Windows 7 or Windows 8/8.1 ISO File in Windows 7
NOTE: For a Windows 7 ISO or Windows 8/8.1 ISO file.


A) If you have not already, you will need to download and install the latest alpha version of the free program 7-Zip.
NOTE: You can use any program that performs the same function to extract or mount an ISO, but I just find 7-Zip easier to use.

B) Open Windows Explorer, navigate to the .iso file, right click on the .iso file, then click on 7-Zip and Extract files. (see screenshot below)




W7_ISO-1.jpg


C) In the Extract dialog, click on the browse button, select the Removable Disk for your USB flash drive letter (ex: K) from step 6 above, and click on OK, and OK. (see screenshots below)



W7_ISO-2.jpg


D) This could take a bit to copy the ISO contents to the USB.

E) When finished, go to step 11 below.

10. If Using a Windows 7 or Windows 8/8.1 Installation DVD


A) Insert the Windows 7 or Windows 8 installation DVD into the CD/DVD drive.

B) In the Computer window, open the DVD. (see screenshot below)



DVD.jpg


C) Select all files in it, right click or press and hold on the selected files, click/tap on Send to and the Removable Disk for your USB flash drive letter (ex: K) from step 6 above. (see screenshot below)



Copy.jpg


D) This could take a bit to copy the DVD contents to the USB.

E) When finished, go to step 11 below.


11. If Using 64-bit Windows 7

Note   Note
Thanks to theog for this step

You do not need to do this step unless you are creating a 64-bit Windows 7 UEFI USB flash drive.

If you are not, then go to step 12 below instead.




A) On the USB flash drive, "copy" the efi\microsoft\boot folder up one level into the efi folder as efi\boot. (see screenshot below)



11A.jpg


B) If you have not already, download and install the latest alpha version of the free program 7-Zip, then run 7-Zip.

C) In 7-Zip, navigate to the sources\install.wim\1\Windows\Boot\EFI\bootmgfw.efi on the USB flash drive, select the bootmgfw.efi file, copy it to your desktop, click/tap on OK, and close 7-Zip. (see screenshot below)



7-Zip.jpg



D) Rename the bootmgfw.efi file on your desktop to bootx64.efi.


E) Copy/Move the renamed bootx64.efi file into the efi/boot folder (step 11A) on the USB flash drive.



efi-boot.PNG


F) Go to step 12 below.

12. You are now ready to do a clean install of Windows 7 or Windows 8/8.1 using UEFI with your bootable UEFI USB flash drive.






That's it,
Shawn


 

Attachments

  • ESD-TO-ISO.zip
    341.8 KB · Views: 34,509
  • install.wim.png
    install.wim.png
    10.2 KB · Views: 103,131
  • USB_Drive.png
    USB_Drive.png
    10.2 KB · Views: 836
Last edited by a moderator:
Oh my ... I can't do anything. I give up...

When i Want to install W7 without UEFI -

1. Should I delete all volumes from my disk using diskpart, and then use "convert mbr" command ;)?
2. Have I switch off UEFI in bios using "legacy BIOS" option?
3. Can I using a standard bootable usb without changes ?
 

My Computer

System One

  • OS
    Windows
    Computer type
    PC/Desktop
Oh my ... I can't do anything. I give up...

When i Want to install W7 without UEFI -

1. Should I delete all volumes from my disk using diskpart, and then use "convert mbr" command ;)?
2. Have I switch off UEFI in bios using "legacy BIOS" option?
3. Can I using a standard bootable usb without changes ?

I am very embarrassed because i don't know what can i do more, for finally install Windows 7 in my new Acer Aspire V3-571G.

Downgrade to Windows 7.
http://www.eightforums.com/tutorials/13326-downgrade-windows-8-windows-7-a.html
Warning you must have the UEFI/BIOS firmware setting in Step Three set.

Make sure you read the NOTE at Step three.

As you have a ACER, you need to install in LEGACY mode.

On some Acer, Gateway, P. Bell, Windows 7 x64 will not install in UEFI mode.

Windows 8 Desktops - How to Disable Secure Boot - YouTube



Enabling the boot device menu

Acer said:
On most Acer systems, you can use the F12 key on boot to select the drive or network from which loading the operating system. In case the F12 option does not work, you may need to enable this function.

SOLUTION

Enabling the F12 function:

1.Power on the system. As soon as the first logo screen appears, immediately press the F2 key, or the DEL key if you have a desktop, to enter the BIOS.
2.Press the right arrow key to select Main.
3.Use the arrow keys to navigate to F12 Boot Menu, and press ENTER.
4.Select Enabled, and press ENTER.
5.Press the F10 key to save changes and restart the system.


How to Enable or Disable Secure Boot

Acer said:
This article only applies to: Windows 8 Desktops

Bootable media from previous versions of Windows may not be recognized in Windows 8. You can change the Secure Boot setting and it should recognize the bootable device.

Use the following steps to change Secure Boot:

1.Completely shut down your computer.
2.Power on the system. As soon as the first logo screen appears, immediately press Delete to enter the BIOS.
3.Use the right arrow key to select Authentication.
4.With Secure Boot highlighted, press Enter and then the down arrow to select Disabled.
5.Use the right arrow key to select Boot Options.
6.With Launch CSM highlighted, press Enter and use the down arrow to select Always.
7.Press Enter.
8.Press the F10 key to save changes and restart the system


ACER Related Videos.

Windows 8 - Access to Uefi Firmware Settings - Option - YouTube
Iconia W700 - How to Enter the BIOS - YouTube
Windows 8 Desktops - How to Disable Secure Boot - YouTube
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
May I add files to a uefi bootable usb flash drive ?

First of all thank you very much for your precious help, I feel more confident with Windows after having found your invaluable forum ! :D:thumb: From now on I won't waste my time elsewhere, including MS sites, wether social or technet ...

Just a very naive question: I'm not used to the special kind of flash drive created here, may I put some more files on it ( like iso of my dvd) ???

:)Cyril
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
I've added files to my install thumb drives to customize the install to the PC its being installed on. OEM logo's and system info for the system page. Adding files and folders has never broken anything. Just don't delete anything.
 

My Computer

System One

  • OS
    Windows 10 Education 64 Bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asus
    CPU
    AMD Phenom II X4 980 Black Edition Deneb 3.7GHz
    Motherboard
    ASUS M4N68T-M V2 µATX Motherboard
    Memory
    8GB 4GBx2 Kingston PC10600 DDR3 1333 Memory
    Graphics Card(s)
    NVIDIA Geforce GT640 2 Gig DDR3 PCIe
    Sound Card
    VIA VT1708s High Definition Audio 8-channel Onboard
    Monitor(s) Displays
    22" LG E2242 1080p and 2 19" I-INC AG191D
    Screen Resolution
    1280x1024 - 1920x1080 - 1280x1024
    Hard Drives
    Crucial MX100 256 GB SSD and 500 GB WD Blue SATA
    PSU
    Thermaltake TR 620
    Case
    Power Up Black ATX Mid-Tower Case
    Cooling
    Stock heatsink fan
    Keyboard
    Logitech Wireless K350 Wave
    Mouse
    Logitech M570 Trackball and T650 TouchPad
    Internet Speed
    80 Mbps Down 30 Mbps Up
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
    Other Info
    HP DVD1040e Lightscribe - External USB2
I gave it a shot and I'm also able to install Windows 8 in UEFI while the thumb drive is formatted in NTFS MBR.
To be honest, I unknowingly installed it with these settings a few days ago.

Ah, thank you for that, now I know its not just me. Looks like its doable on ASUS PC's/motherboards. :thumb:

OK, I had a look at the ASUS K75DE UEFI firmware (using phoenixtool.exe, which will nicely dump all the UEFI modules), and I can confirm that this firmware has both a FAT File System module (93022F8C-1F09-47EF-BBB2-5814FF609DF5) and an NTFS File System module (768BEDFD-7B4B-4C9F-B2FF-6377E3387243). So it looks like alphanumeric is indeed right and NTFS is supported on some UEFI systems.

Still, if the ISO doesn't contain a >4GB file, I think the Microsoft tool is taking a big chance when keeping a target as NTFS, as I'm pretty sure there are way more UEFI systems out there that don't support NTFS than ones that do.

I'll see what I can do to add NTFS support in a future Rufus version. I'm not sure I want to make it selectable by default, unless the ISO has a >4GB file, as I'm pretty sure we'll get a whole lot of users formatting their drives as NTFS and wondering why it doesn't boot, regardless of how many LARGE WARNINGS I add to the app.

Also, it sure would be nice to have a list of all UEFI systems that support NTFS boot...

Oh, and in other news, Rufus v1.4.0 was released a couple days ago.
Of interest to this topic is that it should fix FAT32 formatting for > 32GB drives, offer better detection of flash drives that pretend they aren't removable (I'm looking at you SanDisk!) as well as add support for 15 languages.
 

My Computer

System One

  • OS
    Windows 7 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home built
    CPU
    Intel Core 2 Duo
    Motherboard
    ASUS P5B Deluxe
    Memory
    Corsair 4 GB DDR2 :(
    Graphics Card(s)
    Geforce GT610 1 GB
    Sound Card
    Embedded HD Audio
    Monitor(s) Displays
    Dell 2005FPW
    Screen Resolution
    1680x1050
    Hard Drives
    1x Intel SSD 330 180 GB
    2x Samsung HD103UJ in RAID1
    PSU
    Corsair 400W
@Akeo, What's the deal with the Sandisk thumb drives pretending to be un removable? I just bought a couple yesterday and was wondering why the Windows 7 DVD download tool said "No compatible USB devices detected". I ended up going old school and using diskpart. Oh and thank you for your examination of the ASUS BIOS. That stuff is way over my head.

EDIT: I guess this answers my question, sorta kinda, Flash Drive shows as Hard Disk Drive (Fixed Disk) in Windows Explorer
 

My Computer

System One

  • OS
    Windows 10 Education 64 Bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asus
    CPU
    AMD Phenom II X4 980 Black Edition Deneb 3.7GHz
    Motherboard
    ASUS M4N68T-M V2 µATX Motherboard
    Memory
    8GB 4GBx2 Kingston PC10600 DDR3 1333 Memory
    Graphics Card(s)
    NVIDIA Geforce GT640 2 Gig DDR3 PCIe
    Sound Card
    VIA VT1708s High Definition Audio 8-channel Onboard
    Monitor(s) Displays
    22" LG E2242 1080p and 2 19" I-INC AG191D
    Screen Resolution
    1280x1024 - 1920x1080 - 1280x1024
    Hard Drives
    Crucial MX100 256 GB SSD and 500 GB WD Blue SATA
    PSU
    Thermaltake TR 620
    Case
    Power Up Black ATX Mid-Tower Case
    Cooling
    Stock heatsink fan
    Keyboard
    Logitech Wireless K350 Wave
    Mouse
    Logitech M570 Trackball and T650 TouchPad
    Internet Speed
    80 Mbps Down 30 Mbps Up
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
    Other Info
    HP DVD1040e Lightscribe - External USB2
The deal (as far as I understand it - other people may have a slightly different insight) is that, a drive, USB or not, can be presented to a computer as either REMOVABLE or FIXED. It's just a hardware flag that is set on the device, and that the computer queries when the device is plugged.
As an aside, there actually exist manufacturer tools, for a very limited set of USB flash chip controllers, that allow you to switch the flag.

The original idea behind these flags, which basically date to the floppy era, was to let the OS know in advance if a drive or media has a chance to be disconnected/removed without warning, so that it could take some mitigating action, such as waiting for confirmation that a file had been copied in full before updating the filesystem table.

On the other hand, having a FIXED drive told the OS that it could try to optimize file operations for speed, without having to care too much about data being corrupted by a removal, since the expectation was that, short of a power loss, you could just queue a bunch of operations, and expect them to complete on their own.

As time passed, it also became customary to have FIXED for media where you would install an OS (and where you probably wanted to squeeze all the speed you could), and REMOVABLE for everything else.

And then Microsoft, in their great wisdom, decided for some obscure reason that Windows would only ever allow mounting the first partition it recognizes for a REMOVABLE drive, while letting FIXED drives mount as many recognized partitions as there are.

What this means is that ,if you partition a standard (REMOVABLE) flash drive and create, say a FAT32 and an NTFS partition, Windows will only ever allow you to mount the first one, but no matter what you try (short of removing/hiding the first), it will never allow you to mount the second partition.

Of course, this created an issue for USB HDDs, because people expected them to behave as HDDs and to be able to mount multiple partitions at once, as well as possibly run an OS from them. So, even as they are technically removable, USB HDDs have been traditionally set to FIXED, to work around an utterly idiotic Microsoft limitation, whereas USB Flash Drives, that were expected to be small, and therefore rarely need more than one partition, have been kept as REMOVABLE.

Enters Windows 8 to Go, where Microsoft started to realize they had really shot themselves in the foot there, as they needed both an UEFI FAT32 boot partition as well as an NTFS partition to be accessible at the same time when creating the To Go drive.

So what did Microsoft do, rather than fix their bullshit about REMOVABLE not being able to mount more than one recognized partition? Why, they asked hardware manufacturers to sort that one for them, by forcing Win To Go certified UFDs to be set to FIXED! According to Microsoft, of course, this was done to ensure that only devices with sufficient speed and space would be able to run To Go...

But then, manufacturers who wanted to join the To Go party, without having been actively "invited" by Microsoft (by entering a certification agreement) realised that there was really nothing preventing them to also set their new flash drives as FIXED and ensure that users wouldn't complain that their brand new shiny UFDs weren't working with To Go. AFAIK, this is what SanDisk and others decided to do, and why you will find that most of their latest UFDs are set as FIXED.

Of course, all his utterly lazy and illogical crap broke some tools (Rufus was one of those until very recently), that tried to rely on FIXED vs REMOVABLE to find out if a USB drive was likely to be an USB HDD, and avoid people with both an USB HDD, say for backup, and an UDF, ending up formatting their HDD by mistake and losing some very valuable data...

So on the plus side for you, while your new flash drives may not work with the Windows DVD tool (but they should work fine in Rufus v1.4.0 ;)), they will probably work nicely as Windows to Go drives...
Oh, and you may also find that they can be used with some DVRs that also insist on seeing a FIXED flag on an USB device before they allow recording anything (I actually have one of those, and it's quite irritating not to be able to do anything about it).
 

My Computer

System One

  • OS
    Windows 7 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home built
    CPU
    Intel Core 2 Duo
    Motherboard
    ASUS P5B Deluxe
    Memory
    Corsair 4 GB DDR2 :(
    Graphics Card(s)
    Geforce GT610 1 GB
    Sound Card
    Embedded HD Audio
    Monitor(s) Displays
    Dell 2005FPW
    Screen Resolution
    1680x1050
    Hard Drives
    1x Intel SSD 330 180 GB
    2x Samsung HD103UJ in RAID1
    PSU
    Corsair 400W
Thanks for that Akeo, there's some good info there. Almost all my thumb drives are older Kinston drives. The Sandisk were on sale and I needed an 8 gig for my laptop. Windows 8.1 enterprise just barley fits on a 4 gig so that didn't leave me any room for the custom OEM info files I add. Funny you should mention Windows To GO, that was why I installed Enterprise on my laptop. I wanted to set one up on an external USB hard drive. I have close to 20 thumb drives but the largest is only 16 GB, too small for WTG. What I'm using is an old repurposed IDE laptop drive in an enclosure. It's just something to play around with. I may give Rufus a go when I update my wife's new Acer laptop to 8.1 or 8.2. I do believe its UEFI. I fell back on disk part because I've used it before. Old dog new tricks. ;)
 

My Computer

System One

  • OS
    Windows 10 Education 64 Bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asus
    CPU
    AMD Phenom II X4 980 Black Edition Deneb 3.7GHz
    Motherboard
    ASUS M4N68T-M V2 µATX Motherboard
    Memory
    8GB 4GBx2 Kingston PC10600 DDR3 1333 Memory
    Graphics Card(s)
    NVIDIA Geforce GT640 2 Gig DDR3 PCIe
    Sound Card
    VIA VT1708s High Definition Audio 8-channel Onboard
    Monitor(s) Displays
    22" LG E2242 1080p and 2 19" I-INC AG191D
    Screen Resolution
    1280x1024 - 1920x1080 - 1280x1024
    Hard Drives
    Crucial MX100 256 GB SSD and 500 GB WD Blue SATA
    PSU
    Thermaltake TR 620
    Case
    Power Up Black ATX Mid-Tower Case
    Cooling
    Stock heatsink fan
    Keyboard
    Logitech Wireless K350 Wave
    Mouse
    Logitech M570 Trackball and T650 TouchPad
    Internet Speed
    80 Mbps Down 30 Mbps Up
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
    Other Info
    HP DVD1040e Lightscribe - External USB2
Concerns about sandisk ...

I just read about sandisk usb flash drives and the fixed drive type, as I created all my UEFI bootable drives with them but ...

NOTE: SanDisk does NOT support configuring flash drives as bootable device for running an OS.

Flash Drive shows as Hard Disk Drive (Fixed Disk) in Windows Explorer

Are they useless ( 3 OS on 3 drives :mad: ) ???
They do appear as local drives.

Thanks for your help !

Please , I copied from my retail dvds ,should I erase sandisk usb flash drives ? use rufus instead ?
I think it could be useful to add a warning about "fixed drive" usb flash drive ...
Let me know :shock:
 
Last edited:

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
I created my install thumb drive on my Sandisk manually though diskpart. My laptop booted OK from my Sandisk thumb drive. I haven't done a full clean install with it yet, but see no reason why it wouldn't work. I have never used Rufus so I can't comment on that.
 

My Computer

System One

  • OS
    Windows 10 Education 64 Bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asus
    CPU
    AMD Phenom II X4 980 Black Edition Deneb 3.7GHz
    Motherboard
    ASUS M4N68T-M V2 µATX Motherboard
    Memory
    8GB 4GBx2 Kingston PC10600 DDR3 1333 Memory
    Graphics Card(s)
    NVIDIA Geforce GT640 2 Gig DDR3 PCIe
    Sound Card
    VIA VT1708s High Definition Audio 8-channel Onboard
    Monitor(s) Displays
    22" LG E2242 1080p and 2 19" I-INC AG191D
    Screen Resolution
    1280x1024 - 1920x1080 - 1280x1024
    Hard Drives
    Crucial MX100 256 GB SSD and 500 GB WD Blue SATA
    PSU
    Thermaltake TR 620
    Case
    Power Up Black ATX Mid-Tower Case
    Cooling
    Stock heatsink fan
    Keyboard
    Logitech Wireless K350 Wave
    Mouse
    Logitech M570 Trackball and T650 TouchPad
    Internet Speed
    80 Mbps Down 30 Mbps Up
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
    Other Info
    HP DVD1040e Lightscribe - External USB2
Thank you for your response. I read somewhere that in the process of formatting disks during a new installation it may hangs because the drive is seen as fixed. Someone suggested to disconnect and reconnect the drive , then click refresh. I don't know if it works. Many people complain about this change about new drives, it could break the ability to reinstall from the drive. I really want my drives to be reliable... Aeko also told about this problem, but I don't understand if it causes trouble during the creation of the flash drive or during the reinstallation process, which is far more important to know !
Hoping to be understood, again , thanks !
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
The issue Aeko and I saw is that the drive doesn't show up in the utilities used to make the bootable thumb drive. For example when I run the Windows 7 DVD download tool it just says "No compatible USB devices detected" when trying to use the Sandisk drive. My Kinston thumb drives work fine. The Windows tool like Rufus is looking for "Removable Media". It skips fixed disks. To setup my Sandisk drive I used diskpart. I haven't actually done the install from the Sandisk drive yet. I booted from it and went as far as the language selection screen. I don't know if there are any other wrinkles from using that drive.
 

My Computer

System One

  • OS
    Windows 10 Education 64 Bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asus
    CPU
    AMD Phenom II X4 980 Black Edition Deneb 3.7GHz
    Motherboard
    ASUS M4N68T-M V2 µATX Motherboard
    Memory
    8GB 4GBx2 Kingston PC10600 DDR3 1333 Memory
    Graphics Card(s)
    NVIDIA Geforce GT640 2 Gig DDR3 PCIe
    Sound Card
    VIA VT1708s High Definition Audio 8-channel Onboard
    Monitor(s) Displays
    22" LG E2242 1080p and 2 19" I-INC AG191D
    Screen Resolution
    1280x1024 - 1920x1080 - 1280x1024
    Hard Drives
    Crucial MX100 256 GB SSD and 500 GB WD Blue SATA
    PSU
    Thermaltake TR 620
    Case
    Power Up Black ATX Mid-Tower Case
    Cooling
    Stock heatsink fan
    Keyboard
    Logitech Wireless K350 Wave
    Mouse
    Logitech M570 Trackball and T650 TouchPad
    Internet Speed
    80 Mbps Down 30 Mbps Up
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
    Other Info
    HP DVD1040e Lightscribe - External USB2
Thank you alphanumeric, maybe someone could be more reassuring about using this kind of drive made with diskpart for reinstallation, just for "peace of mind" ;)
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
The Windows tool like Rufus is looking for "Removable Media". It skips fixed disks.
That's the default behaviour, but you can enable the listing of fixed drives in Rufus by simply checking the relevant checkbox in the advanced options. It is left unchecked by default to avoid people formatting a backup HDD while thinking it's their flash drive.

Unless the device manager has trouble recognizing your flash drive as a mass storage device, I'm not aware of any USB flash drive that can't be detected and formatted in Rufus.

Also note that I added some new logic in Rufus v1.4.x, to better tell if an USB drive is an HDD or a Flash Drive, that doesn't rely only on the FIXED/REMOVABLE attribute, so that Flash Drive with the FIXED attribute are not eliminated as easily as they previously were.
This is brand new heuristic code, so it still needs a little bit adjusting (but you can still list all USB drives with the checkbox if you need to).
 

My Computer

System One

  • OS
    Windows 7 x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home built
    CPU
    Intel Core 2 Duo
    Motherboard
    ASUS P5B Deluxe
    Memory
    Corsair 4 GB DDR2 :(
    Graphics Card(s)
    Geforce GT610 1 GB
    Sound Card
    Embedded HD Audio
    Monitor(s) Displays
    Dell 2005FPW
    Screen Resolution
    1680x1050
    Hard Drives
    1x Intel SSD 330 180 GB
    2x Samsung HD103UJ in RAID1
    PSU
    Corsair 400W
The Windows tool like Rufus is looking for "Removable Media". It skips fixed disks.
That's the default behaviour, but you can enable the listing of fixed drives in Rufus by simply checking the relevant checkbox in the advanced options. It is left unchecked by default to avoid people formatting a backup HDD while thinking it's their flash drive.

Unless the device manager has trouble recognizing your flash drive as a mass storage device, I'm not aware of any USB flash drive that can't be detected and formatted in Rufus.

Also note that I added some new logic in Rufus v1.4.x, to better tell if an USB drive is an HDD or a Flash Drive, that doesn't rely only on the FIXED/REMOVABLE attribute, so that Flash Drive with the FIXED attribute are not eliminated as easily as they previously were.
This is brand new heuristic code, so it still needs a little bit adjusting (but you can still list all USB drives with the checkbox if you need to).

I knew you fixed that but didn't want to give a big drawn out explanation. ;)
 

My Computer

System One

  • OS
    Windows 10 Education 64 Bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Asus
    CPU
    AMD Phenom II X4 980 Black Edition Deneb 3.7GHz
    Motherboard
    ASUS M4N68T-M V2 µATX Motherboard
    Memory
    8GB 4GBx2 Kingston PC10600 DDR3 1333 Memory
    Graphics Card(s)
    NVIDIA Geforce GT640 2 Gig DDR3 PCIe
    Sound Card
    VIA VT1708s High Definition Audio 8-channel Onboard
    Monitor(s) Displays
    22" LG E2242 1080p and 2 19" I-INC AG191D
    Screen Resolution
    1280x1024 - 1920x1080 - 1280x1024
    Hard Drives
    Crucial MX100 256 GB SSD and 500 GB WD Blue SATA
    PSU
    Thermaltake TR 620
    Case
    Power Up Black ATX Mid-Tower Case
    Cooling
    Stock heatsink fan
    Keyboard
    Logitech Wireless K350 Wave
    Mouse
    Logitech M570 Trackball and T650 TouchPad
    Internet Speed
    80 Mbps Down 30 Mbps Up
    Browser
    Internet Explorer 11
    Antivirus
    Windows Defender
    Other Info
    HP DVD1040e Lightscribe - External USB2
Sorry to insist but the important point is : can you perform a full reinstallation of Windows with a bootable fixed flash drive , created by diskpart or Rufus, including the formatting process, without any trouble ??? Thank you :)
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
Sorry to insist but the important point is : can you perform a full reinstallation of Windows with a bootable fixed flash drive , created by diskpart or Rufus, including the formatting process, without any trouble ??? Thank you :)

YES.

Using the Windows DVD x32 or x64.


For USB:

x32
USB Windows 7 Installation Key Drive - Create - Windows 7 Help Forums

x64
http://www.eightforums.com/tutorials/15458-uefi-bootable-usb-flash-drive-create-windows.html


For LEGACY mode, x32 or x64
http://www.eightforums.com/tutorials/2299-clean-install-windows-8-a.html

For UEFI mode, x64 only.
http://www.eightforums.com/tutorial...e-firmware-interface-install-windows-8-a.html
 

My Computer

System One

  • OS
    ME, XP,Vista,Win7,Win8,Win8.1
    Computer type
    PC/Desktop
    Other Info
    Notebooks x 3

    Desktops x 5

    Towers x 4
Thanks a lot ! :thumbsup:
Now I feel better with my 3 drives , ready for any critical situation.
Congratulations for this excellent forum !
 

My Computer

System One

  • OS
    Windows 8.1 Pro
    Computer type
    PC/Desktop
Back
Top