快捷搜索:   nginx

u盘上安装grub

安装GRUB
  =>mount /dev/sdc1 /mnt
  =>mkdir /mnt/boot
  =>mkdir /mnt/boot/grub
  =>cp /boot/grub/stage* /mnt/boot/grub/
  =>grub
      ==>root (hd2,0)
      ==>setup (hd2)
滨:(hd2,0)中 hd2代表我的u盘,0代表第一个分区;不同绻统可能会不同,安装成功会有提示。
顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论