Comment 7 for bug 1352163

Revision history for this message
Anthony (a-servedio) wrote :

Please revive this. None of all the google links related to: "preseed Choose a mirror of the ubuntu archive" have a solution.

# part of my debconf console log:
--> FSET mirror/http/countries seen true
<-- 0 true
--> INPUT high mirror/http/countries
<-- 30 question skipped
--> GO
<-- 0 ok
--> GET mirror/http/countries
<-- 0 CA
--> SET mirror/country CA
<-- 0 value set
--> GO
<-- 0 ok
--> GET mirror/country
<-- 0 CA
--> GET debian-installer/locale
<-- 0 en_CA
--> SUBST mirror/http/mirror mirrors ca.archive.ubuntu.com
Adding [mirrors] -> [ca.archive.ubuntu.com]
<-- 0
--> GET mirror/http/mirror
<-- 0 CC.archive.ubuntu.com
--> SET mirror/http/mirror ca.archive.ubuntu.com
<-- 0 value set
--> INPUT high mirror/http/mirror
<-- 0 question will be asked
--> GO

# related preseed
d-i debian-installer/locale string en_CA
d-i mirror/country string manual
d-i mirror/http/hostname string ca.archive.ubuntu.com
d-i mirror/http/directory string /ubuntu
d-i mirror/http/proxy string
d-i mirror/suite string trusty

# kernel params
linux (loop)/linux noprompt hostname=test1.home.ttc locale=en_CA keyboard-configuration/layoutcode=us
url=http://ttc.solutions/skfldejljlsfklsjf.cfg live-installer/net-image=http://ttc.solutions/ubuntu/install/filesystem.squashfs DEBCONF_DEBUG=5

.. and I get stuck on the dialog "Choose a mirror of the Ubuntu archive" with in my case, ca.archive.ubuntu.com.
I tried with a custom mirror (different mirror/http/hostname), still ca.archive.ubuntu.com came up as a choice and in the log above. Also tried with en_US instead in both kernel params and preseed. And I checked out every google result available on the subject. No luck.

Help :)