Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Why not just remove the initrd line? Commented Nov 5, 2023 at 11:14
  • there is no initrd in the command line... Commented Nov 7, 2023 at 1:49
  • There should be an initrd / initramfs line somewhere. Like for Raspberry Pi, it is in /boot/config.txt (while the kernel command line is in /boot/cmdline.txt). Although to be frank, I don't know for sure if it's impossible for a kernel to have a static/fallback initrd/initramfs path in it. Commented Nov 7, 2023 at 3:02
  • the initrd is specified in the kernel config. My point is the override of "noinitrd" is being ignored. Is it supposed to work always if specified? Commented Nov 8, 2023 at 11:53