<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2172&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [Solved] Screen output at boot time]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2172</link>
		<description><![CDATA[The most recent posts in [Solved] Screen output at boot time.]]></description>
		<lastBuildDate>Sat, 23 Jun 2018 01:27:58 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10332#p10332</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>emanym wrote:</cite><blockquote><div><p>That option may not be deprecated in pclinuxos (yet) even if it is in devuan/related dists.</p></div></blockquote></div><p>I have <em>read</em> in a couple of pages I came across while searching for information that it was deprecated but ...</p><p>It does not seem to be deprecated in Devuan: I edited the grub2 entry in Devuan, it was picked by when I did grub-upgate from PCLinuxOS and worked perfectly well when I selected to boot Devuan from PCLinuxOS.</p><p>But I also tried vga=ask and the screen said that it was a deprecated option.</p><p>Anyway, I <em>also</em> discovered something else, the <em>real</em> origin of the problem (and I am rather embarrased about this).</p><p>I use grub-customizer (yes, I know ... ) and it happens that when I was booting Devuan from PCLinux&#039;s grub2, I was inadvertently selecting a &#039;custom&#039; entry which I do not have a clue about or where it came from but I now know that update-grub does <em>not</em> modify it.</p><p>It&#039;s so damn obvious so as to go unnoticed but makes prefect sense: update-grub only modifies the scripts generated by OS prober, a &#039;custom&#039; script entry remains just that so it stays unchanged. No idea where it came from or when.</p><p>Having tried out by editing and then adding vga=845 to the Devuan grub2 (and seen it worked) and seeing that it was not getting picked up by the PCLinux grub2, I started pouring over the grub.conf files and that&#039;s when I discovered this uncomfortable tidbit.&#160; =^/</p><p>The vga=845 bit is now part of the grub2 command line in Devuan and it does get picked up by the grub2 in PCLinuxOS when I update-grub.<br />I was just not selecting the correct entry. What a dick ...</p><div class="quotebox"><cite>emanym wrote:</cite><blockquote><div><p>... grub on devuan recognizes dists based on <span class="bbc">/usr/lib/os-probes/mounted/90linux-distro</span> and makes a config with <span class="bbc">/etc/grub.d/30_os-prober</span>.</p></div></blockquote></div><p>I see (sort of): it is what I am saying above?</p><div class="quotebox"><cite>emanym wrote:</cite><blockquote><div><p>... editing the <span class="bbc">30_os-prober </span> file to handle devuan is probably not a great idea... Have a look at it to see what I mean ;-)</p></div></blockquote></div><p>Hmm ...<br />It took me a good while to sort of understand and get a (light) hold on what was going on, so I&#039;ll pass on that. =-)<br />I&#039;ll chalk all this up to experience and a lesson learned.</p><p>Irrespectively of this, if vga=XXX is deprecated then there must be a substitute way to do the same thing.</p><p>With time, I&#039;ll see about trying out different options in grub2: after all, I boot into PCLinuxOS without VGA=XXX, vesafb gets loaded without nokmsboot present and still get the monitor resolution I want using the Nvidia drivers.</p><p>I gues I can mark this as [Solved] - hopefully it will be of use to others.</p><p>Thank you very much (to all) for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 23 Jun 2018 01:27:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10332#p10332</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10331#p10331</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>So ...<br />Now I have to see about why this is happening.<br />And how to get this to be permanent even if it means using the deprecated vga=XXX entry.</p></div></blockquote></div><p>That option may not be deprecated in pclinuxos (yet) even if it is in devuan/related dists.</p><p>Anyway, grub on devuan recognizes dists based on <span class="bbc">/usr/lib/os-probes/mounted/90linux-distro</span> and makes a config with <span class="bbc">/etc/grub.d/30_os-prober</span>.</p><p>I&#039;m assuming the pclinuxos grub does something similar, but editing the <span class="bbc">30_os-prober </span> file to handle devuan is probably not a great idea... Have a look at it to see what I mean ;-)</p><p>You could make a custom entry for devuan (on pclinuxos) in <span class="bbc">/etc/grub.d/40_custom</span> based on the original menuentry from the pclinuxos grub, with an added vga= option. I assume that would end up last in your grub menu.</p>]]></description>
			<author><![CDATA[dummy@example.com (emanym)]]></author>
			<pubDate>Fri, 22 Jun 2018 23:36:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10331#p10331</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10329#p10329</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p> &lt;-- post Yesterday 06:34:28<br />The fact that you don&#039;t have a native resolution console, usually means that you don&#039;t have the console framebuffer loaded.</p></div></blockquote></div><p>I decided to try editing the grub2 entry for Devuan on my PCLinuxOS, adding vga=845 (1280x1024x32) to the command line.<br />I know vga=XXX has been deprecated but thought it was worth a shot.</p><p>And just <span class="bbu">what</span> do I see?</p><p>My Devuan boot screen shows up at a clean and tidy 1280x1024x32.<br />Checking further, I see that the vesafb is loaded.</p><div class="codebox"><pre><code>[root@devuan groucho]# dmesg | grep vesafb
