[Bug 2064208] Re: Installer crashes when booting from USB on Raspberry Pi

Talha Can Havadar 2064208 at bugs.launchpad.net
Tue May 21 21:00:21 UTC 2024


I was able to reproduce the issue as well using nvme ssd adapter on
Raspberry Pi 5. After flashing the given image in comment #1 , I can
boot and successfully finish the installation of Ubuntu Noble using nvme
ssd adapter on Raspberry Pi 5.

I am observing issues on WiFi thou, it doesnt not seem relevant to this
issue but I will share the logs from journalctl here:
https://dpaste.com/ACQ2CYHJY


** Attachment added: "rpi5-nowifi-journalctl.txt"
   https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2064208/+attachment/5781002/+files/rpi5-nowifi-journalctl.txt

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

Title:
  Installer crashes when booting from USB on Raspberry Pi

Status in ubiquity package in Ubuntu:
  Triaged
Status in ubiquity source package in Noble:
  Confirmed

Bug description:
  After writing the Ubuntu 24.04 Desktop for Raspberry Pi image to an
  SSD drive with a USB3 interface (specifically; this issue does not
  occur when booting from an SD card), booting the drive on a Pi 4 or Pi
  5, and running through the installer to the point where the
  (corrupted) slide deck starts to display during setup, the installer
  crashes.

  [ Workaround ]

  A test image is now available; please see comment 1 below for details.

  At the time of writing, some workarounds have been found, but none
  that consistently work on all boards with all drives. One workaround
  that has worked on a Pi with a Samsung EVO SSD, and a Crucial SSD is
  as follows:

  Before booting the image, find config.txt on the boot partition, and
  the "dtoverlay=vc4-kms-v3d" line within it. There will be two of these
  lines, you want the first one under an "[all]" section. Append
  ",cma-128" to the line. Specifically, the following section:

    dtoverlay=vc4-kms-v3d
    disable_fw_kms_setup=1

  Should become:

    dtoverlay=vc4-kms-v3d,cma-128
    disable_fw_kms_setup=1

  Unmount the drive cleanly, boot it, and run through the installer. You
  may revert the change (if you wish) after successful installation.

  Another workaround, reported as working on a Pi 5 with an NVMe drive
  attached over PCIe:

  Before booting the image, find config.txt on the boot partition. Under
  the first "[all]" section append the following line:

    dtparam=pciex1

  Unmount the drive cleanly, boot it, and run through the installer.

  Please note both workarounds have also been reported as failing with
  certain drive combinations.

  [ Background ]

  Given this crash occurs immediately upon the (corrupted) slide deck
  starting, that it only occurs when booting from USB (but the exact
  same image works from an SD card), and that merely changing the pre-
  allocation of the contiguous memory area affects it, I suspect this at
  least related to (if not a duplicate of) LP: #2037015, particularly
  since a crash bug is now associated with it too, LP: #2062146.

  Still, I'll leave this open as a non-duplicate for now as I'm not
  positive of root-cause yet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/2064208/+subscriptions




More information about the foundations-bugs mailing list