I'm trying to install Ubuntu Server (amd64, trying 20.04 LTS but could be any distro above 12.04, they all fail) on a Dell PowerEdge R710 with a hardware RAID10 build using PERC 6/i card. I'm using UEFI boot and the Virtual Disk of 4 TB has a GPT table with protective MBR.
For versions 18 and 20 of Ubuntu Server, with the live ISO, setup wizard fails me at Storage scanning phase, with an error telling that I can view full report, send to Canonical, go to a Root Shell or continue setup. If I choose continue, I can install the system smoothly as long as I do not use LVM, otherwise it will throw another error during system files copy and restarts the installation wizard.
Storage screen recognizes the RAID array with expected size (~ 4 TB) and can even auto partition it with default values. After reboot, I can't boot in the system. It falls into GRUB2 console with below error:
- I used a flash drive with Ventoy to run the ISO;
- Setup creates a 512MB EFI partition at
/dev/sda1
and use the rest of the disk as/dev/sda2
(3.6 TB); - I tried legacy ISOs, setup runs fine but also won't boot, same GRUB screen end;
ls
gives me(proc) (hd0) (cd0)
;ls (hd0)
gives meDevice (hd0) - No known filesystem detected
;- I have tried to copy
grubx64.efi
toshimx64.efi
as suggested this answer - BIOS version of the server is 6.2.2, I didn't find a way to update it without a Windows system which I don't have access.
I ask for help because I'm very new at Grub and boot-related stuff, and although I'm learning about it right now, I have a critical problem to fix that require this boot to work. Any ideas will be very appreciated, thanks in advance!
/dev/sda1
for the EFI and/dev/sda2
for everything else? – Jan 14 '21 at 05:17