LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-25-2003, 10:04 AM   #1
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
Gentoo ISO question


Hey all.

I dl'd the Gentoo stage 3 yada yada iso file.
Burned it, boots ok... but my question is:

The initial install.txt file that you pretty much need in order to install the system... is inside the ISO.
Once the disk is booted, you are able to read the install.txt with vi or less but it's quite annoying to have to read... then exit and do... then exit and re-read...

Isn't there a way to print the text document so users would have a substantial way of direction prior to the actually installation?
If not this is completely retarded. Because once you get about 1/4 thru the install, and you chroot... you loose the install.txt file.

This doesn't make any sense to me. If I've over looked something then please point it out. Otherwise, I'm about to render the Gentoo distro install as useless as a digital paperweight.
 
Old 04-25-2003, 12:08 PM   #2
xj220
LQ Newbie
 
Registered: Jun 2002
Location: (Sweden) Stockholm
Distribution: Gentoo, Debian, Solaris, Palm-OS, Freesco
Posts: 19

Rep: Reputation: 0
There is 2 ways to solve your problem on

1: Press ALT + <num> and login on another TTY and read the document there, while you do your install on TTY1 (Change back by pressing ALT + 1.

2: Go to the gentoo homepage and print the Installdocument on the documentpage. (If you use I386+ this is the link for you)
http://www.gentoo.org/doc/en/gentoo-x86-install.xml

p.s
I can really recomend the other documentation on www.gentoo.org, they are really good and well structured.
d.s

Good Luck, and have a good book while doing all emerge
 
Old 04-25-2003, 01:22 PM   #3
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Original Poster
Rep: Reputation: 30
You can't log in to any other ttys because the root password is scrambled, and you they dont tell you what it is.

I've tried it. And don't wanna sit there trying to crack a pw just to install or read text. I did find the online documentation, but that's beside the point. I guess my point was, that if a user had a machine that they were setting up, they would have no access to the install documentation if they didn't print it prior (29 pages) or have constant access via another box.

Tnx for the reply.
 
Old 04-25-2003, 01:50 PM   #4
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Original Poster
Rep: Reputation: 30
***Ok, this part is new***

Trying to get the Gentoo up and running. burned the ISO, and booted. Worked my way thru a bit of the installation, but during the:
env-update
procedure, it says:
>>>Note: /etc/make.profile/make.defaults isn't available.
an 'emerge sync' will probably fix this.

Well, it doesn't. As a matter of fact, the emerge sync doesn't do anything except tell me to keep trying. It keeps erroring out with:

>>>Note: /etc/make.profile/make.defaults isn't available.
an 'emerge sync' will probably fix this.
>>>starting rsync with rsync://rsync.gentoo.org/gentoo-portage...
rsync: failed to connect to rsync.gentoo.org: Connection refused
rsync error: in socket IO (code 10) at clientserver.c(83)

Anyone have any idea what the hell all of this means? I've checked on the gentoo site, but everytime I find a link to something that MIGHT be related, the links don't work. Go figure...

Anyway, any help is greatly appreciated.

P.S. Yes the NIC is setup correctly. I've verified this by pinging hosts outside of my network as well as inside.

Thanks

L8rz
 
Old 04-25-2003, 03:38 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
try using a different rsync source, which you can set in /etc/make.conf at the bottom, e.g.

GENTOO_MIRRORS="http://gentoo.linux.no/ http://ftp.tu-clausthal.de/pub/linux/gentoo/
 
Old 04-27-2003, 12:41 PM   #6
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Original Poster
Rep: Reputation: 30
Well, I got it to work. It just worked... first three times it failed.
So I started over, and found out that I had to emerge sync long before the docs told me to. Well, a couple of steps before.

Anywho, I got all the way to the end. Setup everything. No errors or bugs. Wrote the lilo config, and wrote it to the MBR. It boots into lilo fine, but it's saying: cannot mount root on 8:35pm

thats it. I checked my lilo.conf to make sure that all of my mount points are ok. They seem to be. I'll have to play around with it a bit more I guess.

If it doens't work, I'll post again.

Tnx.

L8rz
 
Old 04-27-2003, 12:52 PM   #7
Nukes
Member
 
Registered: Apr 2003
Location: Scotland UK
Distribution: Gentoo
Posts: 92

Rep: Reputation: 15
Have you compiled support for your root FS? Sounds silly but worth checking nonetheless.
 
Old 04-27-2003, 08:44 PM   #8
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Original Poster
Rep: Reputation: 30
I'm pretty sure I did. I encluded ext2 and reiserfs support during the menuconfig.

I'll re-check though. I might have missed something.
Tnx.

L8rz
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gentoo .iso question Dr Gutiemouth Linux - Newbie 3 11-19-2004 03:40 PM
I downloaded the gentoo iso in mandrake, what program do i burn the iso with backflippin General 4 04-05-2004 10:20 AM
Gentoo: Which ISO to download? Citizen Bleys Linux - Software 4 11-19-2003 07:27 AM
Gentoo ISO Download MikeeX Linux - Distributions 2 12-04-2002 01:33 AM
gentoo install from ISO? fool_inteligent Linux - Software 2 08-28-2002 03:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration