Results 1 to 6 of 6
Is there a way of saving your progress in a Gentoo install, I hate to have to start all over with each restart. Frank...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-08-2009 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
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
- 11-08-2009 #2I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 11-08-2009 #3
- 11-08-2009 #4Linux Newbie
- Join Date
- Aug 2009
- Posts
- 156
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; 11-08-2009 at 06:59 PM. Reason: New info
- 11-08-2009 #5
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/
Replace /dev/sd? with your correct partition and then continue.Code:mount /dev/sd?/ /mnt/gentoo
Code:mount -t proc none /mnt/gentoo/proc
Code:chroot /mnt/gentoo /bin/bash
You are now in the Gentoo environment, just as if you had booted into Gentoo itself.Code:env-update && source /etc/profile
If your LiveCD is network enabled, then issue this command too, from a separate terminal window, since you have already chrooted into Gentoo.
This can be used for any Distro as long as you get the paths and commands for your specific system correct.Code:cp -L /etc/resolv.conf /mnt/gentoo/etc/
EDIT:I thin you need to use the AMD64 version if you have an Athlon proccessor.Last edited by MikeTbob; 11-08-2009 at 04:35 PM. Reason: See EDIT:
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 11-08-2009 #6
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.Last edited by gruven; 11-08-2009 at 09:06 PM.


Reply With Quote

