I have 3 disk:
/dev/sda - empty
/dev/sdb - Ubuntu 20.04.5
/dev/sdc - Ubuntu 20.04.5
I use UEFI bootloader to boot any system.
I decided to install in /dev/sda
Ubuntu 22.04.2.
After installing Ubuntu 22.04.2 I was surprise when /dev/sda
showed me GRUB menu with /dev/sdb - Ubuntu 20.04.5
, /dev/sdc - Ubuntu 20.04.5
.
I want to install Ubuntu 22.04.2 without GRUB menu like /dev/sdb
or /dev/sdc
. Also, I know os-prober
should be disabled by default in 22.04.
I know I can edit /etc/default/grub
and hide the GRUB menu or I can disable other SATA in UEFI but it doesn't answer at the questions why do this case is? What services do other OSs detect? Is this a bug? Can I get clear install without the GRUB menu?
...or I have to go around with home made methods like editing /etc/default/grub
?
prober-os
is unsafe, but we want to use it. This is funny. :) Now probobly there will be who want other case. In generally, need regard to do both cases and to create parameter to control that. I see it all. But how I can achieve my goal? Only home made cases? – Bob Mar 03 '23 at 08:19GRUB_DISABLE_OS_PROBER=true
(reverse of =false is =true) but otherwise the instructions in that comment. – guiverc Mar 03 '23 at 21:07