[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-29 Thread Robert
Why not backport the solution from Groovy to Focal? Isn't Focal LTS?
Support does not seem that long term :|

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-28 Thread Dave Jones
Apologies -- this one slipped under my radar. This isn't a valid error
message: it's a side-effect of the shared u-boot script used for Classic
and Core images.

The u-boot script for the pi (https://git.launchpad.net/ubuntu/+source
/flash-kernel/tree/bootscript/all/bootscr.rpi) attempts to load a u-boot
environment named "boot.sel". If it finds it, it knows it's operating on
Ubuntu Core and needs to adjust kernel, initrd, etc. paths to the
currently unpacked kernel snap (or to the newly unpacked one if it's
"trying" a new kernel). If it can't load this file (incidentally causing
"Failed to load '//uboot/ubuntu/boot.sel'" to appear on the console), it
knows it's on Classic and proceeds assuming everything's under the root
of the boot partition.

Anyway, it can be safely ignored: it's not an error, but normal for the
u-boot sequence on Classic up to Focal. From Groovy onwards, we're no
longer using u-boot in the sequence so you won't see any of this output
(unless you opt to use u-boot, which you still can for now).

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

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-27 Thread Rui Song
Inspired by #7. Tried to reset advanced options in raspberry Pi imager
and rewrite Ubuntu. It was able to boot. I guess there're something
wrong with setting options via RPI for Ubuntu. Probably this is not a
bug for ubuntu but RPI.

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-27 Thread olokos
If I get this right, there's no GRUB bootloader on Raspberry, just the
U-boot itself.

It seems like something went wrong during building it from sources for
the ubuntu RPi build.

https://wiki.st.com/stm32mpu/wiki/How_to_configure_U-Boot_for_your_board

This seems to be useful to understand the matter aswell:
https://github.com/snapcore/snapd/blob/b1e9734ba1e3a397c6942b4b8dea570fdd118373/image/image_test.go#L2825

Would be nice to find some fix for this, I can test it myself before a
patch is done.

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-27 Thread olokos
I also have this bug on RPi 4 4GB.
Although this error pops up during bootup, the entire system seems to boot and 
work perfectly fine.

I think this bug is caused by this: 
'//uboot/ubuntu/boot.sel'

I think the right value in that place should be:
'/uboot/ubuntu/boot.sel'

Any ideas where this line should be changed? GRUB?

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-24 Thread Western Definition
I thought this was affecting me, but I think I was instead seeing a bug
in the Raspberry Pi Imager advanced setting when applied to ubuntu. The
ubuntu image worked fine when I used dd to copy the image to the sd
card.

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-04-01 Thread matthew downs
Same here with the Raspberry Pi 4 4gb.

Wrote the image using raspberry pi imager.


"[FAILED] Failed to start Command from Kernel Command Line.
See 'systemctl status kernel-command-line.service' for details
[DEPEND] Dependency failed for Command from Kernel Command Line."

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-22 Thread Max R.
Due to this bug, the Pi 4 will not boot and hangs.

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-22 Thread Max R.
I am also experiencing this error on a Raspberry Pi 4B 4Gb RAM and
Ubuntu Server 20.04.02

I experienced it both with writing the image from Raspberry Pi Imager as
well as writing the image in the same way as Robert did.

When booting I see the same "Failed to load '//uboot/ubuntu/boot.sel'"
after seeing "Found U-Boot script /boot.scr".

Additionally while the Pi attempts to boot I see the following:
[FAILED] Failed to start Command from Kernel Command Line.
See 'systemctl status kernel-command-line.service' for details
[DEPEND] Dependency failed for Command from Kernel Command Line.

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-20 Thread Brian Murray
** Tags removed: rpi-image
** Tags added: raspi-image

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-05 Thread Brian Murray
** Tags added: rpi-images

** Tags removed: rpi-images
** Tags added: rpi-image

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-02 Thread Robert
What is the actual impact of this bug? What does that missing file do?

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-03-02 Thread flaep
same here
Raspberry Pi 3 Model B+

Downloaded image from 
"https://ubuntu.com/download/raspberry-pi/thank-you?version=20.04.2=server-arm64+raspi;

wrote the image with:
sudo dd 
if='/mnt/E4C80B3DC80B0D8C/rasp/ubuntu-20.04.2-preinstalled-server-arm64+raspi.img'
 of=/dev/sdf bs=512KB

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1914878] Re: At boot on Pi4 with 20.04.02 i get: Failed to load '//uboot/ubuntu/boot.sel'

2021-02-06 Thread Robert
** Description changed:

  Installed Ubuntu 20.04.02 on a Pi4.
  On boot I get an error message: Failed to load '//uboot/ubuntu/boot.sel'.
  It boots from an sdcard.
  
  Ubuntu boots, only that I get that error message.
+ On 20.04 and 20.04.01 did not have this issue.

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

Title:
  At boot on Pi4 with 20.04.02 i get: Failed to load
  '//uboot/ubuntu/boot.sel'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs