View previous topic :: View next topic |
Author |
Message |
mounty1 l33t


Joined: 06 Jul 2006 Posts: 955 Location: Queensland
|
Posted: Tue Feb 21, 2023 7:34 am Post subject: silent no-boot [SOLVED] |
|
|
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 |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5770 Location: Bavaria
|
|
Back to top |
|
 |
sMueggli l33t

Joined: 03 Sep 2022 Posts: 603
|
Posted: Tue Feb 21, 2023 5:33 pm Post subject: |
|
|
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 |
|
 |
grknight Retired Dev

Joined: 20 Feb 2015 Posts: 2215
|
Posted: Tue Feb 21, 2023 6:50 pm Post subject: |
|
|
I would also add CONFIG_EFI=y and CONFIG_FB_EFI=y.
Also suggested to disable CONFIG_SYSFB_SIMPLEFB. |
|
Back to top |
|
 |
mounty1 l33t


Joined: 06 Jul 2006 Posts: 955 Location: Queensland
|
Posted: Wed Feb 22, 2023 7:27 pm Post subject: |
|
|
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 |
|
 |
|