Ubuntu – UEFI and “reserved bios boot area”

13.10bootloaderdual-bootuefi

I purchased a new notebook, which has a pre-installed Windows 8 (upgraded to Windows 8.1).

Configuration:

  • UEFI
  • Secure Boot
  • SSD + HDD

I downloaded Kubuntu 13.10, prepared a bootable USB stick and made some free disk space to setup a dual-boot system.

In order to boot from the USB stick I had to turn-off Secure Boot and switch to "CSM" ("Compatibility Support Module"; Legacy mode)!??

Now in the "Prepare partitions" (manual) step of the installer, /dev/sda (HDD) is pre-selected for "Device for boot loader installation".

As far I can see, the EFI partition is /dev/sdb1 (SSD; fat32) however.

I tried

  • /dev/sdb1
  • /dev/sdb
  • /dev/sda

but I always get an error about "reserved bios boot area".

Now as I understand, this "reserved bios boot area" is not needed for UEFI. So what should I do?

Best Answer

You've booted in BIOS/CSM/legacy mode, so the installer is trying to set up a BIOS boot loader, not an EFI/UEFI boot loader.

I recommend you go back and find a way to boot in EFI/UEFI mode. One thing that might help with this is using an EFI-only boot medium. Unfortunately, the Ubuntu installation discs are Frankenstein-monster conglomerations of half a dozen more-or-less incompatible different systems that are made to work, after a fashion, through technical trickery. The trouble is that, although this sort of thing works much of the time, it fails sometimes, and when it does fail it becomes harder to disentangle everything.

The easiest thing to try is likely to be to create a second USB flash drive with my rEFInd boot manager. Insert both it and the Ubuntu boot medium in your computer and tell the computer to boot to rEFInd. If you're lucky, it will present a boot option for the Ubuntu installer and that will work. I can't promise that luck will be with you, though; you may need to go digging through firmware boot options or take some other radical steps to get it to work.

Oh, and you may also want to read my page on doing EFI-mode installs. It doesn't directly address the problem you're having, but it covers a lot of potential EFI installation and boot problems.