Update gone wrong. Broken kernel

I rebooted my computer after I stared for 5 minutes to a blank screen during an update. Bad idea, but here I am…

When I rebooted I received the message file /boot/vmlinuz-6.6-x86_64 not found.

The I booted from a live usb key and I tried to run manjaro-chroot -a but I-m getting the following error

 ✔
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
==> ERROR: No Linux partitions detected!

What could I try to restore my system?

Try reading some in the forum first - this is not the first time that people have had this issue and it has been discussed a thousand times.

manjaro-chroot and run the update again, making sure it finishes
Kernel and initrd are removed first and the new ones only put in place at the end of the process - when interrupted, you end up without a kernel.

1 Like

thanks Nachlese, my main issue is that manjaro-chroot seem to fail and that seem like a necessary step

Don’t leave us guessing and pulling information out of you.

What is that supposed to mean?

We can’t see what you see.

I posted the error above

✔
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
==> ERROR: No Linux partitions detected!

but without context
that may be the last part of a long string of lines - it is not the only thing you get to see.

post the command you used as well as all the text until it fails

lsblk -f
could also help - to see whether you truly have no linux partitions - which I doubt very much

This is what my terminal says

    ~  manjaro-chroot -a                                                                                    ✔ 
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
==> ERROR: No Linux partitions detected!
    ~  lsblk -f                                                                                         255 ✘ 
NAME            FSTYPE FSVER LABEL             UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0           squash 4.0                                                                0   100% /run/miso/sfs/livefs
loop1           squash 4.0                                                                0   100% /run/miso/sfs/mhwdfs
loop2           squash 4.0                                                                0   100% /run/miso/sfs/desktopfs
loop3           squash 4.0                                                                0   100% /run/miso/sfs/rootfs
sda             iso966 Jolie MANJARO_KDEM_2314 2024-04-06-03-22-56-00                     0   100% /run/miso/bootmnt
├─sda1          iso966 Jolie MANJARO_KDEM_2314 2024-04-06-03-22-56-00                              
└─sda2          vfat   FAT12 MISO_EFI          C84B-5BFC                                           
sdb                                                                                                
└─sdb1          ntfs         Elements          94CC024FCC022BD4                          3T    18% /run/media/manjaro/Elements
nvme0n1                                                                                            
├─nvme0n1p1     vfat   FAT32                   1E2A-B0FC                                           
├─nvme0n1p2     crypto 1                       f989b79a-acbe-4ea0-9e5b-d8e8780129a5                
│ └─luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5
│               ext4   1.0                     0fe8afb7-d189-4c9c-844c-542670302934   20.9G    86% /run/media/manjaro/0fe8afb7-d189-4c9c-844c-542670302934
└─nvme0n1p3     crypto 1                       8fc2e7af-1820-4046-b692-30f7cf9dc241                

sda is the live usb
sdb is another external hard drive
nvme0n1 should by my laptop hard drive

You have encrypted partitions - the manjaro-chroot tool is somewhat smart, but cannot deal with this.

You have to open the encrypted containers and assemble the system yourself - mount the correct drive at the correct positions and then use manjaro-chroot /path_to_mountpoint

I could tell you a working command if you tell us what encrypted partition is what.

cat /etc/fstab
(the one on the defunct system)
could make everyones lives easier. :slightly_smiling_face:

You did not read in the forum as suggested - one of the first things you should provide is full system information (inxi)

2 Likes
> inxi       
CPU: quad core 11th Gen Intel Core i7-1165G7 (-MT MCP-)
speed/min/max: 549/400/4700 MHz Kernel: 6.6.25-1-MANJARO x86_64 Up: 1h 0m
Mem: 7.84/31.08 GiB (25.2%) Storage: 3.88 TiB (21.9% used) Procs: 275
Shell: Zsh inxi: 3.3.33
> cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=1E2A-B0FC                            /boot/efi      vfat    umask=0077 0 2
/dev/mapper/luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5 /              ext4    defaults,noatime 0 1
/dev/mapper/luks-8fc2e7af-1820-4046-b692-30f7cf9dc241 swap           swap    defaults,noatime 0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

thanks a lot for your help. I’m trying to read other posts in the forum, but I’m not an expert and I’m quite scared of breaking something else

Had you read you would have read that there is a variety of inxi parameters.
Usually the output of
inxi -Fazy
is comprehensive and helpful - while inxi by itself is rather not.

No need for it now - but it would have made the assistance process shorter and quicker …

anyway

unmount your encrypted drive
you likely did open and mount it through a file manager

check that it is no longer mounted:

lsblk -f

the second line (starting with luks-) should not be there anymore

├─nvme0n1p2     crypto 1                       f989b79a-acbe-4ea0-9e5b-d8e8780129a5                
│ └─luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5

If you can’t get there - reboot
and don’t try to access it before you go ahead



It’s easier and less error prone to just reboot and then start right here:



Now:

sudo cryptsetup open /dev/nvme0n1p2 encrypted
sudo mount /dev/mapper/encrypted /mnt
sudo mount /dev/nvme0n1p1 /mnt/boot/efi

manjaro-chroot /mnt /bin/bash

(you may need sudo - I can’t remember, but you will find out )

read what it tells you - how to get out of chroot when you are done

the cursor should change and
whoami
should return: root

now you are in chroot and can proceed

3 Likes

thanks a lot!

So far it worked. No need for sudo to run manjaro-chroot.

Now I’m trying to follow [HowTo] Recovering from an interrupted update/upgrade and I launched the command

[ -f /var/lib/pacman/db.lck ] && rm -f /var/lib/pacman/db.lck
pacman-mirrors -f && pacman -Syyu
update-grub
exit

one line at a time!
I’d also recommed that rule for this:

