I am trying to boot fossapup64 9.5 on Acer Aspire A315-21-43WX which is UEFI machine.
In order to make UEFI bootable USB Stick I copied vmlinuz, initrd.gz, puppy_fossapup64_9.5.sfs, zdrv_fossapup64_9.5.sfs to the root of USB.
I downloaded bootx64.efi and grub.cfg from https://helledussen.com/linux/files/UEF ... e_usb.html
I created EFI/boot folder and put bootx64.efi in it and grub.cfg at the root of USB as instructed on the above page.
Secure Boot is disabled.
I could boot from USB but the boot gets stuck at 'Waiting for modules to complete loading'.
I am a long time Linux User (since Ubuntu 5.04) and last time I used Puppy was version Puppy 4.0 in 2008.
PS: My grub.cfg
menuentry "PUPPY LINUX" {
linux /vmlinuz
initrd /initrd.gz
}
Does it need more options?
Kamalakar