Gentoo Archives: gentoo-user

From: Mike Gilbert <floppym@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] remote installation, dual boot
Date: Thu, 23 Apr 2015 15:10:00
Message-Id: CAJ0EP41C8F3XC7ir_i_kByWNq9FMJkqhCMSfwRTir-=g7mYZxg@mail.gmail.com
In Reply to: [gentoo-user] remote installation, dual boot by "Stefan G. Weichinger"
1 On Thu, Apr 23, 2015 at 10:49 AM, Stefan G. Weichinger <lists@×××××.at> wrote:
2 >
3 > I plan to install a fresh gentoo linux in parallel to an existing SLES
4 > 10 server.
5 >
6 > The server runs with /boot and / on 2 raid1 devices, there is a large
7 > RAID6 array building the PV for several logical volumes with data on it.
8 >
9 > The idea is to have the server booted from live media (chroot does not
10 > work as the current kernel of SLES is too old [1] ) ... install the new
11 > gentoo-root into a new LV, set up dracut for an LVM-based root and place
12 > the new kernel and initrd into the existing /boot (with old grub currently).
13
14 You should be able to get away with not using a livecd: you don't
15 really need to chroot to get an initial Gentoo system working,
16 *especially if you have console access*.
17
18 Some pointers:
19 - Unpack your stage tarball.
20 - Build the kernel and initramfs on an existing Gentoo system and copy
21 them over.
22 - Add the gentoo kernel and initramfs to menu.lst.
23 - Clear out the root password in /etc/shadow.
24 - Reboot the box.
25
26 You can then log in as root on the console, configure networking, and
27 run from there.

Replies

Subject Author
Re: [gentoo-user] remote installation, dual boot "Stefan G. Weichinger" <lists@×××××.at>