Comment 3 for bug 376669

Revision history for this message
DaveAbrahams (boostpro) wrote :

Workaround: toward the end of the "install the base system" step, the installer stops and asks which drivers I want to install. I drop into a shell, then:

cd /target/tmp
wget http://http.us.debian.org/debian/pool/main/i/initramfs-tools/initramfs-tools_0.92o_all.deb
chroot /target/tmp bash
dpkg -i /tmp/initramfs-*.deb

The install completes thereafter.