You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It gets to 'Installing Base System' and then it can't download the preseed file and fails saying it isn't available on the archive mirrors on two of my attempts.
The text was updated successfully, but these errors were encountered:
It seems the http server started by vagrant (?) is shut down after serving the preseed.conf once, but it is needed again later in the installation. I solved it by running:
python -m SimpleHTTPServer 7122
in ~/opengenera/definitions/ubuntu-7.10-server-amd64. Maybe there's a way to keep the http server running after serving the preseed file?
It gets to 'Installing Base System' and then it can't download the preseed file and fails saying it isn't available on the archive mirrors on two of my attempts.
The text was updated successfully, but these errors were encountered: