Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New to Gentoo [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Mon Sep 12, 2011 6:23 am    Post subject: New to Gentoo [solved] Reply with quote

Hello, downloading Gentoo as we speak, I"m sure the installation process is as simple as most Distros, but not sure yet.
Anyway, my topic is about post installation, I happened to come across a section in the handbook about all config files being written by the end user, I like that, but have no clue where to go to study about all that stuff, figured, I knew a fair amount of the command line, been running Arch Linux, and decided to step it up some, and learn even more about what Linux has to offer, can anybody direct me in the right direction where to go about all the config files, and stuff you do manually? I'm going to try Gentoo Linux in my Virtualbox in Arch first, before I wipe arch, to avoid losing my currently installed OS, and applications, thanks, =).


Last edited by rottingdead on Tue Sep 20, 2011 9:15 am; edited 1 time in total
Back to top
View user's profile Send private message
barul
Guru
Guru


Joined: 28 May 2010
Posts: 434

PostPosted: Mon Sep 12, 2011 6:53 am    Post subject: Reply with quote

Nope, Gentoo is not as simple as most other distros. And you won't loose your software, because they are all quite identical, in Debian or Arch or whatever. Just think about making backups.
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Mon Sep 12, 2011 7:25 am    Post subject: Reply with quote

There's no documentation for config files in one place, because they all belong to different applications.
Your current files (everything under /etc) will probably be fine, so if you keep a copy and do any minor
editing needed (and follow the Gentoo handbook) you shouldn't have any problems.

But Gentoo uses a very different approach to installation from other distros, yes.

Will
Back to top
View user's profile Send private message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 702
Location: San Diego, CA

PostPosted: Mon Sep 12, 2011 8:16 am    Post subject: Reply with quote

As for the configuration files, Gentoo Wiki (and Gentoo Wiki Archives) has a lot of examples that you might want to take a look.

Gentoo Wiki
http://en.gentoo-wiki.com/wiki/Main_Page

Gentoo Wiki Archives
http://www.gentoo-wiki.info/
__
sol
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Mon Sep 12, 2011 9:21 am    Post subject: Reply with quote

Thanks for all the posts, =).
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Mon Sep 12, 2011 9:41 am    Post subject: Reply with quote

Just to make sure, you do not have to write every config file yourself!

Actual, Gentoo is one of the few Distributions with config control, which lets you decide what config files should be replaced, merged or kept during upgrade.
Code:
# dispatch-conf


Do install gentoolkit as well:
Code:
# emerge gentoolkit

_________________
Gentoo on Uptime Project - Larry is a cow
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Mon Sep 12, 2011 10:40 am    Post subject: Reply with quote

Awesome, thanks, =). This forums seems more friendlier than Arch Forums.. Glad to see some Forums aren't all the same, hehe..
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Sep 12, 2011 1:34 pm    Post subject: Reply with quote

You'll see that most the time devs gave you a config file with lots of comments in it telling you what option could be set and the effect it will produce. So despite the myth, no, you generally won't need to build your config from 0, and the need to check the program website to see what that configfile should hold is something we tell to kids to scared them.

http://www.gentoo.org/doc/en/?catid=gentoo
that's the heart of gentoo, something you should have a look at, you will see then portage default tool to handle config file update is etc-update, and like disi shown some other tools exist to do that.

hehe, and i prefer how etc-update works :)
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Wed Sep 14, 2011 8:55 am    Post subject: Reply with quote

krinn wrote:
You'll see that most the time devs gave you a config file with lots of comments in it telling you what option could be set and the effect it will produce. So despite the myth, no, you generally won't need to build your config from 0, and the need to check the program website to see what that configfile should hold is something we tell to kids to scared them.

http://www.gentoo.org/doc/en/?catid=gentoo
that's the heart of gentoo, something you should have a look at, you will see then portage default tool to handle config file update is etc-update, and like disi shown some other tools exist to do that.

hehe, and i prefer how etc-update works :)


I clicked new reply, but sent me back to forums top page.

I ran into a problem, I downloaded the Live Gentoo Disc, and kinda stuck, I have no more Blank DVD, and can't get Gentoo installed on my Virtualbox, is it possible to install from Live Disc? Or did I make a bad choice, been reading the Installing Gentoo section, and was following the directions, got an eror from bash

