| View previous topic :: View next topic |
| Author |
Message |
Gwayne n00b

Joined: 01 Jul 2008 Posts: 2
|
Posted: Tue Jul 01, 2008 11:44 pm Post subject: Install [SOLVED] |
|
|
While I was installing from minimal 2007.0 my ppp would not emerge got a fail error from a dependancy. Just want to know can I boot up off the CD and reemerge the file later on? Everything else ecxept the splash screen seems to be working fine exept my video driver my resolution is crappy.
Last edited by Gwayne on Fri Jul 04, 2008 12:13 pm; edited 1 time in total |
|
| Back to top |
|
 |
kalos Moderator


Joined: 29 Jan 2007 Posts: 1814 Location: /home/kalos
|
Posted: Wed Jul 02, 2008 12:53 am Post subject: |
|
|
Yes, you can boot up the CD and start where you left off on the installation. You will need to do the following:
| Code: |
mount -t FSTYPE /dev/ROOT /mnt/gentoo
mount -t FSTYPE /dev/BOOT /mnt/gentoo/boot
swapon /dev/SWAP
mount -t proc /proc /mnt/gentoo/proc
mount -o bind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update && source /etc/profile
export PS1="(chroot) $PS1"
|
Replacing FSTYPE with the actual filesystem type, and ROOT, BOOT, and SWAP with their respective partitions. _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
| Back to top |
|
 |
Gwayne n00b

Joined: 01 Jul 2008 Posts: 2
|
Posted: Wed Jul 02, 2008 2:49 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
 |
kalos Moderator


Joined: 29 Jan 2007 Posts: 1814 Location: /home/kalos
|
Posted: Wed Jul 02, 2008 2:51 pm Post subject: |
|
|
No problem at all. If you're satisfied with the answer to your question, please add [SOLVED] to the original post title. If you have any further questions, please don't hesitate to ask. _________________ “Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio--- |
|
| Back to top |
|
 |
|