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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1807023

Title:
  installer stock images fail to validate any HTTPS certificates (ca-
  certificates missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1807023/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to