From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-124812-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QaIBY-0006hz-2A for garchives@archives.gentoo.org; Sat, 25 Jun 2011 02:01:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E1201C036; Sat, 25 Jun 2011 01:58:37 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BBF081C036 for <gentoo-user@lists.gentoo.org>; Sat, 25 Jun 2011 01:58:37 +0000 (UTC) Received: by qwb7 with SMTP id 7so2185936qwb.40 for <gentoo-user@lists.gentoo.org>; Fri, 24 Jun 2011 18:58:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=ws7Qvb3MAWdnMF52baDBtYDS6vZo8Y2vJShDkwUPtjA=; b=CT4QqfNehw1AJHfgr+hEoFdFbOv3y/6D+ii7N37w1Fm+MoQtkE+ekzqK3reJ6FftB/ bZ6fSX8tZsbQQjV/0vtgNsh0ZXf4BbBX8VYvzFAHIGW6wMCw5517J/ZUH2mbeXWtkCL6 esZEzPk6RyiNksqo6d4wDiwRktaxq5iONSWAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=WyUJYs4DhErGwfKthEh1+SEPi6X4Gn1+o0j5x2I+Z/FXN9yiCHaVOuLDMxhtqt6wKQ 2uPCNXAzBpQZ+BfObb3JI8apmpuRV5g1+qrovV8pLWQ9dZbUFGb/b0RaogztUbMgRyxM QZXZ/PwWNzOlcxenk8p+X2I22Jcc31123pNYQ= 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.224.221.83 with SMTP id ib19mr2127622qab.28.1308967115729; Fri, 24 Jun 2011 18:58:35 -0700 (PDT) Received: by 10.224.61.14 with HTTP; Fri, 24 Jun 2011 18:58:35 -0700 (PDT) In-Reply-To: <87wrgaakv8.fsf@newsguy.com> References: <87aad8avnj.fsf@newsguy.com> <FF01BEFE-3BEE-4743-A86A-D049AD3B53D8@stellar.eclipse.co.uk> <871uyjb6xy.fsf@newsguy.com> <BANLkTi=ujDgwhzdSyn3QYMMvqNSoHDnkXQ@mail.gmail.com> <87wrgaakv8.fsf@newsguy.com> Date: Fri, 24 Jun 2011 18:58:35 -0700 Message-ID: <BANLkTikTD8K9i4QU8ESJTTUzYrP1Z-uzRQ@mail.gmail.com> Subject: Re: [gentoo-user] Re: about the minimal install isos From: Mark Knecht <markknecht@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8ae3c1a607ca7c87c8afe7ae6965b0f7 On Fri, Jun 24, 2011 at 4:08 PM, Harry Putnam <reader@newsguy.com> wrote: > Mark Knecht <markknecht@gmail.com> writes: > >> =C2=A0 =C2=A0As for Gentoo installs, IMHO, they are in a bit of a mess r= ight >> now. Last weekend a friend decided to give Linux a try and I helped >> him install Gentoo. The tarballs still, after nearly a month I think, >> didn't include all the required /dev stuff in the stage3 tarball which >> caused the machine to not boot. Maybe that's what you're seeing? I > > I'm at the stage right now of trying to boot from the vm harddrive. > What is missing from stage3? =C2=A0Maybe I can get it straightened out no= w > before turning the vm on its own. > > > /dev/null and /dev/console Look at this post. Check the instructions near the bottom from kswtch as I can confirm they work. The only catch is if your work created a normal file under /dev then erase before creating the new device files: https://www.linuxquestions.org/questions/gentoo-87/booting-stops-after-kern= el-starts-883031/ It was a unique failure I hadn't seen before. There was another method reported to fix this that had to do with a file system called 'devtmpfs' that creates what's needed on the fly (I guess) but I didn't think I was the person to try that out. Hope this helps, Mark