My goal would be to install ubuntu in a kvm virtual machine totally automated.
Must be my fault but for some reason I am not able to make a fully automated
installation.
Whatever I try to configure as an install mirror server at the end it always
goes to 91.189.88.153 (cherufe.canonical.com)
But
I got my mirror working after adding this line for selecting the local
mirror, by default the preseed file is selecting cc.archive.ubuntu.com
by adding the below line we can redirect the control to our local
mirror.
d-i mirror/http/mirror select my.local.mirror
d-i mirror/country stri
This worked for me with Precise :
d-i mirror/country string manual
d-i mirror/http/hostname string local.mirror.fqdn
d-i mirror/http/directory string /ubuntu
d-i mirror/http/proxy string
d-i mirror/http/mirror select local.mirror.fqdn
--
You received this bug notification because you are a membe
Does anybody have an update on this?
I created a mirror repository of precise, both 32 bit and 64bit on one
of my local servers using apt-mirror. I'm trying to do a preseed
install from it, but it fails to work...
It says:
[!!] Download installer components
The installer failed to download a
I can confirm that it looks like this doesn't work (anymore) in precise.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775670
Title:
Using local mirror fails, preseed always hits us.archive.ubuntu.c
Hi Alex,
Could you send me the preseed file you're using.
I believe it does not work anymore on 12.04.
Leo
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775670
Title:
Using local mirror fails, pre
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: preseed (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775670
Title:
Usi
I've finally got my local mirror working.
It seems that setting 'mirror/country' to country code overrides
'mirror/http/hostname'.
Setting it to 'manual' fixed it. There is my set of options which is working:
d-i mirror/country string manual
d-i mirror/http/hostname string local.mirror.fqdn
d-