<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=2792&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Grub memtest86+ entry stuck on black screen]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2792</link>
		<description><![CDATA[The most recent posts in Grub memtest86+ entry stuck on black screen.]]></description>
		<lastBuildDate>Sun, 21 Apr 2019 17:01:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Grub memtest86+ entry stuck on black screen]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15629#p15629</link>
			<description><![CDATA[<p>@Head_on_a_Stick &amp; @fsmithred<br />Thanks for the links, rodsbooks.com helped me a lot to understand how UEFI works. Previously, in my understanding, UEFI was only a kind of BIOS wrapper.</p><p>As for <em>legacy mode</em>, I used to think that I can get it under Grub EFI.</p><p>@fsmithred, </p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>To free up the memory that mate is using, drop to console (ctrl-alt-F2) log in as root and stop your display manager.<br /><span class="bbc">/etc/init.d/slim stop</span> Or replace slim in that command with lightdm or whatever dm you&#039;re using. Replace stop with start in that command when you&#039;re ready to go back to the desktop.</p></div></blockquote></div><p>You right, how I did not think about this before :s Anyway, even if I stop lightdm, then stop as many services as possible, I will never get the maximum RAM to test.</p><p>Finally, I did my tests with memtest86+ and all 4 pass are OK.</p><p>Thanks for all.</p>]]></description>
			<author><![CDATA[dummy@example.com (zero)]]></author>
			<pubDate>Sun, 21 Apr 2019 17:01:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15629#p15629</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub memtest86+ entry stuck on black screen]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15557#p15557</link>
			<description><![CDATA[<p>To free up the memory that mate is using, drop to console (ctrl-alt-F2) log in as root and stop your display manager.<br /><span class="bbc">/etc/init.d/slim stop</span> Or replace slim in that command with lightdm or whatever dm you&#039;re using. Replace stop with start in that command when you&#039;re ready to go back to the desktop.</p><p>To read all about booting uefi:<br /><a href="https://www.rodsbooks.com/efi-bootloaders/index.html" rel="nofollow">https://www.rodsbooks.com/efi-bootloaders/index.html</a></p><p>Look around in your bios for a Legacy or CSM boot setting. It&#039;s also possible that the boot device menu gives you a choice of legacy or uefi. You can usually get to this menu by pressing some key at boot (at the motherboard/computer logo) maybe F12, F11, F8, ESC, or other. Pressing DEL usually gets you to the bios.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 14 Apr 2019 15:58:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15557#p15557</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub memtest86+ entry stuck on black screen]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15556#p15556</link>
			<description><![CDATA[<div class="quotebox"><cite>zero wrote:</cite><blockquote><div><p>Can you help me to get my system in Legacy mode?</p></div></blockquote></div><p>First create a BIOS boot partition on your main disk: I like to use <a href="https://pkginfo.devuan.org/stage/ascii/ascii/gdisk_1.0.1-1.html" rel="nofollow">gdisk</a> and add a new partition of type &quot;EF02&quot; in sectors 34-2047 (these should be free in a correctly aligned disk), do not format the partition.</p><p>Then install the <a href="https://pkginfo.devuan.org/stage/ascii/ascii/grub-pc-bin_2.02~beta3-5+deb9u1.html" rel="nofollow">grub-pc-bin</a> package and run</p><div class="codebox"><pre><code># grub-install --target=i386-pc /dev/sdX</code></pre></div><p>Replace X with the letter assigned to your main drive.</p><p>Finally reboot and make sure that CSM or &quot;Legacy&quot; mode is enabled in your firmware (&quot;BIOS&quot;) options, this will emulate a non-UEFI system and should allow memtester86+ to work.</p><div class="quotebox"><cite>zero wrote:</cite><blockquote><div><p>How can I manage grubx64.efi entries under <em>/boot/efi</em>?<br />I tried <em>efibootmgr</em> but seems useless—some entries are rewritten at boot?</p></div></blockquote></div><p>If your firmware is crap (most are) then you will probably be using the fallback UEFI loader located on the EFI system partition at /EFI/BOOT/BOOTX64.EFI</p><p>See <a href="https://www.rodsbooks.com/efi-bootloaders/principles.html" rel="nofollow">https://www.rodsbooks.com/efi-bootloade … iples.html</a> &amp; <a href="https://www.rodsbooks.com/efi-bootloaders/installation.html#alternative-naming" rel="nofollow">https://www.rodsbooks.com/efi-bootloade … ive-naming</a> for more on this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 14 Apr 2019 15:58:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15556#p15556</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub memtest86+ entry stuck on black screen]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15555#p15555</link>
			<description><![CDATA[<p>Ok thanks, I did not know that this version doesn&#039;t work in UEFI mode :s</p><p>I tried the UEFI version with usb sticks, but, strangely, I still get a black screen… Even if, now the keyboard seems to react (led, etc…). But still nothing on screen.</p><p>As for memtester, it should be &quot;less accurate&quot; than memtest86+; indeed, I will have to allocate an amount of memory, leaving at least 2GB unchecked—mate takes ~1.2GB.</p><p>Can you help me to get my system in Legacy mode?</p><p>As an aside, do you have some links about how works EFI with Grub? How can I manage grubx64.efi entries under <em>/boot/efi</em>?<br />I tried <em>efibootmgr</em> but seems useless—some entries are rewritten at boot?</p>]]></description>
			<author><![CDATA[dummy@example.com (zero)]]></author>
			<pubDate>Sun, 14 Apr 2019 15:31:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15555#p15555</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub memtest86+ entry stuck on black screen]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15541#p15541</link>
			<description><![CDATA[<p>The open source version doesn&#039;t work in UEFI mode.</p><p>It is possible to get a UEFI system booting in non-UEFI (&quot;Legacy&quot;) mode, post back if you want help with that.</p><p>For a UEFI-compatible version see <a href="https://www.memtest86.com/download.htm" rel="nofollow">https://www.memtest86.com/download.htm</a></p><p>Otherwise, try <a href="https://pkginfo.devuan.org/stage/ascii/ascii/memtester_4.3.0-4+b1.html" rel="nofollow">memtester</a> instead, that can be run from the booted system.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 13 Apr 2019 14:59:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15541#p15541</guid>
		</item>
		<item>
			<title><![CDATA[Grub memtest86+ entry stuck on black screen]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15540#p15540</link>
			<description><![CDATA[<p>I was trying to use memtest86+ for <a href="https://dev1galaxy.org/viewtopic.php?id=2771" rel="nofollow">this topic</a>.<br />Unfortunately, I get a black screen when I try to use it.</p><p>The keyboard&#039;s leds shutdown, and do not react when I push keys like <em>num lock</em> and <em>caps lock</em>.</p><p>Here the related <em>grub.cfg</em></p><div class="codebox"><pre class="vscroll"><code>### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry &quot;Memory test (memtest86+)&quot; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd2,gpt1&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1  xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	else
	  search --no-floppy --fs-uuid --set=root xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	fi
	linux16	/memtest86+.bin
}
menuentry &quot;Memory test (memtest86+, serial console 115200)&quot; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd2,gpt1&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1  xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	else
	  search --no-floppy --fs-uuid --set=root xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	fi
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry &quot;Memory test (memtest86+, experimental multiboot)&quot; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd2,gpt1&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1  xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	else
	  search --no-floppy --fs-uuid --set=root xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	fi
	multiboot	/memtest86+_multiboot.bin
}
menuentry &quot;Memory test (memtest86+, serial console 115200, experimental multiboot)&quot; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd2,gpt1&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 --hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1  xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	else
	  search --no-floppy --fs-uuid --set=root xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
	fi
	multiboot	/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (zero)]]></author>
			<pubDate>Sat, 13 Apr 2019 12:43:25 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15540#p15540</guid>
		</item>
	</channel>
</rss>
