- Package:
- installation-guide
- Source:
- installation-guide
- Submitter:
- Thomas Viehweger
- Date:
- 2023-05-03 01:39:04 UTC
- Severity:
- normal
Boot method: USB stick Image version: debian-bookworm-DI-rc2-amd64-netinst.iso Date: 2023-04-29 Machine: Dell Latitude 7400 Processor: i7-8665Ulspc Memory: 16 GB Partitions: - Output of lspci -knn (or lspci -nn): Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot: [O] Detect network card: [O] Configure network: [O] Detect media: [O] Load installer modules: [O] Detect hard drives: [E] Partition hard drives: [ ] Install base system: [ ] Clock/timezone setup: [ ] User/password setup: [ ] Install tasks: [ ] Install boot loader: [ ] Overall install: [ ] The Hard disk was not detected because Intel RST was configured in RAID mode. Tried Ubuntu 23.04 installer which gives the correct hint. After configuring Intel RST to AHCI mode, the harddisk was detected and installation was successful. It would be nice if this installer could check the RST mode, too. See: https://help.ubuntu.com/rst/
Hallo Thomas,
and thanks for your report.
Thomas Viehweger <patchesThomas.Vie@web.de> (2023-04-29):
Apparently we have that option enabled in the regular linux package:
debian/config/kernelarch-x86/config:CONFIG_INTEL_RST=m
but the relevant module isn't shipped in any udebs:
/lib/modules/<ABI>/kernel/drivers/platform/x86/intel/intel-rst.ko
Would you be willing to test an unofficial amd64 netinst image that
would ship that extra module, to see if the installer (1) sees the disk
and (2) can do something with it?
(Also putting the kernel team in the loop.)
Tschüss,
Hi, I am able to do one test...
Hi, Thomas Viehweger <patchesThomas.Vie@web.de> (2023-04-29): OK, great! I've just rebuilt an amd64 netinst image, bundling the extra module inside (/lib/modules/6.1.0-7-amd64/kernel/drivers/platform/x86/intel/intel-rst.ko) and I've verified that this module loads fine in a VM. Whether that works and actually makes the disk visible is for you to report! (Bonus points if the disk can actually be used, but I realize you might not want to reinstall entirely, and only check whether the disk detection is working…) I've uploaded the test image here, it will go away after 15 days to avoid hogging disk space on that shared machine: https://people.debian.org/~kibi/bug-1035101/ Cheers,
Hi, I made an installation test, but no change. In the shell of the installer lsmod does not list intel-rst as loaded. I think that there is more necessary than just providing the module. Don't know what the Ubuntu installer does. At least a hint in the installation guide would be nice to switch off the RST RAID mode in the BIOS if the HDD is not detected.
Hi Thomas, Thanks for testing. Thomas Viehweger <patchesThomas.Vie@web.de> (2023-05-02): Have you tried a manual modprobe, just in case? Having no affected hardware, I thought the module addition could maybe help a little, and thought it'd be easy to check, hence the suggestion. Hardware visibility (or lack thereof) from the operating system is some extremely unpleasant business… I'm cloning this bug report against the installation guide so that it can be augmented with some information about this. Let's keep the original report against installation-reports; someone willing to work on that can reassign to the most relevant component once that's been determined. Cheers,