foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.58k stars 1.14k forks source link

Stuck at Disk Utility #515

Open EtherGhost opened 2 years ago

EtherGhost commented 2 years ago

For some reason I cant start Disk Utility, Catalina. Mouse is not working as expected but I can arrow down to Disk Utility and with TAB jump to Continue but nothing happens when I press ENTER.

image

Masamune3210 commented 2 years ago

Make sure the disks are correctly referenced in the config and are actually attached

EtherGhost commented 2 years ago

@Masamune3210 Thanks for your reply! And config means basic.sh right?

image

How can I check that it's attached?

Masamune3210 commented 2 years ago

Everything looks good by a quick glance, but I haven't messed with this project for a while now, so someone else might see something I've missed. Maybe try seeing if the terminal can see the drive? I'd guess something is wrong and its keeping macos from seeing the disks but I'm also not super familiar with modern macOS

EtherGhost commented 2 years ago

MacOS Terminal in Volumes:

image

diskutil list:

image image image image image

Masamune3210 commented 2 years ago

no idea then sorry. It looks like its seeing the disk correctly, maybe try formatting the drive and making the partitions manually? Would probably take quite a bit of googling to figure out how though so I would wait for someone who knows more to come in first

sorig commented 2 years ago

you should use the spacebar instead of enter to "click" on things with the keyboard

notAperson535 commented 2 years ago

@kvalitetskontrollMarkaryd Maybe change -device usb-mouse to -device usb-tablet in basic.sh