Displaying 2 results from an estimated 2 matches for "muaaa".
2013 Nov 15
2
Image checksum error while booting Isolinux
Hi,
I am trying to build a custom installer for a popular linux distro on MacOS.
Here is how:
makehybrid \
  -o isos/muaaa.iso temp/ \
  -eltorito-boot temp/isolinux/isolinux.bin \
  -no-emul-boot \
  -iso -joliet -boot-load-size 4 \
  -default-volume-name "Custom Installer" \
  -eltorito-platform temp/isolinux/boot.cat
This happens when I boot up the new image:
http://cl.ly/image/2p2p3H0F0t0z
My question...
2013 Nov 15
0
Image checksum error while booting Isolinux
Hi,
> makehybrid \
>   -o isos/muaaa.iso temp/ \
>   -eltorito-boot temp/isolinux/isolinux.bin \
>   -no-emul-boot \
>   -iso -joliet -boot-load-size 4 \
>   -default-volume-name "Custom Installer" \
>   -eltorito-platform temp/isolinux/boot.cat
> ...
> [at boot time:]
> Image checksum error, sorry
I...