pacman-mirrors -f
pacman -Syyu

instead of:
pacman-mirrors -f && pacman -Syyu

you have better control over what happens and where an error might occur

exit
is to leave chroot

you better stay in until you know the previous steps where successfull

the pacman commands work fine.

update-grub fails with

Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
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/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
done

Although there is the word “ERROR” in the output, from the context of it all this looks ok.
It didn’t actually fail.

exit
reboot

and see whether it is “mission accomplished” :sunglasses:

If it can, and you don’t have to enter the password yourself, better panic!

Unfortunately, it’s not…

When I reboot, as soon as the starting process reaches GRUB (at, I guess that’s the point), it basically turns off and the turns on again and goes to initial setup screen (where you can choose the boot order).

I was looking at Can't boot after following tutorial for interrupted update. Should I try what is suggested there?

So:
the update process succeeded.
(you told us so)

and the final stage
update-grub
also succeeded
(yes, it did - yes, really!)

We are now at a point where you really need to provide information
… from inside chroot, preferably

We are now at:
Can’t boot my system
not anymore at:
the update went wrong

You really need to read now …

What does the result of:
pacman -Syu
from inside chroot look like?

I know one thing:
an encrypted installation with an unencrypted /boot/efi
is not something that the Manjaro installer is capable of creating.

Either I misunderstood something when I read the contents of your /etc/fstab
or you have done a manual installation.

cat /etc/default/grub could help
inxi -Fazy would probably include that

pacman -Syu returns

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: plymouth: local (24.004.60-6) is newer than extra (22.02.122-18)
 there is nothing to do

More information about the system

> inxi -zv8
12System:
  12Kernel 6.6.25-1-MANJARO 12arch x86_64 12bits 64 12compiler gcc 12v 13.2.1 12clocksource tsc 12avail acpi_pm
    12parameters BOOT_IMAGE=/boot/vmlinuz-x86_64 lang=en_US keytable=us tz=UTC misobasedir=manjaro
    misolabel=MANJARO_KDEM_2314 quiet systemd.show_status=1 splash driver=free nouveau.modeset=1
    i915.modeset=1 radeon.modeset=1
  12Desktop KDE Plasma 12v ERR-101 12tk Qt 12v N/A 12dm N/A 12Distro Manjaro 12base Arch Linux
12Machine:
  12Type Laptop 12System LENOVO 12product 20XWCTO1WW 12v ThinkPad X1 Carbon Gen 9 12serial <filter> 12Chassis
    12type 10 12serial <filter>
  12Mobo LENOVO 12model 20XWCTO1WW 12serial <filter> 12part-nu LENOVO_MT_20XW_BU_Think_FM_ThinkPad X1
    Carbon Gen 9 12uuid 7705b1d2-f5f3-11eb-80f0-902e16ae5c1a 12UEFI LENOVO 12v N32ET66W (1.42 )
    12date 06/15/2021
12Battery:
  12ID-1 BAT0 12charge 51.1 Wh (95.5%) 12condition 53.5/57.0 Wh (93.9%) 12volts 15.7 12min 15.4
    12model Sunwoda 5B10W13975 12type Li-poly 12serial <filter> 12status not charging 12cycles 16
12Memory:
  12System RAM 12total 32 GiB 12available 31.08 GiB 12used 3.61 GiB (11.6%) 12igpu 64 MiB
  12Array-1 12capacity 3.97 TiB 12note check 12slots 8 12note check 12modules 8 12EC None 12max-module-size N/A
  12Device-1 Controller0-ChannelA 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-2 Controller0-ChannelB 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-3 Controller0-ChannelC 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-4 Controller0-ChannelD 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-5 Controller1-ChannelA 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-6 Controller1-ChannelB 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-7 Controller1-ChannelC 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
  12Device-8 Controller1-ChannelD 12type LPDDR4 12detail synchronous 12size 4 GiB 12speed 4267 MT/s 12volts
    12curr 0.6 12width (bits) 12data 16 12total 16 12manufacturer Micron Technology 12part-no 53E2G32D4NQ-046
    12serial N/A
12PCI Slots:
  12Slot N/A 12type N/A 12status available 12length other 12bus-ID 00ff:ff:1f.7
