I can also confirm that version 170-1 fixes this. The initrd didn't for me start so getting APT to work wasn't straightforward. Here's what I did to update to version 170-1, in case it's useful to someone else:
1. booted with "rdinit=/bin/sh" (note that the prompt is not visible when booting with rdinit) 2. sh ./init (this printed the errors about udev and exited) 3. chroot /root /bin/bash 4. mount -o remount,rw / 5. dhclient eth0 6. login (apt-get needs a login) 7. sudo apt-get update 8. sudo apt-get install udev libudev0 9. reboot Regards, Samuel Lidén Borell -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

