Results 1 to 12 of 12

Thread: Problems with the shutdown and restart. Kali rolling 2016.1

  1. #1
    Join Date
    2016-Jan
    Posts
    3

    Problems with the shutdown and restart. Kali rolling 2016.1

    Hi guys.
    Kali rolling 2016.1 system when you turn off / reboot freezes and does not respond. Command console "poweroff" does not help. Laptop freezes all. The notebook is switched off only after the button. Acer V3-551G. BIOS version 1.07
    Who can help?
    Code:
    lspci -nnk http://paste.debian.net/373386
    lsusb http://paste.debian.net/373387
    dpkg -l | grep firmw http://paste.debian.net/373388
    dmesg | grep -ie error -ie fail http://paste.debian.net/373389
    cat /var/log/Xorg.0.log http://paste.debian.net/373390

  2. #2
    Join Date
    2016-Jan
    Posts
    14
    Try different reboot kernel parameters (bios, pci, acpi)
    You can edit /etc/default/grub and replace "quiet" with "reboot=bios quiet".
    Afterwards run update-grub.

    The valid options can be found in the reboot.c file.
    The latest one is here:

    https://github.com/torvalds/linux/bl...ernel/reboot.c

    I recommend to look at the file for your kernel version.

    After each reboot you can check what was used by looking in the /proc/cmdline file.

  3. #3
    Hi,

    I had the same problem. But after some updates it seems that the problem is gone for me. Try apt-get update && apt-get dist-upgrade -y

  4. #4
    Join Date
    2016-Jan
    Posts
    3
    Quote Originally Posted by aephlux View Post
    Hi,

    I had the same problem. But after some updates it seems that the problem is gone for me. Try apt-get update && apt-get dist-upgrade -y
    It did not help.

  5. #5
    Join Date
    2016-Jan
    Posts
    3
    Quote Originally Posted by Fuzzer View Post
    Try different reboot kernel parameters (bios, pci, acpi)
    You can edit /etc/default/grub and replace "quiet" with "reboot=bios quiet".
    Afterwards run update-grub.

    The valid options can be found in the reboot.c file.
    The latest one is here:

    https://github.com/torvalds/linux/bl...ernel/reboot.c

    I recommend to look at the file for your kernel version.

    After each reboot you can check what was used by looking in the /proc/cmdline file.
    How to do it? write a plan (if you can)

  6. #6
    I have the same problem is there a solution?
    Im new to linux and im using kali linux via live usb And also is there a way to save a file permanently. Whenever i reboot(had to shutdown by holding power button) the file also deleted

  7. #7
    Quote Originally Posted by Lana View Post
    It did not help.

    Try this, open /etc/default/grub
    Then look for this line GRUB_CMDLINE_LINUX_DEFAULT="quiet" and change it to GRUB_CMDLINE_LINUX_DEFAULT="reboot=bios quiet". save and exit then update-grub2.


    Then try and reboot. If that doesnt work try changing =bios with either =pci or =acpi. update-grub2 and check again.
    Last edited by aephlux; 2016-01-30 at 09:00.

  8. #8
    Join Date
    2016-Jan
    Posts
    4
    i have the same problem on kali 2016.1 rolling im running it on HP probook 4540s. i cant reboot or shutdown....
    this didnt help me: " Try different reboot kernel parameters (bios, pci, acpi)
    You can edit /etc/default/grub and replace "quiet" with "reboot=bios quiet".
    Afterwards run update-grub.

    The valid options can be found in the reboot.c file.
    The latest one is here:

    https://github.com/torvalds/linux/bl...ernel/reboot.c

    I recommend to look at the file for your kernel version.

    After each reboot you can check what was used by looking in the /proc/cmdline file. "
    any one have some other ideas???

  9. #9
    Join Date
    2015-Dec
    Posts
    12
    I have the exact same problem, my restart and shutdown broke once upgraded to kali rolling (v4.4.0)

    Edit: None of the mentioned parameters worked.
    https://www.kernel.org/doc/Documenta...parameters.txt

    Tried:

    reboot=b
    reboot=a
    reboot=e
    reboot=p
    reboot=f
    reboot=t
    reboot=k

    I wont keep shutting down my laptop by holding down the power button, seriously, an OS without a way to reboot or shutdown ? #LOL.
    If you have the same laptop as me (asus k55dr A8), consider if you wanna have an OS with no way to reboot or shutdown before installing kali or simply wait for a newer upgraded version.
    Last edited by Lanyru; 2016-03-11 at 00:46. Reason: No solution yet

  10. #10
    Join Date
    2016-Apr
    Posts
    1
    I have the same problem my pc HP-G62a20SP.
    I found that going into recovery mode text mode as root write the command "init 0" or "systemctl poweroff" PC turns off

    In graphic mode in the terminal commands do not work
    I tried to kill the procesos with the command "kill -9 -1" the PC seems to hang but appears Feedback ... Long shutdown (~ 2min): "The job is running stop for Session 1 of user ..."
    changed lines "GRUB_CMDLINE_LINUX_DEFAULT =" quiet "quiet to" reboot = bios quiet "did not work.

    I am new to linux, my English is not good I ask for help if someone has an idea of what I can do.

  11. #11
    Join Date
    2014-Jan
    Posts
    6
    This is what helped for me to fix my shutdown and restart:

    Type in terminal:

    1. sudo -i (to get a root shell, sudo gedit is not recommended)
    2. gedit /etc/default/grub
    3. Find the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    4. Change this to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
    5. Save the file and close the file.
    6. Finally, in terminal: update-grub
    7. exit (to end the root shell)

    Hope this help you all

  12. #12
    Join Date
    2016-Aug
    Posts
    2
    I am not sure which one solve my case (dell inspiron)
    1. Quote Originally Posted by aephlux View Post
      Hi,

      I had the same problem. But after some updates it seems that the problem is gone for me. Try apt-get update && apt-get dist-upgrade -y
    2. Quote Originally Posted by aephlux View Post
      Try this, open /etc/default/grub
      Then look for this line GRUB_CMDLINE_LINUX_DEFAULT="quiet" and change it to GRUB_CMDLINE_LINUX_DEFAULT="reboot=bios quiet". save and exit then update-grub2.





    Quote Originally Posted by Lana View Post
    How to do it? write a plan (if you can)
    Try have you try shutdown using the toolbar? not in terminal.
    Quote Originally Posted by arjitkumarsingh View Post
    I have the same problem is there a solution?
    Im new to linux and im using kali linux via live usb And also is there a way to save a file permanently. Whenever i reboot(had to shutdown by holding power button) the file also deleted
    Save the file on your hdd. to shutdown try using toolbar, not in terminal.

    Quote Originally Posted by Lanyru View Post
    I have the exact same problem, my restart and shutdown broke once upgraded to kali rolling (v4.4.0)

    Edit: None of the mentioned parameters worked.
    https://www.kernel.org/doc/Documenta...parameters.txt

    Tried:

    reboot=b
    reboot=a
    reboot=e
    reboot=p
    reboot=f
    reboot=t
    reboot=k

    I wont keep shutting down my laptop by holding down the power button, seriously, an OS without a way to reboot or shutdown ? #LOL.
    If you have the same laptop as me (asus k55dr A8), consider if you wanna have an OS with no way to reboot or shutdown before installing kali or simply wait for a newer upgraded version.
    How do you reboot? using terminal or toolbar?
    Quote Originally Posted by Shalom View Post
    I have the same problem my pc HP-G62a20SP.
    I found that going into recovery mode text mode as root write the command "init 0" or "systemctl poweroff" PC turns off

    In graphic mode in the terminal commands do not work
    I tried to kill the procesos with the command "kill -9 -1" the PC seems to hang but appears Feedback ... Long shutdown (~ 2min): "The job is running stop for Session 1 of user ..."
    changed lines "GRUB_CMDLINE_LINUX_DEFAULT =" quiet "quiet to" reboot = bios quiet "did not work.

    I am new to linux, my English is not good I ask for help if someone has an idea of what I can do.
    How do you reboot? using terminal or toolbar?

Similar Threads

  1. The shutdown button and restart will not work during Kali Linux 2020.2
    By HungaryHacking in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-07-07, 10:25
  2. Kali 2016.1 rolling some problems with network cards
    By billybob130792 in forum TroubleShooting Archive
    Replies: 7
    Last Post: 2016-08-27, 17:05
  3. Replies: 7
    Last Post: 2016-05-22, 13:39
  4. Kali 2.0 Restart and Shutdown Hangs
    By nekromantik in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2015-09-29, 22:21

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •