If USB is not listed in BIOS as a boot option, does that mean the machine can't boot from USB?

88

26

I just purchased an Asus Zenbook Prime UX31A-DH51 with Windows 8. I want to wipe the drive and do a clean install but USB is not listed as a boot option in the BIOS. Does this mean it is not possible?

Here is a photo of my BIOS options.

enter image description here

This is the only option I get when I click Add New Boot Option. Not sure if I can add USB here.

enter image description here

***** Update ***** Asus tech emailed and said: "Unfortunately with Windows 8 you can not boot from bios."

Chace Fields

Posted 2012-11-17T23:32:10.830

Reputation: 1 049

Did we conclude this was not possible? I am having this same issue with no positive results. – Matt – 2016-06-15T06:21:42.103

1What happens when you click on "Add new boot option", it should give you the option for USB. – Winter Faulk – 2012-11-17T23:45:26.183

I posted a second screen with what happens if I click add. That filesystem option is all I get. Not sure if I can add USB here somehow. – Chace Fields – 2012-11-17T23:50:56.590

When the system is booting I think you can hit F9 to get to the boot menu, is USB listed there? – Winter Faulk – 2012-11-18T00:01:52.810

1

Can you try this? Press Escape to get into the boot menu. If the USB bootable device is not listed, enter the configuration menu and directly press F10 to save. Press Escape again on reboot: This time the USB bootable device should appear in the menu. ( Source: https://wiki.archlinux.org/index.php/ASUS_Zenbook_Prime_UX31A )

– Hennes – 2012-11-18T00:12:29.953

@hennes Just tried that and nothing at all. Still only showing the SSD. – Chace Fields – 2012-11-18T03:39:38.630

2Drat. One more question: Is USB legacy support turned on or off. ( This is mostly needed when emulating older PS/2 keyboards and mice for an OS which does not support USB. E.g. DOS. However it also affects some USB boot options. ) – Hennes – 2012-11-18T17:10:50.857

1Can you insert the USB stick, reboot, press Esc during the Asus splash screen to bring up the EFI boot menu and post an image of the same? Also, in the second BIOS screen you clicked on Select Filesystem. What about the top-most Add boot option or Path for boot option or even Create, with the USB stick plugged in? As a last resort maybe you can try Launch CSM to enable legacy BIOS booting and see if that allows you to boot from USB or not. – Karan – 2012-11-18T23:07:10.370

1Asus tech emailed and said: "Unfortunately with Windows 8 you can not boot from bios." - Even if you enable Launch CSM (Compatibility Support Module)? (See my full comment above.) A modern machine being unable to boot from USB boggles the mind. Makes me suspect the support guy is typical of his breed. – Karan – 2012-11-21T17:22:18.630

Answers

78

I just went through the same pain... but I found a workaround.

  1. Plug in your USB drive
  2. Turn the Zenbook on
  3. Enter UEFI (BIOS) through pressing ESC or F2
  4. In 'Boot' tab: 'Disable Fastboot' (*)
  5. Press F10 to save & exit
  6. Immediately press ESC or F2 again
  7. In 'Boot' tab: your USB drive should be listed - change the order
  8. Press F10 to save & exit
  9. Your Zenbook should now boot from the USB drive
  10. profit

(*) = and 'Enable CSM' if you want to boot in legacy mode

If that does not help, you might need a more recent firmware version.

Just in case you run into more trouble while trying to install Windows onto your GPT SSD - this post might be very helpful: http://www.hodgin.ca/2012/10/02/creating-a-uefibios-windows-7-usb-and-installing-to-gpt-partitions/

mediafinger

Posted 2012-11-17T23:32:10.830

Reputation: 881

I have a similar BIOS setup utility - your wording is contradictory on step 4. It took me a bit to realize that disabling fastboot and enabling CSM are mutually exclusive - leaving fastboot enabled and enabling CSM gets me the results I need. – p0lar_bear – 2015-08-09T16:35:29.870

1I suggest putting step 4 bold with blinky tag and arrows. That was the dealmaker in my case! Thanks – Tim Bourguignon – 2015-09-06T18:24:03.133

For people of the future™: Setting the installer drive to GPT (UEFI only on Rufus) solved my issue where the USB drive didn't show up, though I needed to follow this answer too. – Ave – 2017-08-02T22:03:19.597

My 2c: followed the steps above, still didn't have USB option show in the boot menu. I had to first actually boot into the current OS and the try the boot menu again before USB was available – Dirk Hartzer Waldeck – 2019-12-22T17:54:01.843

6I had the same problem. I went into BIOS, Boot tab, then enabled Launch CSM...F10 to save and exit, hit Esc on restart and I get that menu where I was able to select USB to boot from. Thanks for the help guys! – Jim Syyap – 2013-03-22T10:40:49.833

Enabling CSM did the trick for me. Although my situation was slightly different: I wanted to install Win7 on my Zenbook running Win8. Bootable USB drive would only show up in UEFI when CSM was enabled. Thanks! – simon – 2013-04-21T15:30:34.610

23

We just got a few of these in at work and they are a right PITA to wipe and clean-install windows with, especially the usb-3 only ones.

To enable booting to a USB device you need to set secure boot to disabled (in the security tab of the bios) and enable CSM (on the boot tab of the bios)

You can then select a USB boot device.

If you are trying to install windows 7 on a USB3 only zenbook, your next headache will be windows setup failing, from either a bootable USB memory stick or a USB DVD drive. This is because the bios loads the windows boot image, but when the windows setup program starts it doesn't have USB3 drivers and can't read the setup files.

To get around this you need to create a customized windows setup, on either a USB memory stick or a DVD. You need to download the USB3 drivers from asus, extract the driver files (from the folder containing the .sys and .inf files) and use dism.exe to load these into a windows boot image. There are tutorials on how to do this on the net, the one I used was here: http://forums.mydigitallife.info/threads/32302-How-to-install-Windows-7-from-a-USB-3-0-Thumb-Drive-(FAST-installation!)

John Sinclair

Posted 2012-11-17T23:32:10.830

Reputation: 400

16

  1. Power on
  2. F2 to enter BIOS
  3. Tab to Boot
  4. "Secure Boot" -Disabled
  5. "CSM + UEFI" selected in OS Mode Selection
  6. F10

  7. Hold F2 to Enter BIOS

  8. Check boot -> Boot Priority to see if connected USB is listed

I use sandisk Cruzer.

Daniel Crawford

Posted 2012-11-17T23:32:10.830

Reputation: 161

Thank you! Very important to enable CSM and UEFI (or Legacy + UEFI in my case) – kryo – 2016-09-12T20:58:46.197

the disable secure boot safe the day yay, now everything is listed – KingGeneral – 2018-02-27T02:21:08.230

This was the solution... – Hasan Gürsoy – 2013-11-15T18:48:58.630

11

I hit this same issue. However, if you plug in the USB stick before you boot, the choice will turn up. You can then save and boot away.

IN THEORY.

I tried to boot onto an Ubuntu USB - I see the grub loader but nothing happens after that. But that's a different issue :-)

Last note: Once you remove the USB stick, it will disappear from the options. Next time you want to bot from USB (or a USB DVD, whatever), you'll need to do this again.

EDIT 12-12-12: OK, I managed to get this working with Ubuntu. What I needed to do was turn off the "Secure Boot" option in UEFI/BIOS. Once I did this, it was pretty smooth sailing. Ubuntu installed and all was well with the world once more. This page here: https://help.ubuntu.com/community/UEFI was the best help I found.

Note: Disabling secure boot also meant that I had no issues at all getting both a USB and USB CD-ROM to appear in the boot menu on startup (hitting ESC). You do need to have them plugged in on boot (as it happens so fast), but messing around with the boot order as I mentioned previously became unnecessary.

As always, YMMV - this worked for me, I hope it helps you.

Annoyed Chipper

Posted 2012-11-17T23:32:10.830

Reputation: 111

Mine still does not show up. What BIOS version are you on? Mine is 214. – Chace Fields – 2012-11-18T13:39:36.080

Sorry, I'm not able to check now (I was doing this on a friend's machine - I'll ask them). It's a brand new machine, so assume the latest bar maybe one or two revisions - max. – Annoyed Chipper – 2012-11-18T13:55:57.363

Just looked at your screenshot more closely - the one I was using was definitely different with more features. I suggest you perhaps update the BIOS (although it's pretty odd it can't pick up a USB stick. Hello? 2001 called, they want their tech back) – Annoyed Chipper – 2012-11-18T13:58:01.337

Darn, sorry Chace, I totally forgot to check the BIOS version. – Annoyed Chipper – 2012-12-12T08:56:42.637

8

This thread helped me a lot. I'll add my 2 cents:

Asus R509C with Windows 8 pre-installed:

  • USB device is plugged in
  • F2 to BIOS
  • Switch to "Boot" and set “FastBoot” to Disabled
  • Switch to "Security" and set "Secure Boot Control" to Disabled
  • F10 to save and exit and immediately press F2 to BIOS
  • Only then could I switch to "Boot" and set “Launch CSM” to Enabled
  • F10 to save and exit and immediately press F2 to BIOS
  • Now select a boot option. My USB option didn't say USB, it was just [ 8.0.7]
  • F10 to save and exit - booted right to USB

Bob Probst

Posted 2012-11-17T23:32:10.830

Reputation: 181

6

Those are not BIOS setup screens, they are UEFI setup screens (which is the successor of BIOS). Note that UEFI cannot per se boot from media that are made bootable for a BIOS (like install media for most operating systems or rescue systems, which were released at a time where UEFI was not yet available, like last year or so) unless you enable CSM (compatibility support module) support.

So, either you have a boot media that is UEFI bootable (maybe in addition to bootable via BIOS), then you just have to attach it and it should be possible to select it in that menu, or your media is "only" BIOS bootable, then you have to enable CSM support and reboot and go into the BIOS setup of the CSM module to configure booting it from there.

mihi

Posted 2012-11-17T23:32:10.830

Reputation: 3 217

5

I just had this same problem with exactly the same symptoms on an ASUS K56CA that I unboxed yesterday, and boy I am glad I did not come to this thread first. Lots of good advice, but none of it (would have) helped me!

Try a different USB stick. I was using a U3 16GB stick that never had problems booting on any BIOS-based computer, and I could never get it to show up reliably in the boot menu. (Once it appeared in F9 menu, only after I had removed it during boot.)

I switched to a 2GB "24x" PNY Attache I had lying around, with no embedded U3 partition, and it showed up immediately when I had any EFI-supporting image copied to it. Unfortunately I still was not able to boot from the USB. (Grub would load, but no love after selecting any choice from the boot menu.)

Finally I was able to boot Ubuntu using a DVD media with the same image written to it. The helpful folks in the #ubuntu /freenode IRC channel informed me that you do not need a special image secure-linux-12.10-anyfoo.iso as the Ubuntu guide instructs, just use an up-to-date 12.10 amd64 image and it will have included EFI booting support.

For me, after all this, it happily showed up in either F9 or ESC menu for alternate booting.

Kingdon

Posted 2012-11-17T23:32:10.830

Reputation: 151

3

I found this: http://www.makeuseof.com/tag/how-to-access-the-bios-on-a-windows-8-computer/ - this might help you out but I am still having issues booting to a device...

chris

Posted 2012-11-17T23:32:10.830

Reputation: 31

3

  1. Enter the BIOS setup menu by pressing and holding F2 key when powering on.
  2. Switch to "Boot" and set “Launch CSM” to Enabled.
  3. Switch to "Security" and set "Secure Boot Control" to Disabled.
  4. Press F10 to save and exit.
  5. Press and hold ESC key to lunch boot menu when the notebook restarts.

El Jacaré

Posted 2012-11-17T23:32:10.830

Reputation: 31

1

Boot from USB on APTIO SETUP UTILITY for a 2012 American Megatrends BIOS

  1. Enter the BIOS setup menu by pressing and holding F2 key when powering on.
  2. Switch to and set to Enabled.
  3. Switch to and set to Disabled.
  4. Press F10 to save and exit.
  5. Press and hold ESC key to launch boot menu when the Unit restarts.

François

Posted 2012-11-17T23:32:10.830

Reputation: 21

+1 for holding the xx key when powering on! – MTAdmin – 2020-01-03T22:38:30.247

1

All recent hardware supports booting from a USB drive. Look for "boot" in the contents index and flip through those pages 8^).

