doc023.htm
来自「Reh Hat user manual. really goooood」· HTM 代码 · 共 112 行
HTM
112 行
<html><body><a href="doc024.html"><img src=../icons/next.gif alt="Next"></a><a href="doc000.html"><img src=../icons/up.gif alt="Up"></a><a href="doc022.html"><img src=../icons/previous.gif alt="Previous"></a><a href="doc000.html"><img src=../icons/contents.gif alt="Contents"></a><a href="doc123.html"><img src=../icons/index.gif alt="Index"></a><hr><h2><a name="s3.5">3.5 Making Boot and Ramdisk Floppies</a></h2><title>Making Boot and Ramdisk Floppies</title><p><h3><a name="s3.5.1">3.5.1 Making a Boot Floppy</a></h3><title>Making a Boot Floppy</title><a name="i65"><p>After you've made a MILO floppy, you need to make a boot floppycontaining the appropriate Linux/Alpha kernel for your machine. Thekernel images are on the Red Hat CD in the <tt>images/</tt> directory;also there is a <tt>README</tt> file containing more information about thekernel images.<p>Available boot images include:<p> <ol> <li><tt>cab.img</tt> (AlphaPC64, Cabriolet) <li><tt>noname.img</tt> (AxpPCI33, Noname, Universal Desktop Box) <li><tt>eb64p.img</tt> (EB64+, Aspen Timberlines) <li><tt>eb66.img</tt> (EB66) <li><tt>eb66p.img</tt> (EB66+) <li><tt>jensen.img</tt> (Jensens) <li><tt>avanti.img</tt> (AlphaStation 200, 250, 400) <li><tt>xl.img</tt> (Alpha XL) <li><tt>xlt.img</tt> (Alpha XTL) <li><tt>eb164.img</tt> (EB164 based machines) <li><tt>p2000.img</tt> (Platform 2000) <li><tt>pc164.img</tt> (Alcor based machines) <li><tt>alcor.img</tt> (Alcor based machines) <li><tt>mikasa.img</tt> (Mikasa based machines) </ol><p>All of these images should work on machines with either VGA or TGAbased graphics boards.<a name="i66"><a name="i67"> <p>To make a kernel floppy, use either <tt>dd</tt> or <tt>rawrite</tt>. Forexample, using <tt>dd</tt> (under Linux or Unix):<p><blockquote><tt>cd /mnt/cdrom</tt><br><tt>dd if=images/</tt><em>your-image</em><tt>.img of=/dev/fd0</tt></blockquote><p>Using <tt>rawrite</tt> (under Microsoft Windows NT or MS-DOS):<p><blockquote><pre>d:cd images\dosutils\rawrite.exe</pre></blockquote><p><tt>rawrite</tt> first asks you for the name of a diskette image; enterthe name of the kernel image for your system (e.g., <tt>noname.img</tt>).Then it asks for a diskette drive to write the image to; enter<tt>a:</tt>.<p>Label the floppy ``Kernel floppy''.<p><h3><a name="s3.5.2">3.5.2 Making a Ramdisk Floppy</a></h3><title>Making a Ramdisk Floppy</title><a name="i68"><p>The ramdisk image is located on the Red Hat CD as<tt>images/ramdisk.img</tt>. You can use <tt>dd</tt> or <tt>rawrite</tt> towrite the image to a diskette, much as for the MILO floppy and the bootfloppy. Using <tt>dd</tt> (under Linux or Unix):<p><blockquote><pre>cd /mnt/cdromdd if=images/ramdisk.img of=/dev/fd0</pre></blockquote><p>Using <tt>rawrite</tt> (under Microsoft Windows NT or MS-DOS):<p><blockquote><pre>d:cd images\dosutils\rawrite.exe</pre></blockquote><p><tt>rawrite</tt> first asks you for the name of a diskette image; enter<tt>ramdisk.img</tt>. Then it asks for a diskette drive to write the imageto; enter <tt>a:</tt>.<p>Label the floppy ``Ramdisk floppy''.<p><p><hr><a href="doc024.html"><img src=../icons/next.gif alt="Next"></a><a href="doc000.html"><img src=../icons/up.gif alt="Up"></a><a href="doc022.html"><img src=../icons/previous.gif alt="Previous"></a><a href="doc000.html"><img src=../icons/contents.gif alt="Contents"></a><a href="doc123.html"><img src=../icons/index.gif alt="Index"></a><hr></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?