FS#74471 - [LINUX] Emergency mode

Attached to Project: Arch Linux
Opened by Torus (T0t0) - Friday, 15 April 2022, 11:11 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 19 April 2022, 19:08 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When the kernel is updated, at the next boot, the system loads in 'emergency mode'. It's impossible for me to do anything (enter, reboot...).
According to the displayed errors, there are missing dependencies for sysroot.

Additional info:
* package version(s): 5.17.2.arch3-1 and 5.17.3.arch1-1
* config and/or log files etc.: no logs

CPU: Intel i5-10210U (8) @ 4.200GHz
GPU: Intel CometLake-U GT2 [UHD Graphics]

* link to upstream bug report, if any

Steps to reproduce:

Install the new kernel and reboot.
I am forced to hard shutdown because nothing responds and downgrade to version 5.17.1.arch1-1.
This task depends upon

Closed by  Morten Linderud (Foxboron)
Tuesday, 19 April 2022, 19:08 GMT
Reason for closing:  Not a bug
Comment by Torus (T0t0) - Friday, 15 April 2022, 11:45 GMT
```
/boot/loader/entries/arch.conf:
title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=PARTUUID=b32c2941-2b74-46a5-8504-0de57ef97a33 rw random.trust_cpu=off pti=on randomize_kstack_offset=1 audit=1 lsm=landlock,lockdown,yama,apparmor,bpf
```
```
blkid:
/dev/nvme0n1p1: UUID="DF96-D552" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="bfc4d611-d38b-4f3e-a918-a1454fcc2d93"
/dev/nvme0n1p2: UUID="d3f251d3-7553-4973-a0f5-5db3a2c3f068" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="b32c2941-2b74-46a5-8504-0de57ef97a33"
```
```
fstab:
# /dev/nvme0n1p2
UUID=d3f251d3-7553-4973-a0f5-5db3a2c3f068 / ext4 rw,relatime 0 1

# /dev/nvme0n1p1
UUID=DF96-D552 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2

# tmpfs
tmpfs /tmp tmpfs rw,nodev,nosuid,size=11G 0 0
```

problem capture:

Comment by Torus (T0t0) - Friday, 15 April 2022, 19:01 GMT
Hello,
close this task. My problem is du to mkinitcpio's config.

Loading...