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.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page Gentoo Install gone bad
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 04-21-2007   #1 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
Gentoo Install gone bad

Ok, I got 3/4th through a Gentoo 2006.1-LiveCD install to hard drive and either the installer crashed or CD is bad/dirty. My question is this, can I just download the portage snapshot and continue from there, because that's where my install went bad (308 of 386 packages). It seems I have a fairly working Gentoo install, but no X, no modules, and I'm sure there is other stuff that is missing too.
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 04-21-2007   #2 (permalink)
Juan Pablo
Linux Guru
 
Juan Pablo's Avatar
 
Join Date: Mar 2006
Location: /home/south_america/ecuador/quito
Posts: 2,059
Send a message via MSN to Juan Pablo
Please tell me you are not using the GUI or ncurses installer?!
They are plain buggy and mostly useless

But we can try to repair your half installation, have you tried resyncing the portage tree? Did you get a kernel binary already to boot from? Is fstab fine?
__________________
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940

Don't PM me with questions, instead post in the forums
Juan Pablo is offline   Reply With Quote
Old 04-22-2007   #3 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
Quote:
Originally Posted by Juan Pablo
Please tell me you are not using the GUI or ncurses installer?!
They are plain buggy and mostly useless

But we can try to repair your half installation, have you tried resyncing the portage tree? Did you get a kernel binary already to boot from? Is fstab fine?
HEH
I am using the GUI, and you're right, mostly useless.
I haven't tried resyncing, I figure maybe it was a bad/dirty CD and that tree wouldn't be any good. I can boot to gentoo kernel, it complains about missing modules. I think fstab is good, I can recreate that, no problem.
It's probably a better idea to start from scratch, and not use the Installer this time, but man this takes a long time.
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 04-22-2007   #4 (permalink)
Juan Pablo
Linux Guru
 
Juan Pablo's Avatar
 
Join Date: Mar 2006
Location: /home/south_america/ecuador/quito
Posts: 2,059
Send a message via MSN to Juan Pablo
Yes, starting from scratch may be the best solution, Gentoo takes some time to get installed but it's great after that.

Things like the X server and major DEs will take a large amount of time to compile. I would recommend something light like wmaker or Fluxbox if it's your first time with Gentoo
__________________
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940

Don't PM me with questions, instead post in the forums
Juan Pablo is offline   Reply With Quote
Old 04-22-2007   #5 (permalink)
daark.child
Linux Guru
 
daark.child's Avatar
 
Join Date: Apr 2006
Location: South Yorks, UK
Posts: 3,408
I have never had any success with the live cd and many people report that its buggy. I suggest you use the minimal install cd.
daark.child is offline   Reply With Quote
Old 04-22-2007   #6 (permalink)
Juan Pablo
Linux Guru
 
Juan Pablo's Avatar
 
Join Date: Mar 2006
Location: /home/south_america/ecuador/quito
Posts: 2,059
Send a message via MSN to Juan Pablo
You can also use an already working Linux installation, it should be the same if you already have the partition where you want to install Gentoo
__________________
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940

Don't PM me with questions, instead post in the forums
Juan Pablo is offline   Reply With Quote
Old 04-22-2007   #7 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
Thanks Guys

I am in the middle of Installing Gentoo again, this time I am using the Alternate install as suggested by Juan Pablo, I am using the HOWTO Installing Gentoo from an existing Linux distribution
One question I have is, did you have to configure the USE flags in /etc/make.conf or is that for really serious tweakers??

EDIT: Changed a typo from /etc/make.profile to /etc/make.conf
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9
MikeTbob is offline   Reply With Quote
Old 04-22-2007   #8 (permalink)
tech_man
Linux User
 
tech_man's Avatar
 
Join Date: Jan 2007
Location: USA
Posts: 387
^^ Just go for the basic ones, anything more is for tweakers.
__________________
'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
--Abraham Lincoln
tech_man is offline   Reply With Quote
Old 04-27-2007   #9 (permalink)
spencerf
Linux Engineer
 
spencerf's Avatar
 
Join Date: Jan 2005
Location: Syracuse, NY
Posts: 1,143
you might as well spend some time figuring out what USE flags you want to use because this is what truly sets Gentoo apart. It lets you customize the binary that will be created from your compile to fit your particular needs/wants/desires for your system. The most common example is whether you would like a GTK, Gnome based system or a QT, Kde based system. If want either, both, or neither you can do this by using USE flags.

Other nice flags are the ones used by mplayer for cpu optimization you can see all of them by doing an emerge -pv mplayer. And you can see your flags by doing

cat /proc/cpuinfo

plus there are hundreds of other flags that are useful. You can always edit them later and reemerge any programs effected by the change when you do a global update by doing:

emerge -va --update --newuse --deep world


and you can also define USE flags on a per package basis by defining the specific package in

/etc/portage/package.use

hope this helps or at least provides a little insight
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
spencerf is offline   Reply With Quote
Old 05-05-2007   #10 (permalink)
MikeTbob
Linux Guru
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Cowtown, Texas
Posts: 2,288
Thanks for all the tips and hints folks, I now have a working Gentoo install, of course I am taking my time and trying to be very thorough. I'm still using a chrooted environment because my wireless isn't setup yet. I am at the point of installing xorg (emerge xorg-x11), this might take awhile!!
Once again, thanks for the help and hints.

Ok that too a long time, but uhm, KDE is going to take even longer. 1 of 400 pkgs!
Anyone have any experience installing madwifi in Gentoo? Any good HOWTO's?
__________________
Linux user #286065
Distro:Gentoo + KDE-3.5.9

Last edited by MikeTbob; 05-06-2007 at 01:54 AM. Reason: updates to the install
MikeTbob 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




All times are GMT. The time now is 07:39 AM.




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

Content Relevant URLs by vBSEO 3.0.0