Damn Small Linux Forums
Using isohybrid to make a bootable USB - Printable Version

+- Damn Small Linux Forums (https://damnsmalllinux.org/forums)
+-- Forum: Damn Small Linux Forum (https://damnsmalllinux.org/forums/forum-1.html)
+--- Forum: Help Section (https://damnsmalllinux.org/forums/forum-4.html)
+--- Thread: Using isohybrid to make a bootable USB (/thread-37.html)



Using isohybrid to make a bootable USB - John - 02-10-2024

You need to get isohybrid on the system that you are going to use to make your USB pen.  

Steps:
sudo apt update
sudo apt install syslinux-utils
isohybrid dsl-2024.alpha.iso

After that, I just used the regular DD method outlined here:
https://linuxiac.com/how-to-create-bootable-usb-drive-using-dd-command/

I will have a script in the next alpha release of DSL 2024 that should do this for you.