Debian User Forums Forum Index Debian User Forums
Go to Debian website
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Installer problem (hangs at 5%) [Solution, not question]

 
Post new topic   Reply to topic    Debian User Forums Forum Index -> Installation
View previous topic :: View next topic  
Author Message
briansteffens



Joined: 13 Feb 2007
Posts: 4
Location: Medford, OR, USA

PostPosted: 2007-02-13 03:44    Post subject: Installer problem (hangs at 5%) [Solution, not question] Reply with quote

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
View user's profile Send private message AIM Address MSN Messenger
chealer



Joined: 24 Sep 2005
Posts: 671
Location: Kebekia, Kanada

PostPosted: 2007-02-13 07:31    Post subject: Reply with quote

Which installer are you using?
Back to top
View user's profile Send private message
Scotti
Moderator Team Member


Joined: 08 Nov 2005
Posts: 313

PostPosted: 2007-02-13 14:51    Post subject: Reply with quote

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
View user's profile Send private message
StarMonkey



Joined: 30 Apr 2006
Posts: 117

PostPosted: 2007-02-13 17:09    Post subject: Reply with quote

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
View user's profile Send private message
briansteffens



Joined: 13 Feb 2007
Posts: 4
Location: Medford, OR, USA

PostPosted: 2007-02-13 22:31    Post subject: Reply with quote

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
View user's profile Send private message AIM Address MSN Messenger
Lavene
Site admin


Joined: 04 Jan 2006
Posts: 4525
Location: Oslo, Norway

PostPosted: 2007-02-14 03:34    Post subject: Reply with quote

http://www.debian.org/devel/debian-installer/News/2007/20070210
Back to top
View user's profile Send private message
chealer



Joined: 24 Sep 2005
Posts: 671
Location: Kebekia, Kanada

PostPosted: 2007-02-17 18:54    Post subject: Reply with quote

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
View user's profile Send private message
zombie



Joined: 25 Feb 2007
Posts: 2

PostPosted: 2007-02-25 13:09    Post subject: Reply with quote

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
View user's profile Send private message
Guest






PostPosted: 2007-02-27 09:26    Post subject: Reply with quote

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 Smile
Back to top
timg



Joined: 27 Feb 2007
Posts: 1

PostPosted: 2007-02-27 15:20    Post subject: Reply with quote

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
View user's profile Send private message
lechef
Guest





PostPosted: 2007-02-27 22:22    Post subject: Reply with quote

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 Smile



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





PostPosted: 2007-02-28 01:42    Post subject: Etch netinst stops at 5% Reply with quote

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





PostPosted: 2007-02-28 04:22    Post subject: Etch netinst stops at 5% Reply with quote

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

PostPosted: 2007-03-02 16:41    Post subject: Reply with quote

When will it start working properly? Or is it already fixed? Shocked
Back to top
View user's profile Send private message MSN Messenger
Guest






PostPosted: 2007-03-03 02:45    Post subject: Reply with quote

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 Smile


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!

Very Happy
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Debian User Forums Forum Index -> Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.21-7fdn1 (Debian) © 2001, 2005 phpBB Group