You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/Bug Description:
After kernel update to 6.9.3 my SATA drive is no longer detected. This causes the system to fail at boot up, as this SATA drive is required for cryptsetup and LVM as a home partition. I've mentioned my issue on #3316 (comment), however, original issue doesn't seem to be related to mine.
Steps to reproduce (if you know):
In my case it was enough to run usual apt upgrade that upgraded the kernel. I did, however replicate this same issue on a live USB. The issue seems to only go away if I perform a proper shutdown and then boot into the older kernel (6.8.0).
Expected behavior:
System should boot up without issue and SATA drive should be properly detected.
Other Notes:
I've ran some disk scans and it didn't reveal any errors.
I'm using a laptop with Nvidia graphics and two drives: NVMe (root) and SATA (home):
╭─[2024-10-27 12:46:50] ~
╰─$ nvidia-smi
Sun Oct 27 12:46:56 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 ||-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC || Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |||| MIG M. ||=========================================+========================+======================|| 0 NVIDIA GeForce GTX 1660 ... Off | 00000000:01:00.0 Off | N/A || N/A 53C P0 18W / 60W | 326MiB / 6144MiB | 1% Default |||| N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: || GPU GI CI PID Type Process name GPU Memory || ID ID Usage ||=========================================================================================|| 0 N/A N/A 1562 G /usr/lib/xorg/Xorg 172MiB || 0 N/A N/A 1739 G /usr/bin/gnome-shell 32MiB || 0 N/A N/A 6106 G firefox 113MiB || 0 N/A N/A 9357 G x-terminal-emulator 3MiB |
+-----------------------------------------------------------------------------------------+
╭─[2024-10-27 12:46:56] ~
╰─$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931,5G 0 disk
└─sda1 8:1 0 931,5G 0 part
└─crypthome 252:1 0 931,5G 0 crypt
└─pop_os-home 252:4 0 931,5G 0 lvm /home
zram0 251:0 0 15,3G 0 disk [SWAP]
nvme0n1 259:0 0 476,9G 0 disk
├─nvme0n1p1 259:1 0 2G 0 part /boot/efi
└─nvme0n1p2 259:2 0 474,9G 0 part
└─cryptroot 252:0 0 474,9G 0 crypt
├─pop_os-swap 252:2 0 16G 0 lvm [SWAP]
└─pop_os-root 252:3 0 458,9G 0 lvm /
╭─[2024-10-27 12:49:30] ~
╰─$ sudo smartctl -i /dev/sda
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.8.0-76060800daily20240311-generic] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Crucial/Micron Client SSDs
Device Model: CT1000MX500SSD1
Serial Number: 2109E4FE1ABB
LU WWN Device Id: 5 00a075 1e4fe1abb
Firmware Version: M3CR033
User Capacity: 1.000.204.886.016 bytes [1,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: Solid State Device
Form Factor: 2.5 inches
TRIM Command: Available
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA 3.3, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Oct 27 12:49:35 2024 EET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
╭─[2024-10-27 12:49:38] ~
╰─$ sudo smartctl -i /dev/nvme0n1 130 ↵
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.8.0-76060800daily20240311-generic] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Number: KBG40ZNS512G NVMe TOSHIBA 512GB
Serial Number: 797PD9QNPQFN
Firmware Version: 10410106
PCI Vendor/Subsystem ID: 0x1e0f
IEEE OUI Identifier: 0x8ce38e
Total NVM Capacity: 512.110.190.592 [512 GB]
Unallocated NVM Capacity: 0
Controller ID: 0
NVMe Version: 1.3
Number of Namespaces: 1
Namespace 1 Size/Capacity: 512.110.190.592 [512 GB]
Namespace 1 Formatted LBA Size: 512
Namespace 1 IEEE EUI-64: 8ce38e 040011527d
Local Time is: Sun Oct 27 12:50:01 2024 EET
The text was updated successfully, but these errors were encountered:
jacobgkau
changed the title
Missing SATA drive after kernel upgrade to 6.9.3
[Dell G3 15 3590] Missing SATA drive after kernel upgrade to 6.9.3
Oct 28, 2024
Distribution (run
cat /etc/os-release
):Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
After kernel update to 6.9.3 my SATA drive is no longer detected. This causes the system to fail at boot up, as this SATA drive is required for
cryptsetup
and LVM as a home partition. I've mentioned my issue on #3316 (comment), however, original issue doesn't seem to be related to mine.Steps to reproduce (if you know):
In my case it was enough to run usual
apt upgrade
that upgraded the kernel. I did, however replicate this same issue on a live USB. The issue seems to only go away if I perform a proper shutdown and then boot into the older kernel (6.8.0).Expected behavior:
System should boot up without issue and SATA drive should be properly detected.
Other Notes:
I've ran some disk scans and it didn't reveal any errors.
I'm using a laptop with Nvidia graphics and two drives: NVMe (root) and SATA (home):
The text was updated successfully, but these errors were encountered: