I'm having an issue and I hope someone can help me,
I installed ubuntu 12.10 on my computer (along side windows 7) from a live cd, but when I rebooted my computer after a succefull installation, I get grub prompt, when I type boot in it, it prints "Error 8: Kernel must be loaded before booting".
So I searched and I found this link : Loading Ubuntu From Grub, but when I type linux /vmlinuz root=/dev/sda5 I get this message "Warning! No such command: linux"
Does anybody have any idea about what I should do ?
Note that I reinstalled ubuntu but still get the same issue, and that this is not my first time installing ubuntu (I installed a lot of versions a dozen of times before and this is the first time I face this issue).
Edit :
When I type : kernel /vmlinuz root=/dev/sda5 instead of : linux /vmlinuz root=/dev/sda5 I get Error 15: File not found (I also tried sda4 since find /vmlinuz is printing hd(0,4))
grub : /etc/grub.d /usr/lib/grub /usr/share/grub(I think these are the grub files for the live cd no ?), I executed I searched for grub.conf using find but I could not find it. – Yazmat Oct 30 '12 at 12:17