I did some housecleaning of the templates in the web directory for UEFI and BIOS files,
https://phillw.net/isos/linux-tools/uefi-n-bios/
and created a new md5sum file for the remaining templates,
Code:
grub-boot-templates-for-uefi-n-bios.md5
The following files are there now (with some 'doublets' to allow for old links to work)
Code:
$ls -l *templ*
-rw-r--r-- 1 nio nio 2735732 2 jun 17.26 dd_grub-boot-template-for-uefi-n-bios_bright-bg.img.xz
-rw-r--r-- 1 nio nio 2768936 14 aug 16.03 dd_grub-boot-template-for-uefi-n-bios_dark-bg.img.xz
-rw-r--r-- 1 nio nio 2768416 4 jun 10.05 dd_grub-boot-template-for-uefi-n-bios.img.xz
-rw-r--r-- 1 nio nio 2768936 2 aug 15.59 dd_grub-boot-template-for-uefi-n-bios_new.img.xz
-rw-r--r-- 1 nio nio 3681860 8 aug 17.18 dd_grub-boot-template-for-uefi-n-bios_only-p1p2.img.xz
-rw-rw-r-- 1 nio nio 721 19 aug 15.08 grub-boot-templates-for-uefi-n-bios.md5
-rw-r--r-- 1 nio nio 3331492 11 aug 22.47 mkusb_grub-boot-template-for-uefi-n-bios_fat32_4GB_use-in-wins.img.xz
-rw-r--r-- 1 nio nio 2768936 14 aug 16.03 mkusb_grub-boot-template-for-uefi-n-bios_use-in-ubuntu.img.xz
-rw-r--r-- 1 nio nio 3681860 8 aug 17.18 mkusb_grub-boot-template-for-uefi-n-bios_use-in-wins.img.xz
if I understand correctly,. @C.S.Cameron prefers to use the following two files,
Code:
mkusb_grub-boot-template-for-uefi-n-bios_fat32_4GB_use-in-wins.img.xz # in Windows
dd_grub-boot-template-for-uefi-n-bios.img.xz # in Ubuntu
I think that
Code:
mkusb_grub-boot-template-for-uefi-n-bios_use-in-ubuntu.img.xz # in Ubuntu
should be best in Ubuntu, because it works also with Gnome-Disks and small USB drives (>= 1 GB). But it may need some testing to check that there are no regressions for other cases.
Bookmarks