Re: Why can't I build a running Kernel?

2007-02-13 Thread Jiri Slaby

albcamus napsal(a):

2007/2/12, Jiri Slaby <[EMAIL PROTECTED]>:

and lines from your boot loader.



title Fedora Core (2.6.20)
root (hd0,1)
kernel /vmlinuz-2.6.20 ro root=LABEL=/ vga=0x31B
initrd /initrd-2.6.20.img

And I have the SATA device /dev/sda3 labeled as '/'.


I would try to disable piix from old ATA tree (which was superseded by libata 
ata_piix). This is what've changed since 2.6.19 times -- you probably may turn 
the whole 'ATA/ATAPI/MFM/RLL support' off. Another problem may lie in your 
initrd, what distro do you use/what type of initrd do you have -- it would be 
reasonable to look into it, what (which modules) does it contain and load.


reagrds,
--
http://www.fi.muni.cz/~xslaby/Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
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/


Re: Why can't I build a running Kernel?

2007-02-13 Thread Jiri Slaby

albcamus napsal(a):

2007/2/12, Jiri Slaby [EMAIL PROTECTED]:

and lines from your boot loader.



title Fedora Core (2.6.20)
root (hd0,1)
kernel /vmlinuz-2.6.20 ro root=LABEL=/ vga=0x31B
initrd /initrd-2.6.20.img

And I have the SATA device /dev/sda3 labeled as '/'.


I would try to disable piix from old ATA tree (which was superseded by libata 
ata_piix). This is what've changed since 2.6.19 times -- you probably may turn 
the whole 'ATA/ATAPI/MFM/RLL support' off. Another problem may lie in your 
initrd, what distro do you use/what type of initrd do you have -- it would be 
reasonable to look into it, what (which modules) does it contain and load.


reagrds,
--
http://www.fi.muni.cz/~xslaby/Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
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/


Re: Why can't I build a running Kernel?

2007-02-12 Thread Tony.Ho

In addition
This problem is not appear on another PC host with the same 
hardware(CPU,HD) except MEM is 2G.

OS is origin RHEL4 without updates.


Tony.Ho wrote:

I have the same problem with 2.6.20.
My host is dell PE850: pemtiumD 2.8G X1,  MEM  1G X4,  SATA  73G X1.

albcamus wrote:

2007/2/9, Jiri Slaby <[EMAIL PROTECTED]>:

Reg Clemens napsal(a):
> Why can't I build a running Kernel?
> I have in the past, but since some time in the 2.6.19 series,
> I have got the following series of errors.
> Same thing now with 2.6.20.
>
> I build with:
>
> make xconfig
>
> changing only the Processor type to Pentium4,
> then I
>
> make bzImage
> make modules
> make modules_install
> make install
>
> Fine everything builds, no errors.
> I then try booting, and I get 4 or 5 lines and then
>
> Unable to access resume device (/dev/sda5)
> mount: could not find filesystem '/dev/root'
> < 4 more lines with setuproot and switchroot >
>
> and then
>
> Kernel panic - not syncing: Attempting to kill init!
>
> Sigh.
> What has changed, what do I need to do to get this thing to boot?


I have the same problem with 2.6.19 and later. The previous kernel with
same .config works, but it's not true for 2.6.19 and 2.6.30.




Re-enable sata/scsi/usb/whatever is your root behind stuff back 
again? What

does
your .config look like?

regards,


I selected everything about ATA to <*> or , and made initrd for the
newly-built kernel, still unable to boot.

The .config was attached, I have kdb-4.4 patched.

Thanks and Regards,
albcamus <[EMAIL PROTECTED]>


-
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/



-
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/


Re: Why can't I build a running Kernel?

2007-02-12 Thread Tony.Ho

I have the same problem with 2.6.20.
My host is dell PE850: pemtiumD 2.8G X1,  MEM  1G X4,  SATA  73G X1.

albcamus wrote:

2007/2/9, Jiri Slaby <[EMAIL PROTECTED]>:

