Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
Package: initramfs-tools
Severity: important
I tested a Lenny RC1 netinst CD on an old Toshiba laptop.
Installation process itself went fine.
But rebooting into the new system after installation fails.
Error message is:
Waiting for root filesystem ...
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/hda1 does not exist. Dropping to a shell!
Seems there are some modules missing. There are no ide related
modules loaded. I started the installer again and fired up
lsmod command at that point, when the disc is detected for
partitioning. This is the lsmod output at that time:
So, at least ide_core, ide_disk, ide_generic are needed IMHO.
When starting the new system, I'm dropped to a busybox shell
because of this problem.
Executing "cat /proc/modules" from there gives this output:
floppy 47620 0 - Live 0xc3044000
ohci_hcd 18436 0 - Live 0xc301c000
usbcore 117616 2 ohci_hcd Live 0xc3058000
thermal 15132 0 - Live 0xc3023000
processor 28080 1 thermal Live 0xc3028000
fan 4100 - Live 0xc3015000
thermal_sys 10784 3 thermal,processor,fan Live 0xc3018000
As said before, there are all ide modules missing.
Additional info: I reported this on debian-boot and was asked,
if the kernel is given the argument 'all_generic_ide=1'.
Answer: yes, the kernel commandline (output
of "cat /proc/cmdline" from busybox shell) contains this:
root=/dev/hda1 ro all_generic_ide=1 quiet
/dev/hda1 is of course the right device (checked with debian
installer's rescue mode.)
Feel free to ask for more info...
Kind regards
Holger
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
12-14-2008, 10:14 PM
maximilian attems
Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
try to boot your newly install with that boot arg too:
all_generic_ide
--
maks
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
12-17-2008, 05:57 PM
Holger Wansing
Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
Hi,
On Mon, 15 Dec 2008 00:14:07 +0100 maximilian attems wrote:
> try to boot your newly install with that boot arg too:
> all_generic_ide
Great catch, Maximilian:
booting with "all_generic_ide" works, while booting with
"all_generic_ide=1" (which is added to the configuration by
the installer) fails!
So, this should be changed in the installer somehow.
I will post the solution on debian-boot as well, as I asked there
for help, too. So that the guys have the answer.
Thanks in advance
Holger
--
================================================== ============
Created with Sylpheed 2.3.0
under DEBIAN GNU/LINUX 4.0 Etch
http://counter.li.org/, Registered LinuxUser #311290
================================================== ===========
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
12-17-2008, 11:11 PM
maximilian attems
Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
On Wed, 17 Dec 2008, Holger Wansing wrote:
> Hi,
>
> On Mon, 15 Dec 2008 00:14:07 +0100 maximilian attems wrote:
> > try to boot your newly install with that boot arg too:
> > all_generic_ide
>
> Great catch, Maximilian:
>
> booting with "all_generic_ide" works, while booting with
> "all_generic_ide=1" (which is added to the configuration by
> the installer) fails!
urrgs, sorry for that goof, fixed in latest initramfs-tools git repo
will see if it's better fixed on initramfs-tools side.
thanks for the testing.
--
maks
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
03-18-2011, 08:27 PM
ahmem7
Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
I got that same problem and had corrected very easily by following the steps on the give link... hope it will work for you too...
I tested a Lenny RC1 netinst CD on an old Toshiba laptop.
Installation process itself went fine.
But rebooting into the new system after installation fails.
Error message is:
Waiting for root filesystem ...
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/hda1 does not exist. Dropping to a shell!
Seems there are some modules missing. There are no ide related
modules loaded. I started the installer again and fired up
lsmod command at that point, when the disc is detected for
partitioning. This is the lsmod output at that time:
So, at least ide_core, ide_disk, ide_generic are needed IMHO.
When starting the new system, I'm dropped to a busybox shell
because of this problem.
Executing "cat /proc/modules" from there gives this output:
floppy 47620 0 - Live 0xc3044000
ohci_hcd 18436 0 - Live 0xc301c000
usbcore 117616 2 ohci_hcd Live 0xc3058000
thermal 15132 0 - Live 0xc3023000
processor 28080 1 thermal Live 0xc3028000
fan 4100 - Live 0xc3015000
thermal_sys 10784 3 thermal,processor,fan Live 0xc3018000
As said before, there are all ide modules missing.
Additional info: I reported this on debian-boot and was asked,
if the kernel is given the argument 'all_generic_ide=1'.
Answer: yes, the kernel commandline (output
of "cat /proc/cmdline" from busybox shell) contains this:
root=/dev/hda1 ro all_generic_ide=1 quiet
/dev/hda1 is of course the right device (checked with debian
installer's rescue mode.)
Feel free to ask for more info...
Kind regards
Holger
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
View this message in context: Re: Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
Sent from the debian-kernel mailing list archive at Nabble.com.
05-23-2011, 09:27 PM
ahmem7
Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
I got that same problem and had corrected very easily by following the steps on the give link... hope it will work for you too...
World of Network and PC
Holger Wansing-2 wrote:
Package: initramfs-tools
Severity: important
I tested a Lenny RC1 netinst CD on an old Toshiba laptop.
Installation process itself went fine.
But rebooting into the new system after installation fails.
Error message is:
Waiting for root filesystem ...
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/hda1 does not exist. Dropping to a shell!
Seems there are some modules missing. There are no ide related
modules loaded. I started the installer again and fired up
lsmod command at that point, when the disc is detected for
partitioning. This is the lsmod output at that time:
So, at least ide_core, ide_disk, ide_generic are needed IMHO.
When starting the new system, I'm dropped to a busybox shell
because of this problem.
Executing "cat /proc/modules" from there gives this output:
floppy 47620 0 - Live 0xc3044000
ohci_hcd 18436 0 - Live 0xc301c000
usbcore 117616 2 ohci_hcd Live 0xc3058000
thermal 15132 0 - Live 0xc3023000
processor 28080 1 thermal Live 0xc3028000
fan 4100 - Live 0xc3015000
thermal_sys 10784 3 thermal,processor,fan Live 0xc3018000
As said before, there are all ide modules missing.
Additional info: I reported this on debian-boot and was asked,
if the kernel is given the argument 'all_generic_ide=1'.
Answer: yes, the kernel commandline (output
of "cat /proc/cmdline" from busybox shell) contains this:
root=/dev/hda1 ro all_generic_ide=1 quiet
/dev/hda1 is of course the right device (checked with debian
installer's rescue mode.)
Feel free to ask for more info...
Kind regards
Holger
--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
View this message in context: Re: Bug#507805: initramfs-tools: after installation with Lenny RC1, ide disc is not available because of missing modules
Sent from the debian-kernel mailing list archive at Nabble.com.