[    0.636130] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.636134] vesafb: scrolling: redraw
[    0.636138] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.636157] vesafb: framebuffer at 0xfb000000, mapped to 0xffffb05a41800000, using 5120k, total 5120k</code></pre></div><p>Exactly the same (save for the mapping) as when I boot Devuan independently of the PCLinuxOS grub2:</p><div class="codebox"><pre><code>[root@devuan groucho]# dmesg | grep vesafb
[    0.645586] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.645590] vesafb: scrolling: redraw
[    0.645594] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.645612] vesafb: framebuffer at 0xfb000000, mapped to 0xffffad6701800000, using 5120k, total 5120k</code></pre></div><p>So ...<br />Now I have to see about why this is happening.<br />And how to get this to be permanent even if it means using the deprecated vga=XXX entry.</p><p>Any ideas?</p><p>Thanks in advance,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 22 Jun 2018 22:06:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10329#p10329</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10318#p10318</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>You have two drives, each has the grub bootloader installed, each can boot independently and boot either OS?</p></div></blockquote></div><p>Yes.</p><p>My first drive hosts a PCLinuxOS installation, it is set as the first drive to boot in the SAS adapter card and uses grub2.<br />My second drive hosts my Devuan ASCII installation, it is set as the second drive to boot in the SAS adapter card and uses grub2.<br />My third drive is an old W7 installation I keep for reference purposes, it is set as the third drive to boot in the SAS adapter card (getting scrubbed soon).</p><p>When I boot my rig it starts from the first drive and its grub2 installation offers me to boot into PCLinuxOS, Devuan ASCII or W7 from there.<br />If I remove this first drive (or if the drive fails), the rig boots from the second drive and its grub2 installation offers me me to boot into PCLinuxOS Devuan ASCII or W7 from there (obviously it does not find PCLOS).</p><p>If the first and second drives change places, the same thing happens, with the first OS order changed.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... have set up each to chainload to the other - but that&#039;s not a given.</p></div></blockquote></div><p>No. (I don&#039;t think so)</p><p>Each installation (PCLinuxOS first and a year later Devuan) was done with only one drive in the first bay.<br />That way I could only screw up only <em>one</em> thing at a time.=^D!&#160; </p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... two ways of doing this - directly booting the kernel (this only needs one grub for the whole lot) or chainloading to the other drive and that OS&#039; own grub and then booting from that.</p></div></blockquote></div><p>I&#039;m sorry but it&#039;s not too clear to me which of these I am doing.<br />It has worked well and I&#039;ve always had an OS at hand, which was my primary objective.</p><p>For emergencies, I also have a TinyCore Linux installation on an old 1Gb pendrive plugged into a USB socket I discovered on the mobo (Sun Ultra24).&#160; &#160;<br />It&#039;s actually saved my skin a couple of times.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... have not posted the grub configuration files from both OS.</p></div></blockquote></div><p>I&#039;m sorry for that oversight on my behalf.</p><p>What files would you need to see?</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... stated that &quot;PCLinuxOS&quot; does not have the same problem.</p></div></blockquote></div><p>No.<br />The screen output at boot is in the correct console resolution.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... boots with the correct console resolution - perhaps native resolution and the nvidia blob is installed there too?</p></div></blockquote></div><p>Both PCLinuxOS and Devuan use the non-free Nvidia drivers.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>nokmsboot is a parameter you might need for both OS with the blob installed.<br />If you are going to continue with the blob going forward, then just keep that as standard.</p></div></blockquote></div><p>I do not remember adding it so it must have been added by the Nvidia drivers installation?</p><p>Looking for some info on this, I came across a post from 2012 in the Mageia forum:<br /><a href="https://forums.mageia.org/en/viewtopic.php?f=23&amp;t=1971#p14396" rel="nofollow">https://forums.mageia.org/en/viewtopic. … 971#p14396</a></p><div class="quotebox"><cite>link wrote:</cite><blockquote><div><p>KMS stands for &quot;kernel mode switching&quot;. It means that the Linux kernel is responsible for the video frame buffer and for switching between video resolutions, instead of the graphics driver. This is a fairly recent addition to Linux, and <em>not all graphics drivers have caught up</em> with the new way of doing things.</p></div></blockquote></div><p>I expect that the nokmsboot parameter was set after I installed the Nvidia drivers in PCLinuxOS. I have not seen anything acting up since I removed it.<br />Since then I have seen the Nvidia drivers get updated more than once, so maybe they <em>have caught up</em> and the nokmsboot is no longer needed.</p><p>It was not put in Devuan when I installed the Nvidia drivers. <br />Let&#039;s see if any problems arise. </p><p>--- EDIT ---</p><p>I may have come across something:</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p> &lt;-- post Yesterday 06:34:28<br />The fact that you don&#039;t have a native resolution console, usually means that you don&#039;t have the console framebuffer loaded.</p></div></blockquote></div><p>You&#039;re quite right.</p><p>From my PCLinuxOS terminal</p><div class="codebox"><pre><code>[groucho@groucho ~]$ dmesg | grep vesafb
[    0.341689] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.341692] vesafb: scrolling: redraw
[    0.341700] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.341724] vesafb: framebuffer at 0xfb000000, mapped to 0xffffac3140800000, using 5120k, total 5120k</code></pre></div><p>The frame-bufefr is <em>only</em> loaded if I boot Devuan from it&#039;s own drive ie: not from PCLinuxOS&#039;s grub2.<br />From my Devuan terminal (booted independently)</p><div class="codebox"><pre><code>[root@devuan groucho]# dmesg | grep vesafb
[    0.645586] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.645590] vesafb: scrolling: redraw
[    0.645594] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.645612] vesafb: framebuffer at 0xfb000000, mapped to 0xffffad6701800000, using 5120k, total 5120k</code></pre></div><p>--- EDIT ---</p><p>Thank you very much for taking the time to write this up.<br />Much appreciated.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 22 Jun 2018 17:41:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10318#p10318</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10315#p10315</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>But I don&#039;t have this problem when I boot PCLinuxOS.<br />[...]<br />That&#039;s what I have. (I assume it is what you are referring to)<br />I boot PCLinuxOS from it&#039;s own installation drive and use that same grub2 screen to choose to boot Devuan if I want to.</p></div></blockquote></div><p>You have two drives, each has the grub bootloader installed, each can boot independently and boot either OS?&#160; I&#039;d expect you to have set up each to chainload to the other - but that&#039;s not a given.</p><p>As I&#039;ve said, there are two ways of doing this - directly booting the kernel (this only needs one grub for the whole lot) or chainloading to the other drive and that OS&#039; own grub and then booting from that.</p><p>No one can really guess as to how you have this set up, as thus far you have not posted the grub configuration files from both OS.</p><p>To clarify somewhat, you&#039;ve stated that &quot;PCLinuxOS&quot; does not have the same problem.&#160; So presumably this boots with the correct console resolution - perhaps native resolution and the nvidia blob is installed there too?</p><p>nokmsboot is a parameter you might need for both OS with the blob installed.&#160; If you are going to continue with the blob going forward, then just keep that as standard.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 22 Jun 2018 15:43:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10315#p10315</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10313#p10313</link>
			<description><![CDATA[<p>Grub stands for, GRand Unified Bootloader. </p><p>I believe your issues are most likely a result of how your hdd are mounted. What is taking care of that?</p>]]></description>
			<author><![CDATA[dummy@example.com (Panopticon)]]></author>
			<pubDate>Fri, 22 Jun 2018 15:21:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10313#p10313</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10312#p10312</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>emanym wrote:</cite><blockquote><div><p>Grub from pclinuxos and grub from devuan <strong><em>may</em></strong> use slightly different boot command lines to boot devuan ...</p></div></blockquote></div><p>Let&#039;s see.<br />Here&#039;s what I got:</p><div class="codebox"><pre><code>From PCLinuxOS

