Downloaded raspi 3 image and checked SHA256 on .img (!, not .xz), was OK.Burned image with Code: [Select]dd if=OPNsense-##.#.##-[Type]-[Architecture].img of=/dev/daX bs=16kbut on boot I get the infamous rainbow screen and green LED blinking seven times, which means:Code: [Select]7 flashes: kernel.img not foundhttps://elinux.org/R-Pi_Troubleshooting#Green_LED_blinks_in_a_specific_pattern...tbc...
dd if=OPNsense-##.#.##-[Type]-[Architecture].img of=/dev/daX bs=16k
7 flashes: kernel.img not found
Hmm, I'm not a GIT-guy (and my local nerd is still sleeping...), how to download all this stuff? 8-)Have no BSD-machine here currently iirc, tried last fall last time, I guess... busy days... ;-)
OK, fix1 gives me a rainbow screen without green blinking...
Rainbow screen is always "end of story" on raspi. Nothing going further...Fix 1 removed, added the two kernel .img of fix 2 and it actually boots, but after (secondary_start kernel) from [<00.....next line is ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,2) ]---
mmc1 is current devicescanning mmc 1:1...Device =: unknown device
"Waiting for Ethernet connection... missing environment variable: pxeuuidmissing environment variable: bootfileRetrieving file: pxelinux.cfg/01-b8-27-....
I tried the config rename, but then I get :Code: [Select]mmc1 is current devicescanning mmc 1:1...Device =: unknown device...and then it tries a PXE boot:Code: [Select]"Waiting for Ethernet connection... missing environment variable: pxeuuidmissing environment variable: bootfileRetrieving file: pxelinux.cfg/01-b8-27-.......and after some unsuccessful tries I end up with a U-boot prompt.
Regarding the link to fix:I can open (on a linux machine) only the first partition of the (two) partitions visible on the SD-card, the one called "MSDOSBOOT" and on this partition I see no cmdline.txtBooting with SHIFT pressed ends at the same error message, I think this works only on NOOBS?
Adding fix 1 (armstub8.bin) ends in rainbow screen. This is a deadend road. Tried again (with the two kernel images), same result
dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
root=/dev/mmcblk0p2
root=/dev/mmcblk0p6
---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,6) ]---