On Thu, Jan 26, 2017 at 02:18:36PM -0500, Felix Miata wrote: > > For the boot menu, or after?
To clarify I uploaded some videos (sorry for the crappy quality :/ ) linux-image-4.8.0-1-amd64: https://goo.gl/TsXUBB This was the last kernel with fast boot. In /etc/default/grub I had: GRUB_GFXMODE=1920x1080 GRUB_GFXPAYLOAD_LINUX=keep Since linux-image-4.8.0-2-amd64 the boot process is slower. linux-image-4.9.0-1-amd64: https://goo.gl/buOcpj ok it's not that slow but I think the difference is quite visible. I said that the problem may be the framebuffer (vesafb/simplefb) only because this was the only big difference in the 2 dmesg. But it can be anything. This is what I used for the moment. linux-image-4.9.0-1-amd64 with GRUB_GFXPAYLOAD_LINUX=text: https://goo.gl/16MJgc > If after, what gfxchip do you have, maybe something other than NVidia, > AMD/ATI or Intel? Use 'lspci | grep VGA' or 'inxi -c0 -G' to report here. 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii XT / Grenada XT [Radeon R9 290X/390X] > Video= tells the kernel to use the specified mode for the KMS framebuffers. > Pick a mode that matches your display's native resolution to get the > smallest possible text. > > If one of the above produce a result you like, you can reconfigure Grub to I tried with video=1920x1080 but there's no difference.