All of lore.kernel.org
 help / color / mirror / Atom feed
* Generate Scarthgap genericx86-64 machine booting pcbios
@ 2025-06-25 14:23 Sebastian
  2025-06-26  5:58 ` Sebastian
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian @ 2025-06-25 14:23 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 983 bytes --]

Hi community,

I've looked around how to get the example meta-yocto-bsp running on genericx86-64. By creating the default image it spits out the efi version which boots up quick and fine. In my target application I have to support the non efi world too. So I tried to switch by feeding the appended wks file to create the pcbios version:

part /boot --source bootimg-pcbios --ondisk sda --label msdos --active --align 1024 --use-uuid
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
part swap --ondisk sda --size 44 --label swap1 --fstype=swap
bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=tty0"

Problem is: it stops by Kernel panic - not syncing: Invalid configuration from end user prevents continuing
Hardware name: Deault string Default string/Default string, BIOS 5.13 01/18/2024

Unfortunately there is not more I can read.

Can anyone explain me where I missed a step?

Regards,

Sebastian

[-- Attachment #2: Type: text/html, Size: 1467 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-26  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 14:23 Generate Scarthgap genericx86-64 machine booting pcbios Sebastian
2025-06-26  5:58 ` Sebastian
2025-06-26  6:20   ` [poky] " Paul Gortmaker
     [not found]     ` <12949.1750925170754106856@lists.yoctoproject.org>
2025-06-26  8:14       ` Alexander Kanavin

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.