下载后可任意编辑 [转贴]LINUX 新手入门及安装配置 FAQ 入门篇安装篇Q:如何制作安装磁盘
你可以使用两中方法制作安装磁盘
在 M$-DOS 下,可以使用专门为其开发的 rawrite 命令(安装光盘\dosutils 下),将 boot
img(安装光盘\images 下)映像文件传输到软盘上;在 linux 下可以用命令 dd,但不要把软驱设备 mount 入系统
具体语法如下: e:\>e:\dosutils\rawrite Enter disk images source file name:
\images\boot
img Enter target diskette drive: a: please insert a formatted diskette into drive A and press [Enter] 或者 # dd if=boot
img of=/dev/fd0 bs=1440K 另 注 : boot
img 基 于 光 盘 安 装 , bootnet
img 基 于 网 络 安 装 , pcmcia
img 和pcmciaadd
img 基于 PCMCIA 引导盘的安装
rawrite 工具只接受 8
3 类(短文件名
Q:在安装的时候我错过了制作启动盘,我想要一张 bootdisk 怎么办
命令 uname -a 可以让你看到你的系统内核版本是多少,一般表示为……kernel 2
xx-xx……,然后你可以把一张空白的(当然,有数据资料的也可以,呵)软盘放到软驱里去,千万不要习惯地 mount 上软驱哟
直接打命令 mkbootdisk --device /dev/fd0 2
xx-xx 就可以了
Q:boot:后加的选项有哪些
boot:text 开始文本模式安装程序(在你不知道自己的 l