From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-163908-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0C257138CA2 for <garchives@archives.gentoo.org>; Thu, 23 Apr 2015 15:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AFF6E09E1; Thu, 23 Apr 2015 15:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED741E09D5 for <gentoo-user@lists.gentoo.org>; Thu, 23 Apr 2015 15:09:49 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id B274A340B9A for <gentoo-user@lists.gentoo.org>; Thu, 23 Apr 2015 15:09:47 +0000 (UTC) Received: by iejt8 with SMTP id t8so62881423iej.2 for <gentoo-user@lists.gentoo.org>; Thu, 23 Apr 2015 08:09:45 -0700 (PDT) X-Received: by 10.107.8.7 with SMTP id 7mr4301828ioi.87.1429801785341; Thu, 23 Apr 2015 08:09:45 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.64.124.229 with HTTP; Thu, 23 Apr 2015 08:09:24 -0700 (PDT) In-Reply-To: <55390666.8070607@xunil.at> References: <55390666.8070607@xunil.at> From: Mike Gilbert <floppym@gentoo.org> Date: Thu, 23 Apr 2015 11:09:24 -0400 Message-ID: <CAJ0EP41C8F3XC7ir_i_kByWNq9FMJkqhCMSfwRTir-=g7mYZxg@mail.gmail.com> Subject: Re: [gentoo-user] remote installation, dual boot To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 49c98102-2963-4ad1-a38f-204fcef96500 X-Archives-Hash: 5ec75a595df93a51637993df00bf4a51 On Thu, Apr 23, 2015 at 10:49 AM, Stefan G. Weichinger <lists@xunil.at> wrote: > > I plan to install a fresh gentoo linux in parallel to an existing SLES > 10 server. > > The server runs with /boot and / on 2 raid1 devices, there is a large > RAID6 array building the PV for several logical volumes with data on it. > > The idea is to have the server booted from live media (chroot does not > work as the current kernel of SLES is too old [1] ) ... install the new > gentoo-root into a new LV, set up dracut for an LVM-based root and place > the new kernel and initrd into the existing /boot (with old grub currently). You should be able to get away with not using a livecd: you don't really need to chroot to get an initial Gentoo system working, *especially if you have console access*. Some pointers: - Unpack your stage tarball. - Build the kernel and initramfs on an existing Gentoo system and copy them over. - Add the gentoo kernel and initramfs to menu.lst. - Clear out the root password in /etc/shadow. - Reboot the box. You can then log in as root on the console, configure networking, and run from there.