Debian Installer “Install the base system” failed “Couldn't download package apt”
I am setting up debian on an old machine to use as a home fileserver and am having issues installing. I hooked up the network over Ethernet using my laptop's network share and I think the connection is working (is there a way to test this in the installer?) but the installer freezes on "Retrieving apt" and then fails about a minute later.
Does anyone have any suggestions?
debian-installer
add a comment |
I am setting up debian on an old machine to use as a home fileserver and am having issues installing. I hooked up the network over Ethernet using my laptop's network share and I think the connection is working (is there a way to test this in the installer?) but the installer freezes on "Retrieving apt" and then fails about a minute later.
Does anyone have any suggestions?
debian-installer
1
Quit the installer, but leave the live disk running. Open a terminal, and typesudo ping -c4 debian.orgAlso, what version are you attempting to install/?
– eyoung100
Oct 2 '14 at 22:29
You should be able to use a terminal without quitting the installer by pressing Ctrl+Alt+F1 (or is it F2? I don't know which one the installer is using itself). Also, on Ctrl+Alt+F4 should be a debug log that hopefully contains additional information.
– Martin von Wittich
Oct 2 '14 at 22:52
add a comment |
I am setting up debian on an old machine to use as a home fileserver and am having issues installing. I hooked up the network over Ethernet using my laptop's network share and I think the connection is working (is there a way to test this in the installer?) but the installer freezes on "Retrieving apt" and then fails about a minute later.
Does anyone have any suggestions?
debian-installer
I am setting up debian on an old machine to use as a home fileserver and am having issues installing. I hooked up the network over Ethernet using my laptop's network share and I think the connection is working (is there a way to test this in the installer?) but the installer freezes on "Retrieving apt" and then fails about a minute later.
Does anyone have any suggestions?
debian-installer
debian-installer
asked Oct 2 '14 at 22:22
joeelectricityjoeelectricity
12
12
1
Quit the installer, but leave the live disk running. Open a terminal, and typesudo ping -c4 debian.orgAlso, what version are you attempting to install/?
– eyoung100
Oct 2 '14 at 22:29
You should be able to use a terminal without quitting the installer by pressing Ctrl+Alt+F1 (or is it F2? I don't know which one the installer is using itself). Also, on Ctrl+Alt+F4 should be a debug log that hopefully contains additional information.
– Martin von Wittich
Oct 2 '14 at 22:52
add a comment |
1
Quit the installer, but leave the live disk running. Open a terminal, and typesudo ping -c4 debian.orgAlso, what version are you attempting to install/?
– eyoung100
Oct 2 '14 at 22:29
You should be able to use a terminal without quitting the installer by pressing Ctrl+Alt+F1 (or is it F2? I don't know which one the installer is using itself). Also, on Ctrl+Alt+F4 should be a debug log that hopefully contains additional information.
– Martin von Wittich
Oct 2 '14 at 22:52
1
1
Quit the installer, but leave the live disk running. Open a terminal, and type
sudo ping -c4 debian.org Also, what version are you attempting to install/?– eyoung100
Oct 2 '14 at 22:29
Quit the installer, but leave the live disk running. Open a terminal, and type
sudo ping -c4 debian.org Also, what version are you attempting to install/?– eyoung100
Oct 2 '14 at 22:29
You should be able to use a terminal without quitting the installer by pressing Ctrl+Alt+F1 (or is it F2? I don't know which one the installer is using itself). Also, on Ctrl+Alt+F4 should be a debug log that hopefully contains additional information.
– Martin von Wittich
Oct 2 '14 at 22:52
You should be able to use a terminal without quitting the installer by pressing Ctrl+Alt+F1 (or is it F2? I don't know which one the installer is using itself). Also, on Ctrl+Alt+F4 should be a debug log that hopefully contains additional information.
– Martin von Wittich
Oct 2 '14 at 22:52
add a comment |
1 Answer
1
active
oldest
votes
Try using a different Internet access.
Debian uses http & ftp mirrors.
FTP is the "classical" problematic-to-NAT protocol.
Hence, "network sharing" usually implies a NAT, because the machine sharing the connection has exactly one IP itself.
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f158955%2fdebian-installer-install-the-base-system-failed-couldnt-download-package-apt%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try using a different Internet access.
Debian uses http & ftp mirrors.
FTP is the "classical" problematic-to-NAT protocol.
Hence, "network sharing" usually implies a NAT, because the machine sharing the connection has exactly one IP itself.
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
add a comment |
Try using a different Internet access.
Debian uses http & ftp mirrors.
FTP is the "classical" problematic-to-NAT protocol.
Hence, "network sharing" usually implies a NAT, because the machine sharing the connection has exactly one IP itself.
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
add a comment |
Try using a different Internet access.
Debian uses http & ftp mirrors.
FTP is the "classical" problematic-to-NAT protocol.
Hence, "network sharing" usually implies a NAT, because the machine sharing the connection has exactly one IP itself.
Try using a different Internet access.
Debian uses http & ftp mirrors.
FTP is the "classical" problematic-to-NAT protocol.
Hence, "network sharing" usually implies a NAT, because the machine sharing the connection has exactly one IP itself.
answered Oct 3 '14 at 8:47
Andreas KostyrkaAndreas Kostyrka
1
1
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
add a comment |
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
So it would probably be a better idea to plug this into my router via ethernet then see if the install works?
– joeelectricity
Nov 18 '14 at 21:31
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f158955%2fdebian-installer-install-the-base-system-failed-couldnt-download-package-apt%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Quit the installer, but leave the live disk running. Open a terminal, and type
sudo ping -c4 debian.orgAlso, what version are you attempting to install/?– eyoung100
Oct 2 '14 at 22:29
You should be able to use a terminal without quitting the installer by pressing Ctrl+Alt+F1 (or is it F2? I don't know which one the installer is using itself). Also, on Ctrl+Alt+F4 should be a debug log that hopefully contains additional information.
– Martin von Wittich
Oct 2 '14 at 22:52