You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
/lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdsik\x2fby-uuid\x2f2be-46c03-0a30-4de3-8caf-e442e8d4a31e.sh
...
Warning: /dev/disk/by-uuid/ 2be46c03-0a30-4de3-8caf-e442e8d4a31e does not exist
Device Manager → Raspberry Pi Configuration → Advanced Configuration → System Table Selection → ACPI
EDK2 → works all fine, boots
Both from the same start, all systems working.
Fedora CoreOS 41.20241122.3.0
Tracker: https://github.com/coreos/fedora-coreos-tracker
Discuss: https://discussion.fedoraproject.org/tag/coreos
Last failed login: Sun Jan 5 20:30:03 UTC 2025 from 10.10.20.53 on ssh:notty
There was 1 failed login attempt since the last successful login.
Last login: Thu Nov 14 00:01:31 2024
admin@CoreOS:~$ hostnamectl status
Static hostname: CoreOS
Icon name: computer-embedded
Chassis: embedded
Machine ID: 7494c4a083794392a88d344aea15982c
Boot ID: 49c09aed4d2d40e8856daa4098fdef8d
Operating System: Fedora CoreOS 41.20241122.3.0
CPE OS Name: cpe:/o:fedoraproject:fedora:41
OS Support End: Mon 2025-12-15
OS Support Remaining: 11month 1w 1d
Kernel: Linux 6.11.8-300.fc41.aarch64
Architecture: arm64
Hardware Vendor: Raspberry Pi Foundation
Hardware Model: Raspberry Pi 4 Model B
Firmware Version: UEFI Firmware v1.38
Firmware Date: Wed 2024-08-28
Firmware Age: 4month 1w 2d
admin@CoreOS:~$ toolbox enter
⬢ [admin@toolbx ~]$ lspci
⬢ [admin@toolbx ~]$
It could be that #974 only works for the newer Hardware Revisions, 1.2 or 1.4.
It boots up 🙀, GPIO are found, I can reach it via SSH but conenction to screen and USB dies. NumLock Key cannot be turned on/off but the Raspi-Keyboard-Mouse-Combo gets powered as the laser of the mouse is on.
admin@CoreOS:~$ ls /proc/device-tree/ | wc -l
39
admin@CoreOS:~$
admin@CoreOS:~$ ls /dev/gpiochip*
/dev/gpiochip0 /dev/gpiochip1
admin@CoreOS:~$
The text was updated successfully, but these errors were encountered:
it did quite late in the night 😪 only copy & paste, so I'm on 1.34.
Can we fix it from within FCOS or do I need to rerun the installer?
PackElend
changed the title
Enabling DeviceTree on Pi 4 8 GB causes boot to fail (even Keyboard is not regoniced anymore)
DeviceTree on Pi 4 4 GB Rev 0 fails to load USB Driver, fails to boot
Jan 6, 2025
PackElend
changed the title
DeviceTree on Pi 4 4 GB Rev 0 fails to load USB Driver, fails to boot
EDK2: DeviceTree active on Pi 4 4 GB Rev 0 fails to load USB Driver, fails to boot
Jan 6, 2025
Describe the bug
I provisioned Fedora CoreOS on the Raspberry Pi 4.
I'm able to deactivate the 3 GB limit and boot into CoreOS.
As soon as I activate DeviceTree in Bios it hangs after finishing systemd-vconsole-setup.service, systemd-vconsole-setup - Configure the virtual console at boot at Linux.org.
Image, vconsole
![image](https://github.com/user-attachments/assets/6dad27af-170a-4905-9a9b-21eee8067304)It hangs at dracut.initqueue
At the end, it says
That is the root disk:
Image, initqueue
Provisioning Fedora CoreOS on the Raspberry Pi 4 :: Fedora Docs
Reproduction steps
Expected behavior
normal boot
Actual behavior
It hangs at dracut.initqueue
System details
bare matel on Raspberry Pi4
Butane or Ignition config
Additional information
I provisioned 100% on Raspberry Pi OS, without any Fedora OS running, using Podman Images.
my procedure from Producing an Ignition Config :: Fedora Docs instead Getting started | Butane, see coreos/butane#573
than as described on Provisioning Fedora CoreOS on the Raspberry Pi 4 :: Fedora Docs
update 01.Jan.2025
related discussion: Enabling DeviceTree on Pi 4 4 GB causes boot to fail, it hangs at dracut.initqueue - Fedora Discussion
could this help: debian - Boot failing: Dracut-initqueue rm: cannot remove /lib/dracut/hooks/initqueue/finished/devexists-.....sh: Read-only file system - Unix & Linux Stack Exchange?
update 06.Jan.2025
adding
sudo dmesg >SudoDmesg.txt
→ SudoJournalctl_20250106.txtsudo journalctl > SudoJournalctl.txt
→ SudoDmesg_20250106.txtDevice Manager
→Raspberry Pi Configuration
→Advanced Configuration
→System Table Selection
→ACPI
EDK2 → works all fine, boots
Both from the same start, all systems working.
It could be that #974 only works for the newer Hardware Revisions, 1.2 or 1.4.
As soon I'll have time
update 08.Jan.2025
adding
sudo dmesg >SudoDmesg.txt
→ SudoDmesg_20250108.txtsudo journalctl > SudoJournalctl.txt
SudoJournalctl_20250108.txtI did a last test with EDK2 + Devicetree using the dedicated SD card slot to provide Debugging kernel crashes using kdump :: Fedora Docs.
It boots up 🙀, GPIO are found, I can reach it via SSH but conenction to screen and USB dies. NumLock Key cannot be turned on/off but the Raspi-Keyboard-Mouse-Combo gets powered as the laser of the mouse is on.
The text was updated successfully, but these errors were encountered: