when I start my computer, the system starts in GRUB. If I run these commands (as follows):
set root=(hd0,1)
linux /vmlinuz root=/dev/sda1
initrd /initrd.img
boot
I can start Ubuntu, but then when I go to restart, it loads to GRUB and I have to keep typing the commands in grub to boot.
How can I fix this so when I turn on my computer Ubuntu will run without having to keep typing in these commands every time?