netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.47k stars 651 forks source link

Kali linux image stucks at EFI stub #1473

Closed mIcHyAmRaNe closed 2 weeks ago

mIcHyAmRaNe commented 1 month ago

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

  1. Go to Boot Maintenance Manager
  2. Select Boot From File
  3. Select netboot.xyz.efi
  4. Kernel cmdline params set to: console=ttyS0,9600
  5. Linux Network Installs
  6. Kali Linux

Expected behavior expected that it runs the install process just like debian , as kali is based on debian

Screenshots

Capture d’écran 2024-06-12 à 04 33 40 Capture d’écran 2024-06-12 à 04 23 52
antonym commented 1 month ago

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 4 weeks ago

thank you for the reply, i'm gonna try playing with console settings :)