This profile is from a federated server and may be incomplete. Browse more on the original instance.

oiram15,

<span style="color:#323232;">[root@EndeavourOS /]# blkid
</span><span style="color:#323232;">/dev/nvme0n1p1: UUID="6903-7FA3" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="86a0a714-815f-45db-ad0e-9eba16861903"
</span><span style="color:#323232;">/dev/nvme0n1p2: LABEL="endeavouros" UUID="9ae3c50f-be08-4594-ac30-2d094375868d" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="endeavouros" PARTUUID="9b52162c-a4bf-4e5e-8096-bb7f144c481a"
</span><span style="color:#323232;">/dev/loop0: BLOCK_SIZE="1048576" TYPE="squashfs"
</span><span style="color:#323232;">/dev/sda2: SEC_TYPE="msdos" LABEL_FATBOOT="ARCHISO_EFI" LABEL="ARCHISO_EFI" UUID="6121-B369" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="1bdb3cc0-02"
</span><span style="color:#323232;">/dev/sda1: BLOCK_SIZE="2048" UUID="2023-08-05-13-57-43-00" LABEL="EOS_202308" TYPE="iso9660" PARTUUID="1bdb3cc0-01"
</span><span style="color:#323232;">[root@EndeavourOS /]# sudo cat /etc/fstab 
</span><span style="color:#323232;"># /etc/fstab: static file system information.
</span><span style="color:#323232;">#
</span><span style="color:#323232;"># Use 'blkid' to print the universally unique identifier for a device; this may
</span><span style="color:#323232;"># be used with UUID= as a more robust way to name devices that works even if
</span><span style="color:#323232;"># disks are added and removed. See fstab(5).
</span><span style="color:#323232;">#
</span><span style="color:#323232;">#                      
</span><span style="color:#323232;">UUID=6903-7FA3                            /efi           vfat    defaults,noatime 0 2
</span><span style="color:#323232;">UUID=9ae3c50f-be08-4594-ac30-2d094375868d /              ext4    defaults,noatime 0 1
</span><span style="color:#323232;">tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0
</span>
oiram15,

I’m on systemd-boot. Where isn’t a directory loaders under loader, but I found the parameters under /etc/kernel/cmdline:

nvme_load=YES nowatchdog rw root=UUID=9ae3c50f-be08-4594-ac30-2d094375868d

oiram15,
oiram15,

I found it!


<span style="color:#323232;">[[email protected] ~]$ cat /mnt/efi/loader/entries/02ef85f9edc146d598502c1b296ff64a-6.4.12-arch1-1.conf 
</span><span style="color:#323232;"># Boot Loader Specification type#1 entry
</span><span style="color:#323232;"># File created by /etc/kernel/install.d/90-loaderentry.install (systemd 254.1-1-arch)
</span><span style="color:#323232;">title      EndeavourOS
</span><span style="color:#323232;">version    6.4.12-arch1-1
</span><span style="color:#323232;">machine-id 02ef85f9edc146d598502c1b296ff64a
</span><span style="color:#323232;">sort-key   endeavouros-6.4.12-arch1-1
</span><span style="color:#323232;">options    nvme_load=YES nowatchdog rw root=UUID=9ae3c50f-be08-4594-ac30-2d094375868d systemd.machine_id=02ef85f9edc146d598502c1b296ff64a
</span><span style="color:#323232;">linux      /02ef85f9edc146d598502c1b296ff64a/6.4.12-arch1-1/linux
</span><span style="color:#323232;">initrd     /02ef85f9edc146d598502c1b296ff64a/6.4.12-arch1-1/initrd
</span><span style="color:#323232;">
</span>
oiram15, (edited )

I have already wiped everything, so no logs… The only way to have it booting is to install EndeavourOS using the offline installer, which is using kernel 6.4.8. There is an option to install the LTS kernel alongside. So the system is booting with 6.4.8, but after updating, neither the new 6.4.12, or the LTS, which is 6.2, doesn’t boot. I haven’t tried booting with the LTS kernel before updating, to see if the same kernel is working before and after or not. I will try to reinstall it using the offline installer and then try to gather some logs after updating.

oiram15,

they are under /02ef85f9edc146d598502c1b296ff64a/6.4.12-arch1-1/, but yes.

EndeavourOS is using dracut by default.

Edit: we tried rebuilding initramfs before, but it didn’t help

oiram15, (edited )

I updated only the kernel and I got the following:


