Comment 9 for bug 1237519

Revision history for this message
Igor Sharovar (igor-sharovar) wrote :

I modified grub-installer/grub-installer file by adding /dev/fioa device. Now, we could pass the error which we reported.
The installation of Ubuntu is completed without any error now.
I attached "grub-installer file, which I modified.
However, we have two different problems now.
The first, the installation doesn't create a boot entry in UEFI Boot menu. The installer removed my old Ubuntu boot entry ( I had installed Ubuntu on SATA drive before) but doesn't created the new one.
I tried to boot installed system from UEFI Shell by running /EFI/ubuntu/grubx64.efi. Ubuntu started booting but gives following error

"
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
 - check rootdelay= (did the system wait long enough?)
 - Check root= (did the system wait for right device?)
-Missing modules (cat /proc/modules; ls /dev)
ALERT /dev/disk/by-uuid/<GUID> does not exist. Dropping to a shell!
"

I used for installation my modified *.iso image , where I added our *.ko file into initrd.gz file. Maybe I missed something else.