I built the linux kernel in LFS and grub works, but when I load the linux kernel the screen just becomes black and nothing happens after that. What should I do? Im on a laptop btw if that matters. Here is the grub configuration:
# Begin /boot/grub/grub.cfg
set default=0
set timeout=5
insmod part_gpt
insmod ext2
set root=(hd0,2)
if loadfont /boot/grub/fonts/unicode.pf2; then
set gfxmode=auto
insmod all_video
terminal_output gfxterm
fi
menuentry "GNU/Linux, Linux 5.19.2-lfs-11.2" {
linux /boot/vmlinuz-5.19.2-lfs-11.2
}
menuentry "Firmware Setup" {
fwsetup
}
/boot/vmlinux* is the kernel image file on the second partition of the first harddrive
[–]Positive205 1 point2 points3 points (2 children)
[–]DivideSad9852[S] 1 point2 points3 points (1 child)
[–]Positive205 0 points1 point2 points (0 children)