Re: Select which system to boot while rebooting

2020-12-18 Thread David Wright
On Fri 18 Dec 2020 at 09:45:22 (+0300), Reco wrote: > Hi. > > On Thu, Dec 17, 2020 at 06:45:47PM -0600, David Wright wrote: > > > A correction - GRUB_DISABLE_SUBMENU=true should be put into > > > /etc/default/grub. > > > > What sort of weirdness happens? Is the problem with writing > > /boo

Re: Select which system to boot while rebooting

2020-12-17 Thread Reco
Hi. On Thu, Dec 17, 2020 at 06:45:47PM -0600, David Wright wrote: > > A correction - GRUB_DISABLE_SUBMENU=true should be put into > > /etc/default/grub. > > What sort of weirdness happens? Is the problem with writing > /boot/grub/grubenv (where the strings reside), or with Grub's > readin

Re: Select which system to boot while rebooting

2020-12-17 Thread David Wright
On Thu 10 Dec 2020 at 13:47:28 (+0300), Reco wrote: > On Thu, Dec 10, 2020 at 01:46:18PM +0300, Reco wrote: > > On Thu, Dec 10, 2020 at 11:12:37AM +0100, to...@tuxteam.de wrote: > > > On Thu, Dec 10, 2020 at 12:00:20PM +0200, Andrei POPESCU wrote: > > > > > > [...] > > > > > > > 2. As far as I re

Re: Select which system to boot while rebooting

2020-12-10 Thread Anssi Saari
PstrfZ writes: > On the same machine I need to host three operating systems, all > debian-based.  Is it possible to select which system to boot > while rebooting? (My intent is then to reboot the selected system > by sending the command via SSH) Yes, I do this a lot in a

Re: Select which system to boot while rebooting

2020-12-10 Thread Joe
On Thu, 10 Dec 2020 10:29:02 +0100 (GMT+01:00) PstrfZ wrote: > On the same machine I need to host three operating systems, all > debian-based.  Is it possible to select which system to boot > while rebooting? (My intent is then to reboot the selected system > by sending the com

Re: Select which system to boot while rebooting

2020-12-10 Thread didier gaumet
Le jeudi 10 décembre 2020 à 10:50:06 UTC+1, PstrfZ a écrit : > On the same machine I need to host three operating systems, all > debian-based. Is it possible to select which system to boot > while rebooting? (My intent is then to reboot the selected system > by sending the com

Re: Select which system to boot while rebooting

2020-12-10 Thread Reco
Hi. On Thu, Dec 10, 2020 at 01:46:18PM +0300, Reco wrote: > On Thu, Dec 10, 2020 at 11:12:37AM +0100, to...@tuxteam.de wrote: > > On Thu, Dec 10, 2020 at 12:00:20PM +0200, Andrei POPESCU wrote: > > > > [...] > > > > > 2. As far as I recall grub1 has a 'grub set-default' or similar comman

Re: Select which system to boot while rebooting

2020-12-10 Thread Reco
Hi. On Thu, Dec 10, 2020 at 11:12:37AM +0100, to...@tuxteam.de wrote: > On Thu, Dec 10, 2020 at 12:00:20PM +0200, Andrei POPESCU wrote: > > [...] > > > 2. As far as I recall grub1 has a 'grub set-default' or similar command > > that could be used for to change the default for the next b

Re: Select which system to boot while rebooting

2020-12-10 Thread tomas
On Thu, Dec 10, 2020 at 12:00:20PM +0200, Andrei POPESCU wrote: [...] > 2. As far as I recall grub1 has a 'grub set-default' or similar command > that could be used for to change the default for the next boot only[b]. > Maybe this was re-implemented also in grub2? It seems so (note version 2.0

Re: Select which system to boot while rebooting

2020-12-10 Thread Andrei POPESCU
On Jo, 10 dec 20, 10:29:02, PstrfZ wrote: > On the same machine I need to host three operating systems, all > debian-based.  Is it possible to select which system to boot > while rebooting? (My intent is then to reboot the selected system > by sending the command via SSH) 1

Select which system to boot while rebooting

2020-12-10 Thread PstrfZ
On the same machine I need to host three operating systems, all debian-based.  Is it possible to select which system to boot while rebooting? (My intent is then to reboot the selected system by sending the command via SSH)