Public bug reported:
Based on the daily test case we should be presented 4 options: " Boot up the image If you see the GRUB boot menu you should see the following: 'Try or Install Ubuntu' 'Ubuntu (safe graphics)' 'OEM install (for manufacturers)' 'Test memory' (only on BIOS systems) " https://iso.qa.ubuntu.com/qatracker/milestones/476/builds/353475/testcases/1758/results During test, I only see the first 2 options available: 'Try or Install Ubuntu' 'Ubuntu (safe graphics)' It seems the grub.cfg in the ISO is missing the later 2 options too: $ cat Ubuntu\ 26.04\ amd64/boot/grub/grub.cfg set timeout=30 loadfont unicode set menu_color_normal=white/black set menu_color_highlight=black/light-gray menuentry "Try or Install Ubuntu" { set gfxpayload=keep linux /casper/vmlinuz --- quiet splash initrd /casper/initrd } menuentry "Ubuntu (safe graphics)" { set gfxpayload=keep linux /casper/vmlinuz nomodeset --- quiet splash initrd /casper/initrd } grub_platform if [ "$grub_platform" = "efi" ]; then menuentry 'Boot from next volume' { exit 1 } menuentry 'UEFI Firmware Settings' { fwsetup } fi $ ** Affects: grub (Ubuntu) Importance: Undecided Status: New ** Attachment added: "screenshot of the available options" https://bugs.launchpad.net/bugs/2146197/+attachment/5955522/+files/resolute_installation_options.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2146197 Title: Missing installation options when testing Install (entire disk) in Ubuntu Desktop amd64 in Resolute Daily March 24th To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub/+bug/2146197/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
