livecd-iso-to-disk creates USB disk which "Failed to load ldlinux.c32"
On my Fedora Desktop
uname -a Linux fedora25 4.8.15-300.fc25.x86_64 #1 SMP Thu Dec 15 23:10:23 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Using instructions from https://fedoraproject.org/wiki/HowtocreateanduseLiveUSB#litd [livecd-tools 23.4-1.fc25]
livecd-iso-to-disk --format --reset-mbr --home-size-mb 1024 \ --overlay-size-mb 2048 Fedora-Live-Xfce-x86_64-20-1.iso /dev/sdd
Creates USB stick which fails to boot, with this message
SYSLINUX 6.04 EDD Failed to load ldlinux.c32
But this file is located on the flash drive.
. ├── LiveOS │ ├── home.img │ ├── livecd-iso-to-disk │ ├── osmin.img │ ├── overlay-LIVE-4e3788e6-7b4a-4e50-ac03-7ae62e81cc43 │ └── squashfs.img ├── lost+found └── syslinux ├── boot.cat ├── efiboot.img ├── extlinux.conf ├── initrd0.img ├── isolinux.bin ├── ldlinux.c32 ├── ldlinux.sys ├── libcom32.c32 ├── libutil.c32 ├── macboot.img ├── memtest ├── vesamenu.c32 └── vmlinuz0 3 directories, 18 files
I am usually using the
dd
command to write .iso images to USBs, which has always worked. See hereHave you checked if you are affected by one of those problems?
And if you are lazy, you can use your graphical desktop to write a bootable usb. Just right-click on your iso and select to write it to disk (or so). It will open
gnome-disks
. (assuming here you are running Gnome on your Fedora workstation)The purpose of livecd-iso-to-disk is to create a USB with persistent memory. I have used straight iso burners before.
I recommend installing Fedora on the USB as if it was an internal SSD/HDD, instead of using Live System with persistence.