灌水之余帮忙解决点问题啊啊哦
今天我作了一张引导盘,步骤如下:#mke2fs /dev/fd0
#mount /dev/fd0 /mnt/floppy
#mkdir -p /mnt/floppy/boot/grub
#cp /boot/grub/stage1 /mnt/floppy/boot/grub
#cp /boot/grub/stage2 /mnt/floppy/boot/grub
#grub
grub>setup (fd0)
grub>quit
创建过程中没有出现错误,当我用这张盘启动后,我输入任何命令都无效
grub>root (hd0,4) (hd0,4) 是我linux的boot分区
系统提示:Filesystem type is ext2fs,partition type 0x83
大虾们帮忙看看是怎么回事啊?是引导盘做的不对吗?:oops::evil: 做引导盘嘛,最有效的方法就是:
format a:/u/s (以下假设linux装在/dev/hda3)
rdev vmlinuz /dev/hda3
dd if=vmlinuz of=/dev/fd0
页:
[1]