[SOLVED] unable to install PBS in qemu

onlineapps

Well-Known Member
Jan 21, 2020
86
8
48
hi, i try to install PBS, as i install in normally PVE like this:

apt update && apt -y upgrade && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-ve_6.3-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8006-:8006 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-ve_6.3-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0

with PVE i don't have problems, all working ok, but PBS don't want to install from this method!

in VNC i received this error:
1606400390829.png
i use similar command to install PBS,
apt update && apt -y upgrade && apt -y install qemu && \
wget http://download.proxmox.com/iso/proxmox-backup-server_1.0-1.iso && \
qemu-system-x86_64 -net nic -net user,hostfwd=tcp::8007-:8007 -m 4096M -enable-kvm -cpu host,+nx -M pc -smp cores=4 -vga std -usbdevice tablet -k en-us -cdrom proxmox-backup-server_1.0-1.iso -hda /dev/sda -hdb /dev/sdb -boot once=d -vnc :0

how to fix it? why PBS don't want to install as PVE?
 
Hi, have you checked the downloaded iso for possible corruption? The errors you show suggest that the cd-id is incorrect. Check the checksum of the iso after downloading.
 
all, ok, thanks, problem was fixed, problem was in downloaded file, accidentally, i download file partially, thanks, best regards