Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Gentoo Linux Help > How can you save your install progess in gentoo?

Forgot Password?
 Gentoo Linux Help   For help and discussion related to Gentoo Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 2 Weeks Ago   #1 (permalink)
Just Joined!
 
Join Date: Aug 2009
Posts: 23
SolvedHow can you save your install progess in gentoo?

Is there a way of saving your progress in a Gentoo install, I hate to have to start all over with each restart. Frank
frank56 is offline  


Reply With Quote
Old 2 Weeks Ago   #2 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
Quote:
Originally Posted by frank56 View Post
Is there a way of saving your progress in a Gentoo install, I hate to have to start all over with each restart. Frank
How far have you gotten? If you have followed the handbook, just pick a good stopping point. You can always use chroot to login from another Linux distro or LiveCD to pick up where you left off.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Old 2 Weeks Ago   #3 (permalink)
Linux User
 
gruven's Avatar
 
Join Date: Dec 2004
Location: Arkansas
Posts: 439
Send a message via ICQ to gruven Send a message via AIM to gruven Send a message via MSN to gruven Send a message via Yahoo to gruven Send a message via Skype™ to gruven
Quote:
Originally Posted by MikeTbob View Post
How far have you gotten? If you have followed the handbook, just pick a good stopping point. You can always use chroot to login from another Linux distro or LiveCD to pick up where you left off.
MikeTbob is right. The progress you make on your gentoo install is always there unless you format your partition. Just mount your partitions, chroot, and you can pick up right where you left off.
__________________

Linux User #376741
Preferred Linux Distro: Funtoo
Screenshots
Remember, Ubuntu is A Linux distribution, not THE Linux distribution.

There is no need to login to the GUI as root!
gruven is offline   Reply With Quote
Old 1 Week Ago   #4 (permalink)
Just Joined!
 
Join Date: Aug 2009
Posts: 23
Quote:
Originally Posted by MikeTbob View Post
How far have you gotten? If you have followed the handbook, just pick a good stopping point. You can always use chroot to login from another Linux distro or LiveCD to pick up where you left off.
I got as far as step 7b or emerge gentoo-sources. But I had to force a shutdown, it was stalled on patch config stage. If i boot from a live cd, I have both sysrescd and the gentoo minimal install cd, after booting I type chroot and what else. I could not understand the syntax for chroot. It is :

Usage: chroot NEWROOT [COMMAND [ARC]...]

or : chroot OPTION

Run COMMAND with new directory set to NEWROOT

I am lost here,. Frank, I can guess ARC is i686, since I have an Athlon 1.2 gig

Thanks Mike I was making this harder than it was..was having problems because

I had /dev/hda instead of sda. I went back started at "code Listing 4.1 chapter 4

of Handbook, gentoo said mkdir already existed. I went on to #mount /dev/hda1

./mnt/gentoo/boot I think I skipped over to #mount -t none /mnt/gentoo/proc

and cont to chrooting into a the new enviroment

I am back to the original problem,

Last edited by frank56; 1 Week Ago at 07:59 PM.. Reason: New info
frank56 is offline   Reply With Quote
Old 1 Week Ago   #5 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,110
How to chroot Gentoo and other fine Distros.

Boot a LiveCD and issue these commands as root. First you must create a mount point for the chroot environment.
Code:
mkdir /mnt/gentoo/
Code:
mount /dev/sd?/ /mnt/gentoo
Replace /dev/sd? with your correct partition and then continue.
Code:
mount -t proc none /mnt/gentoo/proc
Code:
chroot /mnt/gentoo /bin/bash
Code:
env-update && source /etc/profile
You are now in the Gentoo environment, just as if you had booted into Gentoo itself.
If your LiveCD is network enabled, then issue this command too, from a separate terminal window, since you have already chrooted into Gentoo.
Code:
cp -L /etc/resolv.conf /mnt/gentoo/etc/
This can be used for any Distro as long as you get the paths and commands for your specific system correct.

EDIT:I thin you need to use the AMD64 version if you have an Athlon proccessor.
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.

Last edited by MikeTbob; 1 Week Ago at 05:35 PM.. Reason: See EDIT:
MikeTbob is offline   Reply With Quote
Old 1 Week Ago   #6 (permalink)
Linux User
 
gruven's Avatar
 
Join Date: Dec 2004
Location: Arkansas
Posts: 439
Send a message via ICQ to gruven Send a message via AIM to gruven Send a message via MSN to gruven Send a message via Yahoo to gruven Send a message via Skype™ to gruven
Quote:
Originally Posted by MikeTbob View Post

EDIT:I thin you need to use the AMD64 version if you have an Athlon proccessor.
Only if you want a 64 bit install. i686 is what you want if you have a regular Athlon processor and want a 32 bit install.

Also, don't forget to mount /boot and /home if you have them on separate partitions. I have seen people forget that step and not be able to find their kernel after reboot.

Make sure and mount /dev as well, for safe measure.

Basically, you want to follow the hard drive section (except don't format this time) for mounting, and then follow the section on where to chroot in the handbook.

I would suggest using an Ubuntu or a Fedora livecd to do the chroot if you don't already have a linux installed on another partition. That way you can have the handbook up in a browser window while you work.
__________________

Linux User #376741
Preferred Linux Distro: Funtoo
Screenshots
Remember, Ubuntu is A Linux distribution, not THE Linux distribution.

There is no need to login to the GUI as root!

Last edited by gruven; 1 Week Ago at 10:06 PM..
gruven is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 12:47 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2