start vm at boot

haux

Active Member
Jun 5, 2017
13
0
41
42
Hi,

It seams that "Start at boot" option is not working for me.

Code:
root@pve:~# cat /etc/pve/nodes/pve/qemu-server/101.conf
boot: cdn
bootdisk: virtio0
cores: 2
ide2: none,media=cdrom
memory: 650
name: Coreos-1
net0: virtio=C6:44:67:5D:CE:E7
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-pci
smbios1: uuid=5aaa0fdb-7dbd-4d05-a18b-579fd9ac12a2
sockets: 1
virtio0: data2:101/vm-101-disk-1.qcow2,size=7G


Code:
root@pve:~# pveversion
pve-manager/5.0-5/c155b5bc (running kernel: 4.10.1-2-pve)

Any idea why it's not working as expected, is it a bug in the latest beta?

Thank you.
 
pve-manager/5.0-5/c155b5bc (running kernel: 4.10.1-2-pve)
this is not the latest beta (newest pve-manager on pvetest is 5.0-10), and i believe this was a bug which is already fixed
 
upgrade to the current beta using the pvetest repository - the packages on the initial beta iso had a bug affecting start on boot.
 
Thank you for the help.

I'm trying to do the upgrade by CLI, no success. No help regarding how to update from beta1->beta2 in the wiki though.

Code:
root@pve:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@pve:~# pveupgrade
Starting system upgrade: apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Your System is up-to-date

root@pve:~# pveversion
pve-manager/5.0-5/c155b5bc (running kernel: 4.10.1-2-pve)
 
No success so far

Code:
root@pve:~# cat /etc/apt/sources.list
#deb http://ftp.ca.debian.org/debian stretch main contrib
deb http://ftp.ca.debian.org/debian stretch pvetest

After apt-get update and apt-get dist-upgrade

Code:
root@pve:~# pveversion
pve-manager/5.0-5/c155b5bc (running kernel: 4.10.1-2-pve)

Any idea why I can't upgrade to beta 2 ?

Thank you