<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hi you might initially try adding
nomodeset to the boot parameters<br>
It seems your particular computer does have certain issues with
this shutdown/suspend thing<br>
This should answer 'how to'<br>
<br>
<a class="moz-txt-link-freetext" href="https://help.ubuntu.com/community/Grub2/Troubleshooting#Editing_the_GRUB_2_Menu_During_Boot">https://help.ubuntu.com/community/Grub2/Troubleshooting#Editing_the_GRUB_2_Menu_During_Boot</a><br>
<br>
basically:<br>
<br>
<li>If the GRUB menu is displayed, the automatic countdown may be
stopped by pressing any key other than the ENTER key. <span
class="anchor" id="line-261"></span></li>
<li>If the menu is not normally displayed during boot, hold down
the SHIFT key as the computer attempts to boot to display the
GRUB 2 menu. <span class="anchor" id="line-262"></span>
<ul>
<li>In certain circumstances, if holding the SHIFT key method
does not display the menu pressing the ESC key repeatedly
may display the menu. </li>
</ul>
</li>
Then change:<br>
quiet splash <br>
TO<br>
nomodeset<br>
<br>
If it worked here is how to finalize the change<br>
edit /etc/default/grub<br>
i.e<br>
sudo pico /etc/default/grub<br>
change:<br>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"<br>
to:<br>
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"<br>
<br>
There are a few other kernel options to try... but this one works
pretty well often.<br>
<br>
If it works then we can look into tweaking it and testing other
things, if you have odd graphics or some other issue when using
nomodeset<br>
<br>
On 05/11/2016 05:24 PM, 0iras0r wrote:<br>
</div>
<blockquote cite="mid:20160512002413.04c7f52d@radieuse.localdomain"
type="cite">
<pre wrap="">I'm sorry but I could try this command only few hours ago on my
friend's laptop.
Thanks for helping me about. The issue is always the same, never shut
down, never reboot.
</pre>
<blockquote type="cite">
<pre wrap="">It is useful to include the specs for the computer as well
lspci
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="http://pastebin.com/NnnuFn5C">http://pastebin.com/NnnuFn5C</a>
</pre>
<blockquote type="cite">
<pre wrap="">is helpful to list things like the graphics card and internet
interfaces (and a few other things as well
sudo dmidecode
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="http://pastebin.com/CamFwThf">http://pastebin.com/CamFwThf</a>
</pre>
<blockquote type="cite">
<pre wrap="">These will both give a bit more information, as will:
sudo lshw
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="http://pastebin.com/0rJ8Hw2S">http://pastebin.com/0rJ8Hw2S</a>
</pre>
<blockquote type="cite">
<pre wrap="">though, I don't think this is included by default, though I may be
wrong about that.
</pre>
</blockquote>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Regards</pre>
</body>
</html>