12CPU:
  12Info 12model 11th Gen Intel Core i7-1165G7 12socket U3E1 12bits 64 12type MT MCP 12arch Tiger Lake
    12gen core 11 12level v4 12note check 12built 2020 12process Intel 10nm 12family 6 12model-id 0x8C (140)
    12stepping 1 12microcode 0xB4
  12Topology 12cpus 1x 12cores 4 12tpc 2 12threads 8 12smt enabled 12cache 12L1 320 KiB
    12desc d-4x48 KiB; i-4x32 KiB 12L2 5 MiB 12desc 4x1.2 MiB 12L3 12 MiB 12desc 1x12 MiB
  12Speed (MHz) 12avg 400 12min/max 400/4700 12base/boost 2800/2800 12scaling 12driver intel_pstate
    12governor powersave 12volts 0.7 V 12ext-clock 100 MHz 12cores 121 400 122 400 123 400 124 400 125 400 126 400 127 400
    128 400 12bogomips 44864
  12Flags 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_capabilities arch_perfmon art
    avx avx2 avx512_bitalg avx512_vbmi2 avx512_vnni avx512_vp2intersect avx512_vpopcntdq avx512bw
    avx512cd avx512dq avx512f avx512ifma avx512vbmi avx512vl bmi1 bmi2 bts cat_l2 cdp_l2 clflush
    clflushopt clwb cmov constant_tsc cpuid cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb
    erms est f16c flush_l1d fma fpu fsgsbase fsrm fxsr gfni ht hwp hwp_act_window hwp_epp
    hwp_notify hwp_pkg_req ibpb ibrs ibrs_enhanced ibt ida intel_pt invpcid lahf_lm lm mca mce
    md_clear mmx monitor movbe movdir64b movdiri msr mtrr nonstop_tsc nopl nx ospke pae pat pbe
    pcid pclmulqdq pdcm pdpe1gb pebs pge pku pln pni popcnt pse pse36 pts rdpid rdrand rdseed
    rdt_a rdtscp rep_good sdbg sep sha_ni smap smep split_lock_detect ss ssbd sse sse2 sse4_1
    sse4_2 ssse3 stibp syscall tm tm2 tsc tsc_adjust tsc_deadline_timer tsc_known_freq umip
    user_shstk vaes vme vpclmulqdq x2apic xgetbv1 xsave xsavec xsaveopt xsaves xtopology xtpr
  12Vulnerabilities
  12Type gather_data_sampling 12mitigation Microcode
  12Type itlb_multihit 12status Not affected
  12Type l1tf 12status Not affected
  12Type mds 12status Not affected
  12Type meltdown 12status Not affected
  12Type mmio_stale_data 12status Not affected
  12Type reg_file_data_sampling 12status Not affected
  12Type retbleed 12status Not affected
  12Type spec_rstack_overflow 12status Not affected
  12Type spec_store_bypass 12mitigation Speculative Store Bypass disabled via prctl
  12Type spectre_v1 12mitigation usercopy/swapgs barriers and __user pointer sanitization
  12Type spectre_v2 12mitigation Enhanced / Automatic IBRS, IBPB: conditional, RSB filling,
    PBRSB-eIBRS: SW sequence
  12Type srbds 12status Not affected
  12Type tsx_async_abort 12status Not affected
12Graphics:
  12Device-1 Intel TigerLake-LP GT2 [Iris Xe Graphics] 12vendor Lenovo 12driver i915 12v kernel
    12arch Gen-12.1 12process Intel 10nm 12built 2020-21 12ports 12active eDP-1 12empty DP-1, DP-2, DP-3, DP-4,
    HDMI-A-1, HDMI-A-2, HDMI-A-3 12bus-ID 00:02.0 12chip-ID 8086:9a49 12class-ID 0300
  12Device-2 Chicony Integrated Camera 12driver uvcvideo 12type USB 12rev 2.0 12speed 480 Mb/s 12lanes 1
    12mode 2.0 12bus-ID 3-4:4 12chip-ID 04f2:b6ea 12class-ID fe01 12serial <filter>
  12Display 12server X.org 12v 1.21.1.13 12with Xwayland 12v 23.2.6 12driver 12X 12loaded modesetting
    12alternate fbdev,vesa 12dri iris 12gpu i915 12display-ID :0
  12Monitor-1 eDP-1 12model-id CSO 0x1403 12built 2020 12res 3840x2400 12dpi 323 12gamma 1.2 12chroma 12red
    12x 0.686 12y 0.314 12green 12x 0.259 12y 0.694 12blue 12x 0.145 12y 0.055 12white 12x 0.314 12y 0.337
    12size 302x189mm (11.89x7.44") 12diag 356mm (14") 12ratio 16:10 12modes 3840x2400
  12API EGL 12v 1.5 12hw 12drv intel iris 12platforms 12device 0 12drv iris 12device 1 12drv swrast 12surfaceless
    12drv iris 12inactive gbm,wayland,x11
  12API OpenGL 12v 4.6 12compat-v 4.5 12vendor mesa 12v 24.0.6-manjaro1.1 12note incomplete (EGL sourced)
    12renderer Mesa Intel Xe Graphics (TGL GT2), llvmpipe (LLVM 17.0.6 256 bits)
  12API Vulkan 12Message No Vulkan data available.
12Audio:
  12Device-1 Intel Tiger Lake-LP Smart Sound Audio 12vendor Lenovo 12driver sof-audio-pci-intel-tgl
    12bus-ID 00:1f.3 12chip-ID 8086:a0c8 12class-ID 0403
  12API ALSA 12v k6.6.25-1-MANJARO 12status kernel-api 12with aoss 12type oss-emulator
    12tools alsactl,alsamixer,amixer
  12Server-1 JACK 12v 1.9.22 12status off 12tools N/A
  12Server-2 PipeWire 12v 1.0.5 12status off 12with wireplumber 12status off 12tools pw-cli,wpctl
  12Server-3 PulseAudio 12v 17.0 12status off 12with pulseaudio-alsa 12type plugin 12tools pacat,pactl
12Network:
  12Device-1 Intel Wi-Fi 6 AX201 12driver iwlwifi 12v kernel 12bus-ID 00:14.3 12chip-ID 8086:a0f0
    12class-ID 0280
  12IF wlp0s20f3 12state up 12mac <filter>
  12IP v4 <filter> 12type dynamic noprefixroute 12scope global 12broadcast <filter>
  12IP v6 <filter> 12type noprefixroute 12scope link
  12Info 12services No services found.
  12WAN IP <filter>
12Bluetooth:
  12Device-1 Intel AX201 Bluetooth 12driver btusb 12v 0.8 12type USB 12rev 2.0 12speed 12 Mb/s 12lanes 1 12mode 1.1
    12bus-ID 3-10:5 12chip-ID 8087:0026 12class-ID e001
  12Report rfkill 12ID hci0 12rfk-id 1 12state down 12bt-service N/A 12rfk-block 12hardware no 12software no
    12address see --recommends
12Logical:
  12Message No logical block device data found.
12RAID:
  12Message No RAID data found.
