We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building the linux kernel for 6.10.2 and trying to load it up via qemu gets me stuck at loading all the modules specifically this line:
booster/init/main.go
Line 871 in 276a3ef
Not 100% if I'm correct though, so take this with a grain of salt.
Qemu Image:
Commands:
1) booster build --kernel-version 6.10.2 mybooster.img --force 2) sudo qemu-system-x86_64 -m 1024M -hda hda.img -enable-kvm -initrd mybooster.img -kernel arch/x86_64/boot/bzImage -append "root=/dev/sda init=/init" -cpu host -smp cores=2 -nic user,hostfwd=tcp::2222-:22
The text was updated successfully, but these errors were encountered:
When the boot is stuck most likely it means some of the modules needed to detect the root partition are missed.
There are a couple of things to debug this issue.
busybox
append_all_modaliases
rebuild the image, and try to boot again. If the problem still persist - please share all logs ideally as a text.
Als see https://github.com/anatol/booster/blob/master/docs/manpage.md#debugging
Sorry, something went wrong.
No branches or pull requests
Building the linux kernel for 6.10.2 and trying to load it up via qemu gets me stuck at loading all the modules specifically this line:
booster/init/main.go
Line 871 in 276a3ef
Not 100% if I'm correct though, so take this with a grain of salt.
Qemu Image:
Commands:
The text was updated successfully, but these errors were encountered: