Trying to install Windows11 ARM on QEMU

This commit is contained in:
Artur Gurgul 2025-08-27 11:37:46 +02:00
parent 605cfd38f9
commit 764967c8e0
6 changed files with 365 additions and 23 deletions

View file

@ -123,7 +123,7 @@ module VirtualMachine
get_cdrom_image(options) do |path|
disk_img_path = root_img_path(options)
create_disk_image(disk_img_path, 64000)
create_disk_image(disk_img_path, 64000 * 4)
Qemu.launch(
options[:arch],