Ярослав Рахматуллин

Posted 2012-11-17T23:32:10.830

Reputation: 9 076

1

I just got 5 of these for my company and am having the same issues. The first thing I want to do is take a full backup using Acronis Snap Deploy and I cannot boot into the software via USB Thumb Drive, it sees the drive but doesn't boot to it.

I also tried hooking up an external Sony DVD drive and it doesn't even see it in the boot options, which is even worse. I called support and they are useless. They guy pulled out a Zenbook and goes "it works for me!" Wonderful.

Next I tried building a Windows 7 Thumb Drive, which the computer notices in the Boot Menu but does not boot to it, goes right into the Asus Windows 8 startup logo. What am I doing wrong? Did you find a resolution to boot to USB? I have BIOS version 214.

BTW, all devices and attempts were tried on a Dell Optiplex 980 and successfully booted to the device...

chris

Posted 2012-11-17T23:32:10.830

Reputation: 11

I haven't found a solution for the issue. A friend thought he read something about how they were locking out boot options on purpose. How can they do that? I can't believe I can't even do a clean wipe on the machine. Extremely frustrating. Not to mention the backlight bleed all over the bottom of the screen. I've heard their tech support is brutal too. No wonder why Apple wins. – Chace Fields – 2012-11-20T20:30:51.980

