Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
silent no-boot [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
mounty1
l33t
l33t


Joined: 06 Jul 2006
Posts: 955
Location: Queensland

PostPosted: Tue Feb 21, 2023 7:34 am    Post subject: silent no-boot [SOLVED] Reply with quote

Setting-up Gentoo on a new machine. Installation seemed to go alright; no unexplained error messages or anything like that. Hardware is a Kingdel NC860 with the Intel Wildcat chipset for just about everything, except the Realtek NICs.

When the machine boots, it shows:
Code:
Loading Linux 6.1.1-gentoo-6 ...
Loaded Linux 6.1.1-gentoo-6

where that second line comes from a mod. I made to the grub file. Nothing else is printed, nothing seems to happen, but the machine is not entirely locked-up as I can ctrl-alt-del.

As can be seen from the kernel config, there's a high level of debuggery in the kernel so I wonder if the kernel ever actually starts, and yet, grub is apparently doing its job.

What's going on?
_________________
Michael Mounteney


Last edited by mounty1 on Wed Feb 22, 2023 7:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 5770
Location: Bavaria

PostPosted: Tue Feb 21, 2023 11:40 am    Post subject: Reply with quote

Maybe your are missing Frambuffer: https://wiki.gentoo.org/wiki/Framebuffer#Early_framebuffer_drivers

If this does not help try to disable this:
Code:
Device Drivers  --->
    Firmware Drivers  --->
        [*] Mark VGA/VBE/EFI FB as generic system framebuffer
Back to top
View user's profile Send private message
sMueggli
l33t
l33t


Joined: 03 Sep 2022
Posts: 603

PostPosted: Tue Feb 21, 2023 5:33 pm    Post subject: Reply with quote

I am just guessing, but I think that CONFIG_FB should be builtin and not a module. And then you can set also CONFIG_FB_VESA as built in module.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 2215

PostPosted: Tue Feb 21, 2023 6:50 pm    Post subject: Reply with quote

I would also add CONFIG_EFI=y and CONFIG_FB_EFI=y.

Also suggested to disable CONFIG_SYSFB_SIMPLEFB.
Back to top
View user's profile Send private message
mounty1
l33t
l33t


Joined: 06 Jul 2006
Posts: 955
Location: Queensland

PostPosted: Wed Feb 22, 2023 7:27 pm    Post subject: Reply with quote

Thanks to all of you; CONFIG_FB=y was the fix.

How did I make such an obvious mistake, akin to making the root filesystem driver a module? A mistake while comparing with a known-good config. from another machine.
_________________
Michael Mounteney
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum