Skip to content

Instantly share code, notes, and snippets.

@sdoro
Last active January 6, 2016 08:46
Show Gist options
  • Save sdoro/7ccc17680c8d52a2d2c3 to your computer and use it in GitHub Desktop.
Save sdoro/7ccc17680c8d52a2d2c3 to your computer and use it in GitHub Desktop.
remake iso for a very old server
dd if=Fedora-Server-netinst-i386-23.iso bs=512 count=1 of=/tmp/f23.mbr
mount -o loop Fedora-Server-netinst-i386-23.iso /mnt
cd /mnt
xorriso -as mkisofs -o /tmp/f23.iso -b /isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -isohybrid-mbr /tmp/f23.mbr -partition_offset 16 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment