0

I have Windows 10 and Ubuntu 18.04. Is there any way I could temporarily disable grub so that it would by default boot into Windows 10. I would like to undo it when I need Ubuntu and the dual boot screen back.

sr71
  • 3

1 Answers1

1

Interesting question. To do so, you may want to edit your /boot/grub/grub.cfg to mark as comments Ubuntu entry lines (make Ubuntu entry inactive) and leave the rest as is. This way you "remove" (hide) temporarily your dualboot so only another OS will be shown on the bootloader.

To revert it back, simply unmark the comments you made (make Ubuntu entry active).