[Solved] GRUB - VM Crashes After 'boot'
Posted: Thu Jul 08, 2021 1:56 pm
Hello,
The bootloader I use is grub.
When grub is booting the OS, the VM crashes, with a message about virtual CPU shutdown.
Here is the 'grub.cfg' file:
What could cause this problem?
The bootloader I use is grub.
When grub is booting the OS, the VM crashes, with a message about virtual CPU shutdown.
Here is the 'grub.cfg' file:
Code: Select all
# Nobody knows what these lines do:
set timeout=3
set default=0
# Set the name of the OS in the boot menu:
menuentry "LearnOS" {
multiboot2 /boot/kernel.bin # Set the binary in this location.
boot
}