Bug 1216573 - missing scsi modules in kiwi image with recent kernels
Summary: missing scsi modules in kiwi image with recent kernels
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Live Medium (show other bugs)
Version: Current
Hardware: x86-64 Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Dominique Leuenberger
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-25 17:26 UTC by Stephane Billiart
Modified: 2023-10-26 19:16 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Billiart 2023-10-25 17:26:54 UTC
Using kiwi to build a live ISO with dracut/isoscan. The recent kernel
(since 6.5) are compiled with SCSI support as modules and boot to emergency
mode.
Kernel logs show some errors:
libata: Unknown symbol scsi_device_get (Err -2)


/lib/modules/*/kernel/drivers/scsi does not exist.
As a result there is no /dev/sd? device or /dev/disk/by-uuid so
iso-scan.sh fails to mount /run/initramfs/isoscan 

The same image works fine on newer computers with NVME drives.
Is there something I need to change in config.xml to include the SCSI
modules or is this a dracut/kiwi bug?
Comment 1 Stephane Billiart 2023-10-26 19:16:19 UTC
Nevermind, config-cdrom.sh was removing the scsi directory...