1I had to campaign so hard to get the money to buy these laptops. If that's the case and I have to return them I am going to flip out. Aside from making me look bad, this was an egregious waste of time. I guess my next laptops will be the Samsung Series 9 and if worst comes to worst then the Dell XPS 13. I'm going to call Asus back right now and raise hell... – chris – 2012-11-20T20:33:11.810

I'm looking at the Series 9 too. If you get them and wouldn't mind letting me know if you can successfully boot, that'd be great. I'd appreciate it. Good luck. Not certain how anybody would want to buy Asus moving forward. – Chace Fields – 2012-11-20T20:35:57.680

I am on the phone with them now and they are looking into the issue. He says that machines that come with Windows 8 are not recommended to be rolled back. Whatever. I mentioned that people are speculating that Asus is blocking booting to devices and he denies that's the case. If this ends of being the case, I am going to unleash a web forum onslaught everywhere I can about this issue. I am in the NYC area and know a lot of IT people too, if I can prevent even one sale of this hunk of crap, then it'll be worth it. I feel ripped off... – chris – 2012-11-20T21:01:15.953

I posted a review on Newegg, and an Asus tech wrote and said "Unfortunately with Windows 8 you can not boot from bios." – Chace Fields – 2012-11-21T00:21:36.857

1

Strangely, despite all proposed answered my USB drive was still not appearing.

