1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[grub] disable support for ISOs that don't report a proper GRUB version

* Also update localization for supported boot methods
* Closes #467
This commit is contained in:
Pete Batard 2015-03-17 01:18:09 +00:00
parent 66edd53b2c
commit ee5af9f8fc
4 changed files with 59 additions and 53 deletions

View file

@ -11,6 +11,6 @@ o The UEFI:NTFS binaries (https://github.com/pbatard/uefi-ntfs), which were also
These are the \EFI\Boot\boot[ia32|x64].efi files.
The FAT partition was created on Debian GNU/Linux using the following commands
dd if=/dev/zero of=uefi-togo.img bs=512 count=512
dd if=/dev/zero of=uefi-ntfs.img bs=512 count=512
mkfs.vfat uefi-ntfs.img
and then mounting the `uefi-ntfs.img` and copying the relevant files.