<span style="color:#323232;">:: kernel-install installing kernel 6.4.12-arch1-1
</span><span style="color:#323232;">dracut: Executing: /usr/bin/dracut --no-hostonly --force /efi/69f1b920c192454c97831ba6e72bf777/6.4.12-arch1-1/initrd-fallback 6.4.12-arch1-1
</span><span style="color:#323232;">dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'nbd' depends on 'network', which can't be installed
</span><span style="color:#323232;">dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
</span><span style="color:#323232;">dracut: memstrack is not available
</span><span style="color:#323232;">dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
</span><span style="color:#323232;">dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
</span><span style="color:#323232;">dracut: *** Including module: systemd ***
</span><span style="color:#323232;">dracut: *** Including module: systemd-initrd ***
</span><span style="color:#323232;">dracut: *** Including module: modsign ***
</span><span style="color:#323232;">dracut: *** Including module: i18n ***
</span><span style="color:#323232;">dracut: *** Including module: btrfs ***
</span><span style="color:#323232;">dracut: *** Including module: crypt ***
</span><span style="color:#323232;">dracut: *** Including module: dm ***
</span><span style="color:#323232;">dracut: Skipping udev rule: 64-device-mapper.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 60-persistent-storage-dm.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 55-dm.rules
</span><span style="color:#323232;">dracut: *** Including module: kernel-modules ***
</span><span style="color:#323232;">dracut: *** Including module: kernel-modules-extra ***
</span><span style="color:#323232;">dracut: *** Including module: lvm ***
</span><span style="color:#323232;">dracut: Skipping udev rule: 64-device-mapper.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 56-lvm.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
</span><span style="color:#323232;">dracut: *** Including module: mdraid ***
</span><span style="color:#323232;">dracut: Skipping udev rule: 64-md-raid.rules
</span><span style="color:#323232;">dracut: *** Including module: nvdimm ***
</span><span style="color:#323232;">dracut: *** Including module: qemu ***
</span><span style="color:#323232;">dracut: *** Including module: qemu-net ***
</span><span style="color:#323232;">dracut: *** Including module: lunmask ***
</span><span style="color:#323232;">dracut: *** Including module: resume ***
</span><span style="color:#323232;">dracut: *** Including module: rootfs-block ***
</span><span style="color:#323232;">dracut: *** Including module: terminfo ***
</span><span style="color:#323232;">dracut: *** Including module: udev-rules ***
</span><span style="color:#323232;">dracut: Skipping udev rule: 40-redhat.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 50-firmware.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 50-udev.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 91-permissions.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 80-drivers-modprobe.rules
</span><span style="color:#323232;">dracut: *** Including module: virtiofs ***
</span><span style="color:#323232;">dracut: *** Including module: dracut-systemd ***
</span><span style="color:#323232;">dracut: *** Including module: usrmount ***
</span><span style="color:#323232;">dracut: *** Including module: base ***
</span><span style="color:#323232;">dracut: *** Including module: fs-lib ***
</span><span style="color:#323232;">dracut: *** Including module: shutdown ***
</span><span style="color:#323232;">dracut: *** Including modules done ***
</span><span style="color:#323232;">dracut: *** Installing kernel module dependencies ***
</span><span style="color:#323232;">dracut: *** Installing kernel module dependencies done ***
</span><span style="color:#323232;">dracut: *** Resolving executable dependencies ***
</span><span style="color:#323232;">dracut: *** Resolving executable dependencies done ***
</span><span style="color:#323232;">dracut: *** Hardlinking files ***
</span><span style="color:#323232;">dracut: Mode:                     real
</span><span style="color:#323232;">dracut: Method:                   memcmp
</span><span style="color:#323232;">dracut: Files:                    1987
</span><span style="color:#323232;">dracut: Linked:                   8 files
</span><span style="color:#323232;">dracut: Compared:                 0 xattrs
</span><span style="color:#323232;">dracut: Compared:                 449 files
</span><span style="color:#323232;">dracut: Saved:                    1.42 MiB
</span><span style="color:#323232;">dracut: Duration:                 0.022128 seconds
</span><span style="color:#323232;">dracut: *** Hardlinking files done ***
</span><span style="color:#323232;">dracut: *** Generating early-microcode cpio image ***
</span><span style="color:#323232;">dracut: *** Constructing AuthenticAMD.bin ***
</span><span style="color:#323232;">dracut: *** Store current command line parameters ***
</span><span style="color:#323232;">dracut: *** Stripping files ***
</span><span style="color:#323232;">dracut: *** Stripping files done ***
</span><span style="color:#323232;">dracut: *** Creating image file '/efi/69f1b920c192454c97831ba6e72bf777/6.4.12-arch1-1/initrd-fallback' ***
</span><span style="color:#323232;">dracut: *** Creating initramfs image file '/efi/69f1b920c192454c97831ba6e72bf777/6.4.12-arch1-1/initrd-fallback' done ***
</span><span style="color:#323232;">dracut: Executing: /usr/bin/dracut --hostonly --no-hostonly-cmdline -f /efi/69f1b920c192454c97831ba6e72bf777/6.4.12-arch1-1/initrd 6.4.12-arch1-1
</span>

(Continues in the second comment)

oiram15,

