mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1473] Kali linux image stucks at EFI stub #2008
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#2008
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mIcHyAmRaNe on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1473
Describe the bug
Hello, i discovered your project and i wanted to give it a try, so i followed all steps mentioned in the documentation,
then i tested to install debian which works,
but when i tried kali linux image it stucks, it doesn't load and the installation process didn't start.
To Reproduce
Steps to reproduce the behavior:
following steps : https://netboot.xyz/docs/kb/providers/oci
Expected behavior
expected that it runs the install process just like debian , as kali is based on debian
Screenshots

@antonym commented on GitHub (Jun 15, 2024):
You might try playing with the console settings or see what a working instances console settings are by checking /proc/cmdline once it boots. My guess is it's booting but the wrong console is going to the cloud shell so you aren't seeing any output.
@mIcHyAmRaNe commented on GitHub (Jun 16, 2024):
thank you for the reply,
i'm gonna try playing with console settings :)