From af7fedb5d9d0afb0305a838b057ab1ee6e9a44b1 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Fri, 9 Aug 2019 20:39:25 +0300 Subject: [PATCH] unique variable index --- macos-guest-virtualbox.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index 3dc0d0d..75e0371 100644 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -512,11 +512,11 @@ VBoxManage setextradata "${vmname}" \ VBoxManage setextradata "${vmname}" \ "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0001/Value" "${ROM}" VBoxManage setextradata "${vmname}" \ - "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0001/Uuid" "7C436110-AB2A-4BBB-A880-FE41995C9F82" + "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0002/Uuid" "7C436110-AB2A-4BBB-A880-FE41995C9F82" VBoxManage setextradata "${vmname}" \ - "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0001/Name" "system-id" + "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0002/Name" "system-id" VBoxManage setextradata "${vmname}" \ - "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0001/Value" "${SYSTEM_UUID}" + "VBoxInternal/Devices/efi/0/LUN#0/Config/Vars/0002/Value" "${SYSTEM_UUID}" VBoxManage setextradata "${vmname}" \ "VBoxInternal/Devices/efi/0/Config/DmiSystemVendor" "Apple Inc." VBoxManage setextradata "${vmname}" \