Fedora 19 (you have not created a bootloader stage 1 target device)

1

I want to install fedora 19 to my HDD but I get errors:

  1. you have not created a bootloader stage 1 target device
  2. sda6 must have one of the following disklabel types: GPT.

I tried:

  • Create 1-2 mb BIOS boot partition. (does not work)
  • Change UEFI to Legacy first in BIOS (USB does not boot)
  • Delete BOOTX64.efi in EFI folder in bootable USB (USB does not boot)
  • Use other USB creator - unebootin, lili usb, linux live usb creator (does not work)

Where is the problem? I've got Lenovo z500.

Fakt7

Posted 2013-09-07T16:49:05.550

Reputation: 11

Answers

0

My suspicion is that you've booted the installer in EFI mode, which requires an EFI System Partition (ESP) to be bootable. If you're partitioning manually, you should be sure to create the ESP, which is a FAT32 partition with a type code of EF00 (in gdisk, sgdisk, or cgdisk) or that has its "boot flag" set (in parted, GParted, or most other libparted-based tools). You may also need to flag the ESP as such in Anaconda, but I don't recall the details of how to do that in Anaconda's user interface. You'll need to undo the things you said you tried (except for creating a BIOS Boot Partition; that's harmless, except for the waste of disk space it represents).

Rod Smith

Posted 2013-09-07T16:49:05.550

Reputation: 18 427

1I solved it! I used another usb. After it I changed UEFI to Legaci first in bios. Usb booted and i created 3 partitions:

  • 120 mb (/boot)
  • 4 gb (swap)
  • 45GB (/ fedora install)

It was easy finally. But thanks for help. – Fakt7 – 2013-09-07T18:24:49.323