新裝電腦。
從OEM Windows 7 升級到10, 用光碟安裝到BIOS/MBR, 然後裝Budgie。
接下來grub多重開機屢敗屢戰,死的不知怎麼救。
最後想起來。usb碟開機時選uefi模式安裝,所以就出現這樣神奇的問題。
砍掉uefi後,果然重裝就順利完成了。
看來uefi模式是沒法回到傳統BIOS boot。
手動創建LVM給Proxmox使用
fdisk -l
pvcreate /dev/sda1
pvcreate /dev/sdb1
pvscan
pvdisplay
vgscan
vgcreate -s 4M virtgr /dev/sda1 /dev/sdb1
vgscan
lvdisplay
#lvcreate -i2 -I4 -l100%FREE -n virt-p1 virtgr
最後建立部分後來刪掉,改從proxmox datacenter storage 重建
原因是這樣才抓到真實使用率(Usage)
自從使用Evernote滿足自己的筆記需求後,就很少回頭擠blog。但是想想不行,偶爾也要寫一點筆記,不然會被當成完全棄坑。
安裝完
Add-EsxSoftwareDepot .\update-from-esxi6.7-6.7_update01.zip
Add-EsxSoftwareDepot .\net55-r8168-8.045a-napi-offline_bundle.zip
New-EsxImageProfile -CloneProfile ESXi-6.7.0-20181002001-standard -Name ESXi-20181112 -Vendor Icekimo
Set-EsxImageProfile -Name ESXi-20181112 -AcceptanceLevel CommunitySpported
Add-EsxSoftwarePackage -ImageProfile ESXi-20181112 -SoftwarePackage net55-r8168
Get-EsxSoftwarePackage
Export-EsxImageProfile -NoSignatureCheck -ImageProfile ESXi-2018111 -FilePath ESXi-6.7.0-Custom.iso –ExportToIso
sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot-qt