12Drives:
  12Local Storage 12total 3.88 TiB 12used 192.33 GiB (4.8%)
  12ID-1 /dev/nvme0n1 12maj-min 259:0 12vendor SK Hynix 12model HFS256GDE9X081N 12size 238.47 GiB
    12block-size 12physical 512 B 12logical 512 B 12speed 31.6 Gb/s 12lanes 4 12tech SSD 12serial <filter>
    12fw-rev 41710C20 12temp 39.9 C
  12SMART yes 12health PASSED 12on 229d 6h 12cycles 1,022 12read-units 20,063,562 [10.2 TB]
    12written-units 36,586,281 [18.7 TB]
  12ID-2 /dev/sda 12maj-min 8:0 12model USB 2.0 Flash Drive 12size 3.75 GiB 12block-size 12physical 512 B
    12logical 512 B 12type USB 12rev 2.0 12spd 480 Mb/s 12lanes 1 12mode 2.0 12tech SSD 12serial <filter> 12fw-rev 8.07
  12SMART Message Unknown USB bridge. Flash drive/Unsupported enclosure?
  12ID-3 /dev/sdb 12maj-min 8:16 12vendor Western Digital 12model WD40NDZW-11A8JS1 12family Elements / My
    Passport (USB, AF) 12size 3.64 TiB 12block-size 12physical 4096 B 12logical 512 B 12type USB 12rev 3.1
    12spd 5 Gb/s 12lanes 1 12mode 3.2 gen-1x1 12sata 3.1 12speed 6.0 Gb/s 12tech HDD 12rpm 5400 12serial <filter>
    12fw-rev 1020 12drive-rev 01.01A01 12temp 49 C
  12SMART yes 12state enabled 12health PASSED 12on 17d 10h 12cycles 155
  12Message No optical or floppy data found.
12Partition:
  12ID-1 / 12raw-size 229.37 GiB 12size 224.71 GiB (97.97%) 12used 192.33 GiB (85.6%) 12fs ext4
    12block-size 4096 B 12dev /dev/dm-0 12maj-min 254:0 12mapped encrypted 12label N/A 12uuid N/A
  12ID-2 /boot/efi 12raw-size 300 MiB 12size 299.4 MiB (99.80%) 12used 448 KiB (0.1%) 12fs vfat
    12block-size 512 B 12dev /dev/nvme0n1p1 12maj-min 259:1 12label N/A 12uuid 1E2A-B0FC
12Swap:
  12Alert No swap data was found.
12Unmounted:
  12ID-1 /dev/nvme0n1p2 12maj-min 259:2 12size 229.37 GiB 12fs N/A 12label N/A
    12uuid f989b79a-acbe-4ea0-9e5b-d8e8780129a5
  12ID-2 /dev/nvme0n1p3 12maj-min 259:3 12size 8.8 GiB 12fs N/A 12label N/A
    12uuid 8fc2e7af-1820-4046-b692-30f7cf9dc241
  12ID-3 /dev/sda1 12maj-min 8:1 12size 2.96 GiB 12fs N/A 12label MANJARO_KDEM_2314
    12uuid 2024-04-06-03-22-56-00
  12ID-4 /dev/sda2 12maj-min 8:2 12size 4 MiB 12fs N/A 12label MISO_EFI 12uuid C84B-5BFC
  12ID-5 /dev/sdb1 12maj-min 8:17 12size 3.64 TiB 12fs ntfs 12label Elements 12uuid 94CC024FCC022BD4
12USB:
  12Hub-1 1-0:1 12info hi-speed hub with single TT 12ports 1 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1
    12mode 2.0 12chip-ID 1d6b:0002 12class-ID 0900
  12Hub-2 2-0:1 12info super-speed hub 12ports 4 12rev 3.1 12speed 10 Gb/s (1.16 GiB/s) 12lanes 1
    12mode 3.2 gen-2x1 12chip-ID 1d6b:0003 12class-ID 0900
  12Hub-3 3-0:1 12info hi-speed hub with single TT 12ports 12 12rev 2.0 12speed 480 Mb/s (57.2 MiB/s)
    12lanes 1 12mode 2.0 12chip-ID 1d6b:0002 12class-ID 0900
  12Device-1 3-1:2 12info Alcor Micro Flash Drive 12type mass storage 12driver usb-storage 12interfaces 1
    12rev 2.0 12speed 480 Mb/s (57.2 MiB/s) 12lanes 1 12mode 2.0 12power 100mA 12chip-ID 058f:6387 12class-ID 0806
    12serial <filter>
  12Device-2 3-3:3 12info Synaptics 12type <vendor specific> 12driver N/A 12interfaces 1 12rev 2.0
    12speed 12 Mb/s (1.4 MiB/s) 12lanes 1 12mode 1.1 12power 100mA 12chip-ID 06cb:00fc 12class-ID ff00
    12serial <filter>
  12Device-3 3-4:4 12info Chicony Integrated Camera 12type video 12driver uvcvideo 12interfaces 5 12rev 2.0
    12speed 480 Mb/s (57.2 MiB/s) 12lanes 1 12mode 2.0 12power 500mA 12chip-ID 04f2:b6ea 12class-ID fe01
    12serial <filter>
  12Device-4 3-10:5 12info Intel AX201 Bluetooth 12type bluetooth 12driver btusb 12interfaces 2 12rev 2.0
    12speed 12 Mb/s (1.4 MiB/s) 12lanes 1 12mode 1.1 12power 100mA 12chip-ID 8087:0026 12class-ID e001
  12Hub-4 4-0:1 12info super-speed hub 12ports 4 12rev 3.1 12speed 10 Gb/s (1.16 GiB/s) 12lanes 1
    12mode 3.2 gen-2x1 12chip-ID 1d6b:0003 12class-ID 0900
  12Device-1 4-2:2 12info Western Digital Elements 2620 12type mass storage 12driver usb-storage
    12interfaces 1 12rev 3.1 12speed 5 Gb/s (596.0 MiB/s) 12lanes 1 12mode 3.2 gen-1x1 12power 896mA
    12chip-ID 1058:2620 12class-ID 0806 12serial <filter>
