View previous topic :: View next topic |
Author |
Message |
Kingedgar n00b
Joined: 20 Mar 2005 Posts: 3 Location: Newton, IA
|
Posted: Fri Sep 02, 2005 8:33 pm Post subject: Power interrupt during install |
|
|
I had my first ever power interuption during install. The system was in the middle of installing gentoo following The stage 1 NPTL install guide found here https://forums.gentoo.org/viewtopic-t-189250.html
In particular it was in the middle of
Code: | env-update && source /etc/profile && emerge --oneshot --nodeps gcc-config && USE="-* build bootstrap" emerge linux-headers && cd /usr/portage && scripts/bootstrap.sh && emerge libperl && emerge libperl && emerge --newuse -uD system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs sysfsutils udev dhcpcd && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add hotplug default && rc-update add coldplug default && rc-update add acpid default |
Doing this step...
Code: | emerge --newuse -uD system |
What would be the proper step of finishing the install? Mount and chroot back in and just issue the same command?
Anything special I should do?
Thanks in advance... |
|
Back to top |
|
|
i92guboj Bodhisattva
Joined: 30 Nov 2004 Posts: 10315 Location: Córdoba (Spain)
|
Posted: Fri Sep 02, 2005 8:54 pm Post subject: |
|
|
Just boot from cd, mount /dev, /sys and /proc as you did before, chroot, and then issue that command and continue from there. There should be no problem unless your hd got corrupted (for halting it without unmounting the drive). If that was the case, you will need to run fsck on that disk before doing all of this. Then you should be able to continue, supposing that the corruption in your hd (if present) is not too big to be unfixable. |
|
Back to top |
|
|
Kingedgar n00b
Joined: 20 Mar 2005 Posts: 3 Location: Newton, IA
|
Posted: Fri Sep 02, 2005 9:20 pm Post subject: |
|
|
Thanks! It seems to be working again. |
|
Back to top |
|
|
|