With upcoming changes to scripts used to produce all installation media, the bootloaders used to boot will change.
Previously we used ISOLINUX with GFXBOOT when booting in BIOS mode. Grub2 when booting in UEFI mode.
With the above change, only GRUB2 will be used to boot the installation media.
It means that installation experience will be the same, if one boots CD-ROM, USB, under either UEFI or BIOS. The same grub.cfg will be used in all cases, and the same menu will be shown and the same kernel cmdline options will be used.
This will change how some things appear, however the installer will now behave a lot closer to how the installed systems boot.
There are no changes to plymouth, plymouth themes, actual installers.
All existing boot targets will continue to be supported. However, if you notice that Groovy installers stop booting after the above mentioned changes land, then please respond to this thread with details of how the installation media is prepared, how it is booted, and on which hardware configuration.
I for one, will miss the bright cheery screens of groovy boots on my BIOS boxes. The menu may have only been on screen briefly, but the background color & logo told me I wrote the correct flavor ISO.
It makes sense though.
I suspect most wonât notice anyway; not using museum aged hardwareâŠ
Is there chance for more broad UEFI support in groovy for AARCH64 devices?
Unlike Debian aarch64 images, ubuntu-20.04-live-server-arm64.iso doesnât even detected as bootable media on EDK2 Raspberry Pi UEFI firmware and on Snapdragon-based laptops too, because"EFI" folder has been missing from Ubuntu images, while itâs present in Debian images. I can even copy âEFIâ folder from Debian aarch64 image to usb drive with ubuntu-20.04-live-server-arm64.iso and it will boot on EDK2 RPi UEFI, but why itâs not present in ubuntu-20.04-live-server-arm64.iso in first place?
âThis change has now landed.â => this refers to the topic of the post obviously, that AMD64 in Groovy is to switch to using grub2 for booting under both bios and uefi.
By default our ARM64 isos boot as either CD-ROM or USB-DISK, under EDK2, ARM64 servers, Snapdragon based laptops, and QEMU-KVM virtual machines with UEFI EDKII firmware that we build and provide for virt-manager.
We also have ready made ARM64 cloud-images that one can simply boot in-place with cloud-config metadata, to access ARM64 Server VM.
For RaspberryPI we provide preinstalled images that use gpu/uboot bootloader, as seen on actual raspberry pi boards.
I will double check that none of these things have regressed?
Why are you using EDK2 Raspberry Pi UEFI firmare? And are you using it ina VM or on the Pi image itself?
Note that our .iso are multiple partitions, and the EFI folder is present correctly, on the EFI parition. You can see all partiitions, and all contents of our ISOs by using qemu-nbd to connect it, and then mount. I.e.
Note the ARM64.isos use the generic ARM64 kernel, which does not have raspberry pi support.
The Raspberry Pi images that are preinstalled classic server use a linux-raspi kernel build specifically for all raspberry pi boards with hardware support for all versions of the boards.
Last time I checked 20.04 images half year ago - it have 128MB firmware partition that hold both of RPiâs firmwares and /boot, so attempt to just install updates failed due to partition size (old Linux files rename to .bak, new initrd canât fit, etc.)
Last time I used it due to mentioned issues with rpi -specific images.
I used EDK2 Raspberry Pi UEFI with regular (not rpi-specific) aarch64 image on hardware, not in VM.
Well, it works in general, including GPU accelerated rendering (vc4 driver works). But, sure, I probably missing some functions I donât need on RPIs.
Interesting, I didnât know about that. Due to lack of usb-creator packages for aarch64 I can not use usb-creator on my laptop, so I tried to create bootable usb drive in the same way that used to work with amd64 iso - open iso in mc and just copy all files to FAT32 parition on usb drive. I guess itâs expected that mc ignore second partition, so I never seen it and assumed EFI folder is not there for some reason.
The ISO was written twice to two thumb-drives. On a number of boxes itâs wanting me to download akahttps://bugs.launchpad.net/ubuntu-cdimage/+bug/1883040 however itâs done that on boxes not impacted by that bug, which makes me think thumb-drive/squashfs errs related. (Further I noted @leok has recorded a valid test today which means a real issue is unlikely, thumb-drives & me not ruled out)
On the sony crapbook (sony vaio svp112a1cw (i5-9400u, 4gb, intel haswell-ULT)) the first window appears rather small (about 8x5 cm wide on the ~25x14.5 cm screen) where it used to use the whole screen. photo
Itâs best to âburn .isoâ onto the usb stick. On Ubuntu, Windows, MacOS X one can use disks to ârestore a disk imageâ that generally works to correctly effectively dd the iso onto the usb stick / sd card.
I think you can try to install linux-raspi package to try the raspi specific kernel. It might be missing EFI stubs, if it doesnât boot at all, we could fix to enable raspi flavour to be EFI bootable too.
So with my terminology cloning from the iso file to the drive seen as a device, e.g. /dev/sdbshould work also with this new boot structure.
Then there is a serious bug that makes us fail to run a live session using the current daily groovy iso files in almost all of our PC computers.
Edit: The current daily Ubuntu Groovy Desktop file works for me in VirtualBox, when booted from the iso file seen as a virtual optical drive.
But it does not work in the same computer (Dell Precision M4800) on real metal, neither in UEFI mode nor BIOS mode, when cloned from the iso file to a USB drive.
Tried with dd and with x86 usbcreator - unfortunately, UEFI on both of RPi3B and Lenovo Yoga C630 WOS does not detect flash drives created from ubuntu-20.04-live-server-arm64.iso as bootable devices. If you decide to try it yourself I would like to remind that only left port of Lenovo Yoga C630 WOS is bootable and Ubuntu stock kernel does not boot on Yoga C630 WOS: Bug #1863939 âLinux 5.4 from focal repo does not boot on Lenovo ...â : Bugs : linux package : Ubuntu
I tried to remove all generic kernels and installed linux-raspi. During linux-raspi installation flash-kernel showed errors:
flash-kernel: installing version 5.4.0-1013-raspi
Installing new vmlinuz.
mv: cannot move â/tmp/flash-kernel.vxattpQW/vmlinuzâ to â/boot/firmware/vmlinuzâ: No such file or directory
dpkg: error processing package flash-kernel (âconfigure):
installed flash-kernel package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
flash-kernel
E: Sub-process /usr/bin/dpkg returned an error code (1)
By the way, flash-kernel package somehow always get installed with aarch64 kernel updates, and itâs always source of errors on Yoga C630 WOS. Even if I remove it and hold it - it get installed on kernel upgrade.
Anyway, back to linux-raspi. Unlike list time I tested it, this time it boot, but:
RPi integrated Ehternet adapter does not work.
None of USB devices attached via USB hub (Belkin F4U093) is detected. Including Belkinâs Ethernet adapter.
If you need it, I can publish dd image of microSD with working combination of raspi firmwares and UEFI binary build, that works well together (more details).