Originally posted by: Nothinman
Well, that kernel compile failed. Something about not being able to sync vfs and root being on an unknown block.
I assume you're trying to compile a custom kernel now? If you used the Ubuntu config as a base they enable everything possible as a module so you need an initramfs to boot. You _should_ just have to do 'update-initramfs -c -k <version>' to create the image and 'update-initramfs -u -k <version>' to update it if you recompile again.
Also don't forget to run 'update-grub' so that the initrd line gets added for that kernel.
It seemed like using dpkg to install the make-kpkg output did all of that (or at least most of it) for me.