[Bug 1968166] Re: Searching for boot device broken

Heinrich Schuchardt 1968166 at bugs.launchpad.net
Mon Jan 16 13:27:10 UTC 2023


By design all boot devices used by distroboot have to be enumerated
explicitly. Simon Glass has provided a patch for bootstd that is more
flexible and allows to specify a device type (e.g. nvme).

** Changed in: u-boot (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to u-boot in Ubuntu.
https://bugs.launchpad.net/bugs/1968166

Title:
  Searching for boot device broken

Status in u-boot package in Ubuntu:
  Invalid

Bug description:
  /usr/bin/qemu-system-riscv64 -machine virt -m 4G -smp cpus=2 -nographic \
      -bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.bin \
      -kernel /usr/lib/u-boot/qemu-riscv64_smode/u-boot.bin \
      -netdev user,id=net0 \
      -device virtio-net-device,netdev=net0 \
      -drive file=jammy-live-server-riscv64.img,format=raw,if=virtio \
      -drive file=disk,format=raw,if=virtio \
      -device virtio-rng-pci

  runs virtio 0:1 EFI/boot/bootriscv64.efi

  /usr/bin/qemu-system-riscv64 -machine virt -m 4G -smp cpus=2 -nographic \
      -bios /usr/lib/riscv64-linux-gnu/opensbi/generic/fw_jump.bin \
      -kernel /usr/lib/u-boot/qemu-riscv64_smode/u-boot.bin \
      -netdev user,id=net0 \
      -device virtio-net-device,netdev=net0 \
      -drive file=disk,format=raw,if=virtio \
      -drive file=jammy-live-server-riscv64.img,format=raw,if=virtio \
      -device virtio-rng-pci

  fails to find the file virtio 1:1 EFI/boot/bootriscv64.efi.

  U-Boot's distroboot should search all devices.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1968166/+subscriptions




More information about the foundations-bugs mailing list