+ -
当前位置:首页 → 问答吧 → 关于 autorun.bat

关于 autorun.bat

时间:2004-09-30

来源:互联网

这个 文件 到底 是

loadlin linux append initrd=initrd vga=791

还是

loadlin linux root=200 rw 2 initrd=initrd vga=791


怎么 一个都是 置顶 帖 里面 的 文章 居然有二种 说法???

你们是怎么从硬盘 安装的 啊????????

说一下 谢谢拉!!!!!!!!!!!!

作者: bqyh   发布时间: 2004-09-30

都是向内核传递参数。
第一条在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. 
LILO 和loadlin 的说明基本一样。

作者: 锋锋   发布时间: 2004-09-30

在以后的硬盘安装linux,本人觉得用grub加载安装内核是最可靠的。
推荐!

作者: 锋锋   发布时间: 2004-09-30