LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 891|回复: 3

如何做一个启动的软盘来引导。。。

[复制链接]
发表于 2003-3-17 23:01:55 | 显示全部楼层 |阅读模式
我有一个很小的系统,几乎都完成了。
可是需要用lilo引导
/boot/bzImage
用的不是常见的版本,没有特别的制作启动软盘的命令。

swap is /dev/hda5
home is /dev/hda8
root is /dev/hda7

如何作啊?
发表于 2003-3-18 08:49:16 | 显示全部楼层
这是我以前写的贴子,里面介绍了四种制作启动盘的方法。
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=16449
 楼主| 发表于 2003-3-18 13:35:54 | 显示全部楼层
好像连接不对阿.
发表于 2003-3-18 13:45:30 | 显示全部楼层
http://www.gentoo.org/doc/en/gentoo-x86-install.xml

Code listing 25.1: Creating a GRUB Bootdisk



# mke2fs /dev/fd0
# mount /dev/fd0 /mnt/floppy
# mkdir -p /mnt/floppy/boot/grub
# cp /usr/share/grub/i386-pc/stage1 /mnt/floppy/boot/grub/
# cp /usr/share/grub/i386-pc/stage2 /mnt/floppy/boot/grub/
# umount /mnt/floppy
# grub

grub> root (fd0)
grub> setup (fd0)
grub> quit



Now reboot and load the floppy. At the floppy's grub> prompt, you can now execute the necessary root and setup commands.



LILO Bootdisks?



If you are using LILO, it is also a good idea to make a bootdisk:



Code listing 25.2: Making a LILO Bootdisk



# dd if=/boot/your_kernel of=/dev/fd0
This will only work if your kernel is smaller than 1.4MB
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表