在 Fedora 14 安装之前加载第 3 方驱动程序

Bo *_*iao 6 linux fedora drivers software-installation

我的服务器配备了大多数 linux 安装程序无法识别的 megaraid 控制器。我必须先加载它的驱动程序,然后才能继续安装。我知道如何使用 CentOS 在提示“boot:”时简单地输入“linux dd”,然后我将能够从 USB 闪存盘加载驱动程序。但是说到Fedora 14,我好像没有办法在安装前有机会加载驱动,所以它找不到硬盘:(这里有人有什么建议吗?

tmo*_*mow 2

dd 代表 driverdisk,实际上在 fedora 上是 driverdisk。

\n\n

http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/s1-kickstart2-options.html

\n\n
> driverdisk <partition> --source=<url>\n> --biospart=<biospart> [--type=<fstype>]\n> \n>     *\n>       <partition> \xe2\x80\x94 Partition containing the driver disk.\n>     *\n>       <url> \xe2\x80\x94 URL for the driver disk. NFS locations can be given in the form\n> nfs:host:/path/to/img.\n>     *\n>       <biospart> \xe2\x80\x94 BIOS partition containing the driver disk (for\n> example, 82p2).\n>     *\n>       --type= \xe2\x80\x94 File system type (for example, vfat or ext2).\n
Run Code Online (Sandbox Code Playgroud)\n\n

您甚至可以提供网络资源:

\n\n
driverdisk --source=ftp://path/to/dd.img\ndriverdisk --source=http://path/to/dd.img\ndriverdisk --source=nfs:host:/path/to/img\n
Run Code Online (Sandbox Code Playgroud)\n