My laptop doesn't have USB 3.0. So I installed a USB 3.0 PCMCIA expansion card. But I can't boot directly from it! I can access it via Ubuntu. Now I want to create a Boot CD/USB stick with ISOLINUX that has support for the PCMCIA card, so I can boot to a connected USB 3.0 stick! But when I try to boot the self made bootloader ISO, it always says "Failed to load ldlinux.c32"
I'm following two tutorials but I get the same error. https://forum.ubuntuusers.de/topic/boot-cd-mit-isolinux-initrd-img-ergaenzen-um-/ https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
What am I doing wrong? My system is an older 32 bit laptop.
UPDATE: I tried it with Grub's eltorito instead of isolinux.bin and at least it it loads the initrd.lz! I can even find my USB 3.0 stick in the expansion card with ls -la /dev/disk/by-id. But I can't boot from it when I give the root=/dev/sd.. argument.