The usb drive finally appeared just after I hit Ctrl+Atl+Del after boot. It re-boots, I hit Esc, and the Usb-Drive is now in the menu list available for choice.

It was as if the booting sequence was too fast for my Usb drive.

It worked for me.

Stephane Rolland

Posted 2012-11-17T23:32:10.830

Reputation: 400

0

I had only two options when assigning to boot priority 1 and 2 - they were (a) CD/DVD and (b) hard disk. USB was not an option.

My solution so as to allow booting from USB was:

  • Ensure USB key is connected first and power on PC
  • Within BIOS go to "Disks" and attempt to change value. Hopefully "USB" appears here now - if so select it.
  • Still within BIOS go back to boot priority assignment and now "USB" will appear as a selectable value/option.

Your BIOS can now boot from USB.

NOTE: My BIOS had only two boot priorities - I was using USB and CD/DVD. Therefore I had to reverse the change mentioned above, i.e. change the hard disk within BIOS back to the hard disk, and then within boot priority no 2 assign it to the hard disk. So that PC would boot from the hard disk.

ryan

Posted 2012-11-17T23:32:10.830

Reputation: 131

0

  1. Get USB
  2. Install Linux/Ubuntu on USB
  3. Insert into PC
  4. You will see the USB option
  5. Install Linux on PC.
  6. Then Install Windows in the same USB

This is when In my Scenario, No DC/DVD drive, Only Guest Access and limited BIOS access.

user3882389

Posted 2012-11-17T23:32:10.830

Reputation: 31

1This doesn't seem to answer OP's question. – confetti – 2018-08-18T13:47:29.250

0

In a word, no. When you have the machine set to boot using UEFI (Launch CSM is set to Disabled as shown in the first screenshot in the question), you'll only see USB-related stuff in the Boot section if plugged in UEFI-bootable USB devices were detected, with the added wrinkle that they have to have been plugged in at the time the 'Aptio Setup Utility' was starting as that's the only time it looks for devices.

The absence of that doesn't mean your system can't boot from USB generally. At the risk of making a huge generalization, UEFI-capable machines with AMIBIOS from 2012 and built-in USB ports are all capable of booting from a properly partitioned and configured USB device, provided that booting from USB isn't totally disabled in the Security section.

rakslice

Posted 2012-11-17T23:32:10.830

Reputation: 2 276

0

If your USB drive does not show up, try a different drive.

I couldn't get it to boot from USB DVD on two different model Zenbooks. It wound up being a compatibility issue with the DVD drive. A new DVD drive booted just fine.

Tim McCoy

Posted 2012-11-17T23:32:10.830

Reputation: 1