IPFIRE on raspberry RPI4 B - mmc1: error -5 whilst initializing SD card error

Are these official mirrors?

Short answer, yes.

Long answer - Those download links were obtaining when clicking on ā€œFlash imageā€ under aarch64 at
https://www.ipfire.org/download/ipfire-2.27-core166
and
https://www.ipfire.org/download/ipfire-2.27-core162

The download links on those pages end up doing redirects to the mirror, and I get a different mirror every time I try to download. The files compare the same, though.

D:\Downloads>dir core166
Volume in drive D is Big Disk
Volume Serial Number is 74BA-191B

Directory of D:\Downloads

04/06/2022 02:07 ipfire-2.27.2gb-ext4.aarch64-full-core166.img
04/07/2022 02:28 366,753,852 ipfire-2.27.2gb-ext4.aarch64-full-core166.img-1.xz
04/06/2022 02:03 366,753,852 ipfire-2.27.2gb-ext4.aarch64-full-core166.img.xz
2 File(s) 733,507,704 bytes
1 Dir(s) 2,289,867,685,888 bytes free

D:\Downloads>comp ipfire-2.27.2gb-ext4.aarch64-full-core166.img-1.xz ipfire-2.27.2gb-ext4.aarch64-full-core166.img.xz
Comparing ipfire-2.27.2gb-ext4.aarch64-full-core166.img-1.xz and ipfire-2.27.2gb-ext4.aarch64-full-core166.img.xzā€¦
Files compare OK

Compare more files (Y/N) ? n

D:\Downloads>

Maybe it leads back to the same error i got with the Rev 1.5 of the Raspberry.

Here you can find my topic:

And, i also mentioned the other topic, where the updating of the eeprom is mentioned, which should help with the < 1.5 versions of the Raspberry 4:

Thanks. Mine is a rev 1.4

pi@pi64:~ $ cat /proc/cpuinfo | egrep -A3 Hardware
Hardware : BCM2835
Revision : d03114
Serial :
Model : Raspberry Pi 4 Model B Rev 1.4

I checked your topic, and the post marked ā€œSolvedā€ mentions boot.cmd edits, but appears to be truncated. Iā€™m not sure what edits you made to that file that helped. I already made the change to uEnv.txt .

My Pi EEPROM is already up to date - I ran the tool.

I just booted in a USB reader, and it works fine. Not sure why the internal SD slot does not work. But itā€™s still an issue even in the latest 166 flash build.

Once I used the USB microSD reader, I was then able to set it up with dual Realtek 2.5Gbps wired NICs, wireless disabled.

Unfortunately, my client, which is directly connected to the ā€œGreenā€ NIC and using a 10gig Aquantia NIC, is getting a max of 115 Mbps download speed in a speedtest . Is this the max I can expect on a Raspberry Pi 4B ? It seems low.
Same client gets 1400 Mbps download speed in speedtest when connected to the Comcast XB7 router, not going through IPfire.

5 posts were split to a new topic: RPI4B - slow internet speed with Core 166

Hi all.

I do not own an rpi, so i cannot test myself

If i had an rpi, i would try an alternate way like the following.

Installation :

Using aarch iso : burn to usb key
Prepare second usb key formatted as a drive ( 4 G. minimum)
Start rpi with those 2 usb keys in.
Install ipfire to formatted usb key as drive.
Once installation is completed. start ipfire on usb key.
Plug-in usb card reader with sd card once ipfire is up.
At the consol, identify device name & uuid number.
Poweroff ipfire.
Using linux live installer, open terminal as root, mount ipfire usb key + usb card reader.
Mv /all directory except /boot to card reader.
Chroot to ipfire
Modify fstab and grub.cfg with the device name and uuid acquired from ipfire.
Generate grub with new info.
Exit chroot
Unmount. reboot with usb key containing /boot and usb reader/sd card with / pluged in.

Verify if system boot.

Once again i cannot test.

If you need more info, here is a reference : https://unix.stackexchange.com/questions/553298/grub-boot-with-usb-key-then-continue-booting-from-sd-card

Happiness is not at the top of the mountain , but in how to climb. ā€’ Confucius .