文章分類


有關阿原記事本

阿原,江易原,記下一些事情跟朋友們分享,也留下自己學習與成長的紀錄。教學課程請見 "阿原小站" 還有阿原開放式課程阿原直播與教學影片阿原生活影片阿原創新顧問公司阿原科幻小說-NC1543、教師教學社團:開源軟體與教學應用
版權:除特別聲明外,本網站之照片及文字等,皆為版權沒有 (public domain, Creative Commons Zero),歡迎使用
*本站累積不少教學與食品安全資料,請善用左上角的網頁搜尋功能,或是網頁右方文章分類整理。

2023/09/17

安裝 BlissOS on VirtualBox 及 Android 9 on Qemu--隔了十多年,阿原再次完成任務

 原來要 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 功能,所以)