原來要 sudo virt-manager
------------------
先講結論,以後補上細節
BlissOS on VirtualBox is OK (根據 BlissOS 官網 ) but not OK on QEMU
When entering installation page,
1. select "Installation - Install Bliss-OS to harddisk".
2. Press D
to detect devices.
3. Press C
to create and modify partitions. If asked, select "No" for GPT
.
4. Select "New", "Primary", "full size", and then make it bootable.
5.
"Write to disk".
6. "Quit".
7. Select the partition and then reformat to
ext4
.
8. Select "Yes" to install GRUB
.
9. Select "Yes" to make the /system
directory writable.
Android 9 is on Qemu but not OK on VirtualBox
------------
參考資料:
Ubuntu安裝QEMU/KVM和Virt Manager虛擬機管理員
A----
1. sudo grep -E -c '(vmx|svm)' /proc/cpuinfo
---- 回傳 12
2. sudo apt install cpu-checker && kvm-ok
正在讀取套件清單... 完成
正在重建相依關係... 完成
正在讀取狀態資料... 完成
cpu-checker 已是最新版本 (0.7-1.3build1)。
cpu-checker 被設定為手動安裝。
升級 0 個,新安裝 0 個,移除 0 個,有 0 個未被升級。
INFO: /dev/kvm exists
KVM acceleration can be used
B---------------
sudo apt updatey
sudo apt install qemu-kvm libguestfs-tools libvirt-clients libvirt-daemon-system bridge-utils virt-manager ovmf swtpm
sudo adduser $USER libvirt
sudo adduser $USER kvm
sudo adduser $USER input
nice@nice-LMint:~$ sudo adduser nice libvirt
使用者 `nice' 已是 `libvirt' 的成員。
nice@nice-LMint:~$ sudo adduser nice kvm
正將 `nice' 使用者新增至 `kvm' 群組 ...
正在將 nice 使用者加入到 kvm 群組
完成。
nice@nice-LMint:~$ sudo adduser nice input
正將 `nice' 使用者新增至 `input' 群組 ...
正在將 nice 使用者加入到 input 群組
完成。
nice@nice-LMint:~$ sudo systemctl enable libvirtd
nice@nice-LMint:~$ sudo systemctl start libvirtd
nice@nice-LMint:~$ sudo virsh net-start default
error: Failed to start network default
error: Requested operation is not valid: network is already active
nice@nice-LMint:~$ sudo virsh net-autostart default
Network default marked as autostarted
C--------
virt-manager
原來要 sudo virt-manager (使用選單啟動,沒有 sudo 功能,所以)