I suspect that the linker is trying to load libc from from /lib/libc.so.6 rather than /lib64/libc.so.6, where it reside in the initrd you provided. Can you show the output of the command "update- initramfs -uv -k 2.6.24-19-generic"? That may fix the problem depending on how it updates the initrd.
If that fails, run this command as root: echo 'export LD_LIBRARY_PATH=/lib64' > /etc/initramfs-tools/conf.d/ld_library_path and recreate the initrd with "update-initramfs -u -k 2.6.24-19-generic". That may force it to load libc.so.6 from the correct directory. If neither of those fix it, can you run the following command from recovery mode and show the output: /lib64/ld-linux-x86-64.so.2 --list /sbin/usplash_write I would try these myself, but I can't get an x86_64 emulator to work. -- Kernel panic 2.6.12-8-amd64-k8 https://bugs.launchpad.net/bugs/21481 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs