After preparing an SD card for my Raspberry Pi 4 Model B with Fedora server 37, it does not want to boot and only shows:
[ 12.594631] dracut-initqueue[623]: WARNING: File locking is disabled. [ 12.617784] dracut-initqueue[623]: Volume group "fedora" not found [ 12.618157] dracut-initqueue[623]: Cannot process volume group fedora
I've created the image with the following command:
$ sudo arm-image-installer \ --image=$HOME/Downloads/Fedora-Server-37-1.7.aarch64.raw.xz \ --target=rpi4 \ --media=/dev/mmcblk0 \ --addkey=$HOME/.ssh/id_ed25519.pub \ --addconsole \ --norootpass \ --resizefs
When it's booting, the following uboot info is shown:
U-Boot 2022.10 (Oct 10 2022 - 00:00:00 +0000) DRAM: 3.9 GiB RPI 4 Model B (0xc03112) Core: 210 devices, 17 uclasses, devicetree: board MMC: mmcnr@7e300000: 1, mmc@7e340000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial Out: serial Err: serial Net: eth0: ethernet@7d580000 PCIe BRCM: link up, 5.0 Gbps x1 (SSC) starting USB... Bus xhci_pci: Register 5000420 NbrPorts 5 Starting the controller USB XHCI 1.00 scanning bus xhci_pci for devices..
After loading Fedora, the following is displayed and it goes into a look repeating the last section over and over again:
[ OK ] Started plymouth-start.ser…e - Show Plymouth Boot Screen. [ OK ] Started systemd-ask-passwo…uests to Plymouth Directory Watch. [ OK ] Reached target cryptsetup.…get - Local Encrypted Volumes. [ OK ] Reached target paths.target - Path Units. [ OK ] Finished systemd-udev-sett…To Complete Device Initialization. Starting multipathd.servic…per Multipath Device Controller... [ OK ] Started multipathd.service…apper Multipath Device Controller. [ OK ] Reached target local-fs-pr…reparation for Local File Systems. [ OK ] Reached target local-fs.target - Local File Systems. [ OK ] Reached target sysinit.target - System Initialization. [ OK ] Reached target basic.target - Basic System. [ 12.594631] dracut-initqueue[623]: WARNING: File locking is disabled. [ 12.617784] dracut-initqueue[623]: Volume group "fedora" not found [ 12.618157] dracut-initqueue[623]: Cannot process volume group fedora [ 162.171677] dracut-initqueue[500]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks: [ 162.177305] dracut-initqueue[500]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2ffedora\x2froot.sh: "[ -e "/dev/fedora/root" ]" [ 162.184894] dracut-initqueue[500]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2ffedora-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then [ 162.185253] dracut-initqueue[500]: [ -e "/dev/mapper/fedora-root" ] [ 162.185503] dracut-initqueue[500]: fi" [ 162.194955] dracut-initqueue[500]: Warning: dracut-initqueue: starting timeout scripts [ 162.347256] dracut-initqueue[2334]: WARNING: File locking is disabled. [ 162.370095] dracut-initqueue[2334]: Volume group "fedora" not found [ 162.370469] dracut-initqueue[2334]: Cannot process volume group fedora [ 163.216689] dracut-initqueue[500]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks: [ 163.223218] dracut-initqueue[500]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2ffedora\x2froot.sh: "[ -e "/dev/fedora/root" ]" [ 163.230795] dracut-initqueue[500]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fmapper\x2ffedora-root.sh: "if ! grep -q After=remote-fs-pre.target /run/systemd/generator/systemd-cryptsetup@*.service 2>/dev/null; then [ 163.231148] dracut-initqueue[500]: [ -e "/dev/mapper/fedora-root" ] [ 163.231437] dracut-initqueue[500]: fi" ...this repeats indefinitely...
When using a Fedora server 36 image I get with:
$ sudo arm-image-installer \ --image=$HOME/Downloads/Fedora-Server-36-1.5.aarch64.raw.xz \ --target=rpi4 \ --media=/dev/sdb \ --addkey=$HOME/.ssh/id_ed25519.pub \ --addconsole \ --norootpass \ --resizefs
The following output
[ OK ] Started plymouth-start.ser…e - Show Plymouth Boot Screen. [ OK ] Started systemd-ask-passwo…uests to Plymouth Directory Watch. [ OK ] Reached target cryptsetup.…get - Local Encrypted Volumes. [ OK ] Reached target paths.target - Path Units. [ OK ] Finished systemd-udev-sett…To Complete Device Initialization. Starting multipathd.servic…per Multipath Device Controller... [ OK ] Started multipathd.service…apper Multipath Device Controller. [ OK ] Reached target local-fs-pr…reparation for Local File Systems. [ OK ] Reached target local-fs.target - Local File Systems. [ OK ] Reached target sysinit.target - System Initialization. [ OK ] Reached target basic.target - Basic System. [ 10.912257] dracut-initqueue[611]: Configuration node devices/filter not found [ 10.947958] dracut-initqueue[614]: Configuration node devices/global_filter not found [ 11.010696] dracut-initqueue[619]: WARNING: File locking is disabled. [ 11.033311] dracut-initqueue[619]: Volume group "fedora_fedora" not found [ 11.033673] dracut-initqueue[619]: Cannot process volume group fedora_fedora
So almost the same, but not exactly.
This is not a problem with arm-image-installer, please report it to the arm list or the appropriate place.
Metadata Update from @pbrobinson: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.