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

29,269

Solution 1

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.

Solution 2

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 :)

Share:
29,269

Related videos on Youtube

J. Doe
Author by

J. Doe

Updated on September 18, 2022

Comments

  • J. Doe
    J. Doe over 1 year

    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.

    • Byte Commander
      Byte Commander about 7 years
      You can simply power off your computer while it is in the GRUB menu by touching the power button. Unless you have a very old computer, this will trigger an ACPI event that tells the system to shut down and turn off, so it would not be a hard reset anyway. However, the more interesting question is why Ubuntu reboots instead of powering off.
    • J. Doe
      J. Doe about 7 years
      Indeed. Seems like something's wrong with the way Ubuntu shuts down. I verified that mantaining the power button pressed for a couple of seconds powers down the computer without triggering a warning in windows. Pressing c and then entering halt in the prompt also worked for me.
    • Byte Commander
      Byte Commander about 7 years
      Actually I meant tapping the power button shortly, not holding it until it cuts the power...
    • J. Doe
      J. Doe about 7 years
      Tapping the power button shortly is completely ignored from the GRUB screen for some reason.
  • J. Doe
    J. Doe about 7 years
    I tried the usual sudo shutdown and other variations but it rebooted the computer. poweroff and takes me to the grub screen instead of shutting down the computer. sudo shutdown -h now does the same. For some reason, the computer turns off and then suddenly turns on again.
  • AJMansfield
    AJMansfield almost 5 years
    For me I needed to use this to shut down a VM that was stuck in a boot loop and wasn't responding to the hypervisor's shutdown commands.