Hacker News new | ask | show | jobs
by Arnavion 1425 days ago
Yes. you can.

But if you ever have an emergency where you need to modify the kernel cmdline, your firmware needs to provide an interface to do that, which many don't. Using a bootloader is safer in that regard.

1 comments

In an emergency you could boot from external media instead, no?
Yes, and it's quite comfortable. If you don't want to use external media, many boards also come with a builtin UEFI shell which is quite powerful. From there you can simply execute the kernel with the desired cmdline. (like ./vmlinuz root=...)
Yes, or keep a copy of edk2-shell around.