From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L0Ad6-0000JF-4z for garchives@archives.gentoo.org; Wed, 12 Nov 2008 07:59:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFEC0E033C; Wed, 12 Nov 2008 07:59:11 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by pigeon.gentoo.org (Postfix) with ESMTP id B52A4E033C for ; Wed, 12 Nov 2008 07:59:11 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so387156fga.14 for ; Tue, 11 Nov 2008 23:59:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=vKpKPTXAoOyX8PAw5LEQ4bZaDtfsnaH/4iSrtw27iOc=; b=RAfKRV5horYNe9/GSDCHWXAqWvkEhP5jadY7raqf52nPO3HdVwKin0khHC3wV9mPmB Et7qwo9xPEX+5StfxB0P+CuSgGyM+W9ZZ61PDcroj/frtFsEd6ik88d6QO+QCl65hIQq BVwAr4qtyg6laYHBR1A6YilGf7HOA81v/CMLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=l0fs+BZG1wDEgCPiBktq5m1eK9t2UGmWAnHBMEVgcXgIg0B5VhF45QF9JvRAF8gSx/ tAV3wl/0CrPSHNBzMTdFPOleJE0xrev6VoByEDq7D8iy+9ABRln8Y2jByuZbr98/dhxE IXhn+n0EPwSEyoR3DuvNylyit4WzUmTHrVd5k= Received: by 10.187.159.15 with SMTP id l15mr3111820fao.57.1226476749701; Tue, 11 Nov 2008 23:59:09 -0800 (PST) Received: by 10.187.158.20 with HTTP; Tue, 11 Nov 2008 23:59:09 -0800 (PST) Message-ID: <79e3aefb0811112359l63b077d8k858a146af90c5e23@mail.gmail.com> Date: Wed, 12 Nov 2008 09:59:09 +0200 From: "Dirk Uys" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Transferring an existing install to new disk In-Reply-To: <87d4h1pfaz.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87d4h1pfaz.fsf@newsguy.com> X-Archives-Salt: 0fb7ca47-11d2-4977-8698-2031bfa13e46 X-Archives-Hash: 0e66c3193c3b2eeab69be0d546545bb5 On Wed, Nov 12, 2008 at 9:35 AM, Harry Putnam wrote: > I should know how to do this but so many changes have happened > recently and I haven't done anything like this for a very long time. > > My desktop version of gentoo is pretty far out of date. And I think > there have been enough changes that I don't even want to try to get it > cleaned up. > > Rather, I'd like to build up a newly installed gentoo to the point > where it has all the stuff I want. But do it inside a vmware virtual > machine. > > I'm trying to keep my working desktop in place until such time as the > vmware gentoo setup is ready > > Once that install is up to speed with all my preferred apps in place. > And any kinks worked out... > Only then use it to overwrite my desktop OS. Or reformat that disk > and move the vmware gentoo version to it. > > The vmware gentoo would be guest on a windows XP pro machine. > > I'd like to hear any comments concerning what problems I might run > into or whether the plan is likely to be a serious mess. > > Also wouldn't mind seeing a rough outline of how to make that kind of > move. I've thought about this myself, but I think there are some issues. The hardware that vmware can simulate are limited and may not match your actual hardware. This does not mean it's impossible, but you may need to set network, graphics ,etc up again once the system is transferred. Guess the steps will be pretty much the same as for transferring between partitions or similar machines - make sure all the required modules for the target system is compiled in the kernel. - Update /etc/fstab to point to the correct devices. - Update the grub.conf to pass the correct root. (btw, does anyone use anything other than grub these days?) - Use tar (with appropriate flags to keep permissions and symlinks in place) to transfer all the files - Install the bootloader on the target MBR I may have missed a few things, but that's everything I currently remember. Regards Dirk