Code:

bash: Command not found // note: when typing in fdisk
I got this error when trying to install Gentoo from Live Disc, thanks, =).
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Wed Sep 14, 2011 9:03 am    Post subject: Reply with quote

I'm pretty sure that you can boot VirtualBox from an .iso image, and if you can
that's the way ahead. Once you've booted and got a network connection then
it's a standard Gentoo install (see the handbook for details).

Good luck - Will
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Wed Sep 14, 2011 9:08 am    Post subject: Reply with quote

cwr wrote:
I'm pretty sure that you can boot VirtualBox from an .iso image, and if you can
that's the way ahead. Once you've booted and got a network connection then
it's a standard Gentoo install (see the handbook for details).

Good luck - Will


Awesome, thanks, =). I'll link the location where I got the iso file from. http://gentoo.mirrors.tds.net/pub/gentoo//releases/x86/11.2/livedvd-x86-amd64-32ul-11.2.iso WAs that the right one?

Update on this, according to Gentoo Handbook it starts in a TErminal Window, mine didn't, it started in KDE, =/.
Back to top
View user's profile Send private message
Yuu
Apprentice
Apprentice


Joined: 23 Dec 2008
Posts: 223
Location: France

PostPosted: Wed Sep 14, 2011 3:52 pm    Post subject: Reply with quote

Hi rottingdead,

the link that you provided is pointing to the LiveDVD, as the name of the iso suggests it.

Even if you can install Gentoo from this LiveDVD, it is recommended to use the minimal install CD : see here at "1. Installation media". Then, download the right installation CD for your CPU architechture.

Note that you can also select a mirror manually using this page : http://www.gentoo.org/main/en/mirrors2.xml, then browse to releases/<your-arch>/current-iso/. The name of the ISO file is something like : install-<arch>-minimal-<date>.iso; example : install-amd64-minimal-20110908.iso

Good luck :]
_________________
Main laptop : T8300 cpu | 200 GB hard drive | 2 GB of ram | 8600M GT | Gentoo x86_64
Server : Celeron 220 cpu | 250 GB hard drive | 2 GB of ram | SiS 662 VGA | Gentoo x86_64
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54418
Location: 56N 3W

PostPosted: Wed Sep 14, 2011 6:10 pm    Post subject: Reply with quote

rottingdead,

The boot media you use to install Gentoo can be anything that will give you a root shell and provide a few tools.
None of its code goes into the install anyway.

The DVD you have supports 32 bit and 64 bit installs. The only constraint being that you must boot a 64 bit kernel to be able to do a 64 bit install.
Go ahead and boot your VirtualBoox from the DVD *.ISO image.
Help yourself to a root shell and follow the handbook.

The advantage of using a boot system that provides a GUI is that the forums, the handbook and #gentoo on irc.freenode.net are all easy to read.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Wed Sep 14, 2011 11:20 pm    Post subject: Reply with quote

NeddySeagoon wrote:
rottingdead,

The boot media you use to install Gentoo can be anything that will give you a root shell and provide a few tools.
None of its code goes into the install anyway.

The DVD you have supports 32 bit and 64 bit installs. The only constraint being that you must boot a 64 bit kernel to be able to do a 64 bit install.
Go ahead and boot your VirtualBoox from the DVD *.ISO image.
Help yourself to a root shell and follow the handbook.

The advantage of using a boot system that provides a GUI is that the forums, the handbook and #gentoo on irc.freenode.net are all easy to read.



Thanks, =)..
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Tue Sep 20, 2011 2:41 am    Post subject: Reply with quote

I'm having an issue here.. It gets as far as compiling the Kernel, it compiles the kernel bzImage fine, but fails on the kernel itself, something about modules_install section, I couldn't save these logs, seeing I rebooted, to get back into GEntoo LIve, I removed my Arch Linux to instal this, hoping, the error was just virtualbox related, it's not, =(. Same errors..
Back to top
View user's profile Send private message
rottingdead
Tux's lil' helper
Tux's lil' helper


Joined: 12 Sep 2011
Posts: 133

PostPosted: Tue Sep 20, 2011 9:16 am    Post subject: Reply with quote

Update: THere is a bug in the genkernel all command, I used manually configuration -> successful, =).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum