Cockpit Create VM Permission Denied
I’ve met an error:
When I’m creating a Windows VM by using “Cockpit Virtual Machine”, I want to use virtio so I have to append an virtio iso image as cdrom. But once you click the “Install” button, you will meet the error:
“permission denied” on creating system VM with iso file in home directory”.
I’ve searched for the error in the internet but no resolution found, after several times trying I got how to resolve the problem:
Simply do not insert an virtio cdrom, just click “Install” button, and after you run into the Windows installation program, return to the Cockpit WebUI and then eject the windows iso cdrom, and inject virtio iso cdrom, after scan and install the virtio driver, reject the virtio iso cdrom and then inject the windows iso cdrom again.
Simple but a working solution :)
更多文章
- socks5 协议详解
- zerotier简明教程
- 搞定面试中的系统设计题
- frp 源码阅读与分析(一):流程和概念
- 用peewee代替SQLAlchemy
- Golang(Go语言)中实现典型的fork调用
- DNSCrypt简明教程
- 一个Gunicorn worker数量引发的血案
- Golang validator使用教程
- Docker组件介绍(二):shim, docker-init和docker-proxy
- Docker组件介绍(一):runc和containerd
- 使用Go语言实现一个异步任务框架
- 协程(coroutine)简介 - 什么是协程?
- SQLAlchemy简明教程
- Golang的template(模板引擎)简明教程