<div dir="ltr"><div><div><div>Hi again,<br><br></div>As it turns out, disabling the integrated card in the BIOS did the trick - you were right. <br>I have restored the GRUB config file to how it was by default, and now everything is as speedy as I had hoped<br><br></div><div>I suppose this solution is simpler than adding the lines in the file anyway. Maybe I should've tried it first.<br></div><div>Hope I didn't waste too much of your time<br></div><div><br></div>Thank you again, you were a huge help!<br></div>PS: Sorry, forgot to CC my last reply. Will remember to do so in the future<br><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 10, 2016 at 11:58 AM, Luca Boccassi <span dir="ltr"><<a href="mailto:luca.boccassi@gmail.com" target="_blank">luca.boccassi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sun, 2016-04-10 at 17:41 +0100, Luca Boccassi wrote:<br>
> Control: forwarded -1 <a href="https://devtalk.nvidia.com/default/topic/852598/34x-35x-freeze-at-reboot-shutdown-rcu_sched-self-detected-stall-detected/" rel="noreferrer" target="_blank">https://devtalk.nvidia.com/default/topic/852598/34x-35x-freeze-at-reboot-shutdown-rcu_sched-self-detected-stall-detected/</a><br>
> Control: tags -1 upstream<br>
><br>
> On Sun, 2016-04-10 at 11:15 -0500, Ignacio Vargas Cordero wrote:<br>
> > Hello Luca,<br>
> ><br>
> ><br>
> > I tried editing the GRUB config as you suggested - and it worked!<br>
> > Shutdown times are back to normal<br>
> ><br>
> > I still have a slight problem though: now when booting, I get this<br>
> > message after selecting Debian on GRUB:<br>
> > error: file '/boot/grub/x86_64-efi/vbe.mod' not found.<br>
> > Loading Linux 4.4.0-1-amd64 . . .<br>
> > Loading initial ramdisk . . .<br>
> ><br>
> > Press any key to continue . . .<br>
> ><br>
> > error: no suitable video mode found.<br>
> > Booting in blind mode<br>
> > _<br>
> > As you can see, just pressing a key gets rid of the message and boots<br>
> > me to the desktop normally - but I'd like to be able to get rid of it.<br>
> ><br>
> ><br>
> > How may I go about adding vbe.mod to my GRUB modules? I didn't find<br>
> > the file anywhere on my system<br>
> ><br>
> ><br>
> > Thank you so much for your help, regards<br>
><br>
> Hi,<br>
><br>
> [please keep the bug CC'ed when replying]<br>
><br>
> Sorry but I do not use EFI on my desktop so I can't reproduce that<br>
> issue, I use legacy GRUB, and that file can be found<br>
> at: /boot/grub/i386-pc/vbe.mod<br>
><br>
> I understand that having the boot halted until a key is pressed is very<br>
> annoying. Have you tried taking out that new config from GRUB, and<br>
> instead disabling the integrated Intel card in the BIOS (if you don't<br>
> need it and if the BIOS allows it of course)?<br>
<br>
</div></div>So vbe.mod is only available in the legacy GRUB [1]. But the alternative<br>
all_video is available in the EFI too [2]. I just tried and it works, so<br>
you could give that a shot. Take out the "vbe" line you added, and<br>
instead use:<br>
<br>
GRUB_VIDEO_BACKEND="all_video"<br>
<br>
and then run "sudo update-grub".<br>
<br>
Anyway, I strongly suspect that the important part is disabling modeset<br>
in the kernel command line (or turning off the integrated card). The<br>
rest is to get working TTYs.<br>
<br>
Kind regards,<br>
Luca Boccassi<br>
<br>
[1] <a href="https://packages.debian.org/search?suite=sid&section=all&arch=any&searchon=contents&keywords=vbe.mod" rel="noreferrer" target="_blank">https://packages.debian.org/search?suite=sid&section=all&arch=any&searchon=contents&keywords=vbe.mod</a><br>
[2] <a href="https://packages.debian.org/search?suite=sid&section=all&arch=any&searchon=contents&keywords=all_video.mod" rel="noreferrer" target="_blank">https://packages.debian.org/search?suite=sid&section=all&arch=any&searchon=contents&keywords=all_video.mod</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Ignacio Vargas</div>
</div></div></div></div></div></div>