<span style="color:#323232;">dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
</span><span style="color:#323232;">dracut: memstrack is not available
</span><span style="color:#323232;">dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
</span><span style="color:#323232;">dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dbus-broker' will not be installed, because command 'dbus-broker' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmand' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'dmraid' will not be installed, because command 'kpartx' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
</span><span style="color:#323232;">dracut: memstrack is not available
</span><span style="color:#323232;">dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
</span><span style="color:#323232;">dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found!
</span><span style="color:#323232;">dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found!
</span><span style="color:#323232;">dracut: *** Including module: systemd ***
</span><span style="color:#323232;">dracut: *** Including module: systemd-initrd ***
</span><span style="color:#323232;">dracut: *** Including module: i18n ***
</span><span style="color:#323232;">dracut: *** Including module: kernel-modules ***
</span><span style="color:#323232;">dracut: *** Including module: kernel-modules-extra ***
</span><span style="color:#323232;">dracut: *** Including module: rootfs-block ***
</span><span style="color:#323232;">dracut: *** Including module: terminfo ***
</span><span style="color:#323232;">dracut: *** Including module: udev-rules ***
</span><span style="color:#323232;">dracut: Skipping udev rule: 40-redhat.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 50-firmware.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 50-udev.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 91-permissions.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 80-drivers-modprobe.rules
</span><span style="color:#323232;">dracut: Skipping udev rule: 70-persistent-net.rules
</span><span style="color:#323232;">dracut: *** Including module: dracut-systemd ***
</span><span style="color:#323232;">dracut: *** Including module: usrmount ***
</span><span style="color:#323232;">dracut: *** Including module: base ***
</span><span style="color:#323232;">dracut: *** Including module: fs-lib ***
</span><span style="color:#323232;">dracut: *** Including module: shutdown ***
</span><span style="color:#323232;">dracut: *** Including modules done ***
</span><span style="color:#323232;">dracut: *** Installing kernel module dependencies ***
</span><span style="color:#323232;">dracut: *** Installing kernel module dependencies done ***
</span><span style="color:#323232;">dracut: *** Resolving executable dependencies ***
</span><span style="color:#323232;">dracut: *** Resolving executable dependencies done ***
</span><span style="color:#323232;">dracut: *** Hardlinking files ***
</span><span style="color:#323232;">dracut: Mode:                     real
</span><span style="color:#323232;">dracut: Method:                   memcmp
</span><span style="color:#323232;">dracut: Files:                    780
</span><span style="color:#323232;">dracut: Linked:                   2 files
</span><span style="color:#323232;">dracut: Compared:                 0 xattrs
</span><span style="color:#323232;">dracut: Compared:                 38 files
</span><span style="color:#323232;">dracut: Saved:                    356.65 KiB
</span><span style="color:#323232;">dracut: Duration:                 0.010006 seconds
</span><span style="color:#323232;">dracut: *** Hardlinking files done ***
</span><span style="color:#323232;">dracut: *** Generating early-microcode cpio image ***
</span><span style="color:#323232;">dracut: *** Store current command line parameters ***
</span><span style="color:#323232;">dracut: *** Stripping files ***
</span><span style="color:#323232;">dracut: *** Stripping files done ***
</span><span style="color:#323232;">dracut: *** Creating image file '/efi/69f1b920c192454c97831ba6e72bf777/6.4.12-arch1-1/initrd' ***
</span><span style="color:#323232;">dracut: *** Creating initramfs image file '/efi/69f1b920c192454c97831ba6e72bf777/6.4.12-arch1-1/initrd' done ***
</span><span style="color:#323232;">(4/5) Check if user should be informed about rebooting after certain system package upgrades.
</span><span style="color:#323232;">(5/5) Checking which packages need to be rebuilt
</span>
oiram15,

It got stuck at the same spot.

oiram15,

I got another errors now

postimg.cc/Z9dyg1Vn

oiram15,

No, I have never used encryption

oiram15,

Could you please take a look at the comments from abrer and Illecors, I have shares a lot of info there.

oiram15,

Thank you for your time and patience!

oiram15,

This didn’t help :/

oiram15,

This is the log ufile.io/p5wj1hu0

I’m not sure if this is relevant, but I added pci=nommconf to the kernel parameters as I had errors similar to the one in this topic, otherwise the log was over 40 000 lines long.

Edit: I’m not sure if this is exactly a kernel problem, as I get the same error when booting with the LTS kernel, which is older than the one installed with the offline installer.

oiram15, (edited )

I found the problem! It was actually the kernel, just both the latest and the lts versions released after 11th of August don’t work. So for now I need to stick to the versions from 11th. Thank you very much for the help!

Edit: this is the bug

oiram15,

I lost 3 days of my life + now I need reinstall everything 🥲

oiram15,

The problem is already solved (At least I found the bug and a temporary solution) At the beginning of the post there is a link to the bug report.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines