MingTheMerciless
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
I already tried that. Didn't work.
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
I didn't format the SSD before installing Bazzite, though. Just installing it over Tumbleweed with the delete option during install.
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
I don't have multiple OSes. Only Bazzite.
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
I at least got it too show up when pressing the left arrow key during boot.
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
You mean it's too short?
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
- I'm missing the
nomodeset
in the following line:
set kernelopts="root=UUID=f0620537-6eb6-4e60-842f-98d39ff75653 ro rootflags=subvol=root/ostree/deploy/default/deploy/a99a9ab7342b7756c5193578ca6404af3b8dc7cfd2ba4bbaef5aeda05225acc8.0 nomodeset rhgb quiet "
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
- I'm missing this part:
menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-A4C4-71E2' {
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root A4C4-71E2
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
# Other OS found, undo autohiding of menu unless menu_auto_hide=2
if [ "${orig_timeout_style}" -a "${menu_auto_hide}" != "2" ]; then
set timeout_style=${orig_timeout_style}
set timeout=${orig_timeout}
fi
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
I compared it to my .cfg file. Those are the differences:
- I have this part:
### BEGIN /etc/grub.d/15_ostree ###
menuentry 'Bazzite 40 (FROM Fedora Silverblue) (ostree:0)' --class gnu-linux --class gnu --class os --unrestricted 'ostree-0-af78b01d-747d-4c46-b7ad-13e785c86467' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root af78b01d-747d-4c46-b7ad-13e785c86467
linux16 /ostree/default-c52ac74e015d9de15a7e67e8d7e804900251bf13d575e3f1ce65a4b2ba2d3964/vmlinuz-6.9.12-210.fsync.fc40.x86_64 rhgb quiet root=UUID=6791a124-d2de-4423-8e04-ad740d0f7c21 rootflags=subvol=root rw ostree=/ostree/boot.1/default/c52ac74e015d9de15a7e67e8d7e804900251bf13d575e3f1ce65a4b2ba2d3964/0 bluetooth.disable_ertm=1 preempt=full
initrd16 /ostree/default-c52ac74e015d9de15a7e67e8d7e804900251bf13d575e3f1ce65a4b2ba2d3964/initramfs-6.9.12-210.fsync.fc40.x86_64.img
}
menuentry 'Bazzite 40 (FROM Fedora Silverblue) (ostree:1)' --class gnu-linux --class gnu --class os --unrestricted 'ostree-1-af78b01d-747d-4c46-b7ad-13e785c86467' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root af78b01d-747d-4c46-b7ad-13e785c86467
linux16 /ostree/default-e8d5a27f49c180ebb41ffb84dca598e72b364455b7a9d3b378b1d207604cc7ff/vmlinuz-6.9.12-205.fsync.fc40.x86_64 rhgb quiet root=UUID=6791a124-d2de-4423-8e04-ad740d0f7c21 rootflags=subvol=root rw ostree=/ostree/boot.1/default/e8d5a27f49c180ebb41ffb84dca598e72b364455b7a9d3b378b1d207604cc7ff/0 bluetooth.disable_ertm=1 preempt=full
initrd16 /ostree/default-e8d5a27f49c180ebb41ffb84dca598e72b364455b7a9d3b378b1d207604cc7ff/initramfs-6.9.12-205.fsync.fc40.x86_64.img
}
### END /etc/grub.d/15_ostree ###
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
No. This is just what I tried but didn't work.
46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
What I tried:
- added
GRUB_TIMEOUT_STYEL=menu
to /etc/default/grub
(and rebuild the grub.cfg file)
- deactivated auto-login46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
/boot/grub2/grub.cfg
:
terminal_output console
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
This is probably the correct section.46 replies
UBUniversal Blue
•Created by RancidRandy on 10/24/2024 in #🛟bazzite-help
Grub not showing despite being set to not hidden
I have the same problem. Grub doesn't show up during boot.
Bazzite runs in desktop mode and is the only operating system. Grub is set to 'Not Hidden'.
/etc/default/grub
looks identical to the one above.46 replies