You are not logged in.
Hi! After upgrading to 6.4.11.zen1-1 my Dell XPS 15 9560 won't boot due to have some problem with my ssd.
Boot log (I replaced uuid with partition name for this run trying resolve boot issue) :
[ OK ] Found device CX2-88512-011 NVMe LITEON 512GB 5.
[ OK ] Finished Load Kernel Modules.
[ OK ] Reached target Initrd Root Device.
[ OK ] Reached target System Initialization.
[ OK ] Reached target Basic System,
Starting File System Check on /dev/nvme0n1p5...
[ 2.814406] sd 1:0:0:0: [sda] Asking for cache data failed
[ ***] A start job is running for File System Check on /dev/nvme0n1p5 (31s / no limit)
[32.960963] nvme0n1: Read (0x2) @LBA 106635264, 8 blocks, Host Aborted Command (sct 0x3 / Sc 0x71)
[32.961008] I/O error, dev nvme0n1, sector 106635264 op 0x0: (READ) flags 0x80700 phys_seg 1 prio class 2
[32.966673] nvme 0000:04:00.0: Unable to change power state from D3cold to D8, device inaccessible
[32.974719] Buffer I/O error on dev nvme0n1p5, logical block 0, async page read
[32.976035] Buffer I/O error on dev nvme0n1p5, logical block 0, async page read
[ OK ] Finished File System Check on /dev/nvme0n1p5.
Mounting/sysroot...
[32.987929] Buffer I/O error on dev nvme0n1p5, logical block 0, async page read
[FAILED] Failed to mount /sysroot.
See systemctl status sysroot.mount' for details.
[DEPEND] Dependency failed for Initrd Root File System.
[DEPEND] Dependency failed for Mountpoints Configured in the Real Root.
[ OK ] Stopped target Basic System.
[ OK ] Reached target Initrd File Systems.
[ OK ] Stopped target System Initialization.
[ OK } Started Emergency Shell
[ OK ] Reached target Emergency Mode,
You are in emergency mode. After logging in type "journaleti -xb" to view
system logs, systemctl reboot" to reboot, or "exit'
to continue bootup.
Cannot open access to console, the root account is locked.
See sulogin(8) man page for more details.
Press Enter to continue.
I tried to boot with fallback image but got the same result.
Usually I boot with:
rw quiet loglevel=3 rd.udev.log_priority=3 fbcon=font:TER16x32 i915.fastboot=1 i915.enable_guc=2 nvidia_drm.modeset=1
Removing all except `rw` don't help.
Now I downgraded to 6.4.10 and my system boot normally.
I have two questions:
- What I can do to boot with 6.4.11?
- Where can I report this bug?
Thanks!
Last edited by OlegKrikun (2023-08-19 20:15:15)
Offline
Hi
Same problem for me, the NVME ssh is stuck in D3cold state.
What is the kernel parameter to globally disable this D3cold status ?
The kernel is 6.4.11-arch1-1
After entering the cryptsetup password I got in the emergency shell and tried the following
# cd /sys/devices/pci0000\:00/0000\:00\:1d.0/0000\:04\:00.0/
# cat power_state
D3cold# echo 1 > reset
nvme 0000:04:00.0: Unable to change power state from D3cold to D0, device inaccessible
nvme 0000:04:00.0: timed out waiting for pending transaction: performing function level reset anyway
Thanks.
Offline
Sorry, it is dub of https://bbs.archlinux.org/viewtopic.php?id=288140
Offline