12Sensors:
  12System Temperatures 12cpu 43.0 C 12mobo N/A
  12Fan Speeds (rpm) 12fan-1 0 12fan-2 0
12Repos:
  12Packages 12pm pacman 12pkgs 1587 12libs 437 12tools pamac,yay 12pm flatpak 12pkgs 0
  12Active pacman repo servers in /etc/pacman.d/mirrorlist
    121 https: //mirrors2.manjaro.org/stable/$repo/$arch
    122 https: //mirrors.manjaro.org/repo/stable/$repo/$arch
    123 https: //manjaro.mirror.wearetriple.com/stable/$repo/$arch
    124 https: //mirror.dkm.cz/manjaro/stable/$repo/$arch
    125 https: //mirror.erickochen.nl/manjaro/stable/$repo/$arch
    126 https: //mirror.futureweb.be/manjaro/stable/$repo/$arch
    127 https: //mirror1.sox.rs/manjaro/stable/$repo/$arch
    128 https: //manjaro.ynh.ovh/stable/$repo/$arch
    129 https: //mirror.vinehost.net/manjaro/stable/$repo/$arch
    1210 https: //mirror.ibakerserver.pt/manjaro/stable/$repo/$arch
    1211 https: //mirror.bouwhuis.network/manjaro/stable/$repo/$arch
    1212 https: //mirrors.cicku.me/manjaro/stable/$repo/$arch
    1213 https: //ftp.halifax.rwth-aachen.de/manjaro/stable/$repo/$arch
    1214 https: //manjaro.kurdy.org/stable/$repo/$arch
    1215 https: //ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$arch
    1216 http: //ftp.free.org/mirrors/repo.manjaro.org/repos/stable/$repo/$arch
    1217 http: //mirror.datacenter.by/pub/mirrors/manjaro/stable/$repo/$arch
    1218 https: //www.mirrorservice.org/sites/repo.manjaro.org/repos/stable/$repo/$arch
    1219 http: //ftp.belnet.be/mirrors/manjaro/repos/stable/$repo/$arch
    1220 https: //ask4.mm.fcix.net/manjaro/stable/$repo/$arch
    1221 https: //mirror.23m.com/manjaro/stable/$repo/$arch
    1222 https: //mirror.netcologne.de/manjaro/stable/$repo/$arch
    1223 https: //mirror.alpix.eu/manjaro/stable/$repo/$arch
    1224 https: //mirror.init7.net/manjaro/stable/$repo/$arch
    1225 https: //mirrors.ft.uam.es/manjaro/stable/$repo/$arch
    1226 http: //manjaro.mirrors.uk2.net/stable/$repo/$arch
    1227 http: //mirror.terrahost.no/linux/manjaro/stable/$repo/$arch
    1228 https: //ftp.nluug.nl/pub/os/Linux/distr/manjaro/stable/$repo/$arch
    1229 https: //mirrors.dotsrc.org/manjaro/stable/$repo/$arch
    1230 https: //manjaro.ipacct.com/manjaro/stable/$repo/$arch
    1231 https: //mirror.telepoint.bg/manjaro/stable/$repo/$arch
    1232 https: //quantum-mirror.hu/mirrors/pub/manjaro/stable/$repo/$arch
    1233 https: //mirror.zetup.net/manjaro/stable/$repo/$arch
    1234 https: //fosszone.csd.auth.gr/manjaro/stable/$repo/$arch
    1235 https: //ftp.psnc.pl/linux/manjaro/stable/$repo/$arch
    1236 https: //mirrors.nic.cz/manjaro/stable/$repo/$arch
    1237 https: //ftp.caliu.cat/pub/distribucions/manjaro/stable/$repo/$arch
    1238 http: //ftp.snt.utwente.nl/pub/linux/manjaro/stable/$repo/$arch
    1239 https: //repos.silknet.com/manjaro/stable/$repo/$arch
    1240 https: //mirror.yandex.ru/mirrors/manjaro/stable/$repo/$arch
    1241 http: //manjaro.grena.ge/stable/$repo/$arch
    1242 https: //ftp.lysator.liu.se/pub/manjaro/stable/$repo/$arch
    1243 https: //nnenix.mm.fcix.net/manjaro/stable/$repo/$arch
    1244 https: //mirror.easyname.at/manjaro/stable/$repo/$arch
    1245 https: //uvermont.mm.fcix.net/manjaro/stable/$repo/$arch
    1246 https: //mirrors.up.pt/pub/manjaro/stable/$repo/$arch
    1247 http: //mirror.fcix.net/manjaro/stable/$repo/$arch
    1248 https: //nocix.mm.fcix.net/manjaro/stable/$repo/$arch
    1249 https: //ridgewireless.mm.fcix.net/manjaro/stable/$repo/$arch
    1250 https: //forksystems.mm.fcix.net/manjaro/stable/$repo/$arch
    1251 https: //southfront.mm.fcix.net/manjaro/stable/$repo/$arch
    1252 https: //muug.ca/mirror/manjaro/stable/$repo/$arch
    1253 https: //mnvoip.mm.fcix.net/manjaro/stable/$repo/$arch
    1254 https: //coresite.mm.fcix.net/manjaro/stable/$repo/$arch
    1255 https: //mirrors.atlas.net.co/manjaro/stable/$repo/$arch
    1256 https: //mirror.csclub.uwaterloo.ca/manjaro/stable/$repo/$arch
    1257 https: //mirrors.gigenet.com/manjaro/stable/$repo/$arch
    1258 https: //repo.ialab.dsu.edu/manjaro/stable/$repo/$arch
    1259 https: //codingflyboy.mm.fcix.net/manjaro/stable/$repo/$arch
    1260 https: //mirror.math.princeton.edu/pub/manjaro/stable/$repo/$arch
    1261 https: //volico.mm.fcix.net/manjaro/stable/$repo/$arch
    1262 https: //mirror.truenetwork.ru/manjaro/stable/$repo/$arch
    1263 https: //mirror.xenyth.net/manjaro/stable/$repo/$arch
    1264 https: //ftpmirror1.infania.net/mirror/manjaro/stable/$repo/$arch
    1265 https: //mirror.albony.xyz/manjaro/stable/$repo/$arch
    1266 https: //opencolo.mm.fcix.net/manjaro/stable/$repo/$arch
    1267 https: //edgeuno-bog2.mm.fcix.net/manjaro/stable/$repo/$arch
    1268 https: //mirrors.ucr.ac.cr/manjaro/stable/$repo/$arch
    1269 https: //ohioix.mm.fcix.net/manjaro/stable/$repo/$arch
    1270 https: //mirror.phoepsilonix.love/manjaro/stable/$repo/$arch
    1271 https: //mirror.freedif.org/Manjaro/stable/$repo/$arch
    1272 https: //mirrors.sonic.net/manjaro/stable/$repo/$arch
    1273 http: //manjaro.mirrors.theom.nz/manjaro/stable/$repo/$arch
    1274 https: //mirrors.ocf.berkeley.edu/manjaro/stable/$repo/$arch
    1275 https: //gsl-syd.mm.fcix.net/manjaro/stable/$repo/$arch
    1276 https: //mirror.2degrees.nz/manjaro/stable/$repo/$arch
    1277 http: //mirror.is.co.za/mirrors/manjaro.org/stable/$repo/$arch
    1278 https: //mirror.kamtv.ru/manjaro/stable/$repo/$arch
    1279 https: //mirror.funami.tech/manjaro/stable/$repo/$arch
    1280 https: //irltoolkit.mm.fcix.net/manjaro/stable/$repo/$arch
    1281 http: //mirror.xeonbd.com/manjaro/stable/$repo/$arch
    1282 https: //linorg.usp.br/manjaro/stable/$repo/$arch
    1283 https: //mirror.ufro.cl/manjaro/stable/$repo/$arch
    1284 https: //mirror.ufam.edu.br/manjaro/stable/$repo/$arch
    1285 https: //mirror.kku.ac.th/manjaro/stable/$repo/$arch
    1286 https: //manjaro.repo.cure.edu.uy/stable/$repo/$arch
    1287 http: //ftp.tsukuba.wide.ad.jp/Linux/manjaro/stable/$repo/$arch
    1288 http: //ossmirror.mycloud.services/os/linux/manjaro/stable/$repo/$arch
    1289 http: //kartolo.sby.datautama.net.id/manjaro/stable/$repo/$arch
    1290 https: //mirror.archlinux.tw/Manjaro/stable/$repo/$arch
    1291 https: //manjarolinux-mirror.cloud.mu/stable/$repo/$arch
    1292 https: //manjaro.c3sl.ufpr.br/stable/$repo/$arch
    1293 https: //mirrors.tuna.tsinghua.edu.cn/manjaro/stable/$repo/$arch
    1294 https: //mirror.koddos.net/manjaro/stable/$repo/$arch
    1295 https: //mirrors.sjtug.sjtu.edu.cn/manjaro/stable/$repo/$arch
