diff --git a/%E7%9F%A5%E8%AD%98%E5%BA%AB.md b/%E7%9F%A5%E8%AD%98%E5%BA%AB.md index d9d4a6b..495ac07 100644 --- a/%E7%9F%A5%E8%AD%98%E5%BA%AB.md +++ b/%E7%9F%A5%E8%AD%98%E5%BA%AB.md @@ -44,9 +44,101 @@ Password: # 黑群輝 +## 1. 下載引導檔 + 從 [Github](https://github.com/RROrg/rr) 的 [Release](https://github.com/RROrg/rr/releases/tag/25.6.5) 下載引導檔 -![alt text](Images/1.png) +```bash +wget https://github.com/RROrg/rr/releases/download/25.6.5/rr-25.6.5.img.zip +``` + +## 2. 解壓縮檔案 + +解壓縮檔案並移動到 PVE 的 ISO 資料夾 + +```bash +unzip rr-25.6.5.img.zip && mv rr.img /var/lib/vz/template/iso/rr-25.6.5.img +``` + +## 3. 建立虛擬機 + +3.1. 一般設定,指定 VM ID 並記住,之後加入引導映像檔時需要指定 + +![1.png](Images/1.png) + +3.2. 作業系統設定,不要使用任何媒體,之後使用 RR 映像檔,引導開機 + +![2.png](Images/2.png) + +3.3. 系統設定 + +![3.png](Images/3.png) + +3.4. 磁碟設定,加入三個相同規格的虛擬磁碟,之後用來建立 RAID 的磁碟集區 + +![4.png](Images/4.png) + +3.5. CPU 設定,選擇 host 取得最好的虛擬核心效能,啟用 NUMA 讓 DSM 可以使用 Container Manager + +![5.png](Images/5.png) + +3.6. 記憶體設定,先設定為 4G 安裝完成後再依照宿主機的資源設定 + +![6.png](Images/6.png) + +3.7. 網路設定,選擇 VirtIO 或 Intel E1000 的效能最好 + +![7.png](Images/7.png) + +## 4. 加入 RR 引導檔 + +```bash +qm importdisk 100 /var/lib/vz/template/iso/rr-25.6.5.img local-lvm +``` + +## 5. 將 RR 引導檔改為 SATA + +![8.png](Images/8.png) + +## 6. 將 RR 引導檔改為第一開機順位 + +![9.png](Images/9.png) + +## 7. 設定引導檔 + +![10.png](Images/10.png) + +(載入完成) + +![11.png](Images/11.png) + +從網頁輸入引導檔顯示的網址(http://192.168.30.18:7681),進入引導設定介面 + +![12.png](Images/12.png) + +## 8. 設定引導的主機型號 + +![13.png](Images/13.png) + +## 9. 設定引導的系統版本 + +![14.png](Images/14.png) + +![15.png](Images/15.png) + +## 10. 編譯引檔 + +![16.png](Images/16.png) + +## 11. 重啟虛擬機並進入 DSM 設定介面 + +![17.png](Images/17.png) + +![18.png](Images/18.png) + +離開引導設定後,就可以看到 DSM 設定與連結 + +![19.png](Images/19.png) # 掛載 SMB diff --git a/Images/1.png b/Images/1.png index 84d6239..eaa0074 100644 Binary files a/Images/1.png and b/Images/1.png differ diff --git a/Images/10.png b/Images/10.png new file mode 100644 index 0000000..bc9930a Binary files /dev/null and b/Images/10.png differ diff --git a/Images/11.png b/Images/11.png new file mode 100644 index 0000000..3a8ec22 Binary files /dev/null and b/Images/11.png differ diff --git a/Images/12.png b/Images/12.png new file mode 100644 index 0000000..3661f28 Binary files /dev/null and b/Images/12.png differ diff --git a/Images/13.png b/Images/13.png new file mode 100644 index 0000000..680880f Binary files /dev/null and b/Images/13.png differ diff --git a/Images/14.png b/Images/14.png new file mode 100644 index 0000000..daa24fc Binary files /dev/null and b/Images/14.png differ diff --git a/Images/15.png b/Images/15.png new file mode 100644 index 0000000..4e4578d Binary files /dev/null and b/Images/15.png differ diff --git a/Images/16.png b/Images/16.png new file mode 100644 index 0000000..fc22d9d Binary files /dev/null and b/Images/16.png differ diff --git a/Images/17.png b/Images/17.png new file mode 100644 index 0000000..f7e0db0 Binary files /dev/null and b/Images/17.png differ diff --git a/Images/18.png b/Images/18.png new file mode 100644 index 0000000..b8a4739 Binary files /dev/null and b/Images/18.png differ diff --git a/Images/19.png b/Images/19.png new file mode 100644 index 0000000..b69366b Binary files /dev/null and b/Images/19.png differ diff --git a/Images/2.png b/Images/2.png new file mode 100644 index 0000000..5430b0d Binary files /dev/null and b/Images/2.png differ diff --git a/Images/3.png b/Images/3.png new file mode 100644 index 0000000..cd4f13e Binary files /dev/null and b/Images/3.png differ diff --git a/Images/4.png b/Images/4.png new file mode 100644 index 0000000..3a70708 Binary files /dev/null and b/Images/4.png differ diff --git a/Images/5.png b/Images/5.png new file mode 100644 index 0000000..18af744 Binary files /dev/null and b/Images/5.png differ diff --git a/Images/6.png b/Images/6.png new file mode 100644 index 0000000..606e8c1 Binary files /dev/null and b/Images/6.png differ diff --git a/Images/7.png b/Images/7.png new file mode 100644 index 0000000..66287ee Binary files /dev/null and b/Images/7.png differ diff --git a/Images/8.png b/Images/8.png new file mode 100644 index 0000000..fea9902 Binary files /dev/null and b/Images/8.png differ diff --git a/Images/9.png b/Images/9.png new file mode 100644 index 0000000..c7c8c91 Binary files /dev/null and b/Images/9.png differ