Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Install has failed but I wont give up
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
ClintEastwood
n00b
n00b


Joined: 18 Aug 2007
Posts: 5

PostPosted: Sat Aug 18, 2007 9:46 am    Post subject: Install has failed but I wont give up Reply with quote

I just start my new life with Linux. I dumpt Windows Xp forever. I want to install Gentoo 2007.0 (nothing else)

I want to learn everything what is going on in my OS. I have heard that Gentoo is difficult. Yeah maybe... i dont mind...I want learn hard way..

Firstly I like to install Gentoo like newbie.. I mean.. just using GTK+ installer. Now i would like some help:


Partition: I have 80 Gb hard disk in my laptop. I put it in 4 parts...

device type options mount point size
/dev/hda1 ext3 defaults ? 70000 Mb
/dev/hda2 swap defaults ? 1026 Mb
/dev/hda3 ntfs defaults ? 16997 Mb
/dev/hda4 fat32 defaults ? 7364 Mb

I suppose I think all wrong and correct if I am... ext3 because I think it is better than ext2 (more functions), there must swap area for ram, ntfs (I ask myself why I need this type of space) and fat32 because my memory stick use fat32 format.

Now let´s laugh together :lol: I´m so lost... How I should make my mount points and partiotions?

I have been now 5 days without my full function Operating System. I´m shaking... In these 5 days I have been reading like 9 hours per day stuff what is Gentoo.. manuals, Linux format magazines, surfing around internet. I wont give up... I´ve failed install Gentoo 12 times (last was in the morning) :)
Back to top
View user's profile Send private message
terracotta_shore
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2006
Posts: 87

PostPosted: Sat Aug 18, 2007 11:11 am    Post subject: Reply with quote

Couple of comments/questions/suggestions.

If you partition up your HD with four primary partitions, you'll have no flexibility for the future. The way I would do it would be to make hda1 a primary, and then hda2 an extended using the whole of the rest of the HD. Then I'd create as many logical partitions in hda2 as I needed (they'll be numbered from hda5 - that's the convention) leaving a bit left over for future unanticipated use. Linux can boot from logical partitions, unlike Windows which must boot from a primary. One up to Linux. :) Trouble is, the Gtk installer on the 2007.0 CD can only create primary partitions (iirc), so you'd have to use fdisk from the terminal or a different live CD to create your partitions. I would suggest getting yourself Gparted live and/or the Ubuntu desktop CD and/or the Mepis CD. You may not want to play with or intall Ubuntu or Mepis but I find those CDs are useful for partitioning, repair and general maintenance. Or you could use Knoppix.

If you're ditching Windows, why do you want NTFS? I wouldn't bother. Also, why have a FAT32 partition if you're not dual-booting with Windows? Again, don't bother. Just because memory sticks are formatted with fat32, doesn't mean you need a HD fat32 partition.

Ext3 is Ext2 journalled - so you're better off using ext3. Except if you want to format a flash drive with a Linux fs, then it's best to use ext2 - fewer writes; longer life.

I think you need to decide exactly what partitions you need for what and then work out what fs and how big.

Best of luck.
Back to top
View user's profile Send private message
terracotta_shore
Tux's lil' helper
Tux's lil' helper


Joined: 05 Dec 2006
Posts: 87

PostPosted: Sat Aug 18, 2007 11:30 am    Post subject: Reply with quote

I've had a couple more thoughts for you.

From the Gentoo handbook. Nice and simple - three partitions, boot, swap and root. But there's more! :wink: Is a /boot partition needed? Personally, I find a separate /boot partition fussy and don't bother. So without one your minimum partition setup would be just two: root and swap.

So to that 2- or 3- partition setup, simply add what you want as the case may be. Some people like to have a separate /home (I don't), or you might just want a separate partition to store data. That's the advantage of using logical partitions - more flexibility if you decide you need more/different partitions.
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Aug 18, 2007 12:05 pm    Post subject: Reply with quote

I'll echo what terracotta_shore said but also recommend that you abandon the GTK installer and go straight for the manual Handbook-based install. As has been mentioned lots of times on these forums, the Gentoo Linux Installer is a work in progress and is not yet very robust (although it's made tremendous progress over the last couple of releases).

Furthermore, if something in the manual install doesn't work, stop right there, and ask for help on the forums. Each step is troubleshootable and the people here are generally friendly, knowledgeable, and helpful. :)

- John
Back to top
View user's profile Send private message
der.gecko
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jul 2007
Posts: 127
Location: de

PostPosted: Sat Aug 18, 2007 1:15 pm    Post subject: Reply with quote

i agree...

but you could also ask in the #gentoo channel on irc.freenode.net
there should be an irc client like xchat or so on your 2007.0 livecd.

usually you get help very quick, just be nice^^
Back to top
View user's profile Send private message
ClintEastwood
n00b
n00b


Joined: 18 Aug 2007
Posts: 5

PostPosted: Sat Aug 18, 2007 4:52 pm    Post subject: Reply with quote

Thank you for all. Finally lucky number 13 did the magic.


My Gentoo is now installed but now I think all learning just will start. My next big problem is how can I mount my USB stick, because when I put it in USB... error message come and say to me " cant mount"

And second biggest worry is my Internet connection. No connection what so ever... nothing has emerge in this sector...


Thank You
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10590
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Aug 18, 2007 5:02 pm    Post subject: Reply with quote

USB flash drives require SCSI support in the kernel (go figure). You'll have to add support for that to the kernel and rebuild it. Regarding the network, it's a similar situation. Use "lspci" to determine what your hardware is and then modify the kernel configuration to support that hardware. The Handbook has a whole section on getting networking working, and another one on compiling the kernel, for that matter. Time to start reading! :)

- John
Back to top
View user's profile Send private message
ClintEastwood
n00b
n00b


Joined: 18 Aug 2007
Posts: 5

PostPosted: Sat Aug 18, 2007 5:18 pm    Post subject: Reply with quote

john_r_graham wrote:
USB flash drives require SCSI support in the kernel (go figure). You'll have to add support for that to the kernel and rebuild it. Regarding the network, it's a similar situation. Use "lspci" to determine what your hardware is and then modify the kernel configuration to support that hardware. The Handbook has a whole section on getting networking working, and another one on compiling the kernel, for that matter. Time to start reading! :)

- John


Thank you John

Im so excited... no more boring XP (4,5 years is enough). I lost totally my intresting and now ....Im re-born.... okey... read, read, read... learn!
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