12Processes:
  12Message No process data available.
12Info:
  12Processes 0 12Power 12uptime 25m 12states freeze,mem,disk 12suspend s2idle 12wakeups 0 12hibernate platform
    12avail shutdown, reboot, suspend, test_resume 12image 12.41 GiB 12Init systemd 12v 255 12default graphical
    12tool systemctl
  12Compilers 12clang 17.0.6 12gcc 13.2.1 12Client systemd 12inxi 3.3.34
> mhwd-kernel -li
Currently running: 6.6.25-1-MANJARO (linux66)
The following kernels are installed in your system:
error: could not open file /var/lib/pacman/local/texlive-fontsextra-2024.2-1/desc: No such file or directory
   * linux61
   * linux66
error: could not open file /var/lib/pacman/local/texlive-fontsextra-2024.2-1/desc: No such file or directory
> lsb_release -sirc
ManjaroLinux 24.0.0 Wynsdey
> journalctl --boot=-1 --priority=3 --catalog --no-pager
May 12 18:11:48 marcoshstation kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
May 12 18:11:51 marcoshstation kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
May 12 18:12:06 marcoshstation bluetoothd[505]: src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager object upon power down
May 12 18:12:06 marcoshstation bluetoothd[505]: Failed to add UUID: Failed (0x03)
May 12 18:12:06 marcoshstation bluetoothd[505]: Failed to add UUID: Failed (0x03)
May 12 18:12:06 marcoshstation bluetoothd[505]: Failed to add UUID: Failed (0x03)
May 12 18:12:06 marcoshstation bluetoothd[505]: Failed to add UUID: Failed (0x03)
May 12 19:07:34 marcoshstation pulseaudio[2391]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
May 12 19:07:34 marcoshstation pulseaudio[2391]: Assertion 'pa_atomic_load(&(y)->_ref) > 0' failed at ../pulseaudio/src/modules/bluetooth/bluez5-util.c:2207, function pa_bluetooth_discovery_hook(). Aborting.
May 12 19:07:35 marcoshstation dbus-broker-launch[501]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 12 19:07:36 marcoshstation dbus-broker-launch[501]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 12 19:07:36 marcoshstation dbus-broker-launch[501]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
May 12 19:07:36 marcoshstation systemd-cryptsetup[203244]: Device luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5 is still in use.
May 12 19:07:36 marcoshstation systemd-cryptsetup[203244]: Failed to deactivate 'luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5': Device or resource busy

