Is it possible to boot from a live USB stick on a Mac?
I created the USB stick using this tutorial, and I have tried a couple of different USB sticks as well as using both iso mode and DD mode in rufus.
Grub seems to be loading properly from the USB stick. I'm asked if I want to boot Ubuntu, Ubuntu with safe graphics, and a couple of other options. When I choose to boot Ubuntu from the menu my machine shows the ubuntu loading screen for a while, but after a while it displays a screen filled with lines of /init: line 49: can't open /dev/sdb: No medium found
and at the bottom of the screen is Unable to find a medium container a live file system. Attempt interactive netboot from a URL?
I've previously booted into Ubuntu, and operating systems on external USB HDDs on this machine by installing rEFInd on the machine's internal storage. The machine's internal storage has an issue at the moment so I've been using the built in Startup Manager to select the USB volume that Ubuntu is installed on.
The SHA256 of the downloaded ubuntu-20.04.3-desktop-amd64.iso is correct.
md5sum -c md5sum.txt
showed only one error: boot/grub/efi.img: FAILED
edit: repeated this test with another USB stick and there were no MD5 errors, but the behavior is the same.
dmesg |grep squashfs
showed only the copyright message.
The behavior is the same with the USB stick installed on every USB port on my machine.
The USB install boots to Ubuntu desktop when run in VMWare Player 16 via Plop Boot and PlopKexec
The USB boots to Ubuntu Desktop from a Lenovo Thinkcentre M700
I'm wondering if there's something else I can check? It seems that the booting process gets only so far but then loses track of the storage device. I'm not sure how I could check that it's even visible at all or not to the OS at that point, or if it becomes labelled as something different...?