If you have an
ACER ASPIRE laptop model which comes with
UEFI SHELL preinstalled and you've mess it up and you're obsessed with the fact that that little mini firmware interface UEFI SHELL is not showing anymore into your UEFI BIOS this is what you have to do it. I'm sharing this for all of you who get upset with this issue. After
2 weeks spent on Google, asking IT friends (Intel engineers), Forums (askubuntu, askMicrosoft, ask ACER) I found out the solution for RESURECTING that little one back

P.S.
your ACER ASPIRE laptop will work perfect without this mini firmware interface but if you're obsessed on how it can be done..
P.S. 2
I hope I saved you 2 weeks from your life and make a pray for me 
1.
DOWNLOAD RUFUS
https://github.com/pbatard/rufus/releases/download/v3.13/rufus-3.13.exe
2.
DOWNLOAD UEFI SHELL precompiled binaries
https://github.com/tianocore/edk2/blob/UDK2018/ShellBinPkg/UefiShell/X64/Shell.efi
3. RENAME Shell.EFI to BOOTX64.efi
4. Format a USB device in FAT32
5. INSTALL UBUNTU or ANY LINUX WITH GRUB LOADER BUILD IN
6. Create a directory on the USB
device (ex. xxx)/efi/boot/ inside
your USB
7. COPY and PASTE
UEFI SHELL file on folder that you’ve created (ex. alex) )/efi
on the USB
8. Press F2 to ENTER UEFI BIOS MENU
9. SECURITY -> SET SUPERVISOR PASSWORD (ex. you can type 1 as password)
10. BOOT ->
SECURE BOOT set DISABLED
11.
SWITCH BIOS TO AHCI, press CTRL+S on
the MAIN MENU tab in BIOS
12.
CHOOSE USB TO BOOT FROM
13.
CLICK TRY UBUNTU or JUST LAUNCH what is on your USB
14.
OPEN Gparted
15.
SELECT NVMe PARTITION (unalocated
space)
16.
CREATE PARTITION, 953.674316 mebibytes (1 GB)
17. FORMAT PARTITION fat32
18.
CHOOSE FLAG: BOOT;ESP
19.
CLICK APPY (green V up right)
20. OPEN
TERMINAL
21.
Type sudo fdisk –l
22.
See the
name of your new partition ex. /dev/nvme0n1p1
23.
See the
name of your USB drive partition and where is mounted. Ex./dev/sda1 mounted on /cdrom
24. MOUNT PARTITION: mount /dev/nvme0n1p1 /boot
25.
COPY/PASTE
the the UEFI SHELL from your USB /cdrom on your new mounted 1G fat32 parition /boot ex. cp –r
/cdrom/xxx/* /boot so you will
have on the new created partition 1 GB fat32 the /boot/ BOOTX64.efi
26. Shutdown
–h now
27.
OPEN device and press F2 to enter UEFI BIOS menu
28.
GO TO MAIN MENU press CTRL+S (to open the secret menu)
29.
SWITCH BIOS TO OPTANE WITH RAID, press CTRL+S
on the MAIN MENU tab in BIOS press F10 SAVE and EXIT.
30.
SAY HELLO TO YOUR LITTLE FRIEND 