I did not do a manual installation, I just wouldn’t know how…

Some more info on the system

> cat /etc/default/grub
# GRUB boot loader configuration

GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet cryptdevice=UUID=f989b79a-acbe-4ea0-9e5b-d8e8780129a5:luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5 root=/dev/mapper/luks-f989b79a-acbe-4ea0-9e5b-d8e8780129a5 splash resume=/dev/mapper/luks-8fc2e7af-1820-4046-b692-30f7cf9dc241 udev.log_priority=3"
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y

# Set to 'countdown' or 'menu' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=hidden

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command 'videoinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-gray/black"
GRUB_COLOR_HIGHLIGHT="green/black"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
GRUB_SAVEDEFAULT=true

# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y

# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false

# Uncomment to ensure that the root filesystem is mounted read-only so that
# systemd-fsck can run the check automatically. We use 'fsck' by default, which
# needs 'rw' as boot parameter, to avoid delay in boot-time. 'fsck' needs to be
# removed from 'mkinitcpio.conf' to make 'systemd-fsck' work.
# See also Arch-Wiki: https://wiki.archlinux.org/index.php/Fsck#Boot_time_checking
#GRUB_ROOT_FS_RO=true
GRUB_ENABLE_CRYPTODISK=y
> inxi -Fazy
12System:
  12Kernel 6.6.25-1-MANJARO 12arch x86_64 12bits 64 12compiler gcc 12v 13.2.1
    12clocksource tsc 12avail acpi_pm 12parameters BOOT_IMAGE=/boot/vmlinuz-x86_64
    lang=en_US keytable=us tz=UTC misobasedir=manjaro
    misolabel=MANJARO_KDEM_2314 quiet systemd.show_status=1 splash driver=free
    nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
  12Desktop KDE Plasma 12v ERR-101 12tk Qt 12v N/A 12dm N/A 12Distro Manjaro
    12base Arch Linux
12Machine:
  12Type Laptop 12System LENOVO 12product 20XWCTO1WW 12v ThinkPad X1 Carbon Gen 9
    12serial <filter> 12Chassis 12type 10 12serial <filter>
  12Mobo LENOVO 12model 20XWCTO1WW 12serial <filter>
    12part-nu LENOVO_MT_20XW_BU_Think_FM_ThinkPad X1 Carbon Gen 9
    12uuid 7705b1d2-f5f3-11eb-80f0-902e16ae5c1a 12UEFI LENOVO 12v N32ET66W (1.42 )
    12date 06/15/2021
12Battery:
  12ID-1 BAT0 12charge 51.1 Wh (95.5%) 12condition 53.5/57.0 Wh (93.9%) 12volts 15.7
    12min 15.4 12model Sunwoda 5B10W13975 12type Li-poly 12serial <filter>
    12status not charging 12cycles 16
12CPU:
  12Info 12model 11th Gen Intel Core i7-1165G7 12socket U3E1 12bits 64 12type MT MCP
    12arch Tiger Lake 12gen core 11 12level v4 12note check 12built 2020 12process Intel 10nm
    12family 6 12model-id 0x8C (140) 12stepping 1 12microcode 0xB4
  12Topology 12cpus 1x 12cores 4 12tpc 2 12threads 8 12smt enabled 12cache 12L1 320 KiB
    12desc d-4x48 KiB; i-4x32 KiB 12L2 5 MiB 12desc 4x1.2 MiB 12L3 12 MiB 12desc 1x12 MiB
  12Speed (MHz) 12avg 400 12min/max 400/4700 12base/boost 2800/2800 12scaling
    12driver intel_pstate 12governor powersave 12volts 0.7 V 12ext-clock 100 MHz 12cores
    121 400 122 400 123 400 124 400 125 400 126 400 127 400 128 400 12bogomips 44864
  12Flags avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3
  12Vulnerabilities
  12Type gather_data_sampling 12mitigation Microcode
  12Type itlb_multihit 12status Not affected
  12Type l1tf 12status Not affected
  12Type mds 12status Not affected
  12Type meltdown 12status Not affected
  12Type mmio_stale_data 12status Not affected
  12Type reg_file_data_sampling 12status Not affected
  12Type retbleed 12status Not affected
  12Type spec_rstack_overflow 12status Not affected
  12Type spec_store_bypass 12mitigation Speculative Store Bypass disabled via
    prctl
  12Type spectre_v1 12mitigation usercopy/swapgs barriers and __user pointer
    sanitization
  12Type spectre_v2 12mitigation Enhanced / Automatic IBRS, IBPB: conditional,
    RSB filling, PBRSB-eIBRS: SW sequence
  12Type srbds 12status Not affected
  12Type tsx_async_abort 12status Not affected
