diff --git a/README.md b/README.md index 8ae961b..ea89676 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,10 @@ innoextract -d setup-extract /path/to/downloaded/update/utility.exe Using the partitioning tool of your choise, format a USB drive in GPT and create a single FAT32 formatted 0700 (Microsoft basic data) partition. +Probably, other partition options will work too, but about those it's sure they work at the time of writing these instructions. + ```shell -# run fdisk on your pen drive of choise. Attention: All data on it will get lost +# run gdisk on your pen drive of choise. Attention: All data on it will get lost gdisk /dev/sdX p # check you are really using the drive you want to o # create new GPT layout @@ -51,7 +53,7 @@ Now, finally mount the formatted flash drive at a point of choise and copy the r Assuming we are still in our working directory, the required files are: -- `setup-extract/Rfs/Usb/Bootaa64.efi` -> `$MOUNTPOINT/Boot/Bootaa64.efi` +- `setup-extract/Rfs/Usb/Bootaa64.efi` -> `$MOUNTPOINT/EFI/Boot/Bootaa64.efi` - `setup-extract/Rfs/Fw/*` -> `$MOUNTPOINT/Flash/` ```shell