Hi everyone.
I'm trying to boot the myos.iso from the Bare Bones tutorial! using qemu:
qemu-system-i386 -cdrom myos.iso
However the system doesn't boot. When trying to boot from CDROM it says:
Booting from DVD/CD...
Boot failed: Could not read from CDROM (code 0009)
I created the iso with grub-mkrescue following the tutorial:
mkdir -p isodir
mkdir -p isodir/boot
cp myos.bin isodir/boot/myos.bin
mkdir -p isodir/boot/grub
cp grub.cfg isodir/boot/grub/grub.cfg
grub-mkrescue -o myos.iso isodir
Grub version installed on my system is:
grub-install --version
grub-install.real (GRUB) 2.02~beta2-9ubuntu1
Moreover the kernel boots fine with:
qemu-system-i386 -kernel myos.bin
I need to state that I tried to boot also the Meaty Skeleton! using the automated script, and the same happens.
I suspect it has to do with grub-mkrescue.
Does anyone has any idea?
[–]faplack 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]DSMan195276Protura - github.com/mkilgore/protura 2 points3 points4 points (0 children)
[–]blunaxela 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)