Solved Failed to find bootable partition

I'm trying to install FreeBSD on one of my laptops. I downloaded `FreeBSD-14.0-RELEASE-amd64-memstick.img` and wrote it on disk as follow :
`sudo dd bs=1M if=FreeBSD-14.0-RELEASE-amd64-memstick.img of=/dev/sda1 conv=fsync` everything went well.

IMG_20240507_130829.jpg


This is what it looks like when I try to boot. What did I do wrong? What did I not read?
 
Back
Top