NobinPegasus
Member
I want to build a basic os on qemu.
But when I type make qemu
it gives the following error
Don't know how to solve
But when I type make qemu
it gives the following error
Don't know how to solve
Code:
$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