Need command line Help

I would like to stop Grub searching for other OS’s on boot and believe using this command will do that.
Supplied by @Spyder

sudo chmod -x /etc/grub.d/30_os-prober
sudo update-grub

But if at a later date i wish to dual boot what command line would i need to reverse that or explanation
would be appreciated, as not very good with command lines.

C

I think you should be able to reverse the process by changing the -x in the first command to +x

this makes the os-prober executable again.

1 Like

Excellent, thanks for your quick response.

Cheers