https://bugzilla.kernel.org/show_bug.cgi?id=220693
Niklas Cassel 2026-04-21 09:24:15 UTC
(In reply to Phill from
comment #47)
> I have been seeing similar issues in 6.17 kernels on my proxmox host since
> they switched from 6.14 to 6.17. After finding this bugzilla posting, i was
> able to get the 6.17 kernel booted up without issues using a udev rule. Not
> sure if that is helpful at all, but here it is. if nothing else, it might
> help other users who stumble upon this.
>
>
> # cat /etc/udev/rules.d/99-dellboss-max-sectors.rules
> ACTION=="add|change", SUBSYSTEM=="block", ENV{ID_MODEL}=="DELLBOSS_VD",
> ATTR{queue/max_sectors_kb}="1280"
Hello Phil,
For this specific drive, there has been a quirk added:
https://git.kernel.org/pub/scm/linu.../?id=2e983271363108b3813b38754eb96d9b1cb252bb
This commit was first included in v6.19, so I would expect your problem to
be fixed if you include to v6.19+