set timeout=30loadfont unicodeset menu_color_normal=white/blackset menu_color_highlight=black/light-graymenuentry "Install Ubuntu Server (Jammy 22.04) (Pull ISO from Web)" { set gfxpayload=keep linux /casper/vmlinuz url=https://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04-live-server-arm64.iso only-ubiquity ip=dhcp --- initrd /casper/initrd}menuentry "Try or Install Ubuntu Server" { set gfxpayload=keep linux /casper/vmlinuz quiet --- initrd /casper/initrd}menuentry 'Boot from next volume' { exit 1}menuentry 'UEFI Firmware Settings' { fwsetup}
I had to overcome this when I setup my tutorial, albeit it is not for uefi. I had to packet capture to figure it out, hopefully you won't have to and can use my note at the bottom of the tutorial.https://forum.opnsense.org/index.php?topic=25003.0