Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing a secondary gentoo
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
fernandoc1
n00b
n00b


Joined: 03 Jan 2010
Posts: 69

PostPosted: Thu Feb 11, 2010 5:09 pm    Post subject: Installing a secondary gentoo Reply with quote

I have installed gentoo in my serial ata hard disk with KDE and the system is fully stable, with the stable packages.
But I want to try the instable packages on my ide hard disk without doing any change to my system, even to my boot loader.
My BIOS is capable of selecting the hard disk that will boot first, and I will use this feature to choose which installation I gonna use.
My question is, how can I install the unstable branch in my ide hd from inside my current gentoo installation without making any change to it?
Back to top
View user's profile Send private message
h2sammo
Veteran
Veteran


Joined: 11 Mar 2009
Posts: 1025
Location: Michigan

PostPosted: Thu Feb 11, 2010 5:18 pm    Post subject: Reply with quote

i would think you would install gentoo on the second HDD as you did on the 1st but with the ~x86 (or amd, etc) selected in make.conf so as to try the latest unstable versions for all programs.
you would then select the HDD at boot from BIOS.
Back to top
View user's profile Send private message
Ahenobarbi
Retired Dev
Retired Dev


Joined: 02 Apr 2009
Posts: 345
Location: Warsaw, PL

PostPosted: Thu Feb 11, 2010 6:22 pm    Post subject: Reply with quote

Boot your stable Gentoo. Partition your second disk. Make filesystems on partitions. Make dir /mnt/gentoo. Mount partition you want to use for unstable root in /mng/gentoo and follow handbook ( just don't install boot manager, make a new entry in the existing config).
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Thu Feb 11, 2010 6:57 pm    Post subject: Reply with quote

Since you already have a working Gentoo system, you can boot it up, open a terminal emulator, and perform the installation on your secondary HDD. Basically, you just follow the handbook as if you are performing a brand new installation. If you have any specific questions along the way, please feel free to post them here.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
b0nafide
Apprentice
Apprentice


Joined: 17 Feb 2008
Posts: 171
Location: ~/

PostPosted: Thu Feb 11, 2010 7:53 pm    Post subject: Reply with quote

Also, why not use grub to switch between installations instead of entering BIOS to change the boot order?
Back to top
View user's profile Send private message
fernandoc1
n00b
n00b


Joined: 03 Jan 2010
Posts: 69

PostPosted: Thu Feb 11, 2010 11:09 pm    Post subject: Reply with quote

Because I wanna try grub2 with some video improvements and I fear it can cause damage to my current grub installation.
I decided doing this because I was tired to have to reinstall my whole system every week after trying an disastrous "emerge -av --update --deep world".
So as I have multiple cores on my pc I would like to keep my work while my new installation is being done on another disk.
Any suggestions?
Back to top
View user's profile Send private message
whiteghost
Guru
Guru


Joined: 26 Jul 2009
Posts: 374
Location: north dakota

PostPosted: Fri Feb 12, 2010 12:08 am    Post subject: Reply with quote

if booting from another drive in bios -
linux is going to see that drive as sdb
say your stable gentoo disk is sda, you would need to make configuration files- [fstab] on unstable disk /dev/sdb and grub root hd1,0

and i do not know why but when i install grub it writes to every hdd even though i use grub-install /dev/sda. i unplug other drives now before running grub.
_________________
www.informationclearinghouse.info
May you re-discover what the poor in 18th century France discovered, that rich people's heads can be mechanically separated from their shoulders if they refuse to listen to reason.
Back to top
View user's profile Send private message
fernandoc1
n00b
n00b


Joined: 03 Jan 2010
Posts: 69

PostPosted: Fri Feb 12, 2010 1:18 am    Post subject: Reply with quote

Good to know about this issue.
To solve this I will try to mount my disk in a Virtual Machine to make sure that no damage will be caused to my current installation of grub.
And I have a doubt: If I install grub in a virtual machine inside my real disk, I will work with my ide hdd as /dev/sda, but when back in a real machine, this will be treated as /dev/sdb. How can I solve this issue with grub?
I'm afraid that this may cause some confusion to the boot loader since grub understands disks as hd0 hd1 and it simple doesn't enable us to see how it will be in reality.
Back to top
View user's profile Send private message
Ahenobarbi
Retired Dev
Retired Dev


Joined: 02 Apr 2009
Posts: 345
Location: Warsaw, PL

PostPosted: Fri Feb 12, 2010 3:25 pm    Post subject: Reply with quote

fernandoc1 wrote:
Because I wanna try grub2 with some video improvements and I fear it can cause damage to my current grub installation. (...)
Any suggestions?


Rather then hanging boot order add to your grub.conf something like

Code:
title The other GRUB
rootnoverify (hd1,0)
makeactive
chainloader +1


fernandoc1 wrote:

And I have a doubt: If I install grub in a virtual machine inside my real disk, I will work with my ide hdd as /dev/sda, but when back in a real machine, this will be treated as /dev/sdb. How can I solve this issue with grub?
It shouldn't be a problem ( you probably will need to modify grub config a bit).
Back to top
View user's profile Send private message
fernandoc1
n00b
n00b


Joined: 03 Jan 2010
Posts: 69

PostPosted: Fri Feb 12, 2010 5:43 pm    Post subject: Reply with quote

Ok guys.
This should be a great option that I will consider later.
But for now I can tell you that my motherboard is great and is really simple to switch between boot devices with a single press on F12 during the boot.
If this installation that I'm trying to do gets the results that I want, I will erase my current stable installation and copy the new installation to my sata disk.
So I really need my installation to be independent from each other.
They should work like they were alone on the system.
Any suggestions?
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Sat Feb 13, 2010 10:00 am    Post subject: Reply with quote

Well, I do this a lot (I currently have three Gentoo builds on my desktop) and
it really is easiest just to install Gentoo to another partition. Just don't re-install
(or in fact emerge) grub. Simply edit the original grub.conf file to boot the second
installation, and to be quite certain don't add the /boot partition to the second
installations /etc/fstab. That way the second installation won't know the first
one exists, and if it writes to /boot at all it will be the /boot on its own filesystem.

This is a lot simpler if you have a separate /boot partition, 128 Mb or so, but
it works even without one. If you want to use two separate versions of grub,
either use the chainloader trick described above, or install the new grub on
the old system as an initial test.

BTW, grub2 is a royal pain and largely undocumented - its documents, such as
they are, refer mostly to the very different grub1. Avoid it if possible.

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