[groucho@groucho ~]$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.12.10-pclos1 root=UUID=82ca71e8-fba7-4e36-a086-27e3be13a48b ro nokmsboot noiswmd resume=UUID=464724a6-5814-4f99-b422-3e180aabed08
[groucho@groucho ~]$

[groucho@groucho ~]$ grep -A 15 evu /boot/grub2/grub.cfg | grep vmli
menuentry &quot;Devuan GNU/Linux (on /dev/sda1)&quot; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--d6841f29-e39b-4c87-9c52-3a9c3bafe2d3&#039; {
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro
menuentry &quot;Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (on /dev/sda1)&quot; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--d6841f29-e39b-4c87-9c52-3a9c3bafe2d3&#039; {
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro nokmsboot
menuentry &quot;Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode) (on /dev/sda1)&quot; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64-root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro single-d6841f29-e39b-4c87-9c52-3a9c3bafe2d3&#039; {
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro single
[groucho@groucho ~]$ </code></pre></div><p>From Devuan</p><div class="codebox"><pre><code>groucho@devuan:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro
groucho@devuan:~$

groucho@devuan:~$ grep -A 15 evu /boot/grub/grub.cfg | grep vmli
	linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro 
		linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro 
		linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro single 
groucho@devuan:~$</code></pre></div><p>As you can see, booting Devuan is done by both OSs in the same way with the same commands:</p><p>PCLinuxOS</p><div class="codebox"><pre><code>linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro</code></pre></div><p>Devuan</p><div class="codebox"><pre><code>linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=d6841f29-e39b-4c87-9c52-3a9c3bafe2d3 ro</code></pre></div><p>I removed <span class="bbc">nokmsboot</span> (used prevent KMS driver from loading) from the PCLinuxOS stanza but it made no difference and PCLinuxOS still boots fine. <br />I cannot recall why it was there so I probably won&#039;t be put in again unless something happens.<br />Maybe Nvidia driver updates have made it redundant?</p><p>In any case, my Devuan istallation with non-free Nvidia drivers does not seem to require it.</p><p>But ...<br />There&#039;s all <em>this</em> in PCLinuxOS:</p><div class="codebox"><pre><code>menuentry &quot;Devuan GNU/Linux (on /dev/sda1)&quot; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--d6841f29-e39b-4c87-9c52-3a9c3bafe2d3&#039; {</code></pre></div><p>I have no idea if it is something that grub2 in PCLinuxOS has but the Devuan version does not or if it is something the PCLinuxOS packager included.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... most likely why you have a text mode console (e.g. 80x50 characters).</p></div></blockquote></div><p>But I don&#039;t have this problem when I boot PCLinuxOS.</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>... is to either just install one bootloader on one OS and use that to directly boot the other</p></div></blockquote></div><p>That&#039;s what I have. (I assume it is what you are referring to)<br />I boot PCLinuxOS from it&#039;s own installation drive and use that same grub2 screen to choose to boot Devuan if I want to.</p><div class="quotebox"><cite>panopticon wrote:</cite><blockquote><div><p>... try updating grub from Devuan with the PC linux os drive in place and mounted inside Devuan? You will still have the Devuan menu entry as number one but you can default grub to select PC linux os.</p></div></blockquote></div><p>Don&#039;t get how that would be done.<br />I could just try to update the Devuan grub2 without using the official repo (have to find a suitable *.deb file) but I fear possible havok.</p><p>Thanks to all for your input.</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 22 Jun 2018 14:05:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10312#p10312</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10311#p10311</link>
			<description><![CDATA[<p>Maybe try updating grub from Devuan with the PC linux os drive in place and mounted inside Devuan? You will still have the Devuan menu entry as number one but you can default grub to select PC linux os.</p>]]></description>
			<author><![CDATA[dummy@example.com (Panopticon)]]></author>
			<pubDate>Fri, 22 Jun 2018 09:00:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10311#p10311</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10310#p10310</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>Yes. I am using the Nvidia non-free drivers.</p></div></blockquote></div><p>That&#039;s most likely why you have a text mode console (e.g. 80x50 characters).</p><p>I can&#039;t really advise on your grub setup, but if you&#039;re booting directly rather than chainloading, this could be the problem.&#160; The best approach is to either just install one bootloader on one OS and use that to directly boot the other, or set up that bootloader to chainload to the other&#039;s bootloader.&#160; It&#039;s actually pointless to try and replicate the same setup on both.</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Fri, 22 Jun 2018 08:34:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10310#p10310</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10299#p10299</link>
			<description><![CDATA[<div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>PCLinuxOS uses Grub2 2.02.0-3<br />Devuan uses 2.02Beta3-5</p><p>I don&#039;t know if there&#039;s any real difference between these two, but ...</p></div></blockquote></div><p>Grub from pclinuxos&#160; and grub from devuan <strong><em>may</em></strong> use slightly different boot command lines to boot devuan, you could check by doing:</p><div class="codebox"><pre><code>cat /proc/cmdline</code></pre></div><p>on both &quot;devuan booted from devuan grub&quot;, and &quot;devuan booted from pclinuxos grub&quot;, or by comparing the command lines used in both grub configs directly, something like</p><div class="codebox"><pre><code>grep -A 13 evu /boot/grub/grub.cfg | grep vmli</code></pre></div><p>in devuan <strong>and</strong> pclinuxos should work, although you would get multiple hits. Only the first one matters...</p>]]></description>
			<author><![CDATA[dummy@example.com (emanym)]]></author>
			<pubDate>Thu, 21 Jun 2018 23:10:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10299#p10299</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10297#p10297</link>
			<description><![CDATA[<p>Hello:</p><p>Sorry for the delay in answering.<br />Automatic subscription was off ... =^/</p><div class="quotebox"><cite>cynwulf wrote:</cite><blockquote><div><p>The other possibility is the proprietary AMD or Nvidia video drivers are installed?</p></div></blockquote></div><p>Yes. I am using the Nvidia non-free drivers.</p><p>It was the only way to get my two cards and three monitors to play nice.<br />RandR gets disabled because of Xinerama but I don&#039;t think it has anything to do with this.</p><div class="quotebox"><cite>Panopticon wrote:</cite><blockquote><div><p>Where do you <span class="bbc">$ sudo update-grub</span> from? Pc linux os or Devuan?</p></div></blockquote></div><p>I was looking into a possible version mismatch this morning.</p><p>PCLinuxOS uses Grub2 2.02.0-3<br />Devuan uses 2.02Beta3-5</p><p>I don&#039;t know if there&#039;s any real difference between these two, but ...</p><p>If <em>both</em> installations run of the <em>same</em> hardware and the problem in the Devuan installation arises when I boot it from the grub2 in PCLinuxOS and not with it&#039;s own grub2, then the problem seems to be with how grub2/PCLinuxOS &quot;talks&quot; with grub2/Devuan.</p><p>Is it a version mismatch or is it a configuration issue?<br />ie: is there something that grub2/PCLinuxOS needs to know or find to boot Devuan the same way it boots from its own grub2?</p><p>Thanks for your input.&#160; &#160;=-)</p><p>Cheers,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 21 Jun 2018 21:09:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10297#p10297</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10289#p10289</link>
			<description><![CDATA[<p>Where do you <span class="bbc">$ sudo update-grub</span> from? Pc linux os or Devuan?</p>]]></description>
			<author><![CDATA[dummy@example.com (Panopticon)]]></author>
			<pubDate>Thu, 21 Jun 2018 11:07:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10289#p10289</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10288#p10288</link>
			<description><![CDATA[<p>The fact that you don&#039;t have a native resolution console, usually means that you don&#039;t have the console framebuffer loaded.</p><p>On most hardware made in around the last 15 or so years, once Linux KMS kicks in, your screen resolution will change to the LCD panel&#039;s native resolution.&#160; If it isn&#039;t it may be due to some very old or obscure hardware or some changes you have made locally.</p><p>The other possibility is the proprietary AMD or Nvidia video drivers are installed?&#160; As I recall these blacklist the Linux KMS/DRM stuff and load their own modules in their place.&#160; But it&#039;s years since I&#039;ve used any of those, so that could have changed.</p><p>I can&#039;t help much with grub as I don&#039;t use it, but it is only passing the console resolution you set to the kernel (bootloaders support passing all kinds of options to the kernel).&#160; The best you will get out of it is probably going to be something like 1024x768 (but it has to be a supported VESA mode and not what you think your graphics adaptor or monitor can handle).</p>]]></description>
			<author><![CDATA[dummy@example.com (cynwulf)]]></author>
			<pubDate>Thu, 21 Jun 2018 09:34:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10288#p10288</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10283#p10283</link>
			<description><![CDATA[<div class="quotebox"><cite>emanym wrote:</cite><blockquote><div><p>I&#039;m not sure why it should influence the console resolution after linux was booted...</p></div></blockquote></div><p>Yeah, once the system is booted it&#039;s up to the OS to use it&#039;s own settings. My guess is the kernel by default simply doesn&#039;t bother changing the resolution and just uses whatever grub has left behind. Way later console-setup kicks in and maybe changes stuff a bit. Just had a quick look and /etc/default/console-setup seems to have a VIDEOMODE option too. Not really sure what it does as i just use it to set an oldschool ascii friendly font. Besides all of that would happen way after the kernel boot messages are done anyways.</p>]]></description>
			<author><![CDATA[dummy@example.com (devuser)]]></author>
			<pubDate>Thu, 21 Jun 2018 08:06:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10283#p10283</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] Screen output at boot time]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10277#p10277</link>
			<description><![CDATA[<p>Grub, or os-prober actually, looks at any partition it can find for other operating systems, and &#039;guesses&#039; how to boot that os.</p><p>The grub versions from devuan, debian(-derivatives), pclinuxos and manjaro are pretty good at guessing, some others make a mess of it.</p><p>The resolution of the grub menu at boot is determined by the grub configuration from the &#039;local&#039; linux version, not the grub configuration of &#039;other&#039; versions.</p><p>I&#039;m not sure why it should influence the console resolution after linux was booted...</p>]]></description>
			<author><![CDATA[dummy@example.com (emanym)]]></author>
			<pubDate>Wed, 20 Jun 2018 23:40:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10277#p10277</guid>
		</item>
	</channel>
</rss>
