Nixy Trix
  • Home
  • About
Sign in Subscribe

grub

A collection of 2 posts
How do I get GRUB to remember my last booted operating system?
Ubuntu

How do I get GRUB to remember my last booted operating system?

On Ubuntu 20.04: -Edit your grub file: /etc/default/grub at the top, change the following line to look like this: GRUB_DEAFULT=saved and then ADD this missing line: GRUB_SAVEDEFAULT=true Save your changes and then run this command to update GRUB with the new values: sudo
Jan 9, 2021
How do I add a grub boot entry for MacOs?
Ubuntu

How do I add a grub boot entry for MacOs?

On Ubuntu 20.04 create a new text file by running the following command: sudo touch /etc/grub.d/40_custom Now, using your favorite text editor, add this to the text file you just created: #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to
Dec 8, 2020 1 min read
Page 1 of 1
Nixy Trix © 2025
Powered by Ghost