Installation on ProLiant Microserver Gen8

Asked by Marten Jacobs

I'm trying to install Ubuntu 14.04 to a USB stick inserted into the internal USB2.0 port from a USB stick inserted into one of the front usb ports. I disabled the SmartRAID controller in the BIOS , as suggested (but I don't think this should be relevant, as the RAID array has nothing to do with the boot sequence). I'm using pretty much all the default installation settings. Installation completes as expected, but after removing the installation media and rebooting, the system drops into a grub-rescue console, giving me the error "attempt to read or write outside of disk 'hd0'".

In this shell, I tried the following:

> ls
(hd0) (hd0,msdos1)

> ls (hd0)
(hd0): Filesystem is unknown

> ls (hd0,msdos1)
(hd0,msdos1): Filesystem is ext2

> ls (hd0,msdos1)/boot

error: attempt to read or write outside of disk 'hd0'

What am I doing wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu-Certification Edit question
Assignee:
No assignee Edit question
Solved by:
Marten Jacobs
Solved:
Last query:
Last reply:
Revision history for this message
Marten Jacobs (3-mais-s) said :
#1

I just noticed that if I do 'ls /', I get a (seemingly correct) file list of the drive, but if I then do 'insmod normal', which is what I read I should do, I get the same "attempt to read or write outside of disk 'hd0'"

Revision history for this message
Marten Jacobs (3-mais-s) said :
#2