MultibootBasicGraphics icon indicating copy to clipboard operation
MultibootBasicGraphics copied to clipboard

this kernel just boot loops in qemu.

Open Tarcaxoxide opened this issue 4 years ago • 4 comments

i do make mykernel.iso and it works up till it tries to copy it to /mnt/share/mykernel.iso which doesn't exist then i try to run the image qemu-system-x86_64 -cdrom mykernel.iso -m 8G -enable-kvm -smp 4

it loads up until 'booting from dvd/cd...' and then reboots.

Tarcaxoxide avatar Apr 21 '21 05:04 Tarcaxoxide

i also tried it in virtualbox as well... that just crashed. here is the log that virtualbox created. VBox.log

Tarcaxoxide avatar Apr 21 '21 05:04 Tarcaxoxide

the initial build image works though.

Tarcaxoxide avatar Apr 21 '21 05:04 Tarcaxoxide

but not when i build the initial build image.

Tarcaxoxide avatar Apr 21 '21 05:04 Tarcaxoxide

Hi Tarcaxoxide, sorry I should have removed the copy to share from the build. One of the things I did have issues with when building and I don't recall if it was grub-legacy or xorriso which was giving me issues, but in the end I could only do builds from inside linux I was unable to do builds in WSL. The bootup relies Heavily on GRUB/MultiBoot to do pretty much all the heavy lifting to simplify what is required in the custom code at bootup.

Slapparoo avatar Jun 18 '21 22:06 Slapparoo