Hi,I'm going to Rescue Boot from live cd and this is message
which installation-CD do you use?
This one? http://download.proxmox.com/iso/proxmox-ve_3.4-102d4547-6.iso
Or do you have the 3.3 cd?
Udo
Hi,I'm going to Rescue Boot from live cd and this is message
Hi I installed only is not problem to installet proxmox, but just installed and never i don't touch thisHello,
to be honest, this would be a never ending story. You have zero experience and no idea what you do. Ask a local professional linux admin to help you and buy them. Who does set up this machine? Ask them or a other linux sysadmin guy.
Solution, boot live usb/cd (grml.org) -> pvscan -> vgchange -a y -> lvscan
show if there are lv and if you can mount them /dev/$vg/$lv /mnt
If so umount and do a proper chroot, update all (apt-get dist-upgrade), umount and reboot hopefully everything is fixed.
Installed v.5.x now im download v3.4 and to try with this verisonHi,
which installation-CD do you use?
This one? http://download.proxmox.com/iso/proxmox-ve_3.4-102d4547-6.iso
Or do you have the 3.3 cd?
Udo
pvs
vgs
lvs
echo "deb http://download.proxmox.com/debian wheezy pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list
apt-get update
apt-get dist-upgrade
Yes remember i change /etc/apt/sources.listHi,
look with following commands, if there are still trouble with your lvm:
after chroot to your system with the installation-cd, you should add the pve-no-subscription repo if you havn't an subscription:Code:pvs vgs lvs
UdoCode:echo "deb http://download.proxmox.com/debian wheezy pve-no-subscription" > /etc/apt/sources.list.d/pve-no-subscription.list apt-get update apt-get dist-upgrade
Hi,Yes remember i change /etc/apt/sources.list
I'm installing proxmox 3.4 on cd and i will write you
Ok i understand bro, im install PRoxmox iso on cdHi,
not install pve3.4 - then is all lost!!!!
Use the rescue-mode!!
Udo
Proxmox ve 3.4 not have Resource mode optionsHi,
not install pve3.4 - then is all lost!!!!
Use the rescue-mode!!
Udo
Hello,
to be honest, this would be a never ending story. You have zero experience and no idea what you do. Ask a local professional linux admin to help you and buy them. Who does set up this machine? Ask them or a other linux sysadmin guy.
Solution, boot live usb/cd (grml.org) -> pvscan -> vgchange -a y -> lvscan
show if there are lv and if you can mount them /dev/$vg/$lv /mnt
If so umount and do a proper chroot, update all (apt-get dist-upgrade), umount and reboot hopefully everything is fixed.
Hi,This is the result what i need to do now
vgchange -a y
fsck /dev/pve/root
fsck /dev/pve/data
mkdir /mnt/pve
mount /dev/pve/root /mnt/pve
mount /dev/pve/data /mnt/pve/var/lib/vz
mount -o bind /dev /mnt/pve/dev
mount -o bind /proc /mnt/pve/proc
mount -o bind /sys /mnt/pve/sys
chroot /mnt/pve
after this command need to reboot or anything?Hi,
UdoCode:vgchange -a y fsck /dev/pve/root fsck /dev/pve/data mkdir /mnt/pve mount /dev/pve/root /mnt/pve mount /dev/pve/data /mnt/pve/var/lib/vz mount -o bind /dev /mnt/pve/dev mount -o bind /proc /mnt/pve/proc mount -o bind /sys /mnt/pve/sys chroot /mnt/pve
No, not reboot.after this command need to reboot or anything?
Thanks
ip route add default via x.y.z.n
# test dns
host download.proxmox.com
Did u know i download from grml.org iso and i record to cd and i put cd and i boot from this cd, and result in photo is from cdNo, not reboot.
Then you should bring up your network interface, that you can use updates.
If you have network (don't need vmbr0 - eth0 is enough) and you can ping your router, you must set your default-gw:
and then look for the repository and enable the no-subscription repoCode:ip route add default via x.y.z.n # test dns host download.proxmox.com
Udo
Hi,Did u know i download from grml.org iso and i record to cd and i put cd and i boot from this cd, and result in photo is from cd
Thanks
im making this i send you photo after overHi,
yes I know - that shows the screenshot.
Do you have successfully checked the filesystem and chrooted in your pve-system?
Udo
Hi,
yes I know - that shows the screenshot.
Do you have successfully checked the filesystem and chrooted in your pve-system?
Udo
ifconfig eth0 netmask 255.255.255.0 10.10.100.xx
Can i use new hdd and install proxmox v5.x and after innstall to connect the hdd with data and to backup data to new hdd?Hi,
if you have an /24 network then you must set your pve-ip like
after that you should be able to set the route (and ping the router?).Code:ifconfig eth0 netmask 255.255.255.0 10.10.100.xx
Udo
Hi,Can i use new hdd and install proxmox v5.x and after innstall to connect the hdd with data and to backup data to new hdd?
Thank you