Comment 46 for bug 842560

Revision history for this message
mturilli (mturilli) wrote :

Hi,

We experienced this issue on Dell PowerEdge 2950 servers. We have addressed it by modifying the /usr/share/initramfs-tools/scripts/init-bottom/udev file as described in https://bugs.launchpad.net/ubuntu/+source/udev/+bug/818177 .

In our case, at the end of the installation of Ubuntu 11.10, before rebooting, we have:
1. switched on console 2,
2. chroot into terget/,
3. edited the udev file adding:

. /scripts/functions
wait_for_udev

before the:

# Stop udevd

command,
4. rebuilt the initrd image with:

update-initramfs -u

5. finished the installation rebooting the system.