neurobin / JLIVECD

Live cd/dvd customization tool
https://neurobin.org/projects/softwares/unix/JLIVECD/
GNU General Public License v2.0
89 stars 24 forks source link

Hi neurobin, #15

Closed danjde closed 7 years ago

danjde commented 7 years ago

Hi neurobin, I'm trying to create a Ubuntu Xenial custom live Linux, but using this Ubuntu version and your last JLIVECD seem impossible to create a bootable live linux distro. For the truth I've try only with usb pen (iso to usb with many different transfer tools). Do you now issue about this?

many thanks

davide

neurobin commented 7 years ago

I heven't tested the latest version of JLIVECD with anything yet...

danjde commented 7 years ago

Hello. I find how to resolve this issue.

Need to install syslinux-utils and run in terminal $ sudo isohybrid /path/to/custom_iso.iso But this solution I don't know if work for UEFI mode.

Maybe this information can help you for update JLIVECD script.

PS I've tested not only the last final JLIVECD version but the last 3 version, and not only with Xenial but with Trusty too. The behaviour, on my environment is the same.

neurobin commented 7 years ago

Updated the script. Previously the hybrid image option was only correct for UEFI mode. It's fixed now. You should be able to create hybrid image without UEFI, i.e give 'y' when asked for hybrid image, and 'n' when asked for 'UEFI' image.

danjde commented 7 years ago

Ok, perfect! Just out of curiosity,

Hybrid= for usb boot from old computer UEFI= for usb boot from newer computer

is it correct?

many thanks! :-)

neurobin commented 7 years ago

Hybrid only = for legacy boot Hybrid + UEFI = For UEFI boot (it generally comes with newer computers)