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
While working on wazuh/wazuh#24855, we have detected that the AWS instances launched with the Allocation module (and also provisioning the instances directly in the AWS console) that the Fedora 38 AMI is not working. It seems that the machine is having some errors while booting the system:
[ 202.362365] dracut-initqueue[356]: Warning: dracut-initqueue: starting timeout scripts
[ 202.915816] dracut-initqueue[356]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[ 202.918917] dracut-initqueue[356]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2ffedora\x2froot.sh: "[ -e "/dev/fedora/root" ]"
[ 202.925721] dracut-initqueue[356]: 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
[ 202.925841] dracut-initqueue[356]: [ -e "/dev/mapper/fedora-root" ]
[ 202.931544] dracut-initqueue[356]: fi"
[ 202.931688] dracut-initqueue[356]: Warning: dracut-initqueue: starting timeout scripts
[ 203.473341] dracut-initqueue[356]: Warning: dracut-initqueue: timeout, still waiting for following initqueue hooks:
[ 203.477598] dracut-initqueue[356]: Warning: /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2ffedora\x2froot.sh: "[ -e "/dev/fedora/root" ]"
[ 203.485864] dracut-initqueue[356]: 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
[ 203.485980] dracut-initqueue[356]: [ -e "/dev/mapper/fedora-root" ]
[ 203.486021] dracut-initqueue[356]: fi"
[ 203.493548] dracut-initqueue[356]: Warning: dracut-initqueue: starting timeout scripts
[ 203.495428] dracut-initqueue[356]: Warning: Could not boot.
Starting [0;1;39mdracut-emergency.â¦ce[0m - Dracut Emergency Shell...
Warning: /dev/fedora/root does not exist
Warning: /dev/mapper/fedora-root does not exist
Generating "/run/initramfs/rdsosreport.txt"
Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot
after mounting them and attach it to a bug report.
Press Enter for maintenance
⚠️ This makes the machine inaccessible, so currently we can not provide this system. It is necessary to re-create the AMI and update the Allocation module.
Note
We have ensured that the problem is not related to the userData script.
The text was updated successfully, but these errors were encountered:
I've been trying to recreate the Fedora 38 image and I keep running into connection issues after starting the instance with the new AMI, I'll continue investigating what's going on.
I continue to have problems when trying to boot the new AMI created from the Fedora 37 AMI upgraded to Fedora 38, so I decided to change the approach, I made a virtual machine with the Fedora 38 iso and I am in the process of importing it into AWS, the image has not yet finished processing.
Description
While working on wazuh/wazuh#24855, we have detected that the AWS instances launched with the Allocation module (and also provisioning the instances directly in the AWS console) that the Fedora 38 AMI is not working. It seems that the machine is having some errors while booting the system:
Note
We have ensured that the problem is not related to the userData script.
The text was updated successfully, but these errors were encountered: