I've been trying to install Ubuntu server 22,04.2 on an old desktop that I have. I've been able to install the OS when in legacy mode, with no encryption. However, I want to boot the system in UEFI mode, with secure boot enabled, and the drive encrypted. The desktop is a Dell Inspiron 3252 with the most up to date bios on dell's website.
I've attempted to install it using a USB with Ventoy installed and a separate bootable USB made using Linux Mint's built in bootable USB maker. I've also used the built in verification tool to verify the iso file.
The installation process ends with the following errors with both USB sticks:
efibootmgr: entry 1009 does not exist
Fail: Installing grub to target device
Fail: configuring target system bootloader
The output surrounding the errors can be seen with this picture
Based on another post on this site, I thought that there may not be enough room in the systems EFI flash. I've tried running the installer with the no_efi_storage_paranoia, but it doesn't seem to change anything. However, I may be formatting it incorrectly:
Linux caspar/file_name --no_efi_storage_paranoia
I would really appreciate any help as I am at my wits end.