I have a machine that came pre-installed with Windows. I installed grub along with Ubuntu. I would like to banish all trace of windows from the machine, and at the same time skip grub and just boot straight into linux.
This is a bit more than just a convenience. I mainly use this machine headless, logging in remotely from a laptop using chrome remote desktop. When I need to reboot the machine after updates, etc, having a step that requires user communication is an extra big pain.
How can I (1) remove the windows boot loader, and (2) remove grub?
sudo update-grub
– oldfred Dec 19 '20 at 20:28