All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paulg@kernel.org>
To: sebastian.krahl@lacon.de
Cc: poky@lists.yoctoproject.org
Subject: Re: [poky] Generate Scarthgap genericx86-64 machine booting pcbios
Date: Thu, 26 Jun 2025 02:20:56 -0400	[thread overview]
Message-ID: <20250626062056.GA143806@kernel.org> (raw)
In-Reply-To: <16291.1750917538898198839@lists.yoctoproject.org>

[Re: [poky] Generate Scarthgap genericx86-64 machine booting pcbios] On 25/06/2025 (Wed 22:58) Sebastian via lists.yoctoproject.org wrote:

> After a suggestion from Paul I was not able to scroll through the boot log on
> the target machine.
>  
> But then I moved to virtualbox. In the virtual environment the system comes up
> with no issue. Except:
> Output is from /var/log/dmesg and blkid....
>  
> Why it is booting in vbox I don't know but why are the labels that different? I
> try to change the UUID in the syslinux.cfg and give it a try but it does not
> change anything.

If you can't get a serial port on your target that allows you to capture
and scroll the boot log, you can just film the boot on your phone and
review it there.  Yeah I know it is rather klunky, but hopefully you'll
only be doing it once.  Then you can compare real hardware with
virtualbox and see how partition detection and boot args differ.

Paul.
--

> Regards,
>  
> Sebastian

>> That message is basically telling you that whatever partition you
>> specified in your boot args to the kernel - like "root=/dev/sda1" or
>> whatever, does not exist in the list of partitions discovered by the
>> kernel at boot.   So you'll need to scroll up earlier in your boot log
>> and look what *was* discovered and what *was* in the bootargs, and figure
>> out the discrepancy.
>> 
>> For the record, the "Invalid configuration..." part of that message is a
>> Yocto addition, because the default message of "not syncing" doesn't mean
>> much of anything to people who aren't using Linux on a regular basis.


  reply	other threads:[~2025-06-26  6:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-25 14:23 Generate Scarthgap genericx86-64 machine booting pcbios Sebastian
2025-06-26  5:58 ` Sebastian
2025-06-26  6:20   ` Paul Gortmaker [this message]
     [not found]     ` <12949.1750925170754106856@lists.yoctoproject.org>
2025-06-26  8:14       ` [poky] " Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250626062056.GA143806@kernel.org \
    --to=paulg@kernel.org \
    --cc=poky@lists.yoctoproject.org \
    --cc=sebastian.krahl@lacon.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.