Reg Clemens napsal(a):
> Why can't I build a running Kernel?
> I have in the past, but since some time in the 2.6.19 series,
> I have got the following series of errors.
> Same thing now with 2.6.20.
>
> I build with:
>
> make xconfig
>
> changing only the Processor type to Pentium4,
> then I
>
> make bzImage
> make modules
> make modules_install
> make install
>
> Fine everything builds, no errors.
> I then try booting, and I get 4 or 5 lines and then
>
> Unable to access resume device (/dev/sda5)
> mount: could not find filesystem '/dev/root'
> < 4 more lines with setuproot and switchroot >
>
> and then
>
> Kernel panic - not syncing: Attempting to kill init!
>
> Sigh.
> What has changed, what do I need to do to get this thing to boot?


I have the same problem with 2.6.19 and later. The previous kernel with
same .config works, but it's not true for 2.6.19 and 2.6.30.




Re-enable sata/scsi/usb/whatever is your root behind stuff back 
again? What

does
your .config look like?

regards,


I selected everything about ATA to <*> or , and made initrd for the
newly-built kernel, still unable to boot.

The .config was attached, I have kdb-4.4 patched.

Thanks and Regards,
albcamus <[EMAIL PROTECTED]>


-
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/


Re: Why can't I build a running Kernel?

2007-02-12 Thread albcamus

2007/2/12, Jiri Slaby <[EMAIL PROTECTED]>:


Config seems to be fine. Please post
lspci -vvvxx

Attached.



and lines from your boot loader.



title Fedora Core (2.6.20)
root (hd0,1)
kernel /vmlinuz-2.6.20 ro root=LABEL=/ vga=0x31B
initrd /initrd-2.6.20.img

And I have the SATA device /dev/sda3 labeled as '/'.


regards,
--


Thanks and regards,
albcamus<[EMAIL PROTECTED]>


lspci_vvvxx.output
Description: Binary data


Re: Why can't I build a running Kernel?

2007-02-12 Thread Jiri Slaby

albcamus napsal(a):

2007/2/9, Jiri Slaby <[EMAIL PROTECTED]>:

Reg Clemens napsal(a):
> Why can't I build a running Kernel?
> I have in the past, but since some time in the 2.6.19 series,
> I have got the following series of errors.
> Same thing now with 2.6.20.
>
> I build with:
>
> make xconfig
>
> changing only the Processor type to Pentium4,
> then I
>
> make bzImage
> make modules
> make modules_install
> make install
>
> Fine everything builds, no errors.
> I then try booting, and I get 4 or 5 lines and then
>
> Unable to access resume device (/dev/sda5)
> mount: could not find filesystem '/dev/root'
> < 4 more lines with setuproot and switchroot >
>
> and then
>
> Kernel panic - not syncing: Attempting to kill init!
>
> Sigh.
> What has changed, what do I need to do to get this thing to boot?


I have the same problem with 2.6.19 and later. The previous kernel with
same .config works, but it's not true for 2.6.19 and 2.6.30.




Re-enable sata/scsi/usb/whatever is your root behind stuff back again? 
What

does
your .config look like?

regards,


I selected everything about ATA to <*> or , and made initrd for the
newly-built kernel, still unable to boot.

The .config was attached, I have kdb-4.4 patched.


Config seems to be fine. Please post
lspci -vvvxx

and lines from your boot loader.

regards,
--
http://www.fi.muni.cz/~xslaby/Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
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/


Re: Why can't I build a running Kernel?

2007-02-12 Thread Jiri Slaby

albcamus napsal(a):

2007/2/9, Jiri Slaby [EMAIL PROTECTED]:

Reg Clemens napsal(a):
 Why can't I build a running Kernel?
 I have in the past, but since some time in the 2.6.19 series,
 I have got the following series of errors.
 Same thing now with 2.6.20.

 I build with:

 make xconfig

 changing only the Processor type to Pentium4,
 then I

 make bzImage
 make modules
 make modules_install
 make install

 Fine everything builds, no errors.
 I then try booting, and I get 4 or 5 lines and then

 Unable to access resume device (/dev/sda5)
 mount: could not find filesystem '/dev/root'
  4 more lines with setuproot and switchroot 

 and then

 Kernel panic - not syncing: Attempting to kill init!

 Sigh.
 What has changed, what do I need to do to get this thing to boot?


