search for: fedora_iso

Displaying 3 results from an estimated 3 matches for "fedora_iso".

Did you mean: fedora_icon
2014 Feb 10
0
isohybrid --mac doesn't find the mac efi image
...linux/macboot.img' , platform_id=0xEF Extract the MBR file for -isohybrid-mbr by dd if=Fedora-LiveCD.iso bs=512 count=1 of=/tmp/extracted.mbr and use a path to it as parameter of -isohybrid-mbr. Use the mounted original ISO as input directory. E.g.: mount -o loop Fedora-LiveCD.iso /mnt/fedora_iso xorriso -as mkisofs -J -R -l -V 'Fedora-LiveCD' \ -o ../image.iso \ -isohybrid-mbr /tmp/extracted.mbr \ -c isolinux/boot.cat \ -b isolinux/isolinux.bin \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -eltorito-alt-boot \ -e isolinux/efiboot.img \ -no-emul-boot...
2014 Feb 08
5
isohybrid --mac doesn't find the mac efi image
I posted this on the bugzilla page but I figured that on the mailing list it would get more attention. Please see http://bugzilla.syslinux.org/show_bug.cgi?id=49 for a description of my current issue. -- Thank you, Fernando Reyes GPG BDD75DD7 Mission Accomplish, Inc. http://missionaccomplish.com Email:design at missionaccomplish.com Tel: 7187100008 Cell: 3479275477
2014 Feb 10
1
isohybrid --mac doesn't find the mac efi image
...; > Extract the MBR file for -isohybrid-mbr by > > dd if=Fedora-LiveCD.iso bs=512 count=1 of=/tmp/extracted.mbr > > and use a path to it as parameter of -isohybrid-mbr. > Use the mounted original ISO as input directory. > E.g.: > > mount -o loop Fedora-LiveCD.iso /mnt/fedora_iso > > xorriso -as mkisofs -J -R -l -V 'Fedora-LiveCD' \ > -o ../image.iso \ > -isohybrid-mbr /tmp/extracted.mbr \ > -c isolinux/boot.cat \ > -b isolinux/isolinux.bin \ > -no-emul-boot -boot-load-size 4 -boot-info-table \ > -eltorito-alt-boot \ > -...