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 <gentoo-user+bounces-86816-garchives=archives.gentoo.org@lists.gentoo.org>) id 1L4jrF-0002lN-1H for garchives@archives.gentoo.org; Mon, 24 Nov 2008 22:24:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF343E0639; Mon, 24 Nov 2008 22:24:39 +0000 (UTC) Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.242]) by pigeon.gentoo.org (Postfix) with ESMTP id 9980BE0639 for <gentoo-user@lists.gentoo.org>; Mon, 24 Nov 2008 22:24:39 +0000 (UTC) Received: by rv-out-0708.google.com with SMTP id b17so2555269rvf.46 for <gentoo-user@lists.gentoo.org>; Mon, 24 Nov 2008 14:24:37 -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=xuQm0Q+SayAUVHzuU02aWtPGRrM7TcOsv+JbPBDT+Fw=; b=LEmpWB0G2c4Juw/RCgbHxkVaOHd+DOZ10cZqoZtfzPUBiZ6W+t5rJX492TBvwt+CPQ wecgJ5NgF5kWfMGkNQjEuOvRMNdvQFx4KqMLbcu8hPcsA46kd4Hp8M4Up9y31jP1vCR/ SevA1BZJAMv8Ufpyrhoz9BS+kbd/rYH+YfWUI= 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=V7XPTpHrCfqd8+pDnANqG3oB23xJOgbqz3O0F+wbGeGm6RQ5sYO4U4mjunMiZkcm1O 0drrsu9EgXQ/H+5NpRRtF8gqJbY0crjGI9KdO7sv0twMc4K/GPOBtYzzQmD3Hb0VaPeX gDs45+4g0lW8p/mP5mKQ5+cSeLliVpY/PZpmo= Received: by 10.141.83.15 with SMTP id k15mr2070054rvl.249.1227565477461; Mon, 24 Nov 2008 14:24:37 -0800 (PST) Received: by 10.141.52.2 with HTTP; Mon, 24 Nov 2008 14:24:37 -0800 (PST) Message-ID: <ccf48b120811241424t5170fd00j3342483ea3433be6@mail.gmail.com> Date: Mon, 24 Nov 2008 17:24:37 -0500 From: "Chris Thomas" <sruchris@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: dual booting 2 gentoo installations In-Reply-To: <87bpw4vkg5.fsf@newsguy.com> 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 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <87zljovnrd.fsf@newsguy.com> <200811242334.15994.alan.mckinnon@gmail.com> <87bpw4vkg5.fsf@newsguy.com> X-Archives-Salt: 504aaa78-d82d-40e9-b59b-9550ad3e0948 X-Archives-Hash: 296d311baf50c29ac042006d4c875948 It looks fine. You can also press e at the Grub prompt or boot to a live cd if it isn't right. -Chris On Mon, Nov 24, 2008 at 5:16 PM, Harry Putnam <reader@newsguy.com> wrote: > Alan McKinnon <alan.mckinnon@gmail.com> writes: > >> On Monday 24 November 2008 23:04:54 Harry Putnam wrote: >>> I'm just having second doubts about how to dual boot 2 gentoo >>> installations. >>> >>> Can I just edit grub from the original install and add the appropriate >>> kernal line like: >>> >>> title=kernel-2.6.27-r3-0x31a-1280x1024 >>> root (hd0,0) >>> kernel /kernel-2.6.27-r3 root=/dev/hda5 vga=0x31A video=vesafb:mtrr,ywrap >>> >>> ## add this for new install >>> >>> title=kernel-2.6.27-r4-0x31a-1280x1024 >>> root (hd1,1) >>> kernel (hd1,1)/boot/kernel-2.6.27-r4 root=/dev/hdb2 vga=0x31A >>> video=vesafb:mtrr,ywrap >>> >>> >>> I didn't want to just try it in case there is something I've forgotten >>> that is likely to get screwed up. >>> >>> I'm not asking if the addressing is right, just asking if in general >>> this can be done with no problems. >> >> You have the right idea. >> >> Make sure your paths are correct when you install. I see you have different >> conventions on the two drives. Don't get confused :-) > > Thanks but I'm not sure what you mean by conventions... do you mean > differences like that boot is not a separate partition? > > And the install is already largely done but still from a chrooted > shell with the original Installation booted. > > >