I have the same problem with 2.6.19 and later. The previous kernel with
same .config works, but it's not true for 2.6.19 and 2.6.30.




Re-enable sata/scsi/usb/whatever is your root behind stuff back again? 
What

does
your .config look like?

regards,


I selected everything about ATA to * or M, and made initrd for the
newly-built kernel, still unable to boot.

The .config was attached, I have kdb-4.4 patched.


Config seems to be fine. Please post
lspci -vvvxx

and lines from your boot loader.

regards,
--
http://www.fi.muni.cz/~xslaby/Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
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/


Re: Why can't I build a running Kernel?

2007-02-12 Thread albcamus

2007/2/12, Jiri Slaby [EMAIL PROTECTED]:


Config seems to be fine. Please post
lspci -vvvxx

Attached.



and lines from your boot loader.



title Fedora Core (2.6.20)
root (hd0,1)
kernel /vmlinuz-2.6.20 ro root=LABEL=/ vga=0x31B
initrd /initrd-2.6.20.img

And I have the SATA device /dev/sda3 labeled as '/'.


regards,
--


Thanks and regards,
albcamus[EMAIL PROTECTED]


lspci_vvvxx.output
Description: Binary data


Re: Why can't I build a running Kernel?

2007-02-12 Thread Tony.Ho

I have the same problem with 2.6.20.
My host is dell PE850: pemtiumD 2.8G X1,  MEM  1G X4,  SATA  73G X1.

albcamus wrote:

2007/2/9, Jiri Slaby [EMAIL PROTECTED]:

Reg Clemens napsal(a):
 Why can't I build a running Kernel?
 I have in the past, but since some time in the 2.6.19 series,
 I have got the following series of errors.
 Same thing now with 2.6.20.

 I build with:

 make xconfig

 changing only the Processor type to Pentium4,
 then I

 make bzImage
 make modules
 make modules_install
 make install

 Fine everything builds, no errors.
 I then try booting, and I get 4 or 5 lines and then

 Unable to access resume device (/dev/sda5)
 mount: could not find filesystem '/dev/root'
  4 more lines with setuproot and switchroot 

 and then

 Kernel panic - not syncing: Attempting to kill init!

 Sigh.
 What has changed, what do I need to do to get this thing to boot?


I have the same problem with 2.6.19 and later. The previous kernel with
same .config works, but it's not true for 2.6.19 and 2.6.30.




Re-enable sata/scsi/usb/whatever is your root behind stuff back 
again? What

does
your .config look like?

regards,


I selected everything about ATA to * or M, and made initrd for the
newly-built kernel, still unable to boot.

The .config was attached, I have kdb-4.4 patched.

Thanks and Regards,
albcamus [EMAIL PROTECTED]


-
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/


Re: Why can't I build a running Kernel?

2007-02-12 Thread Tony.Ho

In addition
This problem is not appear on another PC host with the same 
hardware(CPU,HD) except MEM is 2G.

OS is origin RHEL4 without updates.


Tony.Ho wrote:

I have the same problem with 2.6.20.
My host is dell PE850: pemtiumD 2.8G X1,  MEM  1G X4,  SATA  73G X1.

albcamus wrote:

2007/2/9, Jiri Slaby [EMAIL PROTECTED]:

Reg Clemens napsal(a):
 Why can't I build a running Kernel?
 I have in the past, but since some time in the 2.6.19 series,
 I have got the following series of errors.
 Same thing now with 2.6.20.

 I build with:

 make xconfig

 changing only the Processor type to Pentium4,
 then I

 make bzImage
 make modules
 make modules_install
 make install

 Fine everything builds, no errors.
 I then try booting, and I get 4 or 5 lines and then

 Unable to access resume device (/dev/sda5)
 mount: could not find filesystem '/dev/root'
  4 more lines with setuproot and switchroot 

 and then

 Kernel panic - not syncing: Attempting to kill init!

 Sigh.
 What has changed, what do I need to do to get this thing to boot?


