Chinaunix

标题: 制做GRUB启动软盘问题 [打印本页]

作者: henry05    时间: 2005-11-18 06:56
标题: 制做GRUB启动软盘问题
我使用ThizServer7.0版制做grub启动盘.
cd /boot/grub (#进入grub目录)
dd if=stage1 of=/dev/fd0 bs=512 count=1
dd if=stage2 of=/dev/fd0 bs=512 seek=1
制作启动软盘
启动时,电脑提示GRUB loading stage2Geom Error
请帮助解决,多谢!
作者: sakulagi    时间: 2005-11-18 07:30
我记得有mkbootdisk这个工具啊?
作者: q1208c    时间: 2005-11-18 18:51
原帖由 henry05 于 2005-11-18 06:56 发表
我使用ThizServer7.0版制做grub启动盘.
cd /boot/grub (#进入grub目录)
dd if=stage1 of=/dev/fd0 bs=512 count=1
dd if=stage2 of=/dev/fd0 bs=512 seek=1
制作启动软盘
启动时,电脑提示GRUB loading stag ...


哪里的说明说是要这样做的?
作者: henry05    时间: 2005-11-18 22:40
标题: 问题的解决
To 三楼: 以上的出处来自即时的教材(THIZ03) P57
问题已解决:
1.正常启动Linux
2.mount /dev/fd0 /opt
3. mkdir /opt/boot/grub
4.cp /usr/share/grub/i386-pc/stage1 /opt/boot/grub/
5.cp /usr/share/grub/i386-pc/stage2 /opt/boot/grub/
6.grub
在grub提示符下,打入以下命令:
root (fd0)  #give the filetype, then give the prompt 'please use the whole disk'
setup (fd0) #write boot record to floppy
quit
7.reboot -f #Please reboot from installed floppy
最后谢谢各位的回复!




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2