-1

我正在尝试在 qemu 上启动一个基本操作系统。但它显示以下错误:当我从终端编写 make qemu 时

$make qemu
mkdir -p build/isofiles/boot/grub
cp build/kernel.bin build/isofiles/boot/kernel.bin
cp grub.cfg build/isofiles/boot/grub
grub2-mkrescue -o build/hello.iso build/isofiles #2> /dev/null
/bin/sh: 1: grub2-mkrescue: not found
make: *** [Makefile:31: build/hello.iso] Error 127
4

1 回答 1

0

我已经编辑了makefile。将 grub2-mksrescue 替换为 grub-mkrescue。现在它工作正常。

于 2022-02-11T11:45:26.137 回答