Yay system update made boot/efi's vfat an unknown type of file system, unmountable esp

Have another nice day, everyone!
I was asked to open a new, separate, own thread to effectively ask for help (again). I comply:

About 1 or 2 weeks after the former system update, on Saturday midmorning, standalone yay (not pacman -Syu or eos-update --yay) wanted to update ca. 185 or 135 packages including kernel packages on my LUKS-protected ext4 EndeavourOS with linux-zen kernel, GRUB and Plasma on a SATA SSD. So I let yay do its work. The PC did not do anything else while that huge system update run on Saturday. There were no system changes of any kind before or after completion. There is no involvement of MS Windows in any kind. On completion, yay urged me to do a reboot. I made the mistake of complying.

Since then, EndeavourOS’s sda2 partition fails on the booting procedure step “mount boot/efi” (which – I suppose – relates to esp boot partition sda1). Booting fails with both linux-zen and standard linux kernels as well as their respective “recovery” and “fallback initramfs” options. All of them declare vfat an

“unknown type of file system”.

Then I am hinted to run “systemctl status boot-efi.mount” and after that “dmesg(1)” (or similar), which only throws an error, while “dmesg” produces more terminal lines than the screen can cover. I did a few camera photos, if someone wants to read the error messages. Basically, it is

"boot-efi.mount: Failed with result ‘exit-code’ […] status=32/2a […] where: /boot/efi",
“File /var/log/journal/[…]/system.journal corrupted or uncleanly shut down, renaming and replacing”,
“unknown type of file system [vfat]”.

Important: The same (allegedly) faulty vfat/FAT32 esp boot partition sda1 still works for another Linux distribution on the same SSD – GRUBbing everything fine there. It is Ubuntu- and systemd-based and resides on sda3. Only EndeavourOS complains about the “un-mountable” esp boot partition sda1.

