From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 73053139891 for ; Sun, 23 Aug 2015 13:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F72914281; Sun, 23 Aug 2015 13:23:44 +0000 (UTC) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24638141A2 for ; Sun, 23 Aug 2015 13:23:42 +0000 (UTC) Received: by lbbtg9 with SMTP id tg9so66462557lbb.1 for ; Sun, 23 Aug 2015 06:23:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=PhTGoQwnCnCCTYqZrMNtvX3pgHcReiuJ2u4EAmXKeKI=; b=W1sRubwR/6oK57dn33G3HI6b6zrN+r4spQNv8S6pAKR8StSSsuxMzVm0hikKBp6Y/w pzxXEfYh8+9/Ain4jhNULM4stuDUMiJHXjnZ1wa6l0CiJsa3hZ1vFkv3DaOECNhh/r+N YIhueBhQ5+Lde+6vuxF04V2/nLrx+fsFyUKqh98gQS1U60mxHAWd8OMFXwYfe3eGGlA1 JEAwGeEiKAXo+Taipnm70Mw9teK+tKzkEbwqiBczQ6/p5kfI9hJ5z2/qlTtGu/9iTCht GDtlaa3mr4/kVn9Xq3xU8rsRJh7nnmM5QgttLRUsZkxXXq3ovnwjtcLxA7GdyOd0VmN7 hePA== X-Received: by 10.112.199.5 with SMTP id jg5mr15887263lbc.57.1440336221600; Sun, 23 Aug 2015 06:23:41 -0700 (PDT) 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 Received: by 10.25.163.75 with HTTP; Sun, 23 Aug 2015 06:23:01 -0700 (PDT) In-Reply-To: References: From: Alexander Kapshuk Date: Sun, 23 Aug 2015 16:23:01 +0300 Message-ID: Subject: Re: [gentoo-user] Problems booting vanilla kernel 4.1.x To: Gentoo mailing list Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 0681f5e7-e2b2-4337-8421-79d363a4bb43 X-Archives-Hash: 588c2f38682eaff72f91c182f4ba5a5b On Sun, Aug 23, 2015 at 4:08 PM, Peter Weilbacher wrote: > Dear all, > > after successfully using kernel 4.0.5 (vanilla-sources) for a while, I > upgraded to 4.1.5 last week and 4.1.6 today. I cannot boot either of > them. On the screen I see > > Decompressing Linux... Parsing ELF... done. > Booting the kernel. > > as the last thing, then it just sits there. > > To upgrade I copy the previously used .config to the new kernel > directory and run genkernel with --no-clean and --menuconfig so that I > get the same config as before -- unless I change something, which in > this case I didn't. (This has worked very nicely since 3.1.x or so). > > Does that ring a bell with someone? > Peter. > I am running vanilla-sources 4.1.6, and so far I have not had any trouble booting it. Are you able to boot some of your previous kernels? If so, what does your '/boot/grub/grub.cfg' look like? What is the output of 'cat /etc/fstab' and 'ls -1 /boot'? If you are not able to boot any of your kernels, if you could get a hold of a Rescue CD or something like that and run the command lines above, that would be helpful.