I have the same problem with 2.6.19 and later. The previous kernel with
same .config works, but it's not true for 2.6.19 and 2.6.30.




Re-enable sata/scsi/usb/whatever is your root behind stuff back 
again? What

does
your .config look like?

regards,


I selected everything about ATA to * or M, and made initrd for the
newly-built kernel, still unable to boot.

The .config was attached, I have kdb-4.4 patched.

Thanks and Regards,
albcamus [EMAIL PROTECTED]


-
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/



-
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/


Re: Why can't I build a running Kernel?

2007-02-08 Thread Jiri Slaby

Reg Clemens napsal(a):

Why can't I build a running Kernel?
I have in the past, but since some time in the 2.6.19 series,
I have got the following series of errors. 
Same thing now with 2.6.20.


I build with:

make xconfig

changing only the Processor type to Pentium4,
then I

make bzImage
make modules
make modules_install
make install

Fine everything builds, no errors.
I then try booting, and I get 4 or 5 lines and then

Unable to access resume device (/dev/sda5)
mount: could not find filesystem '/dev/root'
< 4 more lines with setuproot and switchroot >
  
and then


Kernel panic - not syncing: Attempting to kill init!

Sigh.
What has changed, what do I need to do to get this thing to boot?


Re-enable sata/scsi/usb/whatever is your root behind stuff back again? What does 
your .config look like?


regards,
--
http://www.fi.muni.cz/~xslaby/Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
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/


Why can't I build a running Kernel?

2007-02-08 Thread Reg Clemens
Why can't I build a running Kernel?
I have in the past, but since some time in the 2.6.19 series,
I have got the following series of errors. 
Same thing now with 2.6.20.

I build with:

make xconfig

changing only the Processor type to Pentium4,
then I

make bzImage
make modules
make modules_install
make install

Fine everything builds, no errors.
I then try booting, and I get 4 or 5 lines and then

Unable to access resume device (/dev/sda5)
mount: could not find filesystem '/dev/root'
< 4 more lines with setuproot and switchroot >
  
and then

Kernel panic - not syncing: Attempting to kill init!

Sigh.
What has changed, what do I need to do to get this thing to boot?
-- 
Reg.Clemens
[EMAIL PROTECTED]


-
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/


Why can't I build a running Kernel?

2007-02-08 Thread Reg Clemens
Why can't I build a running Kernel?
I have in the past, but since some time in the 2.6.19 series,
I have got the following series of errors. 
Same thing now with 2.6.20.

I build with:

make xconfig

changing only the Processor type to Pentium4,
then I

make bzImage
make modules
make modules_install
make install

Fine everything builds, no errors.
I then try booting, and I get 4 or 5 lines and then

Unable to access resume device (/dev/sda5)
mount: could not find filesystem '/dev/root'
 4 more lines with setuproot and switchroot 
  
and then

Kernel panic - not syncing: Attempting to kill init!

Sigh.
What has changed, what do I need to do to get this thing to boot?
-- 
Reg.Clemens
[EMAIL PROTECTED]


-
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/


Re: Why can't I build a running Kernel?

2007-02-08 Thread Jiri Slaby

Reg Clemens napsal(a):

Why can't I build a running Kernel?
I have in the past, but since some time in the 2.6.19 series,
I have got the following series of errors. 
Same thing now with 2.6.20.


I build with:

make xconfig

changing only the Processor type to Pentium4,
then I

make bzImage
make modules
make modules_install
make install

Fine everything builds, no errors.
I then try booting, and I get 4 or 5 lines and then

Unable to access resume device (/dev/sda5)
mount: could not find filesystem '/dev/root'
 4 more lines with setuproot and switchroot 
  
and then


Kernel panic - not syncing: Attempting to kill init!

Sigh.
What has changed, what do I need to do to get this thing to boot?


Re-enable sata/scsi/usb/whatever is your root behind stuff back again? What does 
your .config look like?


regards,
--
http://www.fi.muni.cz/~xslaby/Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
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/