12Graphics:
  12Device-1 Intel TigerLake-LP GT2 [Iris Xe Graphics] 12vendor Lenovo 12driver i915
    12v kernel 12arch Gen-12.1 12process Intel 10nm 12built 2020-21 12ports 12active eDP-1
    12empty DP-1, DP-2, DP-3, DP-4, HDMI-A-1, HDMI-A-2, HDMI-A-3 12bus-ID 00:02.0
    12chip-ID 8086:9a49 12class-ID 0300
  12Device-2 Chicony Integrated Camera 12driver uvcvideo 12type USB 12rev 2.0
    12speed 480 Mb/s 12lanes 1 12mode 2.0 12bus-ID 3-4:4 12chip-ID 04f2:b6ea 12class-ID fe01
    12serial <filter>
  12Display 12server X.org 12v 1.21.1.13 12with Xwayland 12v 23.2.6 12driver 12X
    12loaded modesetting 12alternate fbdev,vesa 12dri iris 12gpu i915 12display-ID :0
  12Monitor-1 eDP-1 12model-id CSO 0x1403 12built 2020 12res 3840x2400 12dpi 323
    12gamma 1.2 12size 302x189mm (11.89x7.44") 12diag 356mm (14") 12ratio 16:10
    12modes 3840x2400
  12API EGL 12v 1.5 12hw 12drv intel iris 12platforms 12device 0 12drv iris 12device 1
    12drv swrast 12surfaceless 12drv iris 12inactive gbm,wayland,x11
  12API OpenGL 12v 4.6 12compat-v 4.5 12vendor mesa 12v 24.0.6-manjaro1.1
    12note incomplete (EGL sourced) 12renderer Mesa Intel Xe Graphics (TGL GT2),
    llvmpipe (LLVM 17.0.6 256 bits)
  12API Vulkan 12Message No Vulkan data available.
12Audio:
  12Device-1 Intel Tiger Lake-LP Smart Sound Audio 12vendor Lenovo
    12driver sof-audio-pci-intel-tgl 12bus-ID 00:1f.3 12chip-ID 8086:a0c8 12class-ID 0403
  12API ALSA 12v k6.6.25-1-MANJARO 12status kernel-api 12with aoss 12type oss-emulator
    12tools alsactl,alsamixer,amixer
  12Server-1 JACK 12v 1.9.22 12status off 12tools N/A
  12Server-2 PipeWire 12v 1.0.5 12status off 12with wireplumber 12status off
    12tools pw-cli,wpctl
  12Server-3 PulseAudio 12v 17.0 12status off 12with pulseaudio-alsa 12type plugin
    12tools pacat,pactl
12Network:
  12Device-1 Intel Wi-Fi 6 AX201 12driver iwlwifi 12v kernel 12bus-ID 00:14.3
    12chip-ID 8086:a0f0 12class-ID 0280
  12IF wlp0s20f3 12state up 12mac <filter>
  12Info 12services No services found.
12Bluetooth:
  12Device-1 Intel AX201 Bluetooth 12driver btusb 12v 0.8 12type USB 12rev 2.0
    12speed 12 Mb/s 12lanes 1 12mode 1.1 12bus-ID 3-10:5 12chip-ID 8087:0026 12class-ID e001
  12Report rfkill 12ID hci0 12rfk-id 1 12state down 12bt-service N/A 12rfk-block
    12hardware no 12software no 12address see --recommends
12Drives:
  12Local Storage 12total 3.88 TiB 12used 192.33 GiB (4.8%)
  12ID-1 /dev/nvme0n1 12maj-min 259:0 12vendor SK Hynix 12model HFS256GDE9X081N
    12size 238.47 GiB 12block-size 12physical 512 B 12logical 512 B 12speed 31.6 Gb/s
    12lanes 4 12tech SSD 12serial <filter> 12fw-rev 41710C20 12temp 39.9 C
  12SMART yes 12health PASSED 12on 229d 6h 12cycles 1,022
    12read-units 20,063,969 [10.2 TB] 12written-units 36,586,286 [18.7 TB]
  12ID-2 /dev/sda 12maj-min 8:0 12model USB 2.0 Flash Drive 12size 3.75 GiB
    12block-size 12physical 512 B 12logical 512 B 12type USB 12rev 2.0 12spd 480 Mb/s 12lanes 1
    12mode 2.0 12tech SSD 12serial <filter> 12fw-rev 8.07
  12SMART Message Unknown USB bridge. Flash drive/Unsupported enclosure?
  12ID-3 /dev/sdb 12maj-min 8:16 12vendor Western Digital 12model WD40NDZW-11A8JS1
    12family Elements / My Passport (USB, AF) 12size 3.64 TiB 12block-size
    12physical 4096 B 12logical 512 B 12type USB 12rev 3.1 12spd 5 Gb/s 12lanes 1
    12mode 3.2 gen-1x1 12sata 3.1 12speed 6.0 Gb/s 12tech HDD 12rpm 5400 12serial <filter>
    12fw-rev 1020 12drive-rev 01.01A01 12temp 49 C
  12SMART yes 12state enabled 12health PASSED 12on 17d 10h 12cycles 155
12Partition:
  12ID-1 / 12raw-size 229.37 GiB 12size 224.71 GiB (97.97%) 12used 192.33 GiB (85.6%)
    12fs ext4 12block-size 4096 B 12dev /dev/dm-0 12maj-min 254:0 12mapped encrypted
  12ID-2 /boot/efi 12raw-size 300 MiB 12size 299.4 MiB (99.80%) 12used 448 KiB (0.1%)
    12fs vfat 12block-size 512 B 12dev /dev/nvme0n1p1 12maj-min 259:1
12Swap:
  12Alert No swap data was found.
12Sensors:
  12System Temperatures 12cpu 44.0 C 12mobo N/A
  12Fan Speeds (rpm) 12fan-1 0 12fan-2 0
12Info:
  12Memory 12total 32 GiB 12available 31.08 GiB 12used 3.69 GiB (11.9%) 12igpu 64 MiB
  12Processes 0 12Power 12uptime 30m 12states freeze,mem,disk 12suspend s2idle
    12wakeups 0 12hibernate platform 12avail shutdown, reboot, suspend, test_resume
    12image 12.41 GiB 12Init systemd 12v 255 12default graphical 12tool systemctl
  12Packages 12pm pacman 12pkgs 1587 12libs 437 12tools pamac,yay 12pm flatpak 12pkgs 0
    12Compilers 12clang 17.0.6 12gcc 13.2.1 12Client systemd 12inxi 3.3.34