This repository was archived by the owner on Jul 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Issues re: 2. Configure Opencore #9
Copy link
Copy link
Open
Description
When I initially ran the build script,
./opencore-rebuild.sh
I got an error regarding guestfish:
./opencore-image-ng.sh: line 120: guestfish: command not found
ERROR: starting guestfish failed
So I installed (apt-get install) libguestfs-tools
When I tried to re-run the script I got this error:
### partition disk image
# part-init /dev/sda gpt
# part-add /dev/sda p 2048 300000
# part-add /dev/sda p 302048 -2048
# part-set-gpt-type /dev/sda 1 C12A7328-F81F-11D2-BA4B-00A0C93EC93B
# part-set-bootable /dev/sda 1 true
# mkfs vfat /dev/sda1 label:EFI
# mkfs vfat /dev/sda2 label:OpenCoreBoot
libguestfs: error: mkfs: vfat: /dev/sda2: mkfs.vfat: Label can be no longer than 11 characters
For reference I am on proxmox
kernel version: Linux 5.13.19-2-pve #1 SMP PVE 5.13.19-4
PVE manager version: pve-manager/7.1-7/df5740ad
Also, hardware is macmini 6,2 (late 2012) with core i7 3720QM and Intel HD Graphics 4000.
Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels