1. # grub-install /dev/hda
2.# mke2fs /dev/fd0 # mount -t ext2 /dev/fd0 /mnt # mkdir /mnt/boot # grub-install --boot-directory=/mnt/boot /dev/fd0 # umount /mnt
Installing GRUB using grub-install(from grub manual)
最新推荐文章于 2021-05-15 11:05:59 发布
1. # grub-install /dev/hda
2.# mke2fs /dev/fd0 # mount -t ext2 /dev/fd0 /mnt # mkdir /mnt/boot # grub-install --boot-directory=/mnt/boot /dev/fd0 # umount /mnt