02-03-2024, 05:23 PM
(02-02-2024, 09:35 PM)John Wrote: The dd method works, but before that the isohybrid needs to be used on the iso to make it bootable from a USB drive. This tool is not in the current alpha release, but I will make sure it is in the next one.
If you are working from dsl-2024.alpha you will need to do the following:
sudo apt update
sudo apt install syslinux-utils
That will install isohybrid for you. Then just run it on the iso:
isohybrid dsl-2024.alpha.iso
After that just follow the instructions on this site:
https://linuxiac.com/how-to-create-boota...d-command/
I'll probably make a script to make this process a little simpler in the future.
thx,this worked for me