You are not logged in.
Pages: 1
I installed Q4OS via Windows on an old Lenovo ThinkPad. Love it! Thanks to the developers and this community for a great distro!
I would like to boot Q4OS by default rather than Windoze. I don't see a system tool for editing the boot menu. If I edit /etc/default/grub do I change it as below?
GRUB_DEFAULT=1 to GRUB_DEFAULT=2
And then run "update-grub"?
Thanks for any help.
Ancient words speak today.
Offline
Yes, you only need to edit and update /etc/default/grub .
If you run from an UEFI system run:
$ sudo update-sbgrub
oherwise run
$ sudo update-grub
and reboot
Offline
Thank you!
Just to be clear, do I change "1" to "2" in order to boot Q4OS instead of Windows? In the boot menu, Q4OS is above Windows so I want to be sure I don't need to put "0" or something else.
Last edited by Nathan (2022-04-01 18:01)
Ancient words speak today.
Offline
Just FYI for anyone who may refer to this later: The boot order is 0, 1, 2, etc. In my case, Q4OS was listed on the first line of the boot screen, second line had Windows, third line had System Setup (BIOS). So in /etc/default/grub I had to set "GRUB_DEFAULT=0" in order to boot Q4OS. Setting the default to "2" opened BIOS settings. I hope that's helpful to anyone else who may read this and wish to make adjustments to GRUB.
Ancient words speak today.
Offline
Pages: 1