| Summary: | Kernel compiled from source (kernel-linus-source) and installed won't boot. | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Shlomi Fish <shlomif> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | tmb |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | kernel-linus-3.9.4-1.mga4.src.rpm | CVE: | |
| Status comment: | |||
| Attachments: |
The configuration file used for the kernel
Screenshot of the kernel at boot time. The new config with CGROUPS enabled - still doesn't boot. A mostly working configuration file |
||
|
Description
Shlomi Fish
2013-05-31 17:27:54 CEST
Created attachment 4086 [details]
The configuration file used for the kernel
This is the configuration file used to build the kernel.
Created attachment 4087 [details]
Screenshot of the kernel at boot time.
Seems like the /usrmove is not handled properly or something like that - init cannot be found.
Nope, its a broken kernel config... for example, you need CONFIG_CGROUPS for systemd. (you dont need the suboptions enabled, only the toplevel one (like I've done in kernel-tmb) CC:
(none) =>
tmb Hi Thomas, thanks for the reply. (In reply to Thomas Backlund from comment #3) > Nope, its a broken kernel config... > > for example, you need CONFIG_CGROUPS for systemd. > (you dont need the suboptions enabled, only the toplevel one (like I've done > in kernel-tmb) OK, thanks. I added it now, and will test the kernel that I built with it. I already tried the pristine kernel-linus-source configuration (with all the sources) and it was bootable, but took a long time to build. I'll let you know what's going on further. Regards, -- Shlomi Fish Created attachment 4091 [details]
The new config with CGROUPS enabled - still doesn't boot.
This is the new config with CGROUPS enabled that still doesn't boot, and gives me the same error - what else is missing?
Regards,
-- Shlomi Fish
Well, one thing is you are reporting this against x86_64, but the kernel you try to boot is i586 A google of the error: runaway loop modprobe binfmt-464c would have told you that too Hi Thomas, (In reply to Thomas Backlund from comment #6) > Well, one thing is you are reporting this against x86_64, but the kernel you > try to boot is i586 > > A google of the error: runaway loop modprobe binfmt-464c would have told you > that too Thanks for the input. I figured it out based on comparing with my laptop's kernel configuration which boot fine. I fixed it at my end and I am building the new kernel now. Regards, -- Shlomi Fish Created attachment 4092 [details]
A mostly working configuration file
Hi,
after a lot of trial and error, and inspecting the currently used devices in the Mageia kernel, I was able to construct a working configuration that has video/3-D+sound+networking. It is attached here for reference.
Regards,
-- Shlomi Fish
OK, apparently, I did something wrong, and was able to fix it. Closing this. Status:
NEW =>
RESOLVED |