[PATCH v2 1/1] configs: SiFive Unmatched: add 'nvme scan' to preboot
Leo Liang
ycliang at andestech.com
Thu Mar 6 04:38:02 CET 2025
On Tue, Nov 12, 2024 at 11:26:44AM +0100, Heinrich Schuchardt wrote:
> Without 'nvme scan' the ESP on the NVMe drive is not found early.
> EFI variables cannot be persisted.
>
> Hit any key to stop autoboot: 0
> Cannot persist EFI variables without system partition
> ** Booting bootflow '<NULL>' with efi_mgr
> Loading Boot0000 'mmc 0' failed
> EFI boot manager: Cannot load any image
> Boot failed (err=-14)
> scanning bus for devices...
> ** Booting bootflow 'nvme#1.blk#1.bootdev.part_1' with efi
> Booting /\EFI\BOOT\BOOTRISCV64.EFI
> error: no suitable video mode found.
> GNU GRUB version 2.12
>
> With 'nmve scan' booting works as expected.
>
> Hit any key to stop autoboot: 0
> ** Booting bootflow '<NULL>' with efi_mgr
> Loading Boot0000 'mmc 0' failed
> Loading Boot0001 'nvme 0' failed
> Booting: nvme 1
> error: no suitable video mode found.
> GNU GRUB version 2.12
>
> Reported by Yuri Zaporozhets <yuriz at vodafonemail.de>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
> mention board in subject
> ---
> configs/sifive_unmatched_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list