4

Is it possible to pass kernel parameters in the LILO boot prompt?

enter image description here

Renan
  • 17,136

1 Answers1

7

You can: type the parameters after the entry. In your case, would be Linux + the parameters (e.g. Linux root=/dev/sda1).

To show:

passing foo=bar to kernel

gives

foo=bar at /proc/cmdline

Renan
  • 17,136