Just installed Bullseye on a Lenovo IdeaPad 100. when I reboot it hangs to a blank screen. I have to poweroff - then power it back on.
I have set the BIOS to Legacy boot mode not UEFI. Tried a few other tings I have found - editing GRUB etc. - no joy.
Any ideas
[SOLVED] reboot hangs on fresh install of Bullseye
[SOLVED] reboot hangs on fresh install of Bullseye
Last edited by majpooper on 2021-08-02 21:25, edited 1 time in total.
-
- Emeritus
- Posts: 2435
- Joined: 2010-12-07 19:55
- Has thanked: 14 times
- Been thanked: 55 times
Re: reboot hangs on fresh install of Bullseye
THX - I have been to the first link already - the others are more about how to install Debian which is not the issue but I perused through them anyway. The installation went fine and everything seems to work fine when the system is powered up (cold boot). It is Restart (warm boot or reboot) that hangs. It looks like it is shutting down everything OK - get a lot of green OKs then some other output but it is so fast I can't tell what is really happening - And then the screen is kind of backlit and just stops . . . . nothing. I have to poweroff and then power up toget back in the system.
Re: reboot hangs on fresh install of Bullseye
Here is the solution:
edit /etc/default/grub and add reboot=pci
don't forget
Many thanks to rene over at the MINT forum for the solution even though this is not a Mint install but we are all in the Debian family.
edit /etc/default/grub and add reboot=pci
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=pci"
Code: Select all
sudo update-grub