mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Utilities: Fixed installing OpenDuet on protected volumes, thx Rodion
This commit is contained in:
parent
1b46dfca22
commit
2b637b91d3
@ -1,5 +1,7 @@
|
||||
OpenCore Changelog
|
||||
==================
|
||||
#### v0.6.5
|
||||
- Fixed installing OpenDuet on protected volumes
|
||||
|
||||
#### v0.6.4
|
||||
- Added `BlacklistAppleUpdate` to fix macOS 11 broken update optout
|
||||
|
||||
@ -38,7 +38,7 @@ cp -v boot1f32 newbs
|
||||
sudo dd if=origbs of=newbs skip=3 seek=3 bs=1 count=87 conv=notrunc
|
||||
dd if=/dev/random of=newbs skip=496 seek=496 bs=1 count=14 conv=notrunc
|
||||
sudo dd if=newbs of=/dev/rdisk"${N}"s1
|
||||
diskutil mount disk"${N}"s1
|
||||
sudo diskutil mount disk"${N}"s1
|
||||
|
||||
cp -v "boot${ARCHS}" "$(diskutil info disk"${N}"s1 | sed -n 's/.*Mount Point: *//p')/boot"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user