[SOLVED]DVD ISO UEFI boot error

Started by Morta, November 09, 2021, 11:50:16 AM

Previous topic - Next topic
November 09, 2021, 11:50:16 AM Last Edit: November 10, 2021, 03:59:06 AM by Morta
If i boot a dvd iso image from the stick only a console is coming with FREE BSD boot.

What have I to do?

I hava a single nvme drive on which I want install opnsense.

Download the VGA or serial image depending on you device for intallation from USB flash drive.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

I have a normal PC/Server with x64 and a nvidia graphic card so i should vga. Or not?

The error is

gptboot: No /boot/loader on 0:ad(0p4)
gptboot: No /boot/kernel/kernel on 0:ad(0p4)

Then comes the boot FreeBSD console. Why doesn't boot?

No changes same error. Could be that not finding the nvme?

In the uefi shows me the nvme drive as first boot drive...

When booting the nvme drive us irrelevant. The USB drive is supposed to boot into OPNsense without any other drive present at all.

Yes, VGA is correct, of course.

How did you write the image to the USB drive?
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Quote from: pmhausen on November 09, 2021, 12:40:04 PM
When booting the nvme drive us irrelevant. The USB drive is supposed to boot into OPNsense without any other drive present at all.

Yes, VGA is correct, of course.

How did you write the image to the USB drive?

With dd on a Arch Linux like is written in the wiki

dd  if=OPNsense-##.#.##-[Type]-[Architecture].img of=/dev/sdX bs=16k

Looks good.

Can you try either disabling the CSM completely in your BIOS leaving only UEFI boot enabled - or the other way round, disable UEFI and boot in legacy mode?
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Ok I will do that when I'm at home.

What is CSM exactly?

Compatibility Support Module. Sort of like pretending to boot in legacy BIOS mode while actually starting up under UEFI control. Best disabled if the system is supposed to start UEFI compatible OSes only.
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

November 09, 2021, 06:10:32 PM #9 Last Edit: November 09, 2021, 06:28:42 PM by Morta
Thanks for reply. I believe the problem is either uefi nor csm. The problem is on creating the stick. The throughput was to high with 1.6 Gb/s and the duration to short. So I will /dev/zero with dd the usb stick and try with other option they are slower.

dd if=FreeBSD-11.1-RELEASE-amd64-memstick.img of=/dev/dsX bs=1M conv=sync

I have now a stick which boot and is was a mixture. You was also right at half. I have to enable legacy mode and csm. It's works! Thanks for the support. Have nice day!