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 97B8F1382C5 for ; Wed, 3 Jun 2020 17:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04767E0921; Wed, 3 Jun 2020 17:15:47 +0000 (UTC) Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) (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 B1B08E0900 for ; Wed, 3 Jun 2020 17:15:46 +0000 (UTC) Received: by mail-il1-x135.google.com with SMTP id a13so3288447ilh.3 for ; Wed, 03 Jun 2020 10:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=CpTq0jgVdKfnNUZBdmylLnSsn/swVfgUWxC60sLA/tY=; b=HRULl5jHnURLyOhosdOvN7QA5evhxYMUBipuviBSr/86CbPNzYyrmdAX7DmgL9BANV q2kwvndRtA05VwYKsAZffKevcbPTHjzZLj0EIgmmYuA5lnQZaRHi2QjVGgg26HljM3mU QaPYaKM+v3eFsbu3z2VnzmIuyt14ZTAy0nfUVd058f4mmhPCtutEk2KCFw6KyLFn3q9w WfBAKclfDSJ4ejuk5DQ0i8kLp27+vvPMSH73awuHZY9NwWOPsuTdYyzDZMD/sKYPmGOd 9MjW79JqMgIhChZ1cGKdIyc5T+4hr/eDBMfivAU4i80LOIOUaUaw7NLmEl6PROttwVyN uAWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=CpTq0jgVdKfnNUZBdmylLnSsn/swVfgUWxC60sLA/tY=; b=T41G8hVUmsy12UsKAPrMUbjnrQ3IjWXQYFUy/C0kvLrW3x+sq9O/5AdbozOFZF9g4P lkZh/E8Boxvo+SemNntgEQS9wrJhmSaAAWZPY+eV3Z057Eszh+aePJS26crjYbJxc2vw hioAsEgEgCodeyBy8Ds0+cQDKOAcDylqwR1eSgGj2zAXOMSr/CiHQeTjKAfp1FCykK/N Evzo6FppKNWVNUWDo1dsPA0epvPNXjclHI8eM3QqCkXuDSmfnJFQSdpMYFDdE1nBFlY4 tNyK8JBkbh4+U4Qklvhkha2k1s3qBkxlU4Newbn1tdNsra9W35jWBSegIUo4pF9f15WN mZJQ== X-Gm-Message-State: AOAM530aV5dwVwa+3bh5X7mufAyX/EDUBGqdqQqvmUUYary0JSwjKIYV PQzBSOuhHmzvaMd0KsyPZ8WsymchOI5x5TixlJJT X-Google-Smtp-Source: ABdhPJz6W1ff+rpoE3usF55IQiCuDttwYPuaqDEEfjt+WoaMnrW9O1wN8WQ+cr9udrd/iOoVDGWEyeelhbiRtpgs76g= X-Received: by 2002:a92:2a06:: with SMTP id r6mr492068ile.121.1591204546079; Wed, 03 Jun 2020 10:15:46 -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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <81883dba-b169-dd39-d646-75249fc6cce0@gmail.com> <9d6c1761-6963-1e13-9ae9-f1b29460e092@sys-concept.com> In-Reply-To: <9d6c1761-6963-1e13-9ae9-f1b29460e092@sys-concept.com> From: tedheadster Date: Wed, 3 Jun 2020 13:15:35 -0400 Message-ID: Subject: Re: [gentoo-user] Kernel panic - not syncing: No working init found. To: thelma@sys-concept.com Cc: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 6afa80d3-a408-44a9-9e8f-4cc745ca3f18 X-Archives-Hash: 2167574ba878e3c300732a967bdf2233 Yes, you do need to capture the kernel output. The usual way is to hook up a serial cable to another computer and pipe the output to it. You interrupt the boot (usually by hitting or in GRUB), and then edit the kernel command line thus: console=tty1 console=ttyS0,115200n8 If you can do that you can give us some debug output. - Matthew