This is a discussion on Resuming install after power failure within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> I was in the process of installing gentoo on an X86 system, I was to the point where the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I was in the process of installing gentoo on an X86 system, I was to the point where the next step was installing and configuring the GRUB boot loader. I left it over night sitting at the command prompt, but we had power go off. What steps do I need to do before following the instructions for installing the boot loader? (The system was installed "by the book" using the same partition scheme as in the instructions on a single IDE drive.) Thanks! Brian |
| ||||
| Brian Fistler wrote: > I was in the process of installing gentoo on an X86 system, I was to the > point where the next step was installing and configuring the GRUB boot > loader. > > I left it over night sitting at the command prompt, but we had power go > off. > > What steps do I need to do before following the instructions for > installing the boot loader? Make sure net is up, mount the partitions (and proc), chroot back into the installation and continue where you left off. http://www.gentoo.org/doc/en/handboo...?part=1&chap=6 > Code Listing 4: Chrooting into the new environment > > # chroot /mnt/gentoo /bin/bash > # env-update > * Caching service dependencies... > # source /etc/profile Hth, -- Ben M. |