I have a machine which is supposed to be a media server. I have tried to install ubuntu (both alternate and regular i386). The installation (and boot to usb drive) went on fine but after the install I tried to load the machine and it freeze.
In the case of i386 I get an error hd0 out of disk and am left with grub rescue console. set gives:
prefix=(hd0,msdos1)/boot/grub
root=hd0,msdos1
Following ubuntu wiki, I replaced msdos1 with 1 which didn't work.
In the case of alternate install, I only get a blinking cursor on the top left (I waited for about two minutes).
If I wait a really long time in the alternate version, I get
error: no such partition
grub rescue>
Nothing works in this mode as well. I also tried to replace (hd0,1) with (hd0,sda) or (hd0,0) but this doesn't seam to have an effect
Install information:
- Single hard drive
- Install on a hard drive via usb thumb drive
- Ubuntu's default hard drive portioning and formatting (use entire hard drive)
- Ubuntu Natty
How can I fix this?