Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing Gentoo With Separate /home Partition With Files
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
ntowakbh
n00b
n00b


Joined: 16 May 2009
Posts: 2

PostPosted: Sun May 17, 2009 4:48 am    Post subject: Installing Gentoo With Separate /home Partition With Files Reply with quote

I don't think that this would really fall under the partitioning sticky, since the drive is already partitioned.

I am trying to install Gentoo on to my computer for the first time. I already have the drive partitioned, but I want to dual boot. Because of this, I want to share the separate /home partition that I have already created with Gentoo and Debian. I am using the live CD graphical installer.

However, once I get to the point in the installer after selecting partitions, it bombs out, and tells me to check a log. In said log, it tells me that it is unable to install as the installer does not support installing to a file system that already has files.

I already had this problem once for the root partition and fixed the problem by telling it to reformat the root partition. Obviously though, this deletes the files, which isn't something that I want to do on the /home partition.

Simply put, is this possible to do with the graphical installer? If not, is it possible at all, if so, how?

Also, a Google search wasn't able to help me, because it kept turning up too many irrelevant results to even filter through.

Any help at all is greatly appreciated.

Thanks in advance!
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sun May 17, 2009 5:48 am    Post subject: Reply with quote

The graphical installer is buggy and obsolete. You probably told the installler that you had a partition that should be used for /home. If you insist on the installer, don't tell it about the separate partition. Later, post install, you can blank the /home directory in the root partition and
Code:
mount /dev/sdx /home
.
Why not just install from debian?
Code:
mkdir /mnt/gentoo
and then proceed per the gentoo handbook.
Or use the system rescue cd http://www.sysresccd.org/Download (enter rescue64 at the boot prompt for 64 bit install).
In any case, get the stage3 tarball from the gentoo mirrors releases/<arch>/current directory, don't use the obsolete 2008.0 stage3 unless you enjoy suffering.
Back to top
View user's profile Send private message
ntowakbh
n00b
n00b


Joined: 16 May 2009
Posts: 2

PostPosted: Sun May 17, 2009 6:58 pm    Post subject: Reply with quote

DONAHUE wrote:
The graphical installer is buggy and obsolete. You probably told the installler that you had a partition that should be used for /home. If you insist on the installer, don't tell it about the separate partition. Later, post install, you can blank the /home directory in the root partition and
Code:
mount /dev/sdx /home
.
Why not just install from debian?
Code:
mkdir /mnt/gentoo
and then proceed per the gentoo handbook.
Or use the system rescue cd http://www.sysresccd.org/Download (enter rescue64 at the boot prompt for 64 bit install).
In any case, get the stage3 tarball from the gentoo mirrors releases/<arch>/current directory, don't use the obsolete 2008.0 stage3 unless you enjoy suffering.


I don't insist on the installer, so that shouldn't be a problem, haven't used Gentoo before, and chose the installer because it seemed convenient. And thanks for the help!
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Mon May 18, 2009 7:49 am    Post subject: Reply with quote

It's best these days not to use the 2008.0 Gentoo disk, which doesn't have the
drivers to cope with some recent systems. And never, ever use the disk's Gentoo
installer, which has an awful reputation for failing installs and damaged partition tables.

To install Gentoo you need, at a minimum:

1) A way of booting Linux on the system (eg: the current Gentoo Minimal CD, or a
current SysRescue CD, or your current Linux installation if it has partitions to spare).

2) A Stage3 file, around 100MB (get one from the current builds directory on this site).

3) A Portage snapshot, around 30MB (get one from the same place as the Stage3).

Then boot into Linux and unpack the Stage3 to what will become your root partition, and
unpack the snapshot into what will become /usr/portage. You're now doing the sort of
install covered very thoroughly by the Gentoo documentation.

You'll need an Internet connection from now on in, since to build a kernel you need to
download at least the sources to build a kernel ("emerge gentoo-sources"), and possibly
some tools. You could copy the kernel and its associated modules across from a Gentoo
Minimal CD, but to build any useable system you'd still need net access - I can't recall if
the Minimal CD even has X.

Good luck - Will
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