* kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
@ 2006-08-14 1:17 Hulin Thibaud
2006-08-14 1:33 ` Nick Manley
2006-08-14 13:32 ` Jiri Slaby
0 siblings, 2 replies; 10+ messages in thread
From: Hulin Thibaud @ 2006-08-14 1:17 UTC (permalink / raw)
To: linux-kernel
Hello !
I'm trying to compile my own kernel for drivers on two computers, but
that fails. A the boot, I have this error :
kernel panic - not syncing: VFS Unable to mount root fs on unknow-block
(3.69)
I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
config and I type make oldconfig, so I don't understand why there are an
error with the near same configuration.
I suppose that I must compile not in module but in hard support for my
IDE chipset, harddisk and file system. Probably, I don't understand how
do exactly. I do that :
lspci |grep IDE
0000:00:11.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
make xconfig
-Device Drivers
--* ATA/ATAPI/MFM/RLL support
--- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
--- * Include IDE/ATA-2 DISK support
--- * PCI IDE chipset support
---- * Generic PCI IDE Support
----- * VIA82CXXX chipset support
- File systems
-- * Ext3 journalling file system support
--- * Ext3 extended attributes
---- * Ext3 POSIX Access Control Lists
---- * Ext3 Security Labels
Have I forgot anything ?
Thanks very much,
Thibaud.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 1:17 kernel panic - not syncing: VFS - unable to mount root fs on unknown-block Hulin Thibaud
@ 2006-08-14 1:33 ` Nick Manley
2006-08-14 13:32 ` Jiri Slaby
1 sibling, 0 replies; 10+ messages in thread
From: Nick Manley @ 2006-08-14 1:33 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel
I think you meant 2.6.18? Anyways, I'm not expert but I usually have
problems when using oldconfig. It seems you have your kernel settings
configured properly and have included all the proper stuff (ext3, ide
drivers) to be built in. I would try disabling SCSI if you aren't
using it. Another thing to look at would be your settings in GRUB (or
lilo). Your particular setup might vary but it should look something
like this...
title Linux 2.6.18
root (hd0,2)
kernel /boot/bzImage-2.6.18 root=/dev/hda3 ro
# you might also have an "initrd" placed here
If you search Google you can find other suggestions as well and also
posting to your distribution's forum might be a good idea too as the
kernel mailing list is usually a place for reporting bugs and
discussing kernel development. Basically it is a last resort kind of
thing if you can't find the information anywhere else.
On 8/13/06, Hulin Thibaud <hulin.thibaud@wanadoo.fr> wrote:
> Hello !
> I'm trying to compile my own kernel for drivers on two computers, but
> that fails. A the boot, I have this error :
> kernel panic - not syncing: VFS Unable to mount root fs on unknow-block
> (3.69)
>
> I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
> config and I type make oldconfig, so I don't understand why there are an
> error with the near same configuration.
> I suppose that I must compile not in module but in hard support for my
> IDE chipset, harddisk and file system. Probably, I don't understand how
> do exactly. I do that :
> lspci |grep IDE
> 0000:00:11.1 IDE interface: VIA Technologies, Inc.
> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
> make xconfig
> -Device Drivers
> --* ATA/ATAPI/MFM/RLL support
> --- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
> --- * Include IDE/ATA-2 DISK support
> --- * PCI IDE chipset support
> ---- * Generic PCI IDE Support
> ----- * VIA82CXXX chipset support
> - File systems
> -- * Ext3 journalling file system support
> --- * Ext3 extended attributes
> ---- * Ext3 POSIX Access Control Lists
> ---- * Ext3 Security Labels
>
> Have I forgot anything ?
>
> Thanks very much,
> Thibaud.
> -
> 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/
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 1:17 kernel panic - not syncing: VFS - unable to mount root fs on unknown-block Hulin Thibaud
2006-08-14 1:33 ` Nick Manley
@ 2006-08-14 13:32 ` Jiri Slaby
2006-08-14 14:44 ` Hulin Thibaud
1 sibling, 1 reply; 10+ messages in thread
From: Jiri Slaby @ 2006-08-14 13:32 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel
Hulin Thibaud wrote:
> Hello !
> I'm trying to compile my own kernel for drivers on two computers, but
> that fails. A the boot, I have this error :
> kernel panic - not syncing: VFS Unable to mount root fs on unknow-block
> (3.69)
>
> I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
Wow, 2.6.18 wasn't released yet and you have 2.6.19, cool.
> config and I type make oldconfig, so I don't understand why there are an
> error with the near same configuration.
> I suppose that I must compile not in module but in hard support for my
> IDE chipset, harddisk and file system. Probably, I don't understand how
> do exactly. I do that :
> lspci |grep IDE
> 0000:00:11.1 IDE interface: VIA Technologies, Inc.
> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
> make xconfig
> -Device Drivers
> --* ATA/ATAPI/MFM/RLL support
> --- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
> --- * Include IDE/ATA-2 DISK support
> --- * PCI IDE chipset support
> ---- * Generic PCI IDE Support
> ----- * VIA82CXXX chipset support
> - File systems
> -- * Ext3 journalling file system support
> --- * Ext3 extended attributes
> ---- * Ext3 POSIX Access Control Lists
> ---- * Ext3 Security Labels
>
> Have I forgot anything ?
RAID or LVM? Try initrd.
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 13:32 ` Jiri Slaby
@ 2006-08-14 14:44 ` Hulin Thibaud
2006-08-14 14:52 ` Jiri Slaby
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Hulin Thibaud @ 2006-08-14 14:44 UTC (permalink / raw)
To: Jiri Slaby; +Cc: linux-kernel, darkhack
Sorry, new kernel is 2.6.17. to install suspend2.
I believe using LVM, but I'm not sure.
In effect, initrd is not present ! I rode this lines in my menu.lst :
title Ubuntu, kernel 2.6.171915
root (hd1,4)
kernel /boot/vmlinuz-2.6.171915 root=/dev/hdb5 ro quiet splash
savedefault
boot
So, I suppose that's the center of the problem, but actually, I don't
know how to solve it.
Nick Manley a écrit :
> I think you meant 2.6.18? Anyways, I'm not expert but I usually have
> problems when using oldconfig. It seems you have your kernel settings
> configured properly and have included all the proper stuff (ext3, ide
> drivers) to be built in. I would try disabling SCSI if you aren't
> using it. Another thing to look at would be your settings in GRUB (or
> lilo). Your particular setup might vary but it should look something
> like this...
>
> title Linux 2.6.18
> root (hd0,2)
> kernel /boot/bzImage-2.6.18 root=/dev/hda3 ro
> # you might also have an "initrd" placed here
>
> If you search Google you can find other suggestions as well and also
> posting to your distribution's forum might be a good idea too as the
> kernel mailing list is usually a place for reporting bugs and
> discussing kernel development. Basically it is a last resort kind of
> thing if you can't find the information anywhere else.
>
> On 8/13/06, Hulin Thibaud <hulin.thibaud@wanadoo.fr> wrote:
>> Hello !
>> I'm trying to compile my own kernel for drivers on two computers, but
>> that fails. A the boot, I have this error :
>> kernel panic - not syncing: VFS Unable to mount root fs on unknow-block
>> (3.69)
>>
>> I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
>> config and I type make oldconfig, so I don't understand why there are an
>> error with the near same configuration.
>> I suppose that I must compile not in module but in hard support for my
>> IDE chipset, harddisk and file system. Probably, I don't understand how
>> do exactly. I do that :
>> lspci |grep IDE
>> 0000:00:11.1 IDE interface: VIA Technologies, Inc.
>> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
>> make xconfig
>> -Device Drivers
>> --* ATA/ATAPI/MFM/RLL support
>> --- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
>> --- * Include IDE/ATA-2 DISK support
>> --- * PCI IDE chipset support
>> ---- * Generic PCI IDE Support
>> ----- * VIA82CXXX chipset support
>> - File systems
>> -- * Ext3 journalling file system support
>> --- * Ext3 extended attributes
>> ---- * Ext3 POSIX Access Control Lists
>> ---- * Ext3 Security Labels
>>
>> Have I forgot anything ?
>>
>> Thanks very much,
>> Thibaud.
>> -
>> 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/
>>
>
>
Jiri Slaby a écrit :
> Hulin Thibaud wrote:
>> Hello !
>> I'm trying to compile my own kernel for drivers on two computers, but
>> that fails. A the boot, I have this error :
>> kernel panic - not syncing: VFS Unable to mount root fs on
>> unknow-block (3.69)
>>
>> I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
>
> Wow, 2.6.18 wasn't released yet and you have 2.6.19, cool.
>
>> config and I type make oldconfig, so I don't understand why there are
>> an error with the near same configuration.
>> I suppose that I must compile not in module but in hard support for my
>> IDE chipset, harddisk and file system. Probably, I don't understand
>> how do exactly. I do that :
>> lspci |grep IDE
>> 0000:00:11.1 IDE interface: VIA Technologies, Inc.
>> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
>> make xconfig
>> -Device Drivers
>> --* ATA/ATAPI/MFM/RLL support
>> --- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
>> --- * Include IDE/ATA-2 DISK support
>> --- * PCI IDE chipset support
>> ---- * Generic PCI IDE Support
>> ----- * VIA82CXXX chipset support
>> - File systems
>> -- * Ext3 journalling file system support
>> --- * Ext3 extended attributes
>> ---- * Ext3 POSIX Access Control Lists
>> ---- * Ext3 Security Labels
>>
>> Have I forgot anything ?
>
> RAID or LVM? Try initrd.
>
> regards,
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 14:44 ` Hulin Thibaud
@ 2006-08-14 14:52 ` Jiri Slaby
2006-08-14 14:52 ` Reinaldo Carvalho
` (2 subsequent siblings)
3 siblings, 0 replies; 10+ messages in thread
From: Jiri Slaby @ 2006-08-14 14:52 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel, darkhack
Hulin Thibaud wrote:
> Sorry, new kernel is 2.6.17. to install suspend2.
> I believe using LVM, but I'm not sure.
see
/dev/mapper/*
lvm(8) and lvdisplay, vgdisplay, pvdisplay...
mount(8) output
> In effect, initrd is not present ! I rode this lines in my menu.lst :
> title Ubuntu, kernel 2.6.171915
> root (hd1,4)
> kernel /boot/vmlinuz-2.6.171915 root=/dev/hdb5 ro quiet splash
> savedefault
> boot
>
> So, I suppose that's the center of the problem, but actually, I don't
> know how to solve it.
You need to run mkinitrd with appropriate parameters on created initrd dir.
See a small howto here:
http://linuxreviews.org/howtos/Kernel-Build-HOWTO/en/x543.html
or use google (and man) to find out howto involve mkinitrd.
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 14:44 ` Hulin Thibaud
2006-08-14 14:52 ` Jiri Slaby
@ 2006-08-14 14:52 ` Reinaldo Carvalho
2006-08-14 19:46 ` Jiri Slaby
2006-08-14 18:06 ` Phillip Susi
2006-08-14 21:15 ` Hulin Thibaud
3 siblings, 1 reply; 10+ messages in thread
From: Reinaldo Carvalho @ 2006-08-14 14:52 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel
Try build-in LVM driver.
Device Drivers --->
Multi-device support (RAID and LVM) --->
[*] Multiple devices driver support (RAID and LVM)
[*] Device mapper support
--
Reinaldo Carvalho
On 8/14/06, Hulin Thibaud <hulin.thibaud@wanadoo.fr> wrote:
> Sorry, new kernel is 2.6.17. to install suspend2.
> I believe using LVM, but I'm not sure.
> In effect, initrd is not present ! I rode this lines in my menu.lst :
> title Ubuntu, kernel 2.6.171915
> root (hd1,4)
> kernel /boot/vmlinuz-2.6.171915 root=/dev/hdb5 ro quiet splash
> savedefault
> boot
>
> So, I suppose that's the center of the problem, but actually, I don't
> know how to solve it.
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 14:44 ` Hulin Thibaud
2006-08-14 14:52 ` Jiri Slaby
2006-08-14 14:52 ` Reinaldo Carvalho
@ 2006-08-14 18:06 ` Phillip Susi
2006-08-14 21:15 ` Hulin Thibaud
3 siblings, 0 replies; 10+ messages in thread
From: Phillip Susi @ 2006-08-14 18:06 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: Jiri Slaby, linux-kernel, darkhack
You need to use the initrd. See the man pages for update-initramfs and
maybe mkinitramfs. The initrd is where all the drivers get loaded and
hardware is detected in an Ubuntu system. It is required for root to be
on LVM.
Hulin Thibaud wrote:
> Sorry, new kernel is 2.6.17. to install suspend2.
> I believe using LVM, but I'm not sure.
> In effect, initrd is not present ! I rode this lines in my menu.lst :
> title Ubuntu, kernel 2.6.171915
> root (hd1,4)
> kernel /boot/vmlinuz-2.6.171915 root=/dev/hdb5 ro quiet splash
> savedefault
> boot
>
> So, I suppose that's the center of the problem, but actually, I don't
> know how to solve it.
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 14:52 ` Reinaldo Carvalho
@ 2006-08-14 19:46 ` Jiri Slaby
0 siblings, 0 replies; 10+ messages in thread
From: Jiri Slaby @ 2006-08-14 19:46 UTC (permalink / raw)
To: Reinaldo Carvalho; +Cc: Hulin Thibaud, linux-kernel
Reinaldo Carvalho wrote:
> Try build-in LVM driver.
>
> Device Drivers --->
> Multi-device support (RAID and LVM) --->
> [*] Multiple devices driver support (RAID and LVM)
> [*] Device mapper support
He might try, but this won't resolve his issue. He needs to activate LVM volume
in userspace (by rc.sysinit et. al.) before root contained on that volume can be
mounted. This has to be done by init ram disk.
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
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 14:44 ` Hulin Thibaud
` (2 preceding siblings ...)
2006-08-14 18:06 ` Phillip Susi
@ 2006-08-14 21:15 ` Hulin Thibaud
2006-08-14 21:35 ` Jiri Slaby
3 siblings, 1 reply; 10+ messages in thread
From: Hulin Thibaud @ 2006-08-14 21:15 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: Jiri Slaby, linux-kernel, darkhack, reinaldoc
In progress ! I built-in LVM driver and compile the kernel with the
-initrd option. I have not more the kernel panic message, but I have a
lot of errors than this :
I/O error ; hda: cannot handle device with more than 16 heads - giving up
I'm astonished, I believed that old .config was operational with a new
kernel (my old was a 2.6.16, the new, 2.6.17).
Regards,
Thibaud.
Hulin Thibaud a écrit :
> Sorry, new kernel is 2.6.17. to install suspend2.
> I believe using LVM, but I'm not sure.
> In effect, initrd is not present ! I rode this lines in my menu.lst :
> title Ubuntu, kernel 2.6.171915
> root (hd1,4)
> kernel /boot/vmlinuz-2.6.171915 root=/dev/hdb5 ro quiet splash
> savedefault
> boot
>
> So, I suppose that's the center of the problem, but actually, I don't
> know how to solve it.
>
> Nick Manley a écrit :
> > I think you meant 2.6.18? Anyways, I'm not expert but I usually have
> > problems when using oldconfig. It seems you have your kernel settings
> > configured properly and have included all the proper stuff (ext3, ide
> > drivers) to be built in. I would try disabling SCSI if you aren't
> > using it. Another thing to look at would be your settings in GRUB (or
> > lilo). Your particular setup might vary but it should look something
> > like this...
> >
> > title Linux 2.6.18
> > root (hd0,2)
> > kernel /boot/bzImage-2.6.18 root=/dev/hda3 ro
> > # you might also have an "initrd" placed here
> >
> > If you search Google you can find other suggestions as well and also
> > posting to your distribution's forum might be a good idea too as the
> > kernel mailing list is usually a place for reporting bugs and
> > discussing kernel development. Basically it is a last resort kind of
> > thing if you can't find the information anywhere else.
> >
> > On 8/13/06, Hulin Thibaud <hulin.thibaud@wanadoo.fr> wrote:
> >> Hello !
> >> I'm trying to compile my own kernel for drivers on two computers, but
> >> that fails. A the boot, I have this error :
> >> kernel panic - not syncing: VFS Unable to mount root fs on unknow-block
> >> (3.69)
> >>
> >> I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
> >> config and I type make oldconfig, so I don't understand why there
> are an
> >> error with the near same configuration.
> >> I suppose that I must compile not in module but in hard support for my
> >> IDE chipset, harddisk and file system. Probably, I don't understand how
> >> do exactly. I do that :
> >> lspci |grep IDE
> >> 0000:00:11.1 IDE interface: VIA Technologies, Inc.
> >> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
> >> make xconfig
> >> -Device Drivers
> >> --* ATA/ATAPI/MFM/RLL support
> >> --- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
> >> --- * Include IDE/ATA-2 DISK support
> >> --- * PCI IDE chipset support
> >> ---- * Generic PCI IDE Support
> >> ----- * VIA82CXXX chipset support
> >> - File systems
> >> -- * Ext3 journalling file system support
> >> --- * Ext3 extended attributes
> >> ---- * Ext3 POSIX Access Control Lists
> >> ---- * Ext3 Security Labels
> >>
> >> Have I forgot anything ?
> >>
> >> Thanks very much,
> >> Thibaud.
> >> -
> >> 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/
> >>
> >
> >
>
>
>
>
> Jiri Slaby a écrit :
>> Hulin Thibaud wrote:
>>> Hello !
>>> I'm trying to compile my own kernel for drivers on two computers, but
>>> that fails. A the boot, I have this error :
>>> kernel panic - not syncing: VFS Unable to mount root fs on
>>> unknow-block (3.69)
>>>
>>> I'm using the kernel 2.6.19 with Ubuntu Dapper. I use the old boot
>>
>> Wow, 2.6.18 wasn't released yet and you have 2.6.19, cool.
>>
>>> config and I type make oldconfig, so I don't understand why there are
>>> an error with the near same configuration.
>>> I suppose that I must compile not in module but in hard support for
>>> my IDE chipset, harddisk and file system. Probably, I don't
>>> understand how do exactly. I do that :
>>> lspci |grep IDE
>>> 0000:00:11.1 IDE interface: VIA Technologies, Inc.
>>> VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
>>> make xconfig
>>> -Device Drivers
>>> --* ATA/ATAPI/MFM/RLL support
>>> --- * Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
>>> --- * Include IDE/ATA-2 DISK support
>>> --- * PCI IDE chipset support
>>> ---- * Generic PCI IDE Support
>>> ----- * VIA82CXXX chipset support
>>> - File systems
>>> -- * Ext3 journalling file system support
>>> --- * Ext3 extended attributes
>>> ---- * Ext3 POSIX Access Control Lists
>>> ---- * Ext3 Security Labels
>>>
>>> Have I forgot anything ?
>>
>> RAID or LVM? Try initrd.
>>
>> regards,
>
> -
> 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/
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: kernel panic - not syncing: VFS - unable to mount root fs on unknown-block
2006-08-14 21:15 ` Hulin Thibaud
@ 2006-08-14 21:35 ` Jiri Slaby
0 siblings, 0 replies; 10+ messages in thread
From: Jiri Slaby @ 2006-08-14 21:35 UTC (permalink / raw)
To: Hulin Thibaud; +Cc: linux-kernel, darkhack, reinaldoc
Hulin Thibaud wrote:
> In progress ! I built-in LVM driver and compile the kernel with the
> -initrd option. I have not more the kernel panic message, but I have a
> lot of errors than this :
>
> I/O error ; hda: cannot handle device with more than 16 heads - giving up
Try to kick off
Use old disk-only driver on primary interface
at
-> Device Drivers
-> ATA/ATAPI/MFM/RLL support
-> ATA/ATAPI/MFM/RLL support (IDE [=y])
-> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (BLK_DEV_IDE [=y])
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
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-08-14 21:34 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-14 1:17 kernel panic - not syncing: VFS - unable to mount root fs on unknown-block Hulin Thibaud
2006-08-14 1:33 ` Nick Manley
2006-08-14 13:32 ` Jiri Slaby
2006-08-14 14:44 ` Hulin Thibaud
2006-08-14 14:52 ` Jiri Slaby
2006-08-14 14:52 ` Reinaldo Carvalho
2006-08-14 19:46 ` Jiri Slaby
2006-08-14 18:06 ` Phillip Susi
2006-08-14 21:15 ` Hulin Thibaud
2006-08-14 21:35 ` Jiri Slaby
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox