Comment 1 for bug 1807023

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Testing steps common to all releases:
====================================

$ wget <netboot linux/initrd.img>

$ virt-install \
  --name RELEASE \
  --vcpus 2 \
  --memory 512 \
  --disk size=4,bus=virtio,format=qcow2 \
  --network user,model=virtio \
  --graphics none \
  --import \
  --boot kernel=linux,initrd=initrd.gz,kernel_args='console=ttyS0 ipv6.disable=1 auto=true hostname=ubuntu'

Wait for network configuration steps to occur, then:
In dialog 'Download debconf preconfiguration file' select 'Continue'.
In dialog 'Select a language' select 'Go Back'.
In menu select 'Execute a shell', then select 'Continue'.

~ # cat /etc/default-release # for reference
~ # ls -d /usr/lib/ssl/certs/ # check if available

~ # wget http://github.com # check error/success

Then ctrl+] to exit virsh console, and destroy/wipe guest.
$ virsh destroy RELEASE
$ virsh undefine --remove-all-storage RELEASE