This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:linux_kernel [2021/01/01 21:25] 127.0.0.1 external edit |
linux:linux_kernel [2024/09/21 21:29] (current) manu [Rebuild initramfs] |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ===== Rebuild initramfs ===== | ===== Rebuild initramfs ===== | ||
| - | Use dracut to rebuild: | + | Use dracut to rebuild **initrd** with multipath support: |
| <cli prompt='#'> | <cli prompt='#'> | ||
| # dracut -f | # dracut -f | ||
| + | </cli> | ||
| + | |||
| + | Add multipathing support: | ||
| + | <cli prompt='#'> | ||
| + | # dracut --force --add multipath | ||
| </cli> | </cli> | ||