Bug 48314 - Missing Linux kernel module virtio_scsi on DVD initrd
Missing Linux kernel module virtio_scsi on DVD initrd
Status: NEW
Product: UCS
Classification: Unclassified
Component: UCS Installer - DVD
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-12-12 12:10 CET by Philipp Hahn
Modified: 2018-12-14 14:18 CET (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 6: Setup Problem: Issue for the setup process
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.069
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:
hahn: Patch_Available+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2018-12-12 12:10:08 CET
UCS cannot be installed with VirtIO-SCSI. The required module is part of virtio-modules-4.9.0-8-amd64-di_4.9.130-2_amd64.udeb and needs to be added to debian-installer/installer/build/pkg-lists/cdrom/amd64.cfg (and .../i386.cfg)

echo 'virtio-modules-${kernel:Version}' >> debian-installer/installer/build/pkg-lists/cdrom/amd64.cfg
echo 'virtio-modules-${kernel:Version}' >> debian-installer/installer/build/pkg-lists/cdrom/i386.cfg