| View previous topic :: View next topic |
| Author |
Message |
briansteffens
Joined: 13 Feb 2007 Posts: 4 Location: Medford, OR, USA
|
Posted: 2007-02-13 03:44 Post subject: Installer problem (hangs at 5%) [Solution, not question] |
|
|
Over the past couple of days, I have encountered a strange problem while installing Debian (Etch, but I'm guessing this takes place on any installer). It hangs at 5% of 'Selecting and Installing Packages'. I am by no means a guru, but the problem appears to be caused by a changed or offline keyserver. The following is a workaround:
- Boot the installer with the 'expertgui' option. (Upon boot from disk there will be a prompt. Instead of just pressing enter, type 'expertgui' and then press enter.)
- Begin the installation as normal, stopping after 'Configure the package manager' and before 'Select and install software.'
- At this point, press ALT+CTRL+F2 to bring up a console.
- Press enter to activate the console.
- Run the command: "chroot /target" - this will place you into the system you are installing.
- Run the command: "aptitude install debian-archive-keyring" - this will install the keyring.
- Run the command: "aptitude update" - The update should now work correctly, with no errors about unverified keys.
- Press ALT+CTRL+F5 to return to the graphical installer.
- Continue the installation as normal to the end.
Note: the ALT+CTRL+F2/F5 keys seem to vary slightly from installer to installer. You may not need to press CTRL, or returning to the graphical installer may be F1 instead of F5. _________________ ~B |
|
| Back to top |
|
 |
chealer
Joined: 24 Sep 2005 Posts: 671 Location: Kebekia, Kanada
|
Posted: 2007-02-13 07:31 Post subject: |
|
|
| Which installer are you using? |
|
| Back to top |
|
 |
Scotti Moderator Team Member
Joined: 08 Nov 2005 Posts: 313
|
Posted: 2007-02-13 14:51 Post subject: |
|
|
| I experienced the same thing when I attempted to install with Etch last week. I just grabbed the netinst image from the top of the list, i386. Sure enough, it didn't make it through all the way, so I just grabbed my Sarge disc and installed with that. Odd. |
|
| Back to top |
|
 |
StarMonkey
Joined: 30 Apr 2006 Posts: 117
|
Posted: 2007-02-13 17:09 Post subject: |
|
|
| Thanks for starting this thread - I was building a server yesterday with etch netinst amd64 and it stopped at 5%. I left it when I went home but I'll be trying it again tomorrow and I'll try your solution. |
|
| Back to top |
|
 |
briansteffens
Joined: 13 Feb 2007 Posts: 4 Location: Medford, OR, USA
|
Posted: 2007-02-13 22:31 Post subject: |
|
|
chealer: I had this happen with Etch NetInstall (both i386 and AMD64), and heard in #debian about someone having this problem in Sid NetInst i386. _________________ ~B |
|
| Back to top |
|
 |
Lavene Site admin

Joined: 04 Jan 2006 Posts: 4525 Location: Oslo, Norway
|
|
| Back to top |
|
 |
chealer
Joined: 24 Sep 2005 Posts: 671 Location: Kebekia, Kanada
|
Posted: 2007-02-17 18:54 Post subject: |
|
|
| briansteffens wrote: | | chealer: I had this happen with Etch NetInstall (both i386 and AMD64) |
But which Etch netinstall? There are currently at least two such things, the weekly and daily builds. |
|
| Back to top |
|
 |
zombie
Joined: 25 Feb 2007 Posts: 2
|
Posted: 2007-02-25 13:09 Post subject: |
|
|
Hi there.
I just tried this solution with the most recent testing netinstall image (http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso) but it does not work. I also tried "apt-get update" but the packages could not be validated. "apt-get install debian-archive-keyring" did not do anything as the package was already up to date. I had to add the signing key manually:
| Code: |
sh-3.1# gpg --keyserver pgp.mit.edu --recv-keys 6070D3A1
sh-3.1# gpg --armor --export 6070D3A1 | apt-key add -
sh-3.1# apt-get update
|
It seems that even the daily or weekly images still lack the required keys.
Kind regards
K. Zumbusch |
|
| Back to top |
|
 |
Guest
|
Posted: 2007-02-27 09:26 Post subject: |
|
|
From the debian site:
Current issues
* [26 Feb 2007] Installations will fail due to a missing archive signing key. A fix for this has been uploaded, but won't reach etch for a day or two. A workaround is to pass "debian-installer/allow_unauthenticated=true" when booting the installer.
Cheers  |
|
| Back to top |
|
 |
timg
Joined: 27 Feb 2007 Posts: 1
|
Posted: 2007-02-27 15:20 Post subject: |
|
|
worked fine for me,although i just used the bog standard installer not expertgui when it came to selecting the software I did a ctrl+alt+f2 and then to get back in ctrl+alt+f1.
I am using an old installer disk though (~10/06 d/l)
t |
|
| Back to top |
|
 |
lechef Guest
|
Posted: 2007-02-27 22:22 Post subject: |
|
|
| Anonymous wrote: | From the debian site:
Current issues
* [26 Feb 2007] Installations will fail due to a missing archive signing key. A fix for this has been uploaded, but won't reach etch for a day or two. A workaround is to pass "debian-installer/allow_unauthenticated=true" when booting the installer.
Cheers  |
this doesnt work for me
i get kernel image debian-installer/allow_unauthenticated=true not found
i use the i386 netinst image |
|
| Back to top |
|
 |
kcknbck Guest
|
Posted: 2007-02-28 01:42 Post subject: Etch netinst stops at 5% |
|
|
My etch install was hanging up at 5% also and I had the most recent Netinst download from 2 days ago. When I changed to the console in the background basically all I had was this question at the end:
Do you want to ignore this warning and proceed anyway?
Google didn't turn up anything, so I came here for help. I'm currently trying what is listed above for install. I'll report back my findings. |
|
| Back to top |
|
 |
kcknbck Guest
|
Posted: 2007-02-28 04:22 Post subject: Etch netinst stops at 5% |
|
|
I followed the instructions at the very top of this post (except you don't have to use expert gui if you don't want to) up to and including:
- Run the command: "chroot /target" - this will place you into the system you are installing.
Once that was done I used the code from zombie quoted below except the pgp.mit.edu server wasn't responding or giving a key so I substituted wwwkeys.eu.pgp.net and thus far I'm sailing through the rest of the install.
Do not forget that the code below is case sensitive so use it or it will not work
| zombie wrote: | Hi there.
I just tried this solution with the most recent testing netinstall image (http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso) but it does not work. I also tried "apt-get update" but the packages could not be validated. "apt-get install debian-archive-keyring" did not do anything as the package was already up to date. I had to add the signing key manually:
| Code: |
sh-3.1# gpg --keyserver pgp.mit.edu --recv-keys 6070D3A1
sh-3.1# gpg --armor --export 6070D3A1 | apt-key add -
sh-3.1# apt-get update
|
It seems that even the daily or weekly images still lack the required keys.
Kind regards
K. Zumbusch |
|
|
| Back to top |
|
 |
adm
Joined: 28 Aug 2006 Posts: 1
|
Posted: 2007-03-02 16:41 Post subject: |
|
|
When will it start working properly? Or is it already fixed?  |
|
| Back to top |
|
 |
Guest
|
Posted: 2007-03-03 02:45 Post subject: |
|
|
| Anonymous wrote: | From the debian site:
Current issues
* [26 Feb 2007] Installations will fail due to a missing archive signing key. A fix for this has been uploaded, but won't reach etch for a day or two. A workaround is to pass "debian-installer/allow_unauthenticated=true" when booting the installer.
Cheers  |
Thanks, I tried the fix topic creator suggested with no success, and then I tried that fix. I used "install debian-installer/allow_unauthenticated=true" when I booted and nothing went wrong, everything went normally. No wasting another CD-R, too!
 |
|
| Back to top |
|
 |
|