I compiled a Linux kernel but when i start it, it shows me only logs,where i can't type commands:logs
I already tried to switch to serial0 in Qemu and it worked, buton desktop, as you understand, i can't switch to serial0.
I think i can fix it with Grub, but i don't know how.My Grub config:
set timeout=0set default=0menuentry "Linux" { insmod linux linux /boot/bzImage initrd /boot/initrd.img boot}
Maybe anyone know what to do?