nomadbsd / handbook

NomadBSD handbooklet
BSD 2-Clause "Simplified" License
8 stars 3 forks source link

Add instructions to convert raw image to qcow2 format to run on QEMU #17

Open ricardobranco777 opened 4 months ago

ricardobranco777 commented 4 months ago

I tried these and it works:

qemu-img convert -f raw -O qcow2 nomadbsd-141R-20240711.amd64.zfs.img nomadbsd.qcow2
qemu-img resize nomadbsd.qcow2 +60G