Lsiniramfs: Difference between revisions
Created page with "Just like <code>ls</code>, you can specify the <code>-l</code> option to display long and more verbose listing of initramfs content. ;Inspect the filesystem of the current kernel: :<code>lsinitramfs /boot/initrd.img-$(uname -r)</code> Or, list the files in /boot, and name any as argument(s) {{Collapsible |visible_text=<code>lsinitramfs /boot/initrd.img | less</code> |collapsed_content= <pre> . kernel kernel/x86 kernel/x86/microcode kernel/x86/microcode/AuthenticA..." |
No edit summary |
||
| Line 1: | Line 1: | ||
If you're trying to modify your boot parameters, or change essential drivers like [[Nvidia on Ubuntu]], you might need this command. | |||
Just like <code>ls</code>, you can specify the <code>-l</code> option to display long and more verbose listing of initramfs content. | Just like <code>ls</code>, you can specify the <code>-l</code> option to display long and more verbose listing of initramfs content. | ||