From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4526C1382C5 for ; Thu, 13 May 2021 23:22:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5389FE082B; Thu, 13 May 2021 23:22:42 +0000 (UTC) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) (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 F3CCFE0814 for ; Thu, 13 May 2021 23:22:41 +0000 (UTC) Received: by mail-pj1-f51.google.com with SMTP id o17-20020a17090a9f91b029015cef5b3c50so394215pjp.4 for ; Thu, 13 May 2021 16:22:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:reply-to:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=FFCYpKR1BrgvbhkbzKUkczeDjt8aThTq1Z8VDDiQc8s=; b=qS7ibg17v8csjT/vN2kya9eNacfbQT+MLv8kisrHT+VxUuOqsoGUoerGbc6mRA/022 PHRjSEXv0e0K+Z2/rXFQPZyXrjifTwtFhEEFqoE/NR+yd4e3Xjvx5Q5DVJdo/5eyhd3m h4K+OF4wCy8zAu22WQofGRUVsnMuwy1YbC6OpPDf5WyoTAaue6oRnLeHOMuy7h7Uf+nT L6UgUVKACvB3UYPzbWrhArJVkDUAMdpVtPL8JloR4ZCTDhlPSMBZZ6k4/fFofi4yDDZm pkVAvQxmqSk2d1CKAiR9e6M6lo0tCcYqfb09MAjewlcqxBBuu42aLs3Y9I3fcZLZLDPK 9Hew== X-Gm-Message-State: AOAM532cdUwHbFEAYDeE+URrp/jm/GDt8wLH4mpLKU+v0fwjsmkhywUj qKmK3jNJC87fBRz+HBBndKX0bsvIGjhvd2AM X-Google-Smtp-Source: ABdhPJxoZ40/7PukhUZzULTBOsT6XTmvTGlNRt/lH6mpl7Yu58ArAtNrFinsK+U86+iWWZBnF+tKMg== X-Received: by 2002:a17:902:8e88:b029:ee:b947:d7df with SMTP id bg8-20020a1709028e88b02900eeb947d7dfmr41671014plb.48.1620948160346; Thu, 13 May 2021 16:22:40 -0700 (PDT) Received: from [10.231.8.222] ([24.121.29.90]) by smtp.gmail.com with ESMTPSA id mg1sm7900165pjb.14.2021.05.13.16.22.39 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 May 2021 16:22:39 -0700 (PDT) Subject: =?UTF-8?Q?Re=3a_=5bgentoo-user=5d_boot_hangs_forever_at_=e2=80=9cLo?= =?UTF-8?B?YWRpbmcgaW5pdGlhbCByYW1kaXNrLi4u4oCd?= To: gentoo-user@lists.gentoo.org References: From: Jack Message-ID: Date: Thu, 13 May 2021 17:22:22 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US-large X-Archives-Salt: 838722ea-7df2-492b-ae81-3c05d72ff6c5 X-Archives-Hash: 7212c06442ea4073bca2bcd8fc25f284 On 5/13/21 5:06 PM, John Blinka wrote: > Hi, Gentooers, > > New thread, next obstacle in booting new Asus mobo. > > As the subject says, the boot hangs indefinitely. Output to the screen is > >   Booting a command list > > Loading Linux 5.10.27-gentoo-x86_64 ... > Loading initial ramdisk ... > > And there it stops forever. > > The kernel is the latest stable gentoo-sources.  I normally do a > custom configuration, but in this instance built it with “genkernel > all”, using whatever config genkernel produces. I use grub (grub2), > and installed the kernel and initrd with “grub-mkconfig -o > /boot/grub/grub.cfg”, as I normally do. > > Googling around shows that this problem tends to occur when grub can’t > find the initrd. > > So  I looked at the grub boot script by pressing “e” just before the > boot starts to make sure that grub is looking in the right place for > the kernel and for the initrd.  I think it is, since deliberately > misspelling either file name with the grub editor causes error > messages saying grub can’t find what I told it to look for.  And those > error messages do not occur with the boot script that grub generated. > > Normally, loading the initrd takes only a few seconds. > > How does one debug this situation? > > John I'd start by removing any "quiet" or "splash" from the kernel command line.    You should be able to see them when you hit "e". I'm not sure if it will actually help, but it should be a start.