mediabots / Linux-to-Windows-with-QEMU

One Script for Auto installation of Windows Server into a Linux Server. Script would install Windows Server 2012 R2 evaluation copy (180 days free trial). A power shell script to enable Remote Desktop + Firefox installer attached into the CD-ROM.
135 stars 270 forks source link

Device is not writable: Permission denied #39

Open Ares-87 opened 3 years ago

Ares-87 commented 3 years ago

Hi, I have this issue when the script launch the first instance of Windows, return this line: qemu-system-x86_64: -drive file=/dev/loop1,index=0,media=disk,format=raw: The device is not writable: Permission denied

How I can fix it? This issue is showed only in Ubuntu installation.

Thanks

Ares-87 commented 3 years ago

SOLVED I changed the OS from Ubuntu 21.04 to Debian 10 and now works without problems.