Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using bluetooth keyboard in grub bootloader

I want to choose between several OS's during startup. How can i manage this by using my bluetooth keyboard/Cellphone or at least my IR remote?

like image 507
elCapitano Avatar asked Sep 14 '25 09:09

elCapitano


1 Answers

One solution is to boot the linux system first, and then add the boot once command to grub for booting another system the next time. This will take time, but works without any hardware.

Using keys via IR remote did not work so far.

like image 168
elCapitano Avatar answered Sep 17 '25 01:09

elCapitano