When you get error like this
Loading, please wait…
Volume group “pve” not found
Cannot process volume group pve
Unable to find LVM volume pve/root
like this picture
just reboot then
choese menu
Advanced options for Proxmox Virutal Enviroment
then press e
then add rootdelay=2 after pve-root ro quiet
before
after
then ctrl+x now can boot success!
!!! remeber change /boot/grub/grub.cfg https://forum.proxmox.com/threads/solved-proxmox-4-pve-not-found-after-first-start.24702/
https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
http://blog.pulipuli.info/2014/10/proxmox-ve-add-another-hard-disk-in.html
1、找硬碟
ls /dev/sd* (sata is sd, ide is hd)
2、碟磁分割
fdisk /dev/sd*
a. n (new)
b.p (primary)
c. enter
d. enter
e. enter
f. w (寫入)
c d e 操作是使用整個硬碟空間
3、格式化
mkfs -t ext3 /dev/sd*
4、掛截磁碟
a.建目錄 mkdir aaa
b.寫 /etc/fstab
/dev/sd* /aaa ext3 defaults 1 2
重開,用df查
5、用proxmox掛上去
記得 content 要全選
https://pve.proxmox.com/wiki/Shrink_Qcow2_Disk_Files
http://blog.pulipuli.info/2015/06/proxmox-vevmdk-use-vmdk-format-as.html
這是因為在KVM虛擬技術中,預設快取寫入硬碟的方式為「Default (No cache)」,但是vmdk必須使用「Write Through」設定,因此只要調整硬碟快取寫入方式就可以解決這個問題。
其實上面的Bus/Device改成VIRTIO的話,一般來說效能會更好,因為這是虛擬裝置原生的通道,而非模擬出來的IDE或SATA。
https://noteits.net/2015/07/21/migrate-vmware-vm-to-proxmox/
http://blogs.yyes.chc.edu.tw/post/2/78
http://www.servethehome.com/the-proxmox-ve-kvm-based-all-in-one-freenas/
各種效能比較
https://b3n.org/vmware-vs-bhyve-performance-comparison/
參考
http://churnd.net/2014/06/29/smartos-homelab-hypervisor-v3/