I resolved the issue like so:
1) Download kernel source (K) from kernel.org
2) move the archive to a place where source is, /home/user/linux for
example (will have to do mkdir /home/user/linux first of course!) via
mv /home/user/Desktop/archive /dest/archive
3) Extract the archive: if .tar.bz2:
On 8/21/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
> - which is why people use initramfs. It's all perfect.
>
> >Perfect is the enemy of good
>
>
> Jan
> --
How would I go about setting up a initramfs for the kernel? The book
I'm referring to to help me learn kernel compilation and inst
On 8/21/07, Ismail Dönmez <[EMAIL PROTECTED]> wrote:
> Well also the filesystem module for the root fs ( / ) should not be a module
> as you won't be able mount root at startup hence causing a panic.
Thanks, I have made sure that it is built in along with ata_piix
...however now I get this error:
On Aug 21 2007 22:56, Ismail Dönmez wrote:
>On Tuesday 21 August 2007 22:27:25 you wrote:
>> On 8/21/07, Hex Star <[EMAIL PROTECTED]> wrote:
>> > Ah so the IDE/SATA driver should not be a module (if it is a module
>> > it'll cause this issue)?
>>
>> One more thing, are there any other critical ker
On Tuesday 21 August 2007 22:27:25 you wrote:
> On 8/21/07, Hex Star <[EMAIL PROTECTED]> wrote:
> > Ah so the IDE/SATA driver should not be a module (if it is a module
> > it'll cause this issue)?
>
> One more thing, are there any other critical kernel components that
> won't work as a module and t
On Aug 21 2007 12:42, Hex Star wrote:
>On 8/21/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
>>
>> success = (using_initramfs && ide == 'M') || ide == 'Y';
>
>Thanks for the replies guys, I am building the ata_piix and
>ata_generic drivers into the kernel now...hope this works :)
You do not need
On 8/21/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
>
> success = (using_initramfs && ide == 'M') || ide == 'Y';
Thanks for the replies guys, I am building the ata_piix and
ata_generic drivers into the kernel now...hope this works :)
-
To unsubscribe from this list: send the line "unsubscribe l
On Aug 21 2007 12:29, Hex Star wrote:
>
>Btw, I am not using a initramfs image..
success = (using_initramfs && ide == 'M') || ide == 'Y';
HTH.
Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo
Btw, I am not using a initramfs image..
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
On 8/21/07, Ismail Dönmez <[EMAIL PROTECTED]> wrote:
>
> Make sure your IDE/SATA driver is compiled in unless you are using an
> initramfs image.
>
> Regards,
> ismail
>
> --
> Perfect is the enemy of good
>
Ah so the IDE/SATA driver should not be a module (if it is a module
it'll cause this issu
On 8/21/07, Hex Star <[EMAIL PROTECTED]> wrote:
> Ah so the IDE/SATA driver should not be a module (if it is a module
> it'll cause this issue)?
>
One more thing, are there any other critical kernel components that
won't work as a module and thus prevent boot?
Thanks! :)
-
To unsubscribe from th
On Tuesday 21 August 2007 22:19:13 you wrote:
> Hello, I am running Kubuntu 7.04 on a mac mini (specs attached via
> info.html). For learning purposes I am trying to custom build a
> 2.6.22.3 kernel from source and boot from it. My plan was to use the
> distributions .config file (and I specified t
12 matches
Mail list logo