Fedora 14をインストールする前に、サードパーティ製のドライバをロードしてください。

Fedora 14をインストールする前に、サードパーティ製のドライバをロードしてください。

私のサーバーには、ほとんどのLinuxインストーラで認識されないメガレードコントローラが装備されています。インストールを続行する前にドライバをロードする必要がありました。私はCentOSでこれを行う方法を知っています。 「boot:」の入力を求められたときに「linux dd」と入力すると、USBフラッシュドライブからドライバをロードできます。しかし、Fedora 14の場合、インストールする前にドライバをロードする機会がないように見えるため、ハードドライブが見つかりません。 :(ここに提案する方ですか?

ベストアンサー1

ddはドライバディスクを意味し、実際にFedoraではドライバディスクです。

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

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

Webリソースを提供することもできます。

driverdisk --source=ftp://path/to/dd.img
driverdisk --source=http://path/to/dd.img
driverdisk --source=nfs:host:/path/to/img

おすすめ記事