From 5868c31f076201e9e9d2fcfa7f1934f71e449603 Mon Sep 17 00:00:00 2001 From: Panait Teodor Dimitrie Date: Tue, 30 Sep 2025 19:17:51 +0300 Subject: [PATCH] util/macos-vm: Update Readme.md Update repository.grid link for the image file. Update the steps and the phrasing to reflect the image being now tar gzipped. Signed-off-by: Panait Teodor Dimitrie --- util/macos-vm/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util/macos-vm/README.md b/util/macos-vm/README.md index 8cc9e98ab5..3e190b7a91 100644 --- a/util/macos-vm/README.md +++ b/util/macos-vm/README.md @@ -10,8 +10,11 @@ brew install qemu ## Running the VM -First, download the `so-ubuntu-20-04.img` image from [here](https://repository.grid.pub.ro/cs/so/linux-2024/). -This may take some time (total size of the image is around 8.8GB). +First, download the `VM-SO.img.tar.gz` tar archive containing the image from [here](https://repository.grid.pub.ro/cs/so/linux-2025-2026/). +This may take some time (total size of the archive is around 4GB). + +Next, extract the image from the compressed archive. +This may take some time aswell (total uncompressed size of the image is around 32GB). Then, use the `qemu_run.sh` script to run the VM: