Isso é quase sempre devido a um erro fatal durante o processo de inicialização. Isso acontece quando você inicializa uma instalação nova ou acontece ao inicializar a partir do live cd?
No início, a internet na verdade não parece ser útil para esse erro. Eu continuei recebendo o mesmo problema há algum tempo, e nunca imaginei como consertá-lo. Mas, infelizmente, não desista!
Assumindo que o live CD funciona, tente arrancar a partir dele e monte a instalação 'broken' como a raiz (onde hda1
é o 'nome' do disco rígido):
mkdir ~/Desktop/harddrive
sudo mount -rw /dev/hda1 ~/Desktop/harddrive
sudo chroot ~/Desktop/harddrive
sudo aptitude reinstall ubuntu-minimal
Hopefull, isso irá reinstalar o sistema base do Ubuntu.
Eu também encontrei esta joia das notas de lançamento do Ubuntu 9.04 :
Boot failures on systems with Intel D945 motherboards
Users have reported slower than normal detection of SATA hard drives on systems with Intel D945 motherboards in Ubuntu 9.04. This may cause the system to drop to a busybox initramfs shell on boot with a "Gave up waiting for root device." error. Wait a minute or two and then exit the initramfs shell by typing exit
. Booting should proceed normally. If it doesn't, wait a bit longer and try again. Once the system boots, edit /boot/grub/menu.lst
and add rootdelay=90
to the kernel stanza for your current kernel. (Bug 290153)