都是向内核传递参数。
第一条在SuSE8.2上安装成功,第二条在9.1上通过。
[PHP]boot: linux single root=200
root=<device> changes the root device. This overrides settings that may
have been made in the boot image and on the LILO command line. <device> is
either the hexadecimal device number or the full path name of the device,
e.g. /dev/hda3.*
* The device names are hard-coded in the kernel. Therefore, only the
"standard" names are supported and some less common devices may not be
recognized. In those cases, only numbers can be used.
single boots the system in single-user mode. This bypasses most system
initialization procedures and directly starts a root shell on the console.
Multi-user mode can typically be entered by exiting the single-user shell
or by rebooting.
ro instructs the kernel to mount the root file system read-only. rw
mounts it read-write. If neither ro nor rw is specified, the setting
from the boot image is used.
[/PHP]
LILO 和loadlin 的说明基本一样。 |