For about 18 hours altogether, I desperately tried to fix that problem, e. g. per EOS install USB drive, GParted partition check/repair, another partition manager’s repair function, manually copying maybe-necessary files to what I suppose could be the correct “/boot/*” or “boot/efi/*” path, and so much more. But I have not found a fix. I do not know how to (successfully) chroot, or whatever to do, as I am still quite newbie.

The affected PC is not my machine. That EndeavourOS partition working is essential. I have to fix it until Tuesday, 31.10.2023, because I will travel away on that evening. Then the PC owner will be helpless without a working system. Please, help this pitiful Linux newbie fled away from the Windows darkworld.

Sincerely
Tako

Can wee see the full output from the console?

It would be interesting to see the context of that error.

Also, are you dual-booting Windows?

I would love to submit, but I do not know how to salvage that log file (I assume?) from the unbootable, though accessible EOS partition.

I took some photos with a camera. Could they be helpful?

There is no MS Windows on that system (on no drive), but another Linux distribution (Ubuntu-based, systemd-based) has been there all along. I am typing on that one. It uses the same boot esp partition sda1.

Furthermore, in trying to fix or workaround the problem, I added another EOS partition (which refuses every system-update method and yay-based installations!!!) and another Linux distri from another PC (which I could not get booting here…). Both feature their own boot esp partition, respectively.

Yes, just take a take a picture of the screen with the error.

You will get the photos in a few minutes. If anyone can tell me how to obtain the console output of the boot failure, I will love to add it instead.

I also can serve with an excerpt of Boot-Repair application’s .txt output file: Boot-Info_20231029_[…].txt. It seems it tried to repair something else than my EOS problem. Could that be helpful, though?

excerpt of Boot-Repair application’s log file:

Summary

chroot /mnt/boot-sav/sda3 efibootmgr -v after grub install
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0006,0007,0008,0001,0004,0000,0005
Boot0000* endeavouros HD(1,GPT,cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19,0x22,0xf42400)/File(EFIENDEAVOUROSGRUBX64.EFI)
Boot0001* ubuntu HD(1,GPT,cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19,0x22,0xf42400)/File(EFIUBUNTUSHIMX64.EFI)
Boot0004* rEFInd Boot Manager HD(1,GPT,cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19,0x22,0xf42400)/File(EFIREFINDREFIND_X64.EFI)
Boot0005* UEFI: [32 GB USB3 drive] PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/CDROM(1,0x399a80,0x37a98)…BO
Boot0006* UEFI: [32 GB USB3 drive], Partition 2 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/HD(2,MBR,0xb15bb315,0x399a80,0x37800)…BO
Boot0007* UEFI: [32 GB USB3 drive], Partition 3 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/HD(3,MBR,0xb15bb315,0xba1000,0x5dc000)…BO
Boot0008* UEFI: [32 GB USB3 drive], Partition 4 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/HD(4,MBR,0xb15bb315,0x194d000,0x7e5000)…BO
Warning: NVram was not modified.

chroot /mnt/boot-sav/sda3 update-grub
Sourcing file /etc/default/grub' Sourcing file /etc/default/grub.d/50_linuxmint.cfg’
Sourcing file `/etc/default/grub.d/init-select.cfg’
Generating grub configuration file …
Found linux image: /boot/vmlinuz-5.15.0-87-generic
Found initrd image: /boot/initrd.img-5.15.0-87-generic
Found linux image: /boot/vmlinuz-5.15.0-84-generic
Found initrd image: /boot/initrd.img-5.15.0-84-generic
Found linux image: /boot/vmlinuz-5.15.0-78-generic
Found initrd image: /boot/initrd.img-5.15.0-78-generic
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.

Unhide GRUB boot menu in sda3/boot/grub/grub.cfg

Boot successfully repaired.

============================ Boot Info After Repair ============================

=> No boot loader is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

File system:       vfat
Boot sector type:  FAT32
Boot sector info:  No errors found in the Boot Parameter Block.
Operating System:  
Boot files:        /EFI/refind/refind.conf /efi/boot/bkpbootx64.efi 
                   /efi/boot/bootx64.efi /efi/boot/fbx64.efi 
                   /efi/boot/mmx64.efi /efi/endeavouros/grubx64.efi 
                   /efi/refind/refind_x64.efi /efi/ubuntu/grubx64.efi 
                   /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi 
                   /efi/ubuntu/grub.cfg 
                   /efi/refind/drivers_x64/ext4_x64.efi

sda2: __________________________________________________________________________

File system:       crypto_LUKS
Boot sector type:  Unknown
Boot sector info: 

sda3: __________________________________________________________________________

File system:       ext4
Boot sector type:  -
Boot sector info: 
Operating System:  Linux Mint 21.2
Boot files:        /boot/grub/grub.cfg /etc/fstab /etc/default/grub 
                   /boot/refind_linux.conf

sda4: __________________________________________________________________________

File system:       ext4
Boot sector type:  -
Boot sector info: 
Operating System:  
Boot files:        

sdb: ___________________________________________________________________________

File system:       iso9660
Boot sector type:  Unknown
Boot sector info: 
Mounting failed:   mount: /mnt/BootInfo/FD/sdb: /dev/sdb already mounted or mount point busy.

===================================== UEFI =====================================

BIOS/UEFI firmware: 5.17(5.17) from American Megatrends International, LLC.
The firmware is EFI-compatible, and is set in EFI-mode for this live-session.
SecureBoot disabled - SecureBoot disabled
Platform is in Setup Mode - Please report this message to boot.repair@gmail.com.
BootCurrent: 0008
Timeout: 2 seconds
BootOrder: 0006,0007,0008,0001,0004,0000,0005
Boot0000* endeavouros HD(1,GPT,cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19,0x22,0xf42400)/File(\EFI\ENDEAVOUROS\GRUBX64.EFI)
Boot0001* ubuntu HD(1,GPT,cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19,0x22,0xf42400)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0004* rEFInd Boot Manager HD(1,GPT,cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19,0x22,0xf42400)/File(\EFI\REFIND\REFIND_X64.EFI)
Boot0005* UEFI: [32 GB USB3 drive] PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/CDROM(1,0x399a80,0x37a98)…BO
Boot0006* UEFI: [32 GB USB3 drive], Partition 2 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/HD(2,MBR,0xb15bb315,0x399a80,0x37800)…BO
Boot0007* UEFI: [32 GB USB3 drive], Partition 3 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/HD(3,MBR,0xb15bb315,0xba1000,0x5dc000)…BO
Boot0008* UEFI: [32 GB USB3 drive], Partition 4 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(1,0)/HD(4,MBR,0xb15bb315,0x194d000,0x7e5000)…BO

a1da253696a304dce6b4668b70151c0e sda1/boot/bkpbootx64.efi
a1da253696a304dce6b4668b70151c0e sda1/boot/bootx64.efi
a9c517741ac31962d7feb152948ad1ee sda1/boot/fbx64.efi
a660182adef313615746a665966d2ccc sda1/boot/mmx64.efi
85b280be235b7651940f5c5ea1b8df24 sda1/endeavouros/grubx64.efi
4ab7369cd6502cb18f40e95b31d2df7b sda1/refind/refind_x64.efi
a1da253696a304dce6b4668b70151c0e sda1/ubuntu/grubx64.efi
a660182adef313615746a665966d2ccc sda1/ubuntu/mmx64.efi
64349b3622c65f495a99dbf6102496e3 sda1/ubuntu/shimx64.efi
e87f775306f7901e09f33a624f8c35a3 sda1/refind/drivers_x64/ext4_x64.efi

============================= Drive/Partition Info =============================

Disks info: ____________________________________________________________________

sda : is-GPT, no-BIOSboot, has—ESP, not-usb, not-mmc, has-os, no-wind, 34 sectors * 512 bytes

Partitions info (1/3): _________________________________________________________

sda1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
sda3 : is-os, 64, apt-get, signed grub-pc grub1 grub-efi , grub2, grub-install, grubenv-ng, update-grub, farbios
sda4 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios

Partitions info (2/3): _________________________________________________________

sda1 : is—ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda3 : isnotESP, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
sda4 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot

Partitions info (3/3): _________________________________________________________

sda1 : not–sepboot, no—boot, part-has-no-fstab, not-sep-usr, no—usr, part-has-no-fstab, no–grub.d, sda
sda3 : not–sepboot, with-boot, fstab-without-boot, not-sep-usr, with–usr, fstab-without-usr, std-grub.d, sda
sda4 : maybesepboot, no—boot, part-has-no-fstab, not-sep-usr, no—usr, part-has-no-fstab, no–grub.d, sda

fdisk -l (filtered): ___________________________________________________________

Disk sda: 489.05 GiB, 525112713216 bytes, 1025610768 sectors
Disk identifier: C021A9B5-DA19-4ACA-B664-48F8EC829818
Start End Sectors Size Type
sda1 34 16000033 16000000 7.6G EFI System
sda2 16699392 262623231 245923840 117.3G Linux filesystem
sda3 344543232 588365823 243822592 116.3G Linux filesystem
sda4 713418752 922314751 208896000 99.6G Linux filesystem
Disk sdb: 29.3 GiB, 31457280000 bytes, 61440000 sectors
Disk identifier: 0xb15bb315
Boot Start End Sectors Size Id Type
sdb1 64 3775103 3775040 1.8G 0 Empty
sdb2 3775104 4002431 227328 111M ef EFI (FAT-12/16/32)
sdb3 12193792 18337791 6144000 2.9G c W95 FAT32 (LBA)
sdb4 * 26529792 34807807 8278016 3.9G c W95 FAT32 (LBA)
Disk mapper/sda2_crypt: 117.26 GiB, 125910908928 bytes, 245919744 sectors

parted -lm (filtered): _________________________________________________________

sda:525GB:scsi:512:512:gpt:ATA Crucial_CT525MX3:;
1:17.4kB:8192MB:8192MB:fat32::boot, esp;
2:8550MB:134GB:126GB:::;
3:176GB:301GB:125GB:ext4:LxM:;
4:365GB:472GB:107GB:ext4::;
sdb:31.5GB:scsi:512:512:msdos:[32 GB USB3 drive]:;
2:1933MB:2049MB:116MB:fat16::esp;
3:6243MB:9389MB:3146MB:fat32::lba;

blkid (filtered): ______________________________________________________________

NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
sda
├─sda1 vfat E6D5-7B81 cf8425d2-904a-4ef7-9d6f-1beb6f9d7a19 BOOT
├─sda2 crypto_LUKS d45b5154-69eb-44ad-bcea-303859d89285 62c5219a-623a-4145-8592-e80d828c06c5
│ └─sda2_crypt ext4 a338010f-6fc8-404a-8e98-6583bef833d8 EndVr23.05Plasma
├─sda3 ext4 3d12c601-cced-4289-9790-dded2b4c3ce3 4e69e3c6-c70b-4f48-a254-197c96b28654 LxM LxM
└─sda4 ext4 744a18c7-fb94-4dfe-97cb-82dff8f55b13 50f7401c-bb3a-4436-a76f-670a27b61e05
sdb iso9660 2023-05-28-11-02-36-00 EOS_202305
├─sdb1 iso9660 2023-05-28-11-02-36-00 b15bb315-01 EOS_202305
├─sdb2 vfat 5770-579C b15bb315-02 ARCHISO_EFI
├─sdb3 vfat 8F18-AAA4 b15bb315-03 2_ENDEAVOUR

Mount points (filtered): _______________________________________________________

                    Avail Use% Mounted on

/dev/mapper/sda2_crypt 41G 60% /media/mint/EndVr23.05Plasma

/dev/sda1 7.6G 0% /mnt/boot-sav/sda1
/dev/sda3 79.7G 26% /mnt/boot-sav/sda3
/dev/sda4 92.5G 0% /mnt/boot-sav/sda4

/dev/sdb1 0 100% /media/mint/EOS_202305
/dev/sdb3 1.1G 62% /media/mint/2_ENDEAVOUR

Mount options (filtered): ______________________________________________________

/dev/mapper/sda2_crypt ext4 rw,nosuid,nodev,relatime,errors=remount-ro
/dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
/dev/sda3 ext4 rw,relatime
/dev/sda4 ext4 rw,relatime

/dev/sdb1 iso9660 ro,nosuid,nodev,relatime,nojoliet,check=s,map=n,blocksize=2048,uid=999,gid=999,dmode=500,fmode=400,iocharset=utf8
/dev/sdb3 vfat rw,nosuid,nodev,relatime,uid=999,gid=999,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro

============================== ls -R /dev/mapper/ ==============================

/dev/mapper:
control
sda2_crypt

==================== sda1/EFI/refind/refind.conf (filtered) ====================

timeout 20
use_nvram false
menuentry Linux {
icon EFI/refind/icons/os_linux.png
volume 904404F8-B481-440C-A1E3-11A5A954E601
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options “ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837”
disabled
}
menuentry “Arch Linux” {
icon /EFI/refind/icons/os_arch.png
volume “Arch Linux”
loader /boot/vmlinuz-linux
initrd /boot/initramfs-linux.img
options “root=PARTUUID=5028fa50-0079-4c40-b240-abfaf28693ea rw add_efi_memmap”
submenuentry “Boot using fallback initramfs” {
initrd /boot/initramfs-linux-fallback.img
}
submenuentry “Boot to terminal” {
add_options “systemd.unit=multi-user.target”
}
disabled
}

===================== sda1/efi/ubuntu/grub.cfg (filtered) ======================

search.fs_uuid 3d12c601-cced-4289-9790-dded2b4c3ce3 root hd0,gpt3
set prefix=($root)‘/boot/grub’
configfile $prefix/grub.cfg

====================== sda3/boot/grub/grub.cfg (filtered) ======================

Ubuntu 3d12c601-cced-4289-9790-dded2b4c3ce3
Ubuntu, with Linux 5.15.0-87-generic 3d12c601-cced-4289-9790-dded2b4c3ce3
Ubuntu, with Linux 5.15.0-84-generic 3d12c601-cced-4289-9790-dded2b4c3ce3
Ubuntu, with Linux 5.15.0-78-generic 3d12c601-cced-4289-9790-dded2b4c3ce3
### END /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_uefi-firmware ###

========================== sda3/etc/fstab (filtered) ===========================

# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
/swapfile none swap sw 0 0
UUID=a338010f-6fc8-404a-8e98-6583bef833d8 /mnt/a338010f-6fc8-404a-8e98-6583bef833d8 auto nosuid,nodev,nofail,x-gvfs-show,x-udisks-auth 0 0
LABEL=BOOT /mnt/BOOT vfat umask=0077 0 1
UUID=E6D5-7B81 /boot/efi vfat defaults 0 1

======================= sda3/etc/default/grub (filtered) =======================

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=8
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash”
GRUB_CMDLINE_LINUX=“”
GRUB_DISABLE_OS_PROBER=false

==================== sda3/boot/refind_linux.conf (filtered) ====================

“Boot with standard options” “root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash”
“Boot to single-user mode” “root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash single”
“Boot with minimal options” “ro root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3”

==================== sda3: Location of files loaded by Grub ====================

       GiB - GB             File                                 Fragment(s)
        ?? = ??             boot/grub/grub.cfg                             1

177.653400421 = 190.753886208 boot/vmlinuz 2
186.200241089 = 199.930986496 boot/vmlinuz-5.15.0-78-generic 1
185.801830292 = 199.503196160 boot/vmlinuz-5.15.0-84-generic 1
177.653400421 = 190.753886208 boot/vmlinuz-5.15.0-87-generic 2
185.801830292 = 199.503196160 boot/vmlinuz.old 1
176.144771576 = 189.134008320 boot/initrd.img 367
171.964046478 = 184.644988928 boot/initrd.img-5.15.0-78-generic 2
169.173797607 = 181.648982016 boot/initrd.img-5.15.0-84-generic 2
176.144771576 = 189.134008320 boot/initrd.img-5.15.0-87-generic 367
169.173797607 = 181.648982016 boot/initrd.img.old 2

===================== sda3: ls -l /etc/grub.d/ (filtered) ======================

-rwxr-xr-x 1 root root 18683 Dec 18 2022 10_linux
-rwxr-xr-x 1 root root 43031 Dec 18 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14387 Dec 18 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 Dec 18 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 Dec 18 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Dec 18 2022 40_custom
-rwxr-xr-x 1 root root 215 Dec 18 2022 41_custom

Meanwhile, please note my additions to post #3.

That sounds like it has a created a much bigger mess than what we started with.

Ugh, that seems to have created even more mess. Unfortunately, given your original issue, running this application was probably not the right approach.

1 Like

Some of the really bad photos:

Summary



.

That sounds like it has a created a much bigger mess than what we started with.

I can delete all those 4 additional workaround partitions at any time without any drawback. They seem no problem to me. Which mess do you see there?

Ugh, that seems to have created even more mess.

In which way?

First of all, that error typically isn’t related to the bootloader. Chances are, the bootloader was working fine. But now you have all kinds of things going on there. Refind is installed, grub configs were changed(maybe), EFI settings changed, etc, etc. Now we probably have to mess around with the bootloader just to get things back to a sane config to start troubleshooting.

Unfortunately, I think the actual error has scrolled off the top of the screen there so it isn’t visible in your pictures. From what I can see, I am guessing there is an issue with kernel modules being mismatched or missing.

If this was my machine, I would chroot into the system using these instructions.

Once in the chroot, I would run:

grub-install --bootloader-id=endeavouros
pacman -Syu linux-zen linux-zen-headers linux linux-headers
grub-mkconfig /boot/grub/grub.cfg

If you get any errors, stop and report them here.

After that, exit the chroot and reboot.

If that doesn’t work, we can troubleshoot further.

more (bad) photos of the boot-failure terminal output, often 2–6 photos per screen:

Summary










I went through almost 4,400 lines of output, hoping to recognize the most important passages.

Is that after you followed the steps I recommended above?

Is that after you followed the steps I recommended above?

Not yet. Taking photos over those almost 4,400 lines took a lot of time.

First of all, that error typically isn’t related to the bootloader. Chances are, the bootloader was working fine. But now you have all kinds of things going on there.

When I took above photos a short while ago, EOS failed one the very same line as before. The GRUB menu looked identical, too. At least visually nothing seemed to have changed to that point. (Of course I cannot speak about anything beyond that point of failure.)

Refind is installed,

rEFInd was installed before. Because my one-year long experience with a number of different Linux distributions is: GRUB and other Linux bootloader-related things are very prone to failures. I stumbled upon rEFInd and decided to – from then on – precautionally install it on every Linux machine.

grub configs were changed(maybe), EFI settings changed, etc, etc. Now we probably have to mess around with the bootloader just to get things back to a sane config to start troubleshooting.

Well, on Saturday, 10:36 am, I created a copy of esp partition sda1 via a partition manager. It is a .img file. So even if sda1 is damaged, it could be replaced, correct?

addendum: There is also a copy of the not-booting EOS partition sda2, but not a .img file, rather a problematic replicated partition spanning over a whole 2 TB NVMe SSD without a partition table.

If grub is still working you can skip the grub-install step above.

You can examine it on photos # 1–9 of the spoiler in post # 9. Those are photos from about 2.5 (or so) hours ago.

Reminder: If anyone can tell me how to obtain the console output of the boot failure – or any log file, or any helpful file – I will love to add it.

If this was my machine, I would chroot into the system using these instructions.

Is that after you followed the steps I recommended above?

I tried to follow your linked “Arch-chroot” article accordingly (in 3 EOS bootable USB drive sessions):

  1. Boot into the EndeavourOS installer ISO (archiso itself will work too). […] Boot the installer ISO in the same way you have done on installing EndeavourOS but do not run the installer.

Done successfully.

  1. Mount needed partitions. […] To be able to chroot, you need to know how the partitions and format are set up.
    To uncover that information, open the terminal, and type:
    sudo lsblk -f

Done successfully.

If you set up LUKS encryption you need to unlock the encryption to be able to mount them.

Done successfully via GParted’s “Open Encryption” context menu option.

sudo mount /dev/sda2 /mnt
sudo cat /mnt/etc/fstab (to check the mount point of your ESP)
sudo mount /dev/sda1 [...]/mnt/boot/efi
Now your installed system is mounted.

Hell, no, it is not at all. None of this commands works. sudo mount /dev/sda2_crypt /mnt does not, too.

You can find Terminal’s output of my third (!) EOS bootable USB drive session in the .txt file linked here:

PDF download

PDF download: https://up.picr.de/46557984ui.pdf

direct copy into post – italics unintended!

[liveuser@eos-2023.05.28 ~]$ sudo lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /run/archiso/airootfs
sda
├─sda1 vfat FAT32 BOOT E6D5-7B81
├─sda2 crypto_LUKS 1 d45b5154-69eb-44ad-bcea-303859d89285
├─sda3 ext4 1.0 LxM 3d12c601-cced-4289-9790-dded2b4c3ce3 69.7G 35% /run/media/liveuser/LxM
[…]
sdb iso9660 Joliet Extensi EOS_202305 2023-05-28-11-02-36-00
├─sdb1 iso9660 Joliet Extensi EOS_202305 2023-05-28-11-02-36-00 0 100% /run/archiso/bootmnt
├─sdb2 vfat FAT16 ARCHISO_EFI 5770-579C
[…]

==== [[[At that point I unlocked the encryption of sda2 via GParted’s “Open Encryption” context menu option.]]] ====

[liveuser@eos-2023.05.28 ~]$ sudo lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /run/archiso/airootfs
sda
├─sda1 vfat FAT32 BOOT E6D5-7B81
├─sda2 crypto_LUKS 1 d45b5154-69eb-44ad-bcea-303859d89285
│ └─sda2_crypt ext4 1.0 EndVr23.05Plasma a338010f-6fc8-404a-8e98-6583bef833d8
├─sda3 ext4 1.0 LxM 3d12c601-cced-4289-9790-dded2b4c3ce3 69.7G 35% /run/media/liveuser/LxM
[…]
sdb iso9660 Joliet Extension EOS_202305 2023-05-28-11-02-36-00
├─sdb1 iso9660 Joliet Extension EOS_202305 2023-05-28-11-02-36-00 0 100% /run/archiso/bootmnt
├─sdb2 vfat FAT16 ARCHISO_EFI 5770-579C
[…]

[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/sda2 /mnt
mount: /mnt: unknown filesystem type ‘crypto_LUKS’.
dmesg(1) may have more information after failed mount system call.
[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/sda2_crypt /mnt
mount: /mnt: special device /dev/sda2_crypt does not exist.
dmesg(1) may have more information after failed mount system call.
[liveuser@eos-2023.05.28 ~]$ sudo cat /mnt/etc/fstab
cat: /mnt/etc/fstab: No such file or directory
[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/sda1 /mnt/boot/efi
mount: /mnt/boot/efi: mount point does not exist.
dmesg(1) may have more information after failed mount system call.

[liveuser@eos-2023.05.28 ~]$ dmesg(1)
bash: syntax error near unexpected token `1’
[liveuser@eos-2023.05.28 ~]$ dmesg
dmesg: read kernel buffer failed: Operation not permitted
[liveuser@eos-2023.05.28 ~]$ sudo dmesg

[ 0.000000] Linux version 6.3.4-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 24 May 2023 17:44:00 +0000
[ 0.000000] Command line: initrd=\arch\boot\intel-ucode.img initrd=\arch\boot\amd-ucode.img initrd=\arch\boot\x86_64\initramfs-linux.img archisobasedir=arch archisolabel=EOS_202305 cow_spacesize=10G copytoram=n module_blacklist=nvidia,nvidia_modeset,nvidia_uvm,nvidia_drm,pcspkr nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 nvme_load=yes
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: ‘x87 floating point registers’
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: ‘SSE registers’
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: ‘AVX registers’
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x200: ‘Protection Keys User registers’
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
[ 0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using ‘compacted’ format.
[ 0.000000] signal: max sigframe size: 3376
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bc66afff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bc66b000-0x00000000bc99afff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bc99b000-0x00000000bc9ddfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bc9de000-0x00000000bd07cfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bd07d000-0x00000000bdbfefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bdbff000-0x00000000beffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f37ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000083f380000-0x000000083fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xb4dda018-0xb4de7857] usable ==> usable
[ 0.000000] e820: update [mem 0xb4dda018-0xb4de7857] usable ==> usable
[ 0.000000] e820: update [mem 0xb4dbb018-0xb4dd9457] usable ==> usable
[ 0.000000] e820: update [mem 0xb4dbb018-0xb4dd9457] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009afefff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000b4dbb017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b4dbb018-0x00000000b4dd9457] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b4dd9458-0x00000000b4dda017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b4dda018-0x00000000b4de7857] usable
[ 0.000000] reserve setup_data: [mem 0x00000000b4de7858-0x00000000bc66afff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bc66b000-0x00000000bc99afff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bc99b000-0x00000000bc9ddfff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000bc9de000-0x00000000bd07cfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bd07d000-0x00000000bdbfefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bdbff000-0x00000000beffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000083f37ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000083f380000-0x000000083fffffff] reserved
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xbd066000 ACPI 2.0=0xbd066014 SMBIOS=0xbda04000 SMBIOS 3.0=0xbda03000 MEMATTR=0xb8804698 ESRT=0xbbae9118 INITRD=0xb85acc18 RNG=0xbc9a7018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem266: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem267: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[ 0.000000] efi: Remove mem268: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd600000-0xfd7fffff] reserved
[ 0.000000] efi: Not removing mem269: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem270: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[ 0.000000] efi: Not removing mem271: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem272: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem273: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem274: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem275: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem276: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem277: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem278: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.3.0 present.
[ 0.000000] DMI: BIOSTAR Group B550M-SILVER/B550M-SILVER, BIOS 5.17 05/05/2022
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3693.061 MHz processor
[ 0.000143] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000145] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000151] last_pfn = 0x83f380 max_arch_pfn = 0x400000000
[ 0.000157] total RAM covered: 3071M
[ 0.000279] Found optimal setting for mtrr clean up
[ 0.000279] gran_size: 64K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000282] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000990] e820: update [mem 0xbce40000-0xbce4ffff] usable ==> reserved
[ 0.000995] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000998] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[ 0.004188] esrt: Reserving ESRT space from 0x00000000bbae9118 to 0x00000000bbae91a0.
[ 0.004194] e820: update [mem 0xbbae9000-0xbbae9fff] usable ==> reserved
[ 0.004222] Using GB pages for direct mapping
[ 0.004717] Secure boot disabled
[ 0.004717] RAMDISK: [mem 0xa3d37000-0xa9d35fff]
[ 0.004722] ACPI: Early table checksum verification disabled
[ 0.004724] ACPI: RSDP 0x00000000BD066014 000024 (v02 ALASKA)
[ 0.004727] ACPI: XSDT 0x00000000BD065728 0000C4 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004731] ACPI: FACP 0x00000000BC9CE000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.004734] ACPI: DSDT 0x00000000BC9C8000 00572F (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.004736] ACPI: FACS 0x00000000BD060000 000040
[ 0.004738] ACPI: BHMB 0x00000000BC9DD000 000474 (v01 ALASKA A M I 00000001 AMI 00000001)
[ 0.004740] ACPI: SSDT 0x00000000BC9D4000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.004742] ACPI: SSDT 0x00000000BC9D0000 003BDD (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.004743] ACPI: SSDT 0x00000000BC9CF000 0001AD (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.004745] ACPI: FIDT 0x00000000BC9C7000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004747] ACPI: MCFG 0x00000000BC9C6000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.004748] ACPI: HPET 0x00000000BC9C5000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.004750] ACPI: FPDT 0x00000000BC9C4000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.004751] ACPI: VFCT 0x00000000BC9B8000 00B284 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.004753] ACPI: PCCT 0x00000000BC9B6000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.004755] ACPI: SSDT 0x00000000BC9B2000 0030FB (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.004756] ACPI: CRAT 0x00000000BC9B1000 000B90 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.004758] ACPI: CDIT 0x00000000BC9B0000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.004760] ACPI: BGRT 0x00000000BC9B7000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004761] ACPI: SSDT 0x00000000BC9AF000 00052C (v01 AMD ArticNOI 00000001 INTL 20120913)
[ 0.004763] ACPI: SSDT 0x00000000BC9AB000 0037B0 (v01 AMD ArticN 00000001 INTL 20120913)
[ 0.004765] ACPI: WSMT 0x00000000BC9AA000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.004766] ACPI: APIC 0x00000000BC9A9000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.004768] ACPI: SSDT 0x00000000BC9A8000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.004769] ACPI: Reserving FACP table memory at [mem 0xbc9ce000-0xbc9ce113]
[ 0.004770] ACPI: Reserving DSDT table memory at [mem 0xbc9c8000-0xbc9cd72e]
[ 0.004771] ACPI: Reserving FACS table memory at [mem 0xbd060000-0xbd06003f]
[ 0.004771] ACPI: Reserving BHMB table memory at [mem 0xbc9dd000-0xbc9dd473]
[ 0.004772] ACPI: Reserving SSDT table memory at [mem 0xbc9d4000-0xbc9dcce8]
[ 0.004772] ACPI: Reserving SSDT table memory at [mem 0xbc9d0000-0xbc9d3bdc]
[ 0.004772] ACPI: Reserving SSDT table memory at [mem 0xbc9cf000-0xbc9cf1ac]
[ 0.004773] ACPI: Reserving FIDT table memory at [mem 0xbc9c7000-0xbc9c709b]
[ 0.004773] ACPI: Reserving MCFG table memory at [mem 0xbc9c6000-0xbc9c603b]
[ 0.004774] ACPI: Reserving HPET table memory at [mem 0xbc9c5000-0xbc9c5037]
[ 0.004774] ACPI: Reserving FPDT table memory at [mem 0xbc9c4000-0xbc9c4043]
[ 0.004775] ACPI: Reserving VFCT table memory at [mem 0xbc9b8000-0xbc9c3283]
[ 0.004775] ACPI: Reserving PCCT table memory at [mem 0xbc9b6000-0xbc9b606d]
[ 0.004776] ACPI: Reserving SSDT table memory at [mem 0xbc9b2000-0xbc9b50fa]
[ 0.004776] ACPI: Reserving CRAT table memory at [mem 0xbc9b1000-0xbc9b1b8f]
[ 0.004777] ACPI: Reserving CDIT table memory at [mem 0xbc9b0000-0xbc9b0028]
[ 0.004777] ACPI: Reserving BGRT table memory at [mem 0xbc9b7000-0xbc9b7037]
[ 0.004778] ACPI: Reserving SSDT table memory at [mem 0xbc9af000-0xbc9af52b]
[ 0.004778] ACPI: Reserving SSDT table memory at [mem 0xbc9ab000-0xbc9ae7af]
[ 0.004779] ACPI: Reserving WSMT table memory at [mem 0xbc9aa000-0xbc9aa027]
[ 0.004779] ACPI: Reserving APIC table memory at [mem 0xbc9a9000-0xbc9a915d]
[ 0.004780] ACPI: Reserving SSDT table memory at [mem 0xbc9a8000-0xbc9a80be]
[ 0.004834] No NUMA configuration found
[ 0.004835] Faking a node at [mem 0x0000000000000000-0x000000083f37ffff]
[ 0.004837] NODE_DATA(0) allocated [mem 0x83f37b000-0x83f37ffff]
[ 0.004863] Zone ranges:
[ 0.004864] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.004865] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.004866] Normal [mem 0x0000000100000000-0x000000083f37ffff]
[ 0.004867] Device empty
[ 0.004867] Movable zone start for each node
[ 0.004868] Early memory node ranges
[ 0.004868] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.004869] node 0: [mem 0x0000000000100000-0x0000000009afefff]
[ 0.004870] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.004870] node 0: [mem 0x000000000a20e000-0x000000000affffff]
[ 0.004871] node 0: [mem 0x000000000b020000-0x00000000bc66afff]
[ 0.004871] node 0: [mem 0x00000000bdbff000-0x00000000beffffff]
[ 0.004872] node 0: [mem 0x0000000100000000-0x000000083f37ffff]
[ 0.004874] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f37ffff]
[ 0.004877] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.004887] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.004971] On node 0, zone DMA32: 1281 pages in unavailable ranges
[ 0.004980] On node 0, zone DMA32: 14 pages in unavailable ranges
[ 0.006954] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.006998] On node 0, zone DMA32: 5524 pages in unavailable ranges
[ 0.034998] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.035014] On node 0, zone Normal: 3200 pages in unavailable ranges
[ 0.035566] ACPI: PM-Timer IO Port: 0x808
[ 0.035572] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.035586] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[ 0.035595] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[ 0.035596] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.035597] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.035600] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.035600] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.035608] e820: update [mem 0xb8227000-0xb8467fff] usable ==> reserved
[ 0.035618] smpboot: Allowing 32 CPUs, 20 hotplug CPUs
[ 0.035635] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.035637] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.035638] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[ 0.035639] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[ 0.035640] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.035641] PM: hibernation: Registered nosave memory: [mem 0xb4dbb000-0xb4dbbfff]
[ 0.035642] PM: hibernation: Registered nosave memory: [mem 0xb4dd9000-0xb4dd9fff]
[ 0.035642] PM: hibernation: Registered nosave memory: [mem 0xb4dda000-0xb4ddafff]
[ 0.035643] PM: hibernation: Registered nosave memory: [mem 0xb4de7000-0xb4de7fff]
[ 0.035644] PM: hibernation: Registered nosave memory: [mem 0xb8227000-0xb8467fff]
[ 0.035645] PM: hibernation: Registered nosave memory: [mem 0xbbae9000-0xbbae9fff]
[ 0.035646] PM: hibernation: Registered nosave memory: [mem 0xbc66b000-0xbc99afff]
[ 0.035647] PM: hibernation: Registered nosave memory: [mem 0xbc99b000-0xbc9ddfff]
[ 0.035647] PM: hibernation: Registered nosave memory: [mem 0xbc9de000-0xbd07cfff]
[ 0.035647] PM: hibernation: Registered nosave memory: [mem 0xbd07d000-0xbdbfefff]
[ 0.035648] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[ 0.035649] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[ 0.035649] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.035650] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[ 0.035650] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.035650] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.035651] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.035651] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.035651] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.035652] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.035652] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.035653] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.035653] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.035653] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.035654] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.035654] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.035655] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.035655] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[ 0.035656] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[ 0.035657] Booting paravirtualized kernel on bare hardware
[ 0.035659] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.039175] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[ 0.040065] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.040071] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.040073] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.040078] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.040097] Fallback order for Node 0: 0
[ 0.040100] Built 1 zonelists, mobility grouping on. Total pages: 8243354
[ 0.040101] Policy zone: Normal
[ 0.040102] Kernel command line: initrd=\arch\boot\intel-ucode.img initrd=\arch\boot\amd-ucode.img initrd=\arch\boot\x86_64\initramfs-linux.img archisobasedir=arch archisolabel=EOS_202305 cow_spacesize=10G copytoram=n module_blacklist=nvidia,nvidia_modeset,nvidia_uvm,nvidia_drm,pcspkr nouveau.modeset=1 i915.modeset=1 radeon.modeset=1 nvme_load=yes
[ 0.040216] Unknown kernel command line parameters “archisobasedir=arch archisolabel=EOS_202305 cow_spacesize=10G copytoram=n nvme_load=yes”, will be passed to user space.
[ 0.040236] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.040236] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.040237] printk: log_buf_len min size: 131072 bytes
[ 0.040365] printk: log_buf_len: 262144 bytes
[ 0.040365] printk: early log buf free: 111704(85%)
[ 0.042351] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.043292] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.043540] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.043544] software IO TLB: area num 32.
[ 0.087585] Memory: 32473620K/33497456K available (16384K kernel code, 2107K rwdata, 12656K rodata, 3324K init, 4000K bss, 1023576K reserved, 0K cma-reserved)
[ 0.087669] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.087688] ftrace: allocating 47287 entries in 185 pages
[ 0.095380] ftrace: allocated 185 pages with 5 groups
[ 0.095441] Dynamic Preempt: full
[ 0.095481] rcu: Preemptible hierarchical RCU implementation.
[ 0.095482] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[ 0.095482] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.095483] Trampoline variant of Tasks RCU enabled.
[ 0.095484] Rude variant of Tasks RCU enabled.
[ 0.095484] Tracing variant of Tasks RCU enabled.
[ 0.095484] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.095485] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.097102] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[ 0.097274] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.097365] kfence: initialized - using 2097152 bytes for 255 objects at 0x(ptrval)-0x(ptrval)
[ 0.097396] Console: colour dummy device 80x25
[ 0.097398] printk: console [tty0] enabled
[ 0.097430] ACPI: Core revision 20221020
[ 0.097576] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.097596] APIC: Switch to symmetric I/O mode setup
[ 0.097798] x2apic: IRQ remapping doesn’t support X2APIC mode
[ 0.097889] Switched APIC routing to physical flat.
[ 0.098744] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.114263] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[ 0.114266] Calibrating delay loop (skipped), value calculated using timer frequency… 7389.87 BogoMIPS (lpj=12310203)
[ 0.114268] pid_max: default: 32768 minimum: 301
[ 0.117304] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[ 0.117313] landlock: Up and running.
[ 0.117313] Yama: becoming mindful.
[ 0.117321] LSM support for eBPF active
[ 0.117363] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.117396] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.117546] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.117559] LVT offset 1 assigned for vector 0xf9
[ 0.117583] LVT offset 2 assigned for vector 0xf4
[ 0.117593] process: using mwait in idle threads
[ 0.117600] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[ 0.117601] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[ 0.117604] Spectre V1 : Mitigation: usercopy/swapgs barriers and __ user pointer sanitization
[ 0.117606] Spectre V2 : Mitigation: Retpolines
[ 0.117606] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.117607] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.117607] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.117608] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.117609] Spectre V2 : User space: Mitigation: STIBP always-on protection
[ 0.117610] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.132053] Freeing SMP alternatives memory: 40K
[ 0.238958] smpboot: CPU0: AMD Ryzen 5 5600X 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
[ 0.239042] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.239044] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.239052] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.239062] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.239071] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.239073] … version: 0
[ 0.239074] … bit width: 48
[ 0.239074] … generic registers: 6
[ 0.239075] … value mask: 0000ffffffffffff
[ 0.239075] … max period: 00007fffffffffff
[ 0.239076] … fixed-purpose events: 0
[ 0.239076] … event mask: 000000000000003f
[ 0.239129] rcu: Hierarchical SRCU implementation.
[ 0.239129] rcu: Max phase no-delay instances is 1000.
[ 0.239371] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.239519] smp: Bringing up secondary CPUs …
[ 0.239576] x86: Booting SMP configuration:
[ 0.239577] … node #0, CPUs: #1 #2 #3 #4 #5 #6
[ 0.250985] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[ 0.251013] #7 #8 #9 #10 #11
[ 0.263096] smp: Brought up 1 node, 12 CPUs
[ 0.263096] smpboot: Max logical packages: 3
[ 0.263096] smpboot: Total of 12 processors activated (88668.52 BogoMIPS)
[ 0.264599] devtmpfs: initialized
[ 0.264599] x86/mm: Memory block size: 128MB
[ 0.265326] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[ 0.265326] ACPI: PM: Registering ACPI NVS region [mem 0xbc9de000-0xbd07cfff] (6942720 bytes)
[ 0.265326] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.265326] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.265326] pinctrl core: initialized pinctrl subsystem
[ 0.265326] PM: RTC time: 20:16:47, date: 2023-10-30
[ 0.265326] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.265326] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.265326] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.265338] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.265345] audit: initializing netlink subsys (disabled)
[ 0.265349] audit: type=2000 audit(1698697007.166:1): state=initialized audit_enabled=0 res=1
[ 0.265349] thermal_sys: Registered thermal governor ‘fair_share’
[ 0.265349] thermal_sys: Registered thermal governor ‘bang_bang’
[ 0.265349] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.265349] thermal_sys: Registered thermal governor ‘user_space’
[ 0.265349] thermal_sys: Registered thermal governor ‘power_allocator’
[ 0.265349] cpuidle: using governor ladder
[ 0.265349] cpuidle: using governor menu
[ 0.265349] Detected 1 PCC Subspaces
[ 0.265349] Registering PCC driver as Mailbox controller
[ 0.265349] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.265349] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.265349] PCI: not using MMCONFIG
[ 0.265349] PCI: Using configuration type 1 for base access
[ 0.265349] PCI: Using configuration type 1 for extended access
[ 0.267673] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.267678] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.267678] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.267678] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.267678] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.267678] ACPI: Added OSI(Module Device)
[ 0.267678] ACPI: Added OSI(Processor Device)
[ 0.267678] ACPI: Added OSI(3.0 SCP Extensions)
[ 0.267679] ACPI: Added OSI(Processor Aggregator Device)
[ 0.274498] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.275283] ACPI: [Firmware Bug]: BIOS OSI(Linux) query ignored
[ 0.278024] ACPI: Interpreter enabled
[ 0.278036] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.278037] ACPI: Using IOAPIC for interrupt routing
[ 0.278693] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.278726] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 0.278734] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.278735] PCI: Using E820 reservations for host bridge windows
[ 0.278962] ACPI: Enabled 8 GPEs in block 00 to 1F
[ 0.285247] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.285251] acpi PNP0A08:00: OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.285255] acpi PNP0A08:00: OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.285256] acpi PNP0A08:00: OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.285256] acpi PNP0A08:00: OSC: platform retains control of PCIe features (AE_NOT_FOUND)
[ 0.285263] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.285457] PCI host bridge to bus 0000:00
[ 0.285458] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.285459] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.285460] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.285461] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.285462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.285462] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[ 0.285463] pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
[ 0.285464] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.285476] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[ 0.285580] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[ 0.285648] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[ 0.285687] pci 0000:00:01.1: enabling Extended Tags
[ 0.285757] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.285918] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[ 0.285957] pci 0000:00:01.2: enabling Extended Tags
[ 0.286026] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.286168] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[ 0.286240] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[ 0.286304] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[ 0.286402] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.286533] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[ 0.286605] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[ 0.286678] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[ 0.286742] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[ 0.286779] pci 0000:00:07.1: enabling Extended Tags
[ 0.286839] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.286956] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[ 0.287022] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[ 0.287060] pci 0000:00:08.1: enabling Extended Tags
[ 0.287124] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.287266] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.287390] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.287521] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[ 0.287545] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[ 0.287568] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[ 0.287591] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[ 0.287614] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[ 0.287636] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[ 0.287657] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[ 0.287679] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[ 0.287770] pci 0000:01:00.0: [1022:43ee] type 00 class 0x0c0330
[ 0.287795] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[ 0.287853] pci 0000:01:00.0: enabling Extended Tags
[ 0.287930] pci 0000:01:00.0: PME# supported from D3hot D3cold
[ 0.288070] pci 0000:01:00.1: [1022:43eb] type 00 class 0x010601
[ 0.288139] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[ 0.288150] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[ 0.288158] pci 0000:01:00.1: enabling Extended Tags
[ 0.288217] pci 0000:01:00.1: PME# supported from D3hot D3cold
[ 0.288287] pci 0000:01:00.2: [1022:43e9] type 01 class 0x060400
[ 0.288350] pci 0000:01:00.2: enabling Extended Tags
[ 0.288415] pci 0000:01:00.2: PME# supported from D3hot D3cold
[ 0.288517] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[ 0.288522] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.288524] pci 0000:00:01.1: bridge window [mem 0xfcd00000-0xfcefffff]
[ 0.288639] pci 0000:02:09.0: [1022:43ea] type 01 class 0x060400
[ 0.288707] pci 0000:02:09.0: enabling Extended Tags
[ 0.288781] pci 0000:02:09.0: PME# supported from D3hot D3cold
[ 0.288901] pci 0000:01:00.2: PCI bridge to [bus 02-03]
[ 0.288907] pci 0000:01:00.2: bridge window [io 0xf000-0xffff]
[ 0.288911] pci 0000:01:00.2: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.288984] pci 0000:03:00.0: [10ec:8125] type 00 class 0x020000
[ 0.289013] pci 0000:03:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.289054] pci 0000:03:00.0: reg 0x18: [mem 0xfcd00000-0xfcd0ffff 64bit]
[ 0.289079] pci 0000:03:00.0: reg 0x20: [mem 0xfcd10000-0xfcd13fff 64bit]
[ 0.289259] pci 0000:03:00.0: supports D1 D2
[ 0.289260] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.289552] pci 0000:02:09.0: PCI bridge to [bus 03]
[ 0.289558] pci 0000:02:09.0: bridge window [io 0xf000-0xffff]
[ 0.289562] pci 0000:02:09.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.289638] pci 0000:04:00.0: [15b7:5025] type 00 class 0x010802
[ 0.289662] pci 0000:04:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
[ 0.289917] pci 0000:00:01.2: PCI bridge to [bus 04]
[ 0.289923] pci 0000:00:01.2: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.289982] pci 0000:05:00.0: [1002:1478] type 01 class 0x060400
[ 0.290000] pci 0000:05:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[ 0.290134] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.290302] pci 0000:00:03.1: PCI bridge to [bus 05-07]
[ 0.290307] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.290309] pci 0000:00:03.1: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.290313] pci 0000:00:03.1: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.290363] pci 0000:06:00.0: [1002:1479] type 01 class 0x060400
[ 0.290513] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.290691] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 0.290697] pci 0000:05:00.0: bridge window [io 0xe000-0xefff]
[ 0.290700] pci 0000:05:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.290705] pci 0000:05:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.290756] pci 0000:07:00.0: [1002:73ef] type 00 class 0x030000
[ 0.290778] pci 0000:07:00.0: reg 0x10: [mem 0x7c00000000-0x7dffffffff 64bit pref]
[ 0.290793] pci 0000:07:00.0: reg 0x18: [mem 0x7e00000000-0x7e0fffffff 64bit pref]
[ 0.290803] pci 0000:07:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.290813] pci 0000:07:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[ 0.290822] pci 0000:07:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[ 0.290851] pci 0000:07:00.0: BAR 0: assigned to efifb
[ 0.290944] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.291045] pci 0000:07:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[ 0.291129] pci 0000:07:00.1: [1002:ab28] type 00 class 0x040300
[ 0.291144] pci 0000:07:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[ 0.291260] pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.291383] pci 0000:06:00.0: PCI bridge to [bus 07]
[ 0.291388] pci 0000:06:00.0: bridge window [io 0xe000-0xefff]
[ 0.291392] pci 0000:06:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.291397] pci 0000:06:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.291457] pci 0000:08:00.0: [1022:148a] type 00 class 0x130000
[ 0.291501] pci 0000:08:00.0: enabling Extended Tags
[ 0.291695] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.291761] pci 0000:09:00.0: [1022:1485] type 00 class 0x130000
[ 0.291812] pci 0000:09:00.0: enabling Extended Tags
[ 0.292021] pci 0000:09:00.1: [1022:1486] type 00 class 0x108000
[ 0.292045] pci 0000:09:00.1: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[ 0.292062] pci 0000:09:00.1: reg 0x24: [mem 0xfc908000-0xfc909fff]
[ 0.292074] pci 0000:09:00.1: enabling Extended Tags
[ 0.292240] pci 0000:09:00.3: [1022:149c] type 00 class 0x0c0330
[ 0.292260] pci 0000:09:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[ 0.292305] pci 0000:09:00.3: enabling Extended Tags
[ 0.292375] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 0.292487] pci 0000:09:00.4: [1022:1487] type 00 class 0x040300
[ 0.292499] pci 0000:09:00.4: reg 0x10: [mem 0xfc900000-0xfc907fff]
[ 0.292539] pci 0000:09:00.4: enabling Extended Tags
[ 0.292605] pci 0000:09:00.4: PME# supported from D0 D3hot D3cold
[ 0.292728] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.292734] pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfc9fffff]
[ 0.293008] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.293046] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.293077] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.293117] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.293153] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.293182] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.293210] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.293239] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.294271] iommu: Default domain type: Translated
[ 0.294271] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.294363] SCSI subsystem initialized
[ 0.294368] libata version 3.00 loaded.
[ 0.294368] ACPI: bus type USB registered
[ 0.294368] usbcore: registered new interface driver usbfs
[ 0.294368] usbcore: registered new interface driver hub
[ 0.294368] usbcore: registered new device driver usb
[ 0.294368] pps_core: LinuxPPS API ver. 1 registered
[ 0.294368] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.294368] PTP clock support registered
[ 0.294368] EDAC MC: Ver: 3.0.0
[ 0.294398] efivars: Registered efivars operations
[ 0.297722] NetLabel: Initializing
[ 0.297723] NetLabel: domain hash size = 128
[ 0.297724] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.297733] NetLabel: unlabeled traffic allowed by default
[ 0.297736] mctp: management component transport protocol core
[ 0.297736] NET: Registered PF_MCTP protocol family
[ 0.297738] PCI: Using ACPI for IRQ routing
[ 0.303392] PCI: pci_cache_line_size set to 64 bytes
[ 0.303473] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[ 0.303474] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.303475] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.303476] e820: reserve RAM buffer [mem 0xb4dbb018-0xb7ffffff]
[ 0.303476] e820: reserve RAM buffer [mem 0xb4dda018-0xb7ffffff]
[ 0.303477] e820: reserve RAM buffer [mem 0xb8227000-0xbbffffff]
[ 0.303477] e820: reserve RAM buffer [mem 0xbbae9000-0xbbffffff]
[ 0.303478] e820: reserve RAM buffer [mem 0xbc66b000-0xbfffffff]
[ 0.303478] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[ 0.303479] e820: reserve RAM buffer [mem 0x83f380000-0x83fffffff]
[ 0.304277] pci 0000:07:00.0: vgaarb: setting as boot VGA device
[ 0.304277] pci 0000:07:00.0: vgaarb: bridge control possible
[ 0.304277] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.304277] vgaarb: loaded
[ 0.304311] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.304316] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.305322] clocksource: Switched to clocksource tsc-early
[ 0.305369] VFS: Disk quotas dquot_6.6.0
[ 0.305379] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.305422] pnp: PnP ACPI init
[ 0.305475] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.305494] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[ 0.305526] system 00:02: [mem 0xfd200000-0xfd2fffff] has been reserved
[ 0.305644] system 00:04: [io 0x0a00-0x0a0f] has been reserved
[ 0.305645] system 00:04: [io 0x0a10-0x0a1f] has been reserved
[ 0.305646] system 00:04: [io 0x0a20-0x0a2f] has been reserved
[ 0.305906] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.305907] system 00:07: [io 0x040b] has been reserved
[ 0.305908] system 00:07: [io 0x04d6] has been reserved
[ 0.305909] system 00:07: [io 0x0c00-0x0c01] has been reserved
[ 0.305910] system 00:07: [io 0x0c14] has been reserved
[ 0.305910] system 00:07: [io 0x0c50-0x0c51] has been reserved
[ 0.305911] system 00:07: [io 0x0c52] has been reserved
[ 0.305912] system 00:07: [io 0x0c6c] has been reserved
[ 0.305912] system 00:07: [io 0x0c6f] has been reserved
[ 0.305913] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
[ 0.305914] system 00:07: [io 0x0800-0x089f] has been reserved
[ 0.305914] system 00:07: [io 0x0b00-0x0b0f] has been reserved
[ 0.305915] system 00:07: [io 0x0b20-0x0b3f] has been reserved
[ 0.305916] system 00:07: [io 0x0900-0x090f] has been reserved
[ 0.305917] system 00:07: [io 0x0910-0x091f] has been reserved
[ 0.305918] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.305919] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.305920] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.305921] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.305922] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.305923] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.305924] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.306267] pnp: PnP ACPI: found 8 devices
[ 0.310449] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.310493] NET: Registered PF_INET protocol family
[ 0.310627] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.312665] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.312693] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.312819] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.313100] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.313207] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.313307] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.313356] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.313423] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.313494] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.313498] NET: Registered PF_XDP protocol family
[ 0.313505] pci 0000:02:09.0: PCI bridge to [bus 03]
[ 0.313508] pci 0000:02:09.0: bridge window [io 0xf000-0xffff]
[ 0.313514] pci 0000:02:09.0: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.313523] pci 0000:01:00.2: PCI bridge to [bus 02-03]
[ 0.313526] pci 0000:01:00.2: bridge window [io 0xf000-0xffff]
[ 0.313531] pci 0000:01:00.2: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.313540] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[ 0.313541] pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
[ 0.313545] pci 0000:00:01.1: bridge window [mem 0xfcd00000-0xfcefffff]
[ 0.313551] pci 0000:00:01.2: PCI bridge to [bus 04]
[ 0.313555] pci 0000:00:01.2: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.313561] pci 0000:06:00.0: PCI bridge to [bus 07]
[ 0.313567] pci 0000:06:00.0: bridge window [io 0xe000-0xefff]
[ 0.313572] pci 0000:06:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.313575] pci 0000:06:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.313581] pci 0000:05:00.0: PCI bridge to [bus 06-07]
[ 0.313583] pci 0000:05:00.0: bridge window [io 0xe000-0xefff]
[ 0.313588] pci 0000:05:00.0: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.313591] pci 0000:05:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.313597] pci 0000:00:03.1: PCI bridge to [bus 05-07]
[ 0.313599] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.313602] pci 0000:00:03.1: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.313605] pci 0000:00:03.1: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.313609] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.313618] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.313622] pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfc9fffff]
[ 0.313628] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.313629] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.313630] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.313631] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.313632] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.313632] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[ 0.313633] pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
[ 0.313634] pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
[ 0.313635] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[ 0.313636] pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
[ 0.313636] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.313637] pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
[ 0.313638] pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.313639] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.313639] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
[ 0.313640] pci_bus 0000:05: resource 1 [mem 0xfca00000-0xfccfffff]
[ 0.313641] pci_bus 0000:05: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.313641] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
[ 0.313642] pci_bus 0000:06: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.313643] pci_bus 0000:06: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.313643] pci_bus 0000:07: resource 0 [io 0xe000-0xefff]
[ 0.313644] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.313645] pci_bus 0000:07: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
[ 0.313646] pci_bus 0000:09: resource 1 [mem 0xfc700000-0xfc9fffff]
[ 0.313793] pci 0000:07:00.1: D0 power state depends on 0000:07:00.0
[ 0.313931] PCI: CLS 64 bytes, default 64
[ 0.313936] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.313936] software IO TLB: mapped [mem 0x000000009fd37000-0x00000000a3d37000] (64MB)
[ 0.313962] Trying to unpack rootfs image as initramfs…
[ 0.313979] LVT offset 0 assigned for vector 0x400
[ 0.314034] perf: AMD IBS detected (0x000003ff)
[ 0.314830] Initialise system trusted keyrings
[ 0.314836] Key type blacklist registered
[ 0.314855] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 0.314862] zbud: loaded
[ 0.314942] integrity: Platform Keyring initialized
[ 0.314943] integrity: Machine keyring initialized
[ 0.317664] Key type asymmetric registered
[ 0.317665] Asymmetric key parser ‘x509’ registered
[ 0.317674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.317694] io scheduler mq-deadline registered
[ 0.317694] io scheduler kyber registered
[ 0.317699] io scheduler bfq registered
[ 0.319651] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.319700] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.319710] ACPI: button: Power Button [PWRB]
[ 0.319724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.320712] ACPI: button: Power Button [PWRF]
[ 0.321299] Estimated ratio of average max frequency by base frequency (times 1024): 1155
[ 0.321308] Monitor-Mwait will be used to enter C-1 state
[ 0.321311] ACPI: _SB
.PLTF.C000: Found 2 idle states
[ 0.321387] ACPI: _SB
.PLTF.C002: Found 2 idle states
[ 0.321438] ACPI: _SB
.PLTF.C004: Found 2 idle states
[ 0.321506] ACPI: _SB
.PLTF.C006: Found 2 idle states
[ 0.321577] ACPI: _SB
.PLTF.C008: Found 2 idle states
[ 0.321639] ACPI: _SB
.PLTF.C00A: Found 2 idle states
[ 0.321684] ACPI: _SB
.PLTF.C001: Found 2 idle states
[ 0.321745] ACPI: _SB
.PLTF.C003: Found 2 idle states
[ 0.321807] ACPI: _SB
.PLTF.C005: Found 2 idle states
[ 0.321867] ACPI: _SB
.PLTF.C007: Found 2 idle states
[ 0.321931] ACPI: _SB_.PLTF.C009: Found 2 idle states
[ 0.322008] ACPI: _SB_.PLTF.C00B: Found 2 idle states
[ 0.322922] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.322924] ACPI: thermal: Thermal Zone [THRM] (20 C)
[ 0.323030] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.323808] Non-volatile memory driver v1.3
[ 0.323809] Linux agpgart interface v0.103
[ 0.323825] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 0.323838] ACPI: bus type drm_connector registered
[ 0.324418] ahci 0000:01:00.1: version 3.0
[ 0.324508] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[ 0.324579] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 0.324581] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.324896] scsi host0: ahci
[ 0.324956] scsi host1: ahci
[ 0.325004] scsi host2: ahci
[ 0.325050] scsi host3: ahci
[ 0.325104] scsi host4: ahci
[ 0.325156] scsi host5: ahci
[ 0.325177] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 36
[ 0.325180] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 36
[ 0.325182] ata3: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80200 irq 36
[ 0.325182] ata4: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80280 irq 36
[ 0.325184] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 36
[ 0.325186] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 36
[ 0.325241] usbcore: registered new interface driver usbserial_generic
[ 0.325244] usbserial: USB Serial support registered for generic
[ 0.325279] rtc_cmos 00:03: RTC can wake from S4
[ 0.325497] rtc_cmos 00:03: registered as rtc0
[ 0.325534] rtc_cmos 00:03: setting system clock to 2023-10-30T20:16:47 UTC (1698697007)
[ 0.325556] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.325578] amd_pstate: driver load is disabled, boot with specific mode to enable this
[ 0.325630] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.325697] efifb: probing for efifb
[ 0.325704] efifb: framebuffer at 0x7c00000000, using 3072k, total 3072k
[ 0.325705] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.325706] efifb: scrolling: redraw
[ 0.325707] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.325728] fbcon: Deferring console take-over
[ 0.325729] fb0: EFI VGA frame buffer device
[ 0.325748] hid: raw HID events driver (C) Jiri Kosina
[ 0.325793] drop_monitor: Initializing network drop monitor service
[ 0.333373] Initializing XFRM netlink socket
[ 0.333393] NET: Registered PF_INET6 protocol family
[ 0.621186] Freeing initrd memory: 98300K
[ 0.624564] Segment Routing with IPv6
[ 0.624565] RPL Segment Routing with IPv6
[ 0.624571] In-situ OAM (IOAM) with IPv6
[ 0.624594] NET: Registered PF_PACKET protocol family
[ 0.625194] microcode: CPU1: patch_level=0x0a20120a
[ 0.625194] microcode: CPU0: patch_level=0x0a20120a
[ 0.625196] microcode: CPU4: patch_level=0x0a20120a
[ 0.625196] microcode: CPU3: patch_level=0x0a20120a
[ 0.625198] microcode: CPU6: patch_level=0x0a20120a
[ 0.625197] microcode: CPU5: patch_level=0x0a20120a
[ 0.625198] microcode: CPU7: patch_level=0x0a20120a
[ 0.625200] microcode: CPU10: patch_level=0x0a20120a
[ 0.625200] microcode: CPU9: patch_level=0x0a20120a
[ 0.625200] microcode: CPU2: patch_level=0x0a20120a
[ 0.625201] microcode: CPU8: patch_level=0x0a20120a
[ 0.625202] microcode: CPU11: patch_level=0x0a20120a
[ 0.625218] microcode: Microcode Update Driver: v2.2.
[ 0.625303] resctrl: L3 allocation detected
[ 0.625305] resctrl: MB allocation detected
[ 0.625305] resctrl: L3 monitoring detected
[ 0.625309] IPI shorthand broadcast: enabled
[ 0.626439] sched_clock: Marking stable (625007453, 287319)->(629635261, -4340489)
[ 0.626659] registered taskstats version 1
[ 0.626895] Loading compiled-in X.509 certificates
[ 0.629175] Loaded X.509 cert ‘Build time autogenerated kernel key: 3a3ad2c7574fdd25b2fc779378ffed7c68ddf189’
[ 0.630935] zswap: loaded using pool zstd/zsmalloc
[ 0.631686] Key type .fscrypt registered
[ 0.631687] Key type fscrypt-provisioning registered
[ 0.631972] PM: Magic number: 11:123:297
[ 0.632035] memory memory159: hash matches
[ 0.634522] RAS: Correctable Errors collector initialized.
[ 0.806198] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.806504] ata1.00: supports DRM functions and may not be fully accessible
[ 0.806505] ata1.00: ATA-10: Crucial_CT525MX300SSD1, M0CR060, max UDMA/133
[ 0.808586] ata1.00: 1025610768 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.811293] ata1.00: Features: Trust Dev-Sleep NCQ-sndrcv NCQ-prio
[ 0.811514] ata1.00: supports DRM functions and may not be fully accessible
[ 0.816304] ata1.00: configured for UDMA/133
[ 0.816388] scsi 0:0:0:0: Direct-Access ATA Crucial_CT525MX3 R060 PQ: 0 ANSI: 5
[ 0.816589] ata1.00: Enabling discard_zeroes_data
[ 0.816602] sd 0:0:0:0: [sda] 1025610768 512-byte logical blocks: (525 GB/489 GiB)
[ 0.816613] sd 0:0:0:0: [sda] Write Protect is off
[ 0.816615] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.816628] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 0.816654] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 0.816846] ata1.00: Enabling discard_zeroes_data
[ 0.828536] sda: sda1 sda2 sda3 […]
[ 0.828847] sd 0:0:0:0: [sda] supports TCG Opal
[ 0.828849] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.132879] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.323941] tsc: Refined TSC clocksource calibration: 3693.061 MHz
[ 1.323950] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a7777116fa, max_idle_ns: 881590883556 ns
[ 1.323981] clocksource: Switched to clocksource tsc
[ 1.450984] ata3: SATA link down (SStatus 0 SControl 330)
[ 1.764336] ata4: SATA link down (SStatus 0 SControl 330)
[ 2.077449] ata5: SATA link down (SStatus 0 SControl 330)
[ 2.390849] ata6: SATA link down (SStatus 0 SControl 330)
[ 2.391612] Freeing unused decrypted memory: 2036K
[ 2.391846] Freeing unused kernel image (initmem) memory: 3324K
[ 2.391849] Write protecting the kernel read-only data: 30720k
[ 2.392081] Freeing unused kernel image (rodata/data gap) memory: 1680K
[ 2.417660] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.417663] rodata_test: all tests were successful
[ 2.417667] Run /init as init process
[ 2.417668] with arguments:
[ 2.417669] /init
[ 2.417669] with environment:
[ 2.417670] HOME=/
[ 2.417670] TERM=linux
[ 2.417671] archisobasedir=arch
[ 2.417671] archisolabel=EOS_202305
[ 2.417671] cow_spacesize=10G
[ 2.417672] copytoram=n
[ 2.417672] nvme_load=yes
[ 2.426669] fbcon: Taking over console
[ 2.426728] Console: switching to colour frame buffer device 128x48
[ 2.502153] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 2.502546] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.502572] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.504482] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.504488] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 2.516974] cryptd: max_cpu_qlen set to 1000
[ 2.526819] r8169 0000:03:00.0: can’t disable ASPM; OS doesn’t have ASPM control
[ 2.529639] AVX2 version of gcm_enc/dec engaged.
[ 2.529671] AES CTR mode by8 optimization enabled
[ 2.541865] r8169 0000:03:00.0 eth0: RTL8125B, f4:b5:20:35:29:f3, XID 641, IRQ 40
[ 2.541868] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 2.559764] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 2.559978] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.559982] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 2.559985] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.560031] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[ 2.560033] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.560034] usb usb1: Product: xHCI Host Controller
[ 2.560035] usb usb1: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
[ 2.560035] usb usb1: SerialNumber: 0000:01:00.0
[ 2.560126] hub 1-0:1.0: USB hub found
[ 2.560142] hub 1-0:1.0: 10 ports detected
[ 2.560386] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 2.560398] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[ 2.560399] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.560400] usb usb2: Product: xHCI Host Controller
[ 2.560400] usb usb2: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
[ 2.560401] usb usb2: SerialNumber: 0000:01:00.0
[ 2.560452] hub 2-0:1.0: USB hub found
[ 2.560462] hub 2-0:1.0: 4 ports detected
[ 2.560521] usb: port power management may be unreliable
[ 2.560630] xhci_hcd 0000:09:00.3: xHCI Host Controller
[ 2.560633] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
[ 2.560733] xhci_hcd 0000:09:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[ 2.560902] xhci_hcd 0000:09:00.3: xHCI Host Controller
[ 2.560904] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
[ 2.560907] xhci_hcd 0000:09:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.560926] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[ 2.560927] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.560928] usb usb3: Product: xHCI Host Controller
[ 2.560929] usb usb3: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
[ 2.560929] usb usb3: SerialNumber: 0000:09:00.3
[ 2.560973] hub 3-0:1.0: USB hub found
[ 2.560981] hub 3-0:1.0: 4 ports detected
[ 2.561060] usb usb4: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 2.561082] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[ 2.561083] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.561084] usb usb4: Product: xHCI Host Controller
[ 2.561085] usb usb4: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
[ 2.561085] usb usb4: SerialNumber: 0000:09:00.3
[ 2.561125] hub 4-0:1.0: USB hub found
[ 2.561131] hub 4-0:1.0: 4 ports detected
[ 2.813641] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[ 2.880304] usb 1-5: new full-speed USB device number 2 using xhci_hcd
[ 3.019187] usb 3-2: New USB device found, idVendor=24a9, idProduct=205a, bcdDevice= 2.00
[ 3.019190] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[ 3.019192] usb 3-2: Product: Intenso Twist Line
[ 3.019193] usb 3-2: Manufacturer: Intenso
[ 3.019194] usb 3-2: SerialNumber: 07977106
[ 3.283686] usb 1-5: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[ 3.283690] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.283691] usb 1-5: Product: USB Receiver
[ 3.283692] usb 1-5: Manufacturer: Logitech
[ 3.490306] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[ 3.719856] usb 1-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[ 3.719859] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.719861] usb 1-7: Product: USB2.0 Hub
[ 3.726877] hub 1-7:1.0: USB hub found
[ 3.730843] hub 1-7:1.0: 4 ports detected
[ 3.801823] usb-storage 3-2:1.0: USB Mass Storage device detected
[ 3.801921] scsi host6: usb-storage 3-2:1.0
[ 3.801990] usbcore: registered new interface driver usb-storage
[ 3.804949] usbcore: registered new interface driver uas
[ 3.805614] [drm] amdgpu kernel modesetting enabled.
[ 3.805654] amdgpu: Ignoring ACPI CRAT on non-APU system
[ 3.805656] amdgpu: Virtual CRAT table created for CPU
[ 3.805663] amdgpu: Topology: Add CPU node
[ 3.805732] amdgpu 0000:07:00.0: enabling device (0006 → 0007)
[ 3.805767] [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73EF 0x1043:0x05E3 0xC1).
[ 3.805774] [drm] register mmio base: 0xFCA00000
[ 3.805774] [drm] register mmio size: 1048576
[ 3.807926] [drm] add ip block number 0 <nv_common>
[ 3.807927] [drm] add ip block number 1 <gmc_v10_0>
[ 3.807928] [drm] add ip block number 2 <navi10_ih>
[ 3.807928] [drm] add ip block number 3
[ 3.807928] [drm] add ip block number 4
[ 3.807929] [drm] add ip block number 5
[ 3.807930] [drm] add ip block number 6 <gfx_v10_0>
[ 3.807930] [drm] add ip block number 7 <sdma_v5_2>
[ 3.807931] [drm] add ip block number 8 <vcn_v3_0>
[ 3.807931] [drm] add ip block number 9 <jpeg_v3_0>
[ 3.807941] amdgpu 0000:07:00.0: amdgpu: Fetched VBIOS from VFCT
[ 3.807942] amdgpu: ATOM BIOS: 115-D532BP3-100
[ 3.812473] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.0/0003:046D:C52B.0001/input/input4
[ 3.833910] [drm] VCN(0) decode is enabled in VM mode
[ 3.833912] [drm] VCN(0) encode is enabled in VM mode
[ 3.852937] [drm] JPEG decode is enabled in VM mode
[ 3.852998] Console: switching to colour dummy device 80x25
[ 3.853014] amdgpu 0000:07:00.0: vgaarb: deactivate vga console
[ 3.853015] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[ 3.853091] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[ 3.853095] amdgpu 0000:07:00.0: amdgpu: VRAM: 8176M 0x0000008000000000 - 0x00000081FEFFFFFF (8176M used)
[ 3.853097] amdgpu 0000:07:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[ 3.853098] amdgpu 0000:07:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[ 3.853105] [drm] Detected VRAM RAM=8176M, BAR=8192M
[ 3.853106] [drm] RAM width 128bits GDDR6
[ 3.853274] [drm] amdgpu: 8176M of VRAM memory ready
[ 3.853275] [drm] amdgpu: 16017M of GTT memory ready.
[ 3.853281] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 3.853435] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[ 3.867115] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-5/input0
[ 3.888515] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.1/0003:046D:C52B.0002/input/input5
[ 3.888586] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.1/0003:046D:C52B.0002/input/input6
[ 3.943718] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.1/0003:046D:C52B.0002/input/input7
[ 3.943793] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-5/input1
[ 3.958499] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-5/input2
[ 3.958528] usbcore: registered new interface driver usbhid
[ 3.958530] usbhid: USB HID core driver
[ 4.177198] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-5/input2
[ 4.294441] input: Logitech Wireless Device PID:4003 Keyboard as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:046D:C52B.0003/0003:046D:4003.0004/input/input9
[ 4.294512] hid-generic 0003:046D:4003.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4003] on usb-0000:01:00.0-5/input2:2
[ 4.442374] input: Logitech K270 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-5/1-5:1.2/0003:046D:C52B.0003/0003:046D:4003.0004/input/input13
[ 4.442454] logitech-hidpp-device 0003:046D:4003.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K270] on usb-0000:01:00.0-5/input2:2
[ 4.817702] scsi 6:0:0:0: Direct-Access Intenso Twist Line PQ: 0 ANSI: 4
[ 4.818024] sd 6:0:0:0: [sdb] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
[ 4.818166] sd 6:0:0:0: [sdb] Write Protect is off
[ 4.818168] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4.818304] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 4.820155] sdb: sdb1 sdb2 […]
[ 4.820257] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 6.723303] amdgpu 0000:07:00.0: amdgpu: STB initialized to 2048 entries
[ 6.723343] [drm] Loading DMUB firmware via PSP: version=0x02020017
[ 6.724834] [drm] use_doorbell being set to: [true]
[ 6.725034] [drm] use_doorbell being set to: [true]
[ 6.725044] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[ 6.725049] amdgpu 0000:07:00.0: amdgpu: Will use PSP to load VCN firmware
[ 6.804694] [drm] reserve 0xa00000 from 0x8001000000 for PSP TMR
[ 6.926357] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 6.947401] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 6.947422] amdgpu 0000:07:00.0: amdgpu: smu driver if version = 0x0000000f, smu fw if version = 0x00000013, smu fw program = 0, version = 0x003b2a00 (59.42.0)
[ 6.947424] amdgpu 0000:07:00.0: amdgpu: SMU driver if version not matched
[ 6.947457] amdgpu 0000:07:00.0: amdgpu: use vbios provided pptable
[ 6.993209] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully!
[ 6.993362] [drm] Display Core initialized with v3.2.223!
[ 6.993363] [drm] DP-HDMI FRL PCON supported
[ 6.994527] [drm] DMUB hardware initialized: version=0x02020017
[ 7.028535] [drm] kiq ring mec 2 pipe 1 q 0
[ 7.033004] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 7.033384] [drm] JPEG decode initialized successfully.
[ 7.034896] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[ 7.035017] amdgpu: sdma_bitmap: ffff
[ 7.066267] memmap_init_zone_device initialised 2097152 pages in 7ms
[ 7.066271] amdgpu: HMM registered 8176MB device memory
[ 7.066655] amdgpu: SRAT table not found
[ 7.066656] amdgpu: Virtual CRAT table created for GPU
[ 7.066815] amdgpu: Topology: Add dGPU node [0x73ef:0x1002]
[ 7.066817] kfd kfd: amdgpu: added device 1002:73ef
[ 7.066836] amdgpu 0000:07:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[ 7.066893] amdgpu 0000:07:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 7.066894] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 7.066895] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 7.066895] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 7.066896] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 7.066896] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 7.066897] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 7.066898] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 7.066899] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 7.066899] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 7.066900] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 7.066901] amdgpu 0000:07:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 7.066901] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 7.066902] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 7.066903] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 7.066903] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 7.067901] amdgpu 0000:07:00.0: amdgpu: Using BACO for runtime pm
[ 7.068173] [drm] Initialized amdgpu 3.52.0 20150101 for 0000:07:00.0 on minor 0
[ 7.074253] fbcon: amdgpudrmfb (fb0) is primary device
[ 7.074358] [drm] DSC precompute is not needed.
[ 7.173994] Console: switching to colour frame buffer device 240x67
[ 7.192228] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[ 7.358484] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 7.359599] ISO 9660 Extensions: RRIP_1991A
[ 7.366634] loop: module loaded
[ 7.367011] loop0: detected capacity change from 0 to 3546632
[ 7.572603] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 7.581990] overlayfs: “xino” feature enabled using 2 upper inode bits.
[ 9.846158] systemd[1]: systemd 253.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 9.846162] systemd[1]: Detected architecture x86-64.
[ 9.899677] systemd[1]: Hostname set to .
[ 9.900424] systemd[1]: Initializing machine ID from random generator.
[ 10.050520] systemd[1]: bpf-lsm: LSM BPF program attached
[ 10.051929] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 ‘systemd’
[ 10.302424] systemd-gpt-auto-generator[300]: EFI loader partition unknown, exiting.
[ 10.302428] systemd-gpt-auto-generator[300]: (The boot loader did not set EFI variable LoaderDevicePartUUID.)
[ 10.527427] systemd[1]: Queued start job for default target Multi-User System.
[ 10.557515] systemd[1]: Created slice Slice /system/getty.
[ 10.558036] systemd[1]: Created slice Slice /system/modprobe.
[ 10.558307] systemd[1]: Created slice User and Session Slice.
[ 10.558466] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 10.558625] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.558853] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 10.558987] systemd[1]: Reached target Local Encrypted Volumes.
[ 10.559083] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 10.559180] systemd[1]: Reached target Remote File Systems.
[ 10.559265] systemd[1]: Reached target Slice Units.
[ 10.559354] systemd[1]: Reached target Swaps.
[ 10.559442] systemd[1]: Reached target Local Verity Protected Volumes.
[ 10.559565] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 10.560409] systemd[1]: Listening on LVM2 poll daemon socket.
[ 10.561992] systemd[1]: Listening on Process Core Dump Socket.
[ 10.562322] systemd[1]: Listening on Journal Socket (/dev/log).
[ 10.562464] systemd[1]: Listening on Journal Socket.
[ 10.563254] systemd[1]: Listening on udev Control Socket.
[ 10.563390] systemd[1]: Listening on udev Kernel Socket.
[ 10.563888] systemd[1]: Mounting Huge Pages File System…
[ 10.564397] systemd[1]: Mounting POSIX Message Queue File System…
[ 10.564880] systemd[1]: Mounting Kernel Debug File System…
[ 10.565348] systemd[1]: Mounting Kernel Trace File System…
[ 10.565819] systemd[1]: Mounting Temporary Directory /tmp…
[ 10.610386] systemd[1]: Starting Create List of Static Device Nodes…
[ 10.611019] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling…
[ 10.611708] systemd[1]: Starting Load Kernel Module configfs…
[ 10.612305] systemd[1]: Starting Load Kernel Module dm_mod…
[ 10.612874] systemd[1]: Starting Load Kernel Module drm…
[ 10.613454] systemd[1]: Starting Load Kernel Module fuse…
[ 10.614310] systemd[1]: Starting Load Kernel Module loop…
[ 10.615867] systemd[1]: Starting Journal Service…
[ 10.720368] systemd[1]: Starting Load Kernel Modules…
[ 10.720699] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[ 10.721236] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 10.721858] systemd[1]: Starting Coldplug All udev Devices…
[ 10.722930] systemd[1]: Mounted Huge Pages File System.
[ 10.723086] systemd[1]: Mounted POSIX Message Queue File System.
[ 10.723225] systemd[1]: Mounted Kernel Debug File System.
[ 10.723358] systemd[1]: Mounted Kernel Trace File System.
[ 10.723489] systemd[1]: Mounted Temporary Directory /tmp.
[ 10.750386] systemd[1]: Finished Create List of Static Device Nodes.
[ 10.750879] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 10.780396] systemd[1]: Finished Load Kernel Module configfs.
[ 10.780879] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 10.803709] systemd[1]: Finished Load Kernel Module drm.
[ 10.804164] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 10.837075] systemd[1]: Finished Load Kernel Module loop.
[ 10.849700] fuse: init (API version 7.38)
[ 10.857030] systemd[1]: Mounting Kernel Configuration File System…
[ 10.859097] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 10.893701] systemd[1]: Finished Load Kernel Module fuse.
[ 10.896351] systemd[1]: Mounting FUSE Control File System…
[ 10.930513] systemd[1]: Mounted Kernel Configuration File System.
[ 10.931174] systemd[1]: Mounted FUSE Control File System.
[ 10.963397] device-mapper: uevent: version 1.0.3
[ 10.963434] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 10.963768] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 10.966354] systemd-journald[318]: Collecting audit messages is disabled.
[ 11.003711] systemd[1]: Finished Load Kernel Module dm_mod.
[ 11.005759] systemd[1]: Started Journal Service.
[ 11.224401] Asymmetric key parser ‘pkcs8’ registered
[ 11.257818] systemd-journald[318]: Received client request to flush runtime journal.
[ 12.159572] r8169 0000:03:00.0 enp3s0: renamed from eth0
[ 12.224875] Module pcspkr is blacklisted
[ 12.241930] ccp 0000:09:00.1: enabling device (0000 → 0002)
[ 12.242037] ccp 0000:09:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[ 12.242048] ccp 0000:09:00.1: psp enabled
[ 12.290984] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 12.290986] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 12.330217] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 12.330220] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 12.330265] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 12.586853] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 12.586916] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 12.586986] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 13.499019] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input14
[ 13.592374] mousedev: PS/2 mouse device common for all mice
[ 13.592686] snd_hda_intel 0000:07:00.1: enabling device (0000 → 0002)
[ 13.592826] snd_hda_intel 0000:07:00.1: Force to non-snoop mode
[ 13.592997] snd_hda_intel 0000:09:00.4: enabling device (0000 → 0002)
[ 13.608761] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 13.609932] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input15
[ 13.609974] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input16
[ 13.609999] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input17
[ 13.610027] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input18
[ 13.610054] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:05:00.0/0000:06:00.0/0000:07:00.1/sound/card0/input19
[ 13.623170] kvm_amd: TSC scaling supported
[ 13.623172] kvm_amd: Nested Virtualization enabled
[ 13.623173] kvm_amd: Nested Paging enabled
[ 13.623178] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 13.623178] kvm_amd: Virtual GIF supported
[ 13.623178] kvm_amd: LBR virtualization supported
[ 13.634753] MCE: In-kernel MCE decoding enabled.
[ 13.691880] snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
[ 13.692254] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 13.692256] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.692257] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 13.692258] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 13.692259] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 13.692259] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 13.692260] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 13.692261] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 13.692261] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 13.703202] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input20
[ 13.703232] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input21
[ 13.703256] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input22
[ 13.703279] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input23
[ 13.703305] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/sound/card1/input24
[ 13.851735] intel_rapl_common: Found RAPL domain package
[ 13.851737] intel_rapl_common: Found RAPL domain core
[ 30.046965] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 30.237134] r8169 0000:03:00.0 enp3s0: Link is Down
[ 32.544732] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 32.544747] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 85.016122] EXT4-fs (sda3): mounted filesystem 3d12c601-cced-4289-9790-dded2b4c3ce3 with ordered data mode. Quota mode: none.
[ 96.989993] logitech-hidpp-device 0003:046D:4003.0004: HID++ 2.0 device connected.
[ 188.748307] systemd-gpt-auto-generator[1951]: EFI loader partition unknown, exiting.
[ 188.748311] systemd-gpt-auto-generator[1951]: (The boot loader did not set EFI variable LoaderDevicePartUUID.)
[ 189.090401] raid6: skipped pq benchmark and selected avx2x4
[ 189.090403] raid6: using avx2x2 recovery algorithm
[ 189.129399] xor: automatically using best checksumming function avx
[ 189.238080] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[ 189.403012] JFS: nTxBlock = 8192, nTxLock = 65536
[ 189.607395] NILFS version 2 loaded
[ 189.986866] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[ 207.224911] Key type encrypted registered
[ 226.688409] systemd-gpt-auto-generator[2188]: EFI loader partition unknown, exiting.
[ 226.688413] systemd-gpt-auto-generator[2188]: (The boot loader did not set EFI variable LoaderDevicePartUUID.)
[liveuser@eos-2023.05.28 ~]$

==== [[[At that point I saved the terminal’s content via right-click → “Save Contents…”.]]] ====

.

Ironically, Thunar can mount sda2 after unlocking encryption. But it does not show sda1, as far as I can recognize.

So: How do I mount sda1 successfully? Or can I Arch-chroot without this esp?

Those instructions are for an unencrypted install. The instructions for an encrypted install are lower down the page.

As long as you don’t run grub-install, you can arch-chroot without the ESP.

Seemingly successfully, I mounted both sda1 (esp) and sda2 (non-bootable EOS). GParted, sudo lsblk -f and sudo cat /mnt/etc/fstab confirmed that success.

2 GParted screenshots of succesful mounts


Then I seemed to have success in Arch-chrooting, and used your, @dalto’s, above commands. There were a number of error, warning and hint messages.

1192 lines of Terminal output: mounting, chrooting, pacman -Syu, GRUB-mkconfig – any highlighting UNintended

[liveuser@eos-2023.05.28 ~]$ sudo cryptsetup open /dev/sda2 mycryptdevice
Enter passphrase for /dev/sda2:
[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/mapper/mycryptdevice /mnt
[liveuser@eos-2023.05.28 ~]$ sudo mount /dev/sda1 /mnt/boot/efi
[liveuser@eos-2023.05.28 ~]$ sudo arch-chroot /mnt
[root@EndeavourOS /]# pacman -Syu linux-zen linux-zen-headers linux linux-headers
:: Synchronizing package databases…
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
warning: linux-zen-6.5.9.zen2-1 is up to date – reinstalling
warning: linux-zen-headers-6.5.9.zen2-1 is up to date – reinstalling
warning: linux-6.5.9.arch2-1 is up to date – reinstalling
warning: linux-headers-6.5.9.arch2-1 is up to date – reinstalling
:: Starting full system upgrade…
resolving dependencies…
looking for conflicting packages…

Package (4) Old Version New Version Net Change

core/linux 6.5.9.arch2-1 6.5.9.arch2-1 0.00 MiB
core/linux-headers 6.5.9.arch2-1 6.5.9.arch2-1 0.00 MiB
extra/linux-zen 6.5.9.zen2-1 6.5.9.zen2-1 0.00 MiB
extra/linux-zen-headers 6.5.9.zen2-1 6.5.9.zen2-1 0.00 MiB

Total Installed Size: 508.32 MiB
Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] Y
(4/4) checking keys in keyring [---------------------------------------------------------------------------------------] 100%
(4/4) checking package integrity [---------------------------------------------------------------------------------------] 100%
(4/4) loading package files [---------------------------------------------------------------------------------------] 100%
(4/4) checking for file conflicts [---------------------------------------------------------------------------------------] 100%
:: Processing package changes…
(1/4) reinstalling linux-zen [---------------------------------------------------------------------------------------] 100%
(2/4) reinstalling linux-zen-headers [---------------------------------------------------------------------------------------] 100%
(3/4) reinstalling linux [---------------------------------------------------------------------------------------] 100%
(4/4) reinstalling linux-headers [---------------------------------------------------------------------------------------] 100%
:: Running post-transaction hooks…
(1/5) Arming ConditionNeedsUpdate…
(2/5) Updating module dependencies…
(3/5) Updating initramfs…
:: Building initramfs for linux (6.5.9-arch2-1)
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline /usr/lib/modules/6.5.9-arch2-1/initrd 6.5.9-arch2-1
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 829
dracut: Linked: 3 files
dracut: Compared: 0 xattrs
dracut: Compared: 39 files
dracut: Saved: 356.78 KiB
dracut: Duration: 0.022412 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/usr/lib/modules/6.5.9-arch2-1/initrd’ ***
dracut: *** Creating initramfs image file ‘/usr/lib/modules/6.5.9-arch2-1/initrd’ done ***
:: Building fallback initramfs for linux (6.5.9-arch2-1)
dracut: Executing: /usr/bin/dracut --force --no-hostonly /boot/initramfs-linux-fallback.img 6.5.9-arch2-1
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘multipath’ will not be installed, because command ‘multipath’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoemon’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoeadm’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nbd’ will not be installed, because command ‘nbd-client’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: btrfs-snapshot-overlay ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: virtiofs ***
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 2016
dracut: Linked: 9 files
dracut: Compared: 0 xattrs
dracut: Compared: 450 files
dracut: Saved: 1.42 MiB
dracut: Duration: 0.013059 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/boot/initramfs-linux-fallback.img’ ***
dracut: *** Creating initramfs image file ‘/boot/initramfs-linux-fallback.img’ done ***
:: Building initramfs for linux-zen (6.5.9-zen2-1-zen)
dracut: Executing: /usr/bin/dracut --force --hostonly --no-hostonly-cmdline /usr/lib/modules/6.5.9-zen2-1-zen/initrd 6.5.9-zen2-1-zen
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: i18n ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: Skipping udev rule: 70-persistent-net.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 829
dracut: Linked: 3 files
dracut: Compared: 0 xattrs
dracut: Compared: 45 files
dracut: Saved: 356.78 KiB
dracut: Duration: 0.005316 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/usr/lib/modules/6.5.9-zen2-1-zen/initrd’ ***
dracut: *** Creating initramfs image file ‘/usr/lib/modules/6.5.9-zen2-1-zen/initrd’ done ***
:: Building fallback initramfs for linux-zen (6.5.9-zen2-1-zen)
dracut: Executing: /usr/bin/dracut --force --no-hostonly /boot/initramfs-linux-zen-fallback.img 6.5.9-zen2-1-zen
dracut: dracut module ‘dash’ will not be installed, because command ‘dash’ could not be found!
dracut: dracut module ‘mksh’ will not be installed, because command ‘mksh’ could not be found!
dracut: dracut module ‘busybox’ will not be installed, because command ‘busybox’ could not be found!
dracut: dracut module ‘dbus-broker’ will not be installed, because command ‘dbus-broker’ could not be found!
dracut: dracut module ‘rngd’ will not be installed, because command ‘rngd’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmanctl’ could not be found!
dracut: dracut module ‘connman’ will not be installed, because command ‘connmand-wait-online’ could not be found!
dracut: dracut module ‘network-wicked’ will not be installed, because command ‘wicked’ could not be found!
dracut: dracut module ‘dmraid’ will not be installed, because command ‘kpartx’ could not be found!
dracut: dracut module ‘multipath’ will not be installed, because command ‘multipath’ could not be found!
dracut: dracut module ‘tpm2-tss’ will not be installed, because command ‘tpm2’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoemon’ could not be found!
dracut: dracut module ‘fcoe’ will not be installed, because command ‘fcoeadm’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘dcbtool’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘fipvlan’ could not be found!
dracut: dracut module ‘fcoe-uefi’ will not be installed, because command ‘lldpad’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsiadm’ could not be found!
dracut: dracut module ‘iscsi’ will not be installed, because command ‘iscsid’ could not be found!
dracut: dracut module ‘nbd’ will not be installed, because command ‘nbd-client’ could not be found!
dracut: dracut module ‘nvmf’ will not be installed, because command ‘nvme’ could not be found!
dracut: dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut: dracut module ‘memstrack’ will not be installed, because command ‘memstrack’ could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut: dracut module ‘squash’ will not be installed, because command ‘mksquashfs’ could not be found!
dracut: dracut module ‘squash’ will not be installed, because command ‘unsquashfs’ could not be found!
dracut: *** Including module: systemd ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: btrfs-snapshot-overlay ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: virtiofs ***
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode: real
dracut: Method: sha256
dracut: Files: 2017
dracut: Linked: 9 files
dracut: Compared: 0 xattrs
dracut: Compared: 453 files
dracut: Saved: 1.42 MiB
dracut: Duration: 0.012920 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file ‘/boot/initramfs-linux-zen-fallback.img’ ***
dracut: *** Creating initramfs image file ‘/boot/initramfs-linux-zen-fallback.img’ done ***
(4/5) Check if user should be informed about rebooting after certain system package upgrades.
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down
(5/5) Checking which packages need to be rebuilt
fatal library error, lookup self
[root@EndeavourOS /]# grub-mkconfig /boot/grub/grub.cfg
Generating grub configuration file …

DO NOT EDIT THIS FILE

It is automatically generated by grub-mkconfig using templates

from /etc/grub.d and settings from /etc/default/grub

BEGIN /etc/grub.d/00_header

insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
if [ “${next_entry}” ] ; then
set default=“${next_entry}”
set next_entry=
save_env next_entry
set boot_once=true
else
set default=“0”
fi

if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option=“–id”
else
menuentry_id_option=“”
fi

export menuentry_id_option

if [ “${prev_saved_entry}” ]; then
set saved_entry=“${prev_saved_entry}”
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z “${boot_once}” ]; then
saved_entry=“${chosen}”
save_env saved_entry
fi
}

function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}

if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
font=“/usr/share/grub/unicode.pf2”
fi

if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
Found background: /usr/share/endeavouros/splash.png
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
insmod png
background_image -m stretch /usr/share/endeavouros/splash.png
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10

Fallback normal timeout code in case the timeout_style feature is

unavailable.

else
set timeout=10
fi

END /etc/grub.d/00_header

BEGIN /etc/grub.d/06_grub-customizer_menu_color_helper

END /etc/grub.d/06_grub-customizer_menu_color_helper

BEGIN /etc/grub.d/10_linux

Found linux image: /boot/vmlinuz-linux-zen
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux-zen.img
menuentry ‘EndeavourOS Linux’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-simple-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen.img
}
submenu ‘Advanced options for EndeavourOS Linux’ $menuentry_id_option ‘gnulinux-advanced-a338010f-6fc8-404a-8e98-6583bef833d8’ {
menuentry ‘EndeavourOS Linux, with Linux linux-zen’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-zen-advanced-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen.img
}
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-zen-fallback.img
menuentry ‘EndeavourOS Linux, with Linux linux-zen (fallback initramfs)’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-zen-fallback-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen-fallback.img
}
menuentry ‘EndeavourOS Linux, with Linux linux-zen (recovery mode)’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-zen-recovery-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw single
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen-fallback.img
}
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux.img
menuentry ‘EndeavourOS Linux, with Linux linux’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-advanced-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux …’
linux /boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux.img
}
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-fallback.img
menuentry ‘EndeavourOS Linux, with Linux linux (fallback initramfs)’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-fallback-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux …’
linux /boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-fallback.img
}
menuentry ‘EndeavourOS Linux, with Linux linux (recovery mode)’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-recovery-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux …’
linux /boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw single
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-fallback.img
}
}

END /etc/grub.d/10_linux

BEGIN /etc/grub.d/10_linux_proxy

Found linux image: /boot/vmlinuz-linux-zen
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux-zen.img
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-zen-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: amd-ucode.img initramfs-linux-fallback.img

menuentry “EndeavourOS Linux, with Linux linux-zen” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-zen-advanced-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen.img
}
menuentry “EndeavourOS Linux” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-simple-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen.img
}
submenu “Advanced options for EndeavourOS Linux”{
menuentry “EndeavourOS Linux, with Linux linux-zen (fallback initramfs)” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-zen-fallback-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen-fallback.img
}
menuentry “EndeavourOS Linux, with Linux linux-zen (recovery mode)” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-zen-recovery-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux-zen …’
linux /boot/vmlinuz-linux-zen root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw single
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-zen-fallback.img
}
menuentry “EndeavourOS Linux, with Linux linux” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-advanced-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux …’
linux /boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux.img
}
menuentry “EndeavourOS Linux, with Linux linux (fallback initramfs)” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-fallback-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux …’
linux /boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw nowatchdog nvme_load=YES rd.luks.uuid=d45b5154-69eb-44ad-bcea-303859d89285 loglevel=3
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-fallback.img
}
menuentry “EndeavourOS Linux, with Linux linux (recovery mode)” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘gnulinux-linux-recovery-a338010f-6fc8-404a-8e98-6583bef833d8’ {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod ext2
cryptomount -u d45b5154-69eb-44ad-bcea-303859d89285
set root=‘cryptouuid/d45b515469eb44adbcea303859d89285’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint=‘cryptouuid/d45b515469eb44adbcea303859d89285’ a338010f-6fc8-404a-8e98-6583bef833d8
else
search --no-floppy --fs-uuid --set=root a338010f-6fc8-404a-8e98-6583bef833d8
fi
echo ‘Loading Linux linux …’
linux /boot/vmlinuz-linux root=UUID=a338010f-6fc8-404a-8e98-6583bef833d8 rw single
echo ‘Loading initial ramdisk …’
initrd /boot/amd-ucode.img /boot/initramfs-linux-fallback.img
}
}

END /etc/grub.d/10_linux_proxy

BEGIN /etc/grub.d/20_linux_xen

END /etc/grub.d/20_linux_xen

BEGIN /etc/grub.d/25_bli

if [ “$grub_platform” = “efi” ]; then
insmod bli
fi

END /etc/grub.d/25_bli

BEGIN /etc/grub.d/30_os-prober

Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
ERROR: mkdir /var/lock/dmraid
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Found Linux Mint 21.2 Victoria (21.2) on /dev/sda3
menuentry ‘Linux Mint 21.2 Victoria (21.2) (on /dev/sda3)’ --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-simple-3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-87-generic
}
submenu ‘Advanced options for Linux Mint 21.2 Victoria (21.2) (on /dev/sda3)’ $menuentry_id_option ‘osprober-gnulinux-advanced-3d12c601-cced-4289-9790-dded2b4c3ce3’ {
menuentry ‘Linux Mint 21.2 Cinnamon (on /dev/sda3)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-87-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-87-generic
}
menuentry ‘Linux Mint 21.2 Cinnamon, with Linux 5.15.0-87-generic (on /dev/sda3)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-87-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-87-generic
}
menuentry ‘Linux Mint 21.2 Cinnamon, with Linux 5.15.0-87-generic (recovery mode) (on /dev/sda3)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-87-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro recovery nomodeset dis_ucode_ldr
initrd /boot/initrd.img-5.15.0-87-generic
}
menuentry ‘Linux Mint 21.2 Cinnamon, with Linux 5.15.0-78-generic (on /dev/sda3)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-78-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-78-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-78-generic
}
menuentry ‘Linux Mint 21.2 Cinnamon, with Linux 5.15.0-78-generic (recovery mode) (on /dev/sda3)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-78-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-78-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro recovery nomodeset dis_ucode_ldr
initrd /boot/initrd.img-5.15.0-78-generic
}
}

Found EndeavourOS Linux (rolling) on /dev/sda6
menuentry ‘EndeavourOS Linux (rolling) (on /dev/sda6)’ --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-simple-78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux.img
}
submenu ‘Advanced options for EndeavourOS Linux (rolling) (on /dev/sda6)’ $menuentry_id_option ‘osprober-gnulinux-advanced-78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
menuentry ‘EndeavourOS Linux (on /dev/sda6)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-linux–78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux.img
}
menuentry ‘EndeavourOS Linux, with Linux linux (on /dev/sda6)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-linux–78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux.img
}
menuentry ‘EndeavourOS Linux, with Linux linux (fallback initramfs) (on /dev/sda6)’ --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-linux–78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux-fallback.img
}
}

END /etc/grub.d/30_os-prober

BEGIN /etc/grub.d/30_os-prober_proxy

Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Found Linux Mint 21.2 Victoria (21.2) on /dev/sda3
Found EndeavourOS Linux (rolling) on /dev/sda6
menuentry “EndeavourOS Linux (rolling) (on /dev/sda6)” --class endeavouros --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-simple-78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux.img
}
submenu “Advanced options for EndeavourOS Linux (rolling) (on /dev/sda6)”{
menuentry “EndeavourOS Linux (on /dev/sda6)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-linux–78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux.img
}
menuentry “EndeavourOS Linux, with Linux linux (on /dev/sda6)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-linux–78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux.img
}
menuentry “EndeavourOS Linux, with Linux linux (fallback initramfs) (on /dev/sda6)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-linux–78783567-f94c-4a77-b9da-2ec5b1b3f785’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt6’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 78783567-f94c-4a77-b9da-2ec5b1b3f785
else
search --no-floppy --fs-uuid --set=root 78783567-f94c-4a77-b9da-2ec5b1b3f785
fi
linux /boot/vmlinuz-linux root=UUID=78783567-f94c-4a77-b9da-2ec5b1b3f785 rw nowatchdog nvme_load=YES loglevel=3
initrd /boot/initramfs-linux-fallback.img
}
}

menuentry “Linux Mint 21.2 Cinnamon, with Linux 5.15.0-87-generic (on /dev/sda3)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-87-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-87-generic
}
menuentry “Linux Mint 21.2 Cinnamon, with Linux 5.15.0-87-generic (recovery mode) (on /dev/sda3)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-87-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro recovery nomodeset dis_ucode_ldr
initrd /boot/initrd.img-5.15.0-87-generic
}
menuentry “Linux Mint 21.2 Cinnamon, with Linux 5.15.0-78-generic (on /dev/sda3)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-78-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-78-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-78-generic
}
menuentry “Linux Mint 21.2 Victoria (21.2) (on /dev/sda3)” --class linuxmint --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-simple-3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-87-generic
}
submenu “Advanced options for Linux Mint 21.2 Victoria (21.2) (on /dev/sda3)”{
menuentry “Linux Mint 21.2 Cinnamon (on /dev/sda3)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-87-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-87-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro quiet splash
initrd /boot/initrd.img-5.15.0-87-generic
}
menuentry “Linux Mint 21.2 Cinnamon, with Linux 5.15.0-78-generic (recovery mode) (on /dev/sda3)” --class gnu-linux --class gnu --class os $menuentry_id_option ‘osprober-gnulinux-/boot/vmlinuz-5.15.0-78-generic–3d12c601-cced-4289-9790-dded2b4c3ce3’ {
insmod part_gpt
insmod ext2
set root=‘hd0,gpt3’
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 3d12c601-cced-4289-9790-dded2b4c3ce3
else
search --no-floppy --fs-uuid --set=root 3d12c601-cced-4289-9790-dded2b4c3ce3
fi
linux /boot/vmlinuz-5.15.0-78-generic root=UUID=3d12c601-cced-4289-9790-dded2b4c3ce3 ro recovery nomodeset dis_ucode_ldr
initrd /boot/initrd.img-5.15.0-78-generic
}
}

END /etc/grub.d/30_os-prober_proxy

BEGIN /etc/grub.d/30_uefi-firmware

Adding boot menu entry for UEFI Firmware Settings …
if [ “$grub_platform” = “efi” ]; then
fwsetup --is-supported
if [ “$?” = 0 ]; then
menuentry ‘UEFI Firmware Settings’ $menuentry_id_option ‘uefi-firmware’ {
fwsetup
}
fi
fi

END /etc/grub.d/30_uefi-firmware

BEGIN /etc/grub.d/40_custom

This file provides an easy way to add custom menu entries. Simply type the

menu entries you want to add after this comment. Be careful not to change

the ‘exec tail’ line above.

END /etc/grub.d/40_custom

BEGIN /etc/grub.d/41_custom

if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z “${config_directory}” -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg
fi

END /etc/grub.d/41_custom

done
[root@EndeavourOS /]#

Mostly it is dracut stating “command […] could not be found!”. Most relevant to me newbie appears the following segment:

System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down
(5/5) Checking which packages need to be rebuilt
fatal library error, lookup self

Afterwards, I tried to boot the problematic EOS partition via rEFInd → GRUB on esp sda1 two times. I tried both linux-zen in standard mode and vanilla linux in recovery mode. Both failed on the exact same step of mounting /boot/efi – nothing changed here since Saturday midmorning.

Should I also try the skipped grub-install --bootloader-id=endeavouros command? Shall I try linux-zen in recovery or initramfs mode?

No.

I can see what the issue is from your output. Your initrds are being built to the wrong location.

Can you go back into the chroot and run this command:

pacman -Q | grep -E "dracut|grub|mkinitcpio"

Then post the output here.

Okay, I will do this in a few minutes.

One question before: A requester in another thread mentioned using his secondary Debian partition as his platform for Arch-chrooting his problematic EOS. Would Arch-chrooting from my sda3 be an option for me? Please consider my sda3 (on which I am writing this) already mounts sda1 esp for itself – GParted states: “[sda1] mounted as /boot/efi, /mnt/BOOT”.

boot for grub is more mount to /mnt/boot/efi
for an efi.

edit: sorry you already said :slight_smile:

It is an option but it probably isn’t easier.

That means you would either need to unmount and remount it inside the chroot or bind mount it or similar.

It is probably easier to just follow the path you have already worked out.