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
I am building operating system images for baremetal machines in a virtual machine. The problem now is initrd does not include some drivers for RAID device, for example smartpqi. But when inspecting ubuntu, looks like smartpqi is included in initramfs by default.
after executing dracut --add-driver smartpqi during creating image, the image could successfully booted on the specific baremetal machine.
My question is is it possible to include kind of every driver current linux supported at once without explicitly enumerating every device driver one by one ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi experts!
I am building operating system images for baremetal machines in a virtual machine. The problem now is initrd does not include some drivers for RAID device, for example
smartpqi
. But when inspecting ubuntu, looks likesmartpqi
is included in initramfs by default.after executing
dracut --add-driver smartpqi
during creating image, the image could successfully booted on the specific baremetal machine.My question is is it possible to include kind of every driver current linux supported at once without explicitly enumerating every device driver one by one ?
Thank you very much for help.
Best,
Jiatong Shen
Beta Was this translation helpful? Give feedback.
All reactions