* Anyone successfully booted a custom kernel on Fedora 17?
@ 2012-05-31 0:16 Ben Greear
2012-05-31 3:15 ` Ben Greear
0 siblings, 1 reply; 6+ messages in thread
From: Ben Greear @ 2012-05-31 0:16 UTC (permalink / raw)
To: Linux Kernel Mailing List
This is probably a Fedora 17 issue..but hoping someone will have mercy on me :)
I upgraded a system to Fedora 17 (from 16), and now none of my
custom-built kernels are booting. I'm compiling the kernels on
another machine, running the 'make modules install', tarring everything
up, and then running 'mkinitrd ...' after un-tarring on the F17 machine.
The F17 machine hangs right before it should begin starting services.
I tried 3.3.7+, 3.0.32+, etc. The kernels that come with F17 boot fine.
If anyone has any ideas, please let me know.
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Anyone successfully booted a custom kernel on Fedora 17?
2012-05-31 0:16 Anyone successfully booted a custom kernel on Fedora 17? Ben Greear
@ 2012-05-31 3:15 ` Ben Greear
2012-06-01 0:28 ` valdis.kletnieks
0 siblings, 1 reply; 6+ messages in thread
From: Ben Greear @ 2012-05-31 3:15 UTC (permalink / raw)
To: Linux Kernel Mailing List
On 05/30/2012 05:16 PM, Ben Greear wrote:
> This is probably a Fedora 17 issue..but hoping someone will have mercy on me :)
Must be something to do with my kernel config or how I generate
the initrd with mkinitrd: I tried vanilla 3.3.7 compiled and
installed with:
Copy Fedora kernel config to ./config
make -j8 bzImage modules
make modules_install
make install
(and fixed up grub2)
and it booted just fine.
Thanks,
Ben
>
> I upgraded a system to Fedora 17 (from 16), and now none of my
> custom-built kernels are booting. I'm compiling the kernels on
> another machine, running the 'make modules install', tarring everything
> up, and then running 'mkinitrd ...' after un-tarring on the F17 machine.
>
> The F17 machine hangs right before it should begin starting services.
>
> I tried 3.3.7+, 3.0.32+, etc. The kernels that come with F17 boot fine.
>
> If anyone has any ideas, please let me know.
>
> Thanks,
> Ben
>
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Anyone successfully booted a custom kernel on Fedora 17?
2012-05-31 3:15 ` Ben Greear
@ 2012-06-01 0:28 ` valdis.kletnieks
2012-06-01 0:45 ` Ben Greear
0 siblings, 1 reply; 6+ messages in thread
From: valdis.kletnieks @ 2012-06-01 0:28 UTC (permalink / raw)
To: Ben Greear; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 561 bytes --]
On Wed, 30 May 2012 20:15:35 -0700, Ben Greear said:
> On 05/30/2012 05:16 PM, Ben Greear wrote:
> > This is probably a Fedora 17 issue..but hoping someone will have mercy on me :)
>
> Must be something to do with my kernel config or how I generate
> the initrd with mkinitrd:
For what it's worth, over on the Rawhide side of the fence, dracut-018-74
builds bad initramfs images for me,while dracut-081-53 works. Not sure
what release is in the F17 updates repository. I'm going to file a bug report
with Fedora soon as I figure out what -74 is doing wrong.
[-- Attachment #2: Type: application/pgp-signature, Size: 865 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Anyone successfully booted a custom kernel on Fedora 17?
2012-06-01 0:28 ` valdis.kletnieks
@ 2012-06-01 0:45 ` Ben Greear
2012-06-01 9:49 `
0 siblings, 1 reply; 6+ messages in thread
From: Ben Greear @ 2012-06-01 0:45 UTC (permalink / raw)
To: valdis.kletnieks; +Cc: Linux Kernel Mailing List
On 05/31/2012 05:28 PM, valdis.kletnieks@vt.edu wrote:
> On Wed, 30 May 2012 20:15:35 -0700, Ben Greear said:
>> On 05/30/2012 05:16 PM, Ben Greear wrote:
>>> This is probably a Fedora 17 issue..but hoping someone will have mercy on me :)
>>
>> Must be something to do with my kernel config or how I generate
>> the initrd with mkinitrd:
>
> For what it's worth, over on the Rawhide side of the fence, dracut-018-74
> builds bad initramfs images for me,while dracut-081-53 works. Not sure
> what release is in the F17 updates repository. I'm going to file a bug report
> with Fedora soon as I figure out what -74 is doing wrong.
At least my problem appears to be some missing feature in the kernel, probably
one of the 'fooFS' things releated to ramdisk and/or early startup.
I enabled several things I found in the F17 .config file that were not in my
config file, and now my kernel boots, at least when I
build and install it on the F17 machine.
I'm going to try building on F13 and just (re)making the initrd on
F17 like I have been for all other distributions, but that will be
a day or two..got a release to shove out the door first!
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Anyone successfully booted a custom kernel on Fedora 17?
2012-06-01 0:45 ` Ben Greear
@ 2012-06-01 9:49 `
2012-06-01 21:49 ` valdis.kletnieks
0 siblings, 1 reply; 6+ messages in thread
From: @ 2012-06-01 9:49 UTC (permalink / raw)
To: Ben Greear; +Cc: valdis.kletnieks, Linux Kernel Mailing List
Hi,
On 31 May 2012 20:45, Ben Greear <greearb@candelatech.com> wrote:
> On 05/31/2012 05:28 PM, valdis.kletnieks@vt.edu wrote:
>>
>> On Wed, 30 May 2012 20:15:35 -0700, Ben Greear said:
>>>
>>> On 05/30/2012 05:16 PM, Ben Greear wrote:
>>>>
>>>> This is probably a Fedora 17 issue..but hoping someone will have mercy
>>>> on me :)
>>>
>>>
>>> Must be something to do with my kernel config or how I generate
>>> the initrd with mkinitrd:
>>
>>
>> For what it's worth, over on the Rawhide side of the fence, dracut-018-74
>> builds bad initramfs images for me,while dracut-081-53 works. Not sure
>> what release is in the F17 updates repository. I'm going to file a bug
>> report
>> with Fedora soon as I figure out what -74 is doing wrong.
>
>
> At least my problem appears to be some missing feature in the kernel,
> probably
> one of the 'fooFS' things releated to ramdisk and/or early startup.
> I enabled several things I found in the F17 .config file that were not in my
> config file, and now my kernel boots, at least when I
> build and install it on the F17 machine.
>
> I'm going to try building on F13 and just (re)making the initrd on
> F17 like I have been for all other distributions, but that will be
> a day or two..got a release to shove out the door first!
>
>
> Thanks,
> Ben
>
> --
> Ben Greear <greearb@candelatech.com>
> Candela Technologies Inc http://www.candelatech.com
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
This thread might help you folks.
http://lkml.org/lkml/2012/5/18/230
Urgent: x86-32 and GNU ld 2.22.52.0.1
Happy bug hunting
-p
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Anyone successfully booted a custom kernel on Fedora 17?
2012-06-01 9:49 `
@ 2012-06-01 21:49 ` valdis.kletnieks
0 siblings, 0 replies; 6+ messages in thread
From: valdis.kletnieks @ 2012-06-01 21:49 UTC (permalink / raw)
To: ; +Cc: Ben Greear, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
On Fri, 01 Jun 2012 05:49:57 -0400, said:
> This thread might help you folks.
> http://lkml.org/lkml/2012/5/18/230
> Urgent: x86-32 and GNU ld 2.22.52.0.1
x86_64 here, so I doubt that's the problem. That, and both my working and
broken kernels were build with binutils 2.22.52.0.3 - working with gcc 4.6.2
and busted with 4.7.0.
[-- Attachment #2: Type: application/pgp-signature, Size: 865 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-06-01 21:49 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 0:16 Anyone successfully booted a custom kernel on Fedora 17? Ben Greear
2012-05-31 3:15 ` Ben Greear
2012-06-01 0:28 ` valdis.kletnieks
2012-06-01 0:45 ` Ben Greear
2012-06-01 9:49 `
2012-06-01 21:49 ` valdis.kletnieks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox