Not sure if I am making sense or if this concerns only Plymouth, but you can alter the boot loading screen. Just my 2c to take this into consideration or testing if it was altered before.
@philm
A version/build number on the Grub menu screen presented to the user would also be a welcome addition for some.
( Small text, bottom / right, for example. )
I installed from stable today, 30 December 2023. On my dual-boot system (Manjaro/Win10) I had a warning, but it appears to be spurious. Grub was updated to 2.12-3 and rebooted successfully as usual. The warning was at the end:
Grub will be installed on: EFI
Installing for x86_64-efi platform.
Installation finished. No error reported.
Update UEFI Fallback file: /boot/efi/EFI/Manjaro/grubx64.efi
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.1-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.1-x86_64.img
Found initrd fallback image: /boot/initramfs-6.1-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/mmcblk0p1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type mmcblk0.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type mmcblk0.
done
Warning: GRUB bootloader at /boot/efi/EFI/Manjaro was updated,
but it seems like you are not using it by default.
Please check your EFI boot priorities!
Not sure if the warning should be modified to allay user fears in case of dual-boots, which seem to be common among new users.
Well, we can discuss the warning and how to write it up. It just checks if your UEFI had selected the bootloader of Manjaro or something else like Windows. Some users won’t see it even. It might also happen when you’re not using grub at all, but then you might not have this package installed to keep grub updated to begin with.
Grub is so far the only bootloader which still works on BIOS and UEFI and has the same approach how users us it UI wise. Mostly you won’t see the bootloader at all. Some say that systemd covers too many functions and gain more functions each release. But you might need to update systemd bootloader installs similar like we try to solve here.
This has gone completely off-topic here, but my 2c FWIW:
@Kobold, if you say that, then I’m guessing you don’t use systemd either? No offense meant, but if that’s why you got banned, you deserve it.
I’m no expert with grub, or refind, or systemd-boot. And I also know this is minor. But from what I could find, it seems systemd-boot isn’t as customizable as grub. At least not easily and for the average person. Or if it is, I couldn’t find it, anyway.
As I said, I know it’s minor, but that’s kind of very important to me. I like it to fiddle, make things as I like 'em, basically. And this doesn’t seem possible, or at least not easy as things are with it.
For that reason, I think Manjaro sticking with grub, themed for Manjaro, is the way to go. Because, it’s Linux and nobody’s stopping you from changing to systemd-boot. Or refind, for that matter.
I actually prefer rEFInd, and booting to kernel stub; but that’s only personal taste. I still recognise the benefits of using Grub, or a likewise Linux-centric loader whenever needed.
I told myself to never get involved with GPT/bios setup, and yesterday I was handed a 10 year old computer, only with old bios… sigh.
BUT, installing Manjaro xfce with btrfs and separate home worked flawlessly.
I did not know exactly how to handle the first bits of the drive but CALAMARES TOLD ME WHAT TO DO WHEN PRESSING NEXT, so I pressed back and added the unformated 8MiB partition flagging it as lba and it all worked flawlessly.
I am now a bit curious about how this script will handle this setup and will most likely try (after I made proper backups and such after just finishing setting up the computer as the user wanted it).
update-grub works without errors for me, but I am curious about install-grub (or whatever the name will land as)
Edit
$ sudo install-grub
cat: /tmp/install-grub.log: No such file or directory
rm: cannot remove '/tmp/install-grub.log': No such file or directory
Grub will be installed on: MBR
Installing for i386-pc platform.
Installation finished. No error reported.
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.1-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.1-x86_64.img
Found initrd fallback image: /boot/initramfs-6.1-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Detecting snapshots ...
Found snapshot: 2023-12-30 03:59:03 | timeshift-btrfs/snapshots/2023-12-30_03-59-03/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
Found snapshot: 2023-12-30 01:51:35 | timeshift-btrfs/snapshots/2023-12-30_01-51-35/@ | ondemand daily weekly monthly | {timeshift-autosnap} {created before upgrade} |
Found 2 snapshot(s)
Unmount /tmp/grub-btrfs.HavMtxnBW4 .. Success
Found memtest86+ image: /boot/memtest86+/memtest.bin
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
done
I just realized, I haven’t rebooted yet, but I’m sure it’s fine!
Did another test, this time on MY computer with btfrs.
Close to every time I update the firmware of my gigabyte motherboard my manjaro install gets removed and only leaves windows.
So every time I have to start a live env, chroot and install grub.
Following is how I chroot (bcause of btrfs)
sudo mount -t btrfs -o subvol=@ /dev/sda7 /mnt
sudo mount -t vfat /dev/sda5 /mnt/boot/efi
sudo mount --bind /run /mnt/hostrun
sudo manjaro-chroot /mnt /bin/bash
# then inside chroot:
mount --bind /hostrun /run
Updated and installed install-grub
pacman -Syu
pacman -S install-grub
I then ran install-grub witch gave me no errors and looked to complete successfully.
Rebooted, but that did NOT solve my problem, still no manjaro boot option.
So I rebooted in live env again, redid the chroot like above and used my normal method instead:
The presumption is that Grub only expects one ESP (Call it an ESP, as ‘boot partition’ is too easily confused with an MBR based system).
Grub is correct; there should only be one ESP per disk, as the standard dictates. However, in practice, more than one ESP is possible, which makes it convenient for those who insist on multibooting several OS on the same disk.
Same disk multibooting is not ideal. The long established safest method is to have one OS on each disk. There are certainly fewer issues with this method.
Grub will traditionally look for the first ESP on the disk, and in your case, it finds the ESP containing Windows UEFI boot files (which is generally too small, anyway). As you found, you still had to perform a manual Grub installation.
I don’t know whether @Philm has considered a 2x ESP (same disk) scenario, or even if it’s really needed; as most who can adequately configure a multiboot system are probably already comfortable with installing Grub manually.
You are correct in my wording not being accurate. But in my situation it IS 2 partitions AND 2 ESP’s (one on each partition).
Unless now install-grub might have added something to my windows ESP so there now are 2. xD
I haven’t tried to boot into windows, I stop at the bios ESP selection menu.
You are talking about install-grub here right? Because the grub-install above is what fixes it for me.
Oh wait, do you mean it is because it it on the same device?
The fat32:s ARE on different partitions, but on the same device…
Edit
I mounted the windows boot partition and yepp, there is a manjaro/grub64.efi there, but I think it is since the first install I made and never kept.
I shared the boot so I remade the install with a separate partition, just forgot to remove the directories. The file/direcotry has not been changed since then.
So I have no idea what install-grub did, or why it did not throw any errors.
Yes, both partitions, and both ESP’s; on the same disk.
Choose Windows from your Grub menu, and press F8before the Windows logo appears. At least, I think it’s F8.
That typically works, but to have it show by default during Windows boot, from memory this should do it:
Naa, I don’t think I want to do that any more, since the efi file is VERY old. xD
But thank you for the reminder of F8 for windows menu.
Well, grub-install works, install-grub does not, maybe I should take a look at the script itself, but I don’t have a gitlab account so cant really do much anyway.
Besides, they might consider this “a strange setup” and disregard this anyway.