Download Error
Closed this issue · 2 comments
+---------------------------------------------------+
| UNATTENDED UBUNTU ISO MAKER |
+---------------------------------------------------+
which ubuntu edition would you like to remaster:
[1] Ubuntu href="precise/" LTS Server amd64 - Precise Pangolin
[2] Ubuntu href="trusty/" LTS Server amd64 - Trusty Tahr
[3] Ubuntu href="xenial/" LTS Server amd64 - Xenial Xerus
[4] Ubuntu href="bionic/" LTS Server amd64 - Bionic Beaver
please enter your preference: [1|2|3|4]: 4
please enter your preferred timezone: Etc/UTC
please enter your preferred username: whittinghamj
please enter your preferred password:
confirm your preferred password:
Make ISO bootable via USB: yes
downloading ubuntu-href="bionic/"-server-amd64.iso: 11:52: DONE
Error: Failed to download ISO: http://cdimage.ubuntu.com/releases/href="bionic/"/release/ubuntu-href="bionic/"-server-amd64.iso
This file may have moved or may no longer exist.
You can download it manually and move it to /root/ubuntu-href="bionic/"-server-amd64.iso
Then run this script again.
Any ideas?
Ubuntu change urls, which cause the problems:
Script create-unattended-iso.sh
run through:
You may work around as hard-code download link. Ex:
For ubuntu 18.04
[4]* ) download_file="ubuntu-18.04.2-server-amd64.iso"
download_location="http://cdimage.ubuntu.com/releases/18.04/release/"
new_iso_name="ubuntu-18.04.2-server-amd64-unattended.iso"
break;;
Or if the change is for all images, you could just change the main download URL in the script; if you do, please submit a PR and I will merge it into the main script!