How to turn off the computer from the GRUB screen in dual boot

I have Ubuntu and Windows 10 with dual boot in a scratch computer (I'm too inexperienced to use anything else). The problem is, every time I try to shutdown from Ubuntu, the computer just reboots and loads the GRUB screen, so that means I can only turn off the computer from Windows 10 and not from Ubuntu.

Can I turn off my PC from the GRUB screen? I do not want to have to turn off from Windows 10 every time I shut down the PC from Ubuntu.

4

4 Answers

From this interesting thread on ubuntuforums.org:

In the GRUB menu, press C and then enter halt.

Also as noted in the link, it is safe to simply press the power button while at the GRUB menu.

1

Have you tried to shutdown your computer from Ubuntu with one of these commands ? poweroff or sudo shutdown -h now ?? Your script responsible for shutting your computer off is maybe corrupt. If it is the case, these commands would do the job.

To explicitly answer your actual question (shutting down from the grub), I would hold the power button manually. I do so when I accidentally turn on my computer and finally don't want to :)

1

In the GRUB command line, the equivalent of poweroff is halt:

grub> halt

In my case halt in GRUB hangs up the system and nothing happens. So I have to press the power key to poweroff the computer.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like