NVME: Difference between revisions
PureTryOut (talk | contribs) (Created page with "To allow booting Alpine Linux from a NVME device, support for it needs to be added to the initramfs. Add <code>nvme</code> to <code>/etc/mkinitfs/mkinitfs.conf</code> and rebu...") |
m (+category:Storage) |
||
Line 2: | Line 2: | ||
{{Cmd|# mkinitfs -c /etc/mkinitfs/mkinitfs.conf -b / $(ls /lib/modules/)}} | {{Cmd|# mkinitfs -c /etc/mkinitfs/mkinitfs.conf -b / $(ls /lib/modules/)}} | ||
[[category:Storage]] |
Latest revision as of 07:10, 14 September 2019
To allow booting Alpine Linux from a NVME device, support for it needs to be added to the initramfs. Add nvme
to /etc/mkinitfs/mkinitfs.conf
and rebuild the initramfs.
# mkinitfs -c /etc/mkinitfs/mkinitfs.conf -b / $(ls /lib/modules/)