I have attempted to create a UEFI pen drive that installs Ubuntu 20.04 LTS Desktop 64-bit.
The exFAT
partition gpt2
contains the entire Ubuntu 20.04 LTS system image.
The FAT32
partition gpt1
contains the following files:
.
├── boot
│ └── grub
│ └── x86_64-efi
│ └── exfat.mod
└── EFI
└── BOOT
├── BOOTX64.EFI
├── grub.cfg
├── grubx64.efi
└── mmx64.efi
5 directories, 5 files
where the grub.cfg
file contains the following lines:
insmod exfat
search --no-floppy --set=root --fs-uuid 7026-67D5
configfile /boot/grub/grub.cfg
After changing the Secure Boot
method from Deployed Mode
to Audit Mode
, the default grub.cfg
file of the exfat
partition is called correctly from the grub.cfg
file of the FAT32
partition.
In fact, the correct installation options appear.
After selecting the Ubuntu
option, loops endlessly and pressing the ESC
key I realize that the cause is an unspecified error: stdin: invalid argument
, which is repeated many times.
What could be the cause of this error?
UPDATE 1: Even disabling secure boot completely, the same error appears.
UPDATE 2: Waiting for some time, the following message appeared:
Unable to find a medium container a live file system
Attempt interactive netboot from a URL?
yes no (default yes): _