here is how I handle my work laptop.
I have 2 operating systems.
top of the list is Linux.
second is Windows 10
I have the system to save the last reboot so if I just reboot and don't
touch it, it just goes back to the one it was in.
My grub beeps at startup.
If I want Linux, for example, I just press the up arrow after the beep
(several times to make sure).
Then I get Linux.
If I want to switch to windows, I just run a little shell script which
resets the grub environment variable so it boots to windows when it
reboots and I have no problems.
my bootwindows.sh scripts looks like:
#!/bin/bash
grub-set-default osprober-efi-df8e479...
I get this value from my /boot/grub/grub.cfg which is the menu_id_option
in the file for windows
in /etc/default/grub I set grub_savedefault=true
then I set
GRUB_DEFAULT=saved
This is how to get the behavior of saving the last booted OS.
Hope this helps and is not to far off topic.
On Sun, 27 Jan 2019, Jason White wrote:
Hello BRLTTY users and developers,
I've recently installed Linux on a laptop, which presently has a dual-boot
configuration with Microsoft Windows, due to my work-related needs. It's a
modern UEFI-based system (Lenovo P51). I have installed Grub as the boot
loader.
I have a working text-based environment; I plan to raise questions in due
course on the Orca list about the latest suggestions for configuring a
graphical desktop as well.
My immediate question here, however, is how to make the boot process more
accessible for selecting the desired operating system. Linux is first in the
boot order, which is what I want. As I remember, Samuel Thibault implemented
Grub options for playing sounds when the boot menu appears. There was also
some discussion of BRLTTY support within Grub, but I can't remember what
happened along those lines.
So my first question is how to make the boot menu work more accessibly and
effectively (either in Grub, or via the menu provided by UEFI itself). I'm
also interested more broadly in whether there are any accessibility
opportunities that I should be aware of with a UEFI-based machine. This
particular system has Intel Management Engine firmware, currently not
configured, which offers the possibility of remote administration. (I'm not
sure whether it's possible to set up a network-based serial console, though.)
I also note that BRLTTY is working fine on this system, including upon return
from laptop suspend to RAM.
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty