I didn’t see this topic, and got pretty close… however maybe I’m missing something. I pulled down the TrueNAS SCALE ISO, checked and put it on a drive on the system.
I made a customXX.cfg for GRUB like so:
# Booting off sdd primary partition...
# May be a requirement to rename ISO as shown as grub was throwing an error implying that's the case
# all_video for use with montior
menuentry "truenas-scale-2404.iso" {
insmod all_video
insmod ext2
set isofile="truenas-scale-2404.iso"
loopback loop (hd3)$isofile
linux (loop)/vmlinuz boot=live toram=filesystem.squashfs iso-scan/filename=$isofile quiet noeject noprompt splash
initrd (loop)/initrd.img
}
So the kernel boots and I see a (video mode text console) error before the fs fails to load:
[xxxx] usb 5-1: device not accepting address 2, error -71
BOOT FAILED!
This Live System image failed to boot.
Maybe I missed something like not forcing other img into ramfs? I haven’t had much luck trying to boot of external drives before, and was trying this first as it works often with linux distros.
edit: Plugged in a mouse and switched USB ports for the kb and USB error went away, but I still have the boot failure due to incorrect or lacking fs image… :3
edit 2: I found a USB drive and slapped the crappy BIOS around until it allowed it to boot off of it, but if anyone knows the anwser I’d prefer to just use grub boot in the future. :3