mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-16 03:27:12 +02:00
Fixes #4947 It turns out there's something related to boot process in BIOS mode which leads to initramfs corruption on later `kexec`. Booting via GRUB is always successful. Problem with kexec was confirmed with: * direct boot via QEMU * QEMU boot via iPXE (bundled with QEMU) The root cause is not known, but the only visible difference is the placement of RAMDISK with UEFI and BIOS boots: ``` [ 0.005508] RAMDISK: [mem 0x312dd000-0x34965fff] ``` or: ``` [ 0.003821] RAMDISK: [mem 0x711aa000-0x747a7fff] ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com> |
||
---|---|---|
.. | ||
api.md | ||
cli.md | ||
configuration.md | ||
kernel.md | ||
platform.md |