icecmach When trying to boot I get a few ACPI Error messages and the last error is "cannot receive new filesystem stream: checksum mismatch" https://freeimage.host/i/K2yDmcg I used the same ISO to test on Virtualbox and it worked. Any ideas what might be the problem? Thanks,
pkgdemon What command did you use to create the flash drive? Did you try a full wipe of the flash drive first? Are you able to try another flash drive?
icecmach pkgdemon Usually I use this command from Linux: sudo dd bs=4M if=./filename.iso of=/dev/sdb status=progress oflag=sync; sync I always use fdisk before to remove all partitions, at least with Linux ISOs it works like this.