after trying to remove a linux distribution through diskutil, i somehow managed to mess up my OS-Volume - i can't boot:
- Output of
diskutil list
- Output of
gpt -r show /dev/disk0
Thats the output i get after trying this fix: related question, before it looked like this:
In the recovery-mode disk tool, the disk0s2 is now shown but grayed out, i cannot mount it either. Trying diskutil verifydisk disk0
gives me the following error:
Thanks for the help
gpt remove -i 2 disk0
again, i now get:gpt remove: unable to open device 'disk0': Resource busy
– pmoritz Apr 03 '20 at 18:17diskutil unmountdisk disk0
before thegpt
command. – David Anderson Apr 03 '20 at 18:30