April-May-2022 Batch Update 1

This commit is contained in:
Dhiru Kholia
2022-04-28 12:22:01 +05:30
committed by Dhiru Kholia
parent 670cd80d7b
commit 93bac3cae1
18 changed files with 1766 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ Phenom II X3 720 does not. Ryzen processors work just fine.
```
sudo apt-get install qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make -y
wget libguestfs-tools p7zip-full make dmg2img -y
```
This step may need to be adapted for your Linux distribution.
@@ -83,6 +83,7 @@ Phenom II X3 720 does not. Ryzen processors work just fine.
```
sudo usermod -aG kvm $(whoami)
sudo usermod -aG libvirt $(whoami)
sudo usermod -aG input $(whoami)
```
Note: Re-login after executing this command.
@@ -138,7 +139,13 @@ Phenom II X3 720 does not. Ryzen processors work just fine.
* Convert the downloaded `BaseSystem.dmg` file into the `BaseSystem.img` file.
```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img
dmg2img -i BaseSystem.dmg BaseSystem.img
```
OR
```
qemu-img convert BaseSystem.dmg -O raw BaseSystem.img # can be problematic on newer systems
```
* Create a virtual HDD image where macOS will be installed. If you change the