:
qemu-img创建hd.img 5G </跨度>
将其安装为环路设备:
sudo mount -o loop hd.img / mnt
将GRUB安装到它:
sudo grub-install –root-directory = / mnt –no-floppy –recheck / dev / loop0
qemu系统
当然,如果您正在使用(例如)Debian,那么您已经拥有了针对grub的目标组件的每个体系结构/平台包 - 在x86情况下:
如果从源代码构建,只需指定 --target=<TARGET> 在你的配置行上,在你的情况下TARGET i386-pc , i386-efi 要么 x86_64-efi 。
--target=<TARGET>
i386-pc
i386-efi
x86_64-efi
通过传递安装 --target=<TARGET> 至 grub-install 。
grub-install