<?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=2765&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / No Grub menu]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2765</link>
		<description><![CDATA[The most recent posts in No Grub menu.]]></description>
		<lastBuildDate>Wed, 10 Apr 2019 16:21:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15470#p15470</link>
			<description><![CDATA[<p>-1 Grub timeout works. Have not had one instance where it did not.</p><p>Strange thing, that is.</p>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Wed, 10 Apr 2019 16:21:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15470#p15470</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15390#p15390</link>
			<description><![CDATA[<div class="quotebox"><cite>Spaceman Spiff wrote:</cite><blockquote><div><p>gfxmode lasted 15 seconds the first time but reverted back to one second.</p></div></blockquote></div><p>That is very strange.</p><p>What if you set GRUB_TIMEOUT to &quot;-1&quot;, is that honoured?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 07 Apr 2019 19:18:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15390#p15390</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15384#p15384</link>
			<description><![CDATA[<p>It works on restart now, but it only has a one second clock even though timeout is set for 15.</p><p>First, I used hwinfo and set framebuffer to Mode 0x03d4: 1920x1080 (+7680), 24 bits, and then tried gfxmode. gfxmode lasted 15 seconds the first time but reverted back to one second.</p>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Sun, 07 Apr 2019 17:18:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15384#p15384</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15367#p15367</link>
			<description><![CDATA[<p>Yes that is correct. Grub shows up on cold start now. It is amd a8 apu with built in graphics</p><p>Will try other suggestions tomorrow if I get time.</p>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Sun, 07 Apr 2019 08:24:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15367#p15367</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15357#p15357</link>
			<description><![CDATA[<p>I am thinking its video related as well.&#160; Grub is probably &quot;running&quot;, just not showing.</p><p>A simple test would be to hit the down arrow several times around when you think the grub menu should be displayed.&#160; This would prohibit the default boot from taking off.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sat, 06 Apr 2019 20:07:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15357#p15357</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15352#p15352</link>
			<description><![CDATA[<div class="quotebox"><cite>dxrobertson wrote:</cite><blockquote><div><p>Did you post your full /etc/default/grub contents?</p></div></blockquote></div><p>Yes, it&#039;s here: <a href="https://dev1galaxy.org/viewtopic.php?pid=15271#p15271" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=15271#p15271</a></p><p>Perhaps the OP could also try un-commenting the GRUB_GFXMODE line to set the resolution to 640x480</p><p>This should show the available framebuffer resolutions:</p><div class="codebox"><pre><code># apt install hwinfo
# hwinfo --framebuffer | grep &#039;Mode &#039;</code></pre></div><p>Try one of those if 640x480 isn&#039;t supported.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 06 Apr 2019 16:36:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15352#p15352</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15350#p15350</link>
			<description><![CDATA[<p>In /etc/default/grub.</p><p>Maybe try setting GRUB_TIMEOUT to something ridiculous to see if its a timing problem:</p><div class="codebox"><pre><code>GRUB_TIMEOUT=9</code></pre></div><p>You can also prohibit the OS Prober, which would make a much simpler grub.cfg, may help in debugging:</p><div class="codebox"><pre><code>GRUB_DISABLE_OS_PROBER=&quot;true&quot;</code></pre></div><p>I wonder if changing the GRUB_DEFAULT=0 to something else would change whats booted?</p><p>Did you post your full /etc/default/grub contents?</p><p>Dont forget to update grub if you do make any changes:</p><div class="codebox"><pre><code>update-grub</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sat, 06 Apr 2019 16:24:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15350#p15350</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15335#p15335</link>
			<description><![CDATA[<div class="quotebox"><cite>Spaceman Spiff wrote:</cite><blockquote><div><p>When I shut it down, it works. restart doesn&#039;t work.</p></div></blockquote></div><p>I&#039;m not sure I understand you.</p><p>So if you shutdown the machine then you can see the GRUB menu when you start it up again?</p><p>But when you just reboot you can&#039;t see the menu, is that correct?</p><p>And to ask again: is there a 5 second delay before the system starts when you don&#039;t see the menu?</p><p>That GRUB_TERMINAL option only works for non-UEFI booting anyway so it was a poor suggestion (sorry).</p><p>What is your graphics hardware? Is it NVIDIA?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 06 Apr 2019 08:24:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15335#p15335</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15334#p15334</link>
			<description><![CDATA[<p>Done.<br />When I shut it down, it works. restart doesn&#039;t work.</p><p>It came up a couple of times before in text mode before, but they were the exception.</p>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Sat, 06 Apr 2019 07:16:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15334#p15334</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15326#p15326</link>
			<description><![CDATA[<p>Thanks, that&#039;s better <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>So you are booting in UEFI mode using Devuan&#039;s grub.cfg, which has the timeout set to 5 seconds.</p><p>I don&#039;t know why you&#039;re not seeing the menu, it should appear for 5 seconds.</p><p>Is there a delay of about 5 seconds before the system boots?</p><p>Perhaps the selected graphics mode is incompatible with your system.</p><p>EDIT: try editing /etc/default/grub and replace</p><div class="codebox"><pre><code>#GRUB_TERMINAL=console</code></pre></div><p>with</p><div class="codebox"><pre><code>GRUB_TERMINAL=console</code></pre></div><p>(Remove the # symbol.)</p><p>Then save the file and run</p><div class="codebox"><pre><code>update-grub</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 05 Apr 2019 23:42:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15326#p15326</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15325#p15325</link>
			<description><![CDATA[<p>Sorry. Fixed it.</p><div class="codebox"><pre><code> BootCurrent: 0003
Timeout: 2 seconds
BootOrder: 0003,0008,0002,0001,0009,0006,0007,0005,0004,0000
Boot0000* refracta	VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
Boot0001* USB Floppy/CD	VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000001)..BO
Boot0002* USB Hard Drive	VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0200000001)..BO
Boot0003* devuan	HD(2,GPT,3498b6b4-3379-424a-a524-5c4380f3ced2,0x200000,0xb4000)/File(\EFI\devuan\grubx64.efi)
Boot0004* MX16	VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
Boot0005* Salix-Xfce-14.2	VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)
Boot0006* USB Floppy/CD	VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0500000000)..BO
Boot0007* Hard Drive	BBS(HD,,0x0)..GO..NO........o.S.T.1.5.0.0.D.M.0.0.3.-.9.Y.N.1.6.G....................A...........................&gt;..Gd-.;.A..MQ..L.1.W.1.E.C.5.V.7. . . . . . . . . . . . ........BO
Boot0008* ATAPI CD-ROM Drive	VenMedia(b6fef66f-1495-4584-a836-3492d1984a8d,0300000001)..BO
Boot0009* CD/DVD Drive 	BBS(CDROM,,0x0)..GO..NO........o.h.p. . . . . . .D.V.D.-.R.A.M. .G.H.A.3.N....................A...........................&gt;..Gd-.;.A..MQ..L.1.3.C.7.0.D.5.0.2.5. .3. . . . . . . . ........BO</code></pre></div><div class="codebox"><pre class="vscroll"><code> /boot/efi
/boot/efi/SYSTEM
/boot/efi/EFI
/boot/efi/EFI/Microsoft
/boot/efi/EFI/Microsoft/Boot
/boot/efi/EFI/Microsoft/Boot/bg-BG
/boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ
/boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK
/boot/efi/EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/da-DK/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE
/boot/efi/EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/de-DE/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR
/boot/efi/EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/el-GR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB
/boot/efi/EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US
/boot/efi/EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/en-US/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES
/boot/efi/EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/es-ES/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE
/boot/efi/EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI
/boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fi-FI/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR
/boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/fr-FR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR
/boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU
/boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/hu-HU/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT
/boot/efi/EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/it-IT/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP
/boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ja-JP/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR
/boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ko-KR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT
/boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV
/boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO
/boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nb-NO/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL
/boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/nl-NL/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL
/boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pl-PL/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR
/boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-BR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT
/boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/pt-PT/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/qps-ploc
/boot/efi/EFI/Microsoft/Boot/qps-ploc/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/qps-ploc/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/qps-ploc/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO
/boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU
/boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/ru-RU/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK
/boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI
/boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-CS
/boot/efi/EFI/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE
/boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/sv-SE/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR
/boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/tr-TR/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA
/boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN
/boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-CN/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-HK
/boot/efi/EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-HK/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW
/boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/zh-TW/memtest.efi.mui
/boot/efi/EFI/Microsoft/Boot/BOOTSTAT.DAT
/boot/efi/EFI/Microsoft/Boot/Fonts
/boot/efi/EFI/Microsoft/Boot/Fonts/chs_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/cht_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/jpn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/kor_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/malgun_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msjh_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/msyh_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segmono_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf
/boot/efi/EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf
/boot/efi/EFI/Microsoft/Boot/Resources
/boot/efi/EFI/Microsoft/Boot/Resources/en-US
/boot/efi/EFI/Microsoft/Boot/Resources/en-US/bootres.dll.mui
/boot/efi/EFI/Microsoft/Boot/Resources/bootres.dll
/boot/efi/EFI/Microsoft/Boot/BCD
/boot/efi/EFI/Microsoft/Boot/BCD.LOG
/boot/efi/EFI/Microsoft/Boot/BCD.LOG1
/boot/efi/EFI/Microsoft/Boot/BCD.LOG2
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgfw.efi.mui
/boot/efi/EFI/Microsoft/Boot/sr-Latn-RS/bootmgr.efi.mui
/boot/efi/EFI/Microsoft/Boot/boot.stl
/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi
/boot/efi/EFI/Microsoft/Boot/bootmgr.efi
/boot/efi/EFI/Microsoft/Boot/memtest.efi
/boot/efi/EFI/Boot
/boot/efi/EFI/Boot/bootx64.efi
/boot/efi/EFI/devuan
/boot/efi/EFI/devuan/grubx64.efi
/boot/efi/EFI/MX16
/boot/efi/EFI/MX16/grubx64.efi
/boot/efi/EFI/HP
/boot/efi/EFI/HP/BIOS
/boot/efi/EFI/HP/BIOS/Current
/boot/efi/EFI/HP/BIOS/Current/JA2_8030.BIN
/boot/efi/EFI/HP/BIOS/New
/boot/efi/EFI/HP/BIOS/Previous
/boot/efi/EFI/HP/BiosUpdate
/boot/efi/EFI/HP/BiosUpdate/CryptRSA.efi
/boot/efi/EFI/HP/BiosUpdate/CryptRSA32.efi
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate.efi
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate.s09
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate.s12
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate.sig
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate32.efi
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate32.s09
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate32.s12
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate32.sig
/boot/efi/EFI/HP/BiosUpdate/HpBiosUpdate.log
/boot/efi/EFI/HP/SystemDiags
/boot/efi/EFI/HP/SystemDiags/!12345678901.txt
/boot/efi/EFI/HP/SystemDiags/!123456789010.txt
/boot/efi/EFI/HP/SystemDiags/!123456789011.txt
/boot/efi/EFI/HP/SystemDiags/!123456789012.txt
/boot/efi/EFI/HP/SystemDiags/!123456789013.txt
/boot/efi/EFI/HP/SystemDiags/!123456789014.txt
/boot/efi/EFI/HP/SystemDiags/!123456789015.txt
/boot/efi/EFI/HP/SystemDiags/!123456789016.txt
/boot/efi/EFI/HP/SystemDiags/!123456789017.txt
/boot/efi/EFI/HP/SystemDiags/!123456789018.txt
/boot/efi/EFI/HP/SystemDiags/!123456789019.txt
/boot/efi/EFI/HP/SystemDiags/!12345678902.txt
/boot/efi/EFI/HP/SystemDiags/!123456789020.txt
/boot/efi/EFI/HP/SystemDiags/!123456789021.txt
/boot/efi/EFI/HP/SystemDiags/!123456789022.txt
/boot/efi/EFI/HP/SystemDiags/!123456789023.txt
/boot/efi/EFI/HP/SystemDiags/!123456789024.txt
/boot/efi/EFI/HP/SystemDiags/!123456789025.txt
/boot/efi/EFI/HP/SystemDiags/!123456789026.txt
/boot/efi/EFI/HP/SystemDiags/!123456789027.txt
/boot/efi/EFI/HP/SystemDiags/!123456789028.txt
/boot/efi/EFI/HP/SystemDiags/!123456789029.txt
/boot/efi/EFI/HP/SystemDiags/!12345678903.txt
/boot/efi/EFI/HP/SystemDiags/!123456789030.txt
/boot/efi/EFI/HP/SystemDiags/!12345678904.txt
/boot/efi/EFI/HP/SystemDiags/!12345678905.txt
/boot/efi/EFI/HP/SystemDiags/!12345678906.txt
/boot/efi/EFI/HP/SystemDiags/!12345678907.txt
/boot/efi/EFI/HP/SystemDiags/!12345678908.txt
/boot/efi/EFI/HP/SystemDiags/!12345678909.txt
/boot/efi/EFI/HP/SystemDiags/CryptRSA.efi
/boot/efi/EFI/HP/SystemDiags/CryptRSA32.efi
/boot/efi/EFI/HP/SystemDiags/firewirediags.msg.xml
/boot/efi/EFI/HP/SystemDiags/FirewireDiags.udm
/boot/efi/EFI/HP/SystemDiags/FirewireDiags32.udm
/boot/efi/EFI/HP/SystemDiags/opticaldiags.msg.xml
/boot/efi/EFI/HP/SystemDiags/OpticalDiags.udm
/boot/efi/EFI/HP/SystemDiags/OpticalDiags32.udm
/boot/efi/EFI/HP/SystemDiags/SystemDiags.efi
/boot/efi/EFI/HP/SystemDiags/SystemDiags.s09
/boot/efi/EFI/HP/SystemDiags/SystemDiags.s12
/boot/efi/EFI/HP/SystemDiags/SystemDiags.sig
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.efi
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.s09
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.s12
/boot/efi/EFI/HP/SystemDiags/SystemDiags32.sig
/boot/efi/EFI/HP/SystemDiags/usbdiags.msg.xml
/boot/efi/EFI/HP/SystemDiags/USBDiags.udm
/boot/efi/EFI/HP/SystemDiags/USBDiags32.udm
/boot/efi/EFI/HP/SystemDiags/VideoDiags.udm
/boot/efi/EFI/HP/SystemDiags/VideoDiags32.udm
/boot/efi/EFI/HP/SystemDiags/VideoMem.udm
/boot/efi/EFI/HP/SystemDiags/VideoMem32.udm
/boot/efi/EFI/HP/SystemRecovery
/boot/efi/EFI/HP/SystemRecovery/bootmgfw.efi
/boot/efi/EFI/HP/SystemRecovery/BCD
/boot/efi/EFI/HP/SystemRecovery/BCD.LOG
/boot/efi/EFI/HP/SystemRecovery/BCD.LOG1
/boot/efi/EFI/HP/SystemRecovery/BCD.LOG2
/boot/efi/EFI/refracta
/boot/efi/EFI/refracta/grubx64.efi
/boot/efi/EFI/Salix-Xfce-14.2
/boot/efi/EFI/Salix-Xfce-14.2/elilo.conf
/boot/efi/EFI/Salix-Xfce-14.2/elilo.efi
/boot/efi/EFI/Salix-Xfce-14.2/vmlinuz
/boot/efi/HP_TOOLS
/boot/efi/BOOTSECT.BAK</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Fri, 05 Apr 2019 23:08:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15325#p15325</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15316#p15316</link>
			<description><![CDATA[<p>Can we also see</p><div class="codebox"><pre><code>efibootmgr -v
find /boot/efi</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 05 Apr 2019 18:35:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15316#p15316</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15315#p15315</link>
			<description><![CDATA[<p>Please edit your post and use code tags for the command output, it makes it *much* more readable and easier to scroll through.</p><p>Use the &quot;Quote&quot; button on this post to see how I do this:</p><div class="codebox"><pre><code>This text is in code tags</code></pre></div><p>(But don&#039;t submit it.)</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 05 Apr 2019 18:16:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15315#p15315</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15314#p15314</link>
			<description><![CDATA[<p>efibotmgr out</p><p>BootCurrent: 0003<br />Timeout: 2 seconds<br />BootOrder: 0003,0008,0002,0001,0009,0006,0007,0005,0004,0000<br />Boot0000* refracta<br />Boot0001* USB Floppy/CD<br />Boot0002* USB Hard Drive<br />Boot0003* devuan<br />Boot0004* MX16<br />Boot0005* Salix-Xfce-14.2<br />Boot0006* USB Floppy/CD<br />Boot0007* Hard Drive<br />Boot0008* ATAPI CD-ROM Drive<br />Boot0009* CD/DVD Drive</p><p>boot info script.<br />P.S. It doesn&#039;t work with MX or Salix (elilo) either. Refracta is no longer on the drive, and didn&#039;t work as well.</p><div class="codebox"><pre class="vscroll"><code>                  Boot Info Script 0.61      [1 April 2012]

============================= Boot Info Summary: ===============================

 =&gt; No boot loader is installed in the MBR of /dev/sda.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda2: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  Unknown
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /efi/Boot/bootx64.efi /efi/devuan/grubx64.efi 
                       /efi/MX16/grubx64.efi /efi/refracta/grubx64.efi 
                       /efi/Salix-Xfce-14.2/elilo.efi

sda3: __________________________________________________________________________

    File system:       
    Boot sector type:  -
    Boot sector info: 
    Mounting failed:   mount: unknown filesystem type &#039;&#039;

sda4: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /bootmgr /Boot/BCD /Windows/System32/winload.exe

sda5: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sda6: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /bootmgr /boot/bcd

sda7: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Devuan GNU/Linux ascii
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sda8: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda9: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda10: _________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  [1;32mWelcome to [1;37mMX 
                       16.1 (Metamorphosis) 64-bit[1;32m! Powered by 
                       [1;37mDebian[1;32m.[0m
    Boot files:        /boot/grub/grub.cfg /etc/fstab

sda11: _________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda12: _________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

sda13: _________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Slackware 14.2
    Boot files:        /etc/fstab

sda14: _________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda15: _________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________
Disk /dev/sda: 1.4 TiB, 1500301910016 bytes, 2930277168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                   1 2,930,277,167 2,930,277,167  ee GPT

GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sda1           2,048     2,097,151     2,095,104 Windows Recovery Environment (Windows)
/dev/sda2       2,097,152     2,834,431       737,280 EFI System partition
/dev/sda3       2,834,432     3,096,575       262,144 Microsoft Reserved Partition (Windows)
/dev/sda4       3,096,576 2,471,393,279 2,468,296,704 Data partition (Windows/Linux)
/dev/sda5   2,892,105,728 2,893,027,327       921,600 Windows Recovery Environment (Windows)
/dev/sda6   2,893,027,328 2,930,277,134    37,249,807 Data partition (Windows/Linux)
/dev/sda7   2,471,393,280 2,520,221,695    48,828,416 Data partition (Linux)
/dev/sda8   2,520,221,696 2,529,986,559     9,764,864 Swap partition (Linux)
/dev/sda9   2,529,986,560 2,569,048,063    39,061,504 Data partition (Linux)
/dev/sda10  2,569,048,064 2,621,382,655    52,334,592 Data partition (Linux)
/dev/sda11  2,621,382,656 2,633,836,543    12,453,888 Swap partition (Linux)
/dev/sda12  2,633,836,544 2,675,159,039    41,322,496 -
/dev/sda13  2,675,159,040 2,716,813,311    41,654,272 Data partition (Linux)
/dev/sda14  2,716,813,312 2,729,435,135    12,621,824 Swap partition (Linux)
/dev/sda15  2,729,435,136 2,774,982,655    45,547,520 Data partition (Linux)

&quot;blkid&quot; output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        BA6AC7476AC6FEDF                       ntfs       Windows RE tools
/dev/sda10       d28eca5f-efe5-44a6-bd83-2b996c50ef13   ext4       rootMX16
/dev/sda11       35245d32-a9da-47ab-ae28-059a2c41a5eb   swap       
/dev/sda12       41061a64-09eb-4757-8c45-23d6ba24a1ac   ext4       homeMX
/dev/sda13       66d7d661-67ed-4e46-b8fe-f052f49ddb66   ext4       
/dev/sda14       c74f2e82-f910-474c-a73f-46238adb38aa   swap       
/dev/sda15       8fde9687-00dc-409b-9827-4ee57d612025   ext4       
/dev/sda2        42B8-E86A                              vfat       SYSTEM
/dev/sda3                                                          
/dev/sda4        A2DAC1D3DAC1A43F                       ntfs       Windows
/dev/sda5        CAB40444B404360B                       ntfs       
/dev/sda6        D272C2AC72C2951F                       ntfs       Recovery Image
/dev/sda7        e3c7b338-1084-4637-b18c-1c8dfba13284   ext4       Devuan-root
/dev/sda8        e9fd888c-c2c2-4244-bfcf-ebdb9e82146b   swap       
/dev/sda9        43b819a7-5c83-4325-ab2d-86109aa24b60   ext4       Devuan-home
/dev/sr0         2018-06-06-14-35-28-00                 iso9660    devuan_2.0.0_amd64_1

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda2        /boot/efi                vfat       (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sda7        /                        ext4       (rw,relatime,errors=remount-ro,data=ordered)
/dev/sda9        /home                    ext4       (rw,relatime,data=ordered)

=========================== sda7/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ &quot;${next_entry}&quot; ] ; then
   set default=&quot;${next_entry}&quot;
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default=&quot;0&quot;
fi

if [ x&quot;${feature_menuentry_id}&quot; = xy ]; then
  menuentry_id_option=&quot;--id&quot;
else
  menuentry_id_option=&quot;&quot;
fi

export menuentry_id_option

if [ &quot;${prev_saved_entry}&quot; ]; then
  set saved_entry=&quot;${prev_saved_entry}&quot;
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z &quot;${boot_once}&quot; ]; then
    saved_entry=&quot;${chosen}&quot;
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root=&#039;hd0,gpt7&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  e3c7b338-1084-4637-b18c-1c8dfba13284
else
  search --no-floppy --fs-uuid --set=root e3c7b338-1084-4637-b18c-1c8dfba13284
fi
    font=&quot;/usr/share/grub/unicode.pf2&quot;
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload=&quot;${1}&quot;
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry &#039;Devuan GNU/Linux&#039; --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-simple-e3c7b338-1084-4637-b18c-1c8dfba13284&#039; {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt7&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  e3c7b338-1084-4637-b18c-1c8dfba13284
	else
	  search --no-floppy --fs-uuid --set=root e3c7b338-1084-4637-b18c-1c8dfba13284
	fi
	echo	&#039;Loading Linux 4.9.0-6-amd64 ...&#039;
	linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=e3c7b338-1084-4637-b18c-1c8dfba13284 ro  quiet
	echo	&#039;Loading initial ramdisk ...&#039;
	initrd	/boot/initrd.img-4.9.0-6-amd64
}
submenu &#039;Advanced options for Devuan GNU/Linux&#039; $menuentry_id_option &#039;gnulinux-advanced-e3c7b338-1084-4637-b18c-1c8dfba13284&#039; {
	menuentry &#039;Devuan GNU/Linux, with Linux 4.9.0-6-amd64&#039; --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-4.9.0-6-amd64-advanced-e3c7b338-1084-4637-b18c-1c8dfba13284&#039; {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  e3c7b338-1084-4637-b18c-1c8dfba13284
		else
		  search --no-floppy --fs-uuid --set=root e3c7b338-1084-4637-b18c-1c8dfba13284
		fi
		echo	&#039;Loading Linux 4.9.0-6-amd64 ...&#039;
		linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=e3c7b338-1084-4637-b18c-1c8dfba13284 ro  quiet
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-4.9.0-6-amd64
	}
	menuentry &#039;Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode)&#039; --class devuan --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-4.9.0-6-amd64-recovery-e3c7b338-1084-4637-b18c-1c8dfba13284&#039; {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  e3c7b338-1084-4637-b18c-1c8dfba13284
		else
		  search --no-floppy --fs-uuid --set=root e3c7b338-1084-4637-b18c-1c8dfba13284
		fi
		echo	&#039;Loading Linux 4.9.0-6-amd64 ...&#039;
		linux	/boot/vmlinuz-4.9.0-6-amd64 root=UUID=e3c7b338-1084-4637-b18c-1c8dfba13284 ro single 
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-4.9.0-6-amd64
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry &#039;MX-16.1 Metamorphosis (16.1) (on /dev/sda10)&#039; --class mx --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-simple-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt10&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
	else
	  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
	fi
	linux /boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet
	initrd /boot/initrd.img-4.7.0-0.bpo.1-amd64
}
submenu &#039;Advanced options for MX-16.1 Metamorphosis (16.1) (on /dev/sda10)&#039; $menuentry_id_option &#039;osprober-gnulinux-advanced-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
	menuentry &#039;MX-16.1 Metamorphosis (on /dev/sda10)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.7.0-0.bpo.1-amd64--d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		linux /boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet
		initrd /boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
	menuentry &#039;MX-16.1 Metamorphosis, with Linux 4.7.0-0.bpo.1-amd64 (on /dev/sda10)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.7.0-0.bpo.1-amd64--d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		linux /boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet
		initrd /boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
	menuentry &#039;MX-16.1 Metamorphosis, with Linux 4.7.0-0.bpo.1-amd64 (sysvinit) (on /dev/sda10)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.7.0-0.bpo.1-amd64--d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		linux /boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet init=/lib/sysvinit/init
		initrd /boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
	menuentry &#039;MX-16.1 Metamorphosis, with Linux 4.7.0-0.bpo.1-amd64 (systemd) (on /dev/sda10)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.7.0-0.bpo.1-amd64--d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		linux /boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet init=/lib/systemd/systemd
		initrd /boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
}

menuentry &#039;Refracta GNU/Linux (9.0) (on /dev/sda13)&#039; --class refracta --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-simple-bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt13&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
	else
	  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
	fi
	linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro
	initrd /boot/initrd.img-4.9.0-8-amd64
}
submenu &#039;Advanced options for Refracta GNU/Linux (9.0) (on /dev/sda13)&#039; $menuentry_id_option &#039;osprober-gnulinux-advanced-bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
	menuentry &#039;Refracta GNU/Linux (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt13&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		else
		  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Refracta GNU/Linux, with Linux 4.9.0-8-amd64 (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt13&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		else
		  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Refracta GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode) (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64-root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro single-bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt13&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		else
		  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro single
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
}

menuentry &#039;Windows Boot Manager (on /dev/sda2)&#039; --class windows --class os $menuentry_id_option &#039;osprober-efi-42B8-E86A&#039; {
	insmod part_gpt
	insmod fat
	set root=&#039;hd0,gpt2&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  42B8-E86A
	else
	  search --no-floppy --fs-uuid --set=root 42B8-E86A
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry &#039;System setup&#039; $menuentry_id_option &#039;uefi-firmware&#039; {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the &#039;exec tail&#039; line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z &quot;${config_directory}&quot; -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda7/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use &#039;blkid&#039; to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;
# / was on /dev/sda7 during installation
UUID=e3c7b338-1084-4637-b18c-1c8dfba13284 /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sda2 during installation
UUID=42B8-E86A  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda9 during installation
UUID=43b819a7-5c83-4325-ab2d-86109aa24b60 /home           ext4    defaults        0       2
# swap was on /dev/sda11 during installation
UUID=35245d32-a9da-47ab-ae28-059a2c41a5eb none            swap    sw              0       0
# swap was on /dev/sda14 during installation
UUID=c74f2e82-f910-474c-a73f-46238adb38aa none            swap    sw              0       0
# swap was on /dev/sda8 during installation
UUID=29fd684e-d6fa-458b-8c57-bb60517c232e none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
--------------------------------------------------------------------------------

=================== sda7: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

========================== sda10/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ &quot;${next_entry}&quot; ] ; then
   set default=&quot;${next_entry}&quot;
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default=&quot;0&quot;
fi

if [ x&quot;${feature_menuentry_id}&quot; = xy ]; then
  menuentry_id_option=&quot;--id&quot;
else
  menuentry_id_option=&quot;&quot;
fi

export menuentry_id_option

if [ &quot;${prev_saved_entry}&quot; ]; then
  set saved_entry=&quot;${prev_saved_entry}&quot;
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z &quot;${boot_once}&quot; ]; then
    saved_entry=&quot;${chosen}&quot;
    save_env saved_entry
  fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root=&#039;hd0,gpt10&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
else
  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
fi
    font=&quot;/usr/share/grub/unicode.pf2&quot;
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_gpt
insmod ext2
set root=&#039;hd0,gpt10&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
else
  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
fi
insmod png
background_image -m stretch /usr/local/share/backgrounds/MX16/grub/kingfisher.png
if [ &quot;${recordfail}&quot; = 1 ] ; then
  set timeout=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
set root=&#039;hd0,gpt10&#039;
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
else
  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
fi
insmod png
if background_image /usr/local/share/backgrounds/MX16/grub/kingfisher.png; then
  true
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload=&quot;${1}&quot;
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry &#039;MX-16.1 Metamorphosis&#039; --class mx_16_1 --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-simple-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt10&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
	else
	  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
	fi
	echo	&#039;Loading Linux 4.7.0-0.bpo.1-amd64 ...&#039;
	linux	/boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro  zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet
	echo	&#039;Loading initial ramdisk ...&#039;
	initrd	/boot/initrd.img-4.7.0-0.bpo.1-amd64
}
submenu &#039;Advanced options for MX-16.1 Metamorphosis&#039; $menuentry_id_option &#039;gnulinux-advanced-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
	menuentry &#039;MX-16.1 Metamorphosis, with Linux 4.7.0-0.bpo.1-amd64&#039; --class mx_16_1 --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-4.7.0-0.bpo.1-amd64-advanced-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		echo	&#039;Loading Linux 4.7.0-0.bpo.1-amd64 ...&#039;
		linux	/boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro  zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
	menuentry &#039;MX-16.1 Metamorphosis, with Linux 4.7.0-0.bpo.1-amd64 (sysvinit)&#039; --class mx_16_1 --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-4.7.0-0.bpo.1-amd64-init-sysvinit-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		echo	&#039;Loading Linux 4.7.0-0.bpo.1-amd64 ...&#039;
		linux	/boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro  zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet init=/lib/sysvinit/init
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
	menuentry &#039;MX-16.1 Metamorphosis, with Linux 4.7.0-0.bpo.1-amd64 (systemd)&#039; --class mx_16_1 --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-4.7.0-0.bpo.1-amd64-init-systemd-d28eca5f-efe5-44a6-bd83-2b996c50ef13&#039; {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt10&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
		else
		  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
		fi
		echo	&#039;Loading Linux 4.7.0-0.bpo.1-amd64 ...&#039;
		linux	/boot/vmlinuz-4.7.0-0.bpo.1-amd64 root=UUID=d28eca5f-efe5-44a6-bd83-2b996c50ef13 ro  zswap.zpool=zsmalloc BOOT_IMAGE=/antiX/vmlinuz quiet init=/lib/systemd/systemd
		echo	&#039;Loading initial ramdisk ...&#039;
		initrd	/boot/initrd.img-4.7.0-0.bpo.1-amd64
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry &quot;Memory test (memtest86+)&quot; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt10&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt10 --hint-efi=hd0,gpt10 --hint-baremetal=ahci0,gpt10  d28eca5f-efe5-44a6-bd83-2b996c50ef13
	else
	  search --no-floppy --fs-uuid --set=root d28eca5f-efe5-44a6-bd83-2b996c50ef13
	fi
	linux16	/boot/memtest86+.bin
}

### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry &#039;Refracta GNU/Linux (9.0) (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-simple-bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt13&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
	else
	  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
	fi
	linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro
	initrd /boot/initrd.img-4.9.0-8-amd64
}
submenu &#039;Advanced options for Refracta GNU/Linux (9.0) (on /dev/sda13)&#039; $menuentry_id_option &#039;osprober-gnulinux-advanced-bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
	menuentry &#039;Refracta GNU/Linux (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt13&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		else
		  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Refracta GNU/Linux, with Linux 4.9.0-8-amd64 (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt13&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		else
		  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Refracta GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode) (on /dev/sda13)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64-root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro single-bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt13&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt13 --hint-efi=hd0,gpt13 --hint-baremetal=ahci0,gpt13  bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		else
		  search --no-floppy --fs-uuid --set=root bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=bce1dbf2-a9ec-48ae-80b2-dd78fdb15d94 ro single
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
}

menuentry &#039;Debian GNU/Linux (9) (on /dev/sda7)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-simple-6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
	insmod part_gpt
	insmod ext2
	set root=&#039;hd0,gpt7&#039;
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  6ccbd589-c365-4730-b05f-0fd29123b69d
	else
	  search --no-floppy --fs-uuid --set=root 6ccbd589-c365-4730-b05f-0fd29123b69d
	fi
	linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro quiet
	initrd /boot/initrd.img-4.9.0-8-amd64
}
submenu &#039;Advanced options for Debian GNU/Linux (9) (on /dev/sda7)&#039; $menuentry_id_option &#039;osprober-gnulinux-advanced-6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
	menuentry &#039;Devuan GNU/Linux (on /dev/sda7)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  6ccbd589-c365-4730-b05f-0fd29123b69d
		else
		  search --no-floppy --fs-uuid --set=root 6ccbd589-c365-4730-b05f-0fd29123b69d
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro quiet
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (on /dev/sda7)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64--6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  6ccbd589-c365-4730-b05f-0fd29123b69d
		else
		  search --no-floppy --fs-uuid --set=root 6ccbd589-c365-4730-b05f-0fd29123b69d
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro quiet
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Devuan GNU/Linux, with Linux 4.9.0-8-amd64 (recovery mode) (on /dev/sda7)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-8-amd64-root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro single-6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  6ccbd589-c365-4730-b05f-0fd29123b69d
		else
		  search --no-floppy --fs-uuid --set=root 6ccbd589-c365-4730-b05f-0fd29123b69d
		fi
		linux /boot/vmlinuz-4.9.0-8-amd64 root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro single
		initrd /boot/initrd.img-4.9.0-8-amd64
	}
	menuentry &#039;Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (on /dev/sda7)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64--6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  6ccbd589-c365-4730-b05f-0fd29123b69d
		else
		  search --no-floppy --fs-uuid --set=root 6ccbd589-c365-4730-b05f-0fd29123b69d
		fi
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro quiet
		initrd /boot/initrd.img-4.9.0-6-amd64
	}
	menuentry &#039;Devuan GNU/Linux, with Linux 4.9.0-6-amd64 (recovery mode) (on /dev/sda7)&#039; --class gnu-linux --class gnu --class os $menuentry_id_option &#039;osprober-gnulinux-/boot/vmlinuz-4.9.0-6-amd64-root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro single-6ccbd589-c365-4730-b05f-0fd29123b69d&#039; {
		insmod part_gpt
		insmod ext2
		set root=&#039;hd0,gpt7&#039;
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  6ccbd589-c365-4730-b05f-0fd29123b69d
		else
		  search --no-floppy --fs-uuid --set=root 6ccbd589-c365-4730-b05f-0fd29123b69d
		fi
		linux /boot/vmlinuz-4.9.0-6-amd64 root=UUID=6ccbd589-c365-4730-b05f-0fd29123b69d ro single
		initrd /boot/initrd.img-4.9.0-6-amd64
	}
}

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry &#039;System setup&#039; $menuentry_id_option &#039;uefi-firmware&#039; {
	fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the &#039;exec tail&#039; line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z &quot;${config_directory}&quot; -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda10/etc/fstab: ===============================

--------------------------------------------------------------------------------
# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda10 / auto defaults,noatime 1 1
/dev/sda12 /home auto defaults,noatime 1 2
# Added by make-fstab /dev/sda8
UUID=e323ac15-8f84-429d-bcdd-3dbedc53cbf8  swap                                        swap       defaults                        0 0
# Added by make-fstab /dev/sda11
UUID=036b8dc1-4f02-4b0b-a8c9-bb7c8be48c2f  swap                                        swap       defaults                        0 0
# Added by make-fstab /dev/sda14  label=/swap
UUID=d0e493b0-b1fd-4267-9b99-6640091bb7c9  swap                                        swap       defaults                        0 0
--------------------------------------------------------------------------------

=================== sda10: Location of files loaded by Grub: ===================

           GiB - GB             File                                 Fragment(s)

=============================== sda13/etc/fstab: ===============================

--------------------------------------------------------------------------------
/dev/sda8        swap             swap        defaults         0   0
/dev/sda13       /                ext4        defaults         1   1
/dev/sda15       /home            ext4        defaults         1   2
/dev/sda2        /boot/efi        vfat        defaults         1   0
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro,comment=x-gvfs-show 0   0
/dev/fd0         /mnt/floppy      auto        noauto,users,rw,umask=00 0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
--------------------------------------------------------------------------------

=================== sda13: Location of files loaded by Grub: ===================

           GiB - GB             File                                 Fragment(s)

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown GPT Partiton Type
e1c73a93b42e134fb8440e14e2aef915
Unknown BootLoader on sda2

00000000  eb 58 90 4d 53 44 4f 53  35 2e 30 00 02 08 6e 1a  |.X.MSDOS5.0...n.|
00000010  02 00 00 00 00 f8 00 00  3f 00 ff 00 00 00 20 00  |........?..... .|
00000020  00 40 0b 00 c9 02 00 00  00 00 00 00 02 00 00 00  |.@..............|
00000030  01 00 06 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  80 01 29 6a e8 b8 42 4e  4f 20 4e 41 4d 45 20 20  |..)j..BNO NAME  |
00000050  20 20 46 41 54 33 32 20  20 20 33 c9 8e d1 bc f4  |  FAT32   3.....|
00000060  7b 8e c1 8e d9 bd 00 7c  88 56 40 88 4e 02 8a 56  |{......|.V@.N..V|
00000070  40 b4 41 bb aa 55 cd 13  72 10 81 fb 55 aa 75 0a  |@.A..U..r...U.u.|
00000080  f6 c1 01 74 05 fe 46 02  eb 2d 8a 56 40 b4 08 cd  |...t..F..-.V@...|
00000090  13 73 05 b9 ff ff 8a f1  66 0f b6 c6 40 66 0f b6  |.s......f...@f..|
000000a0  d1 80 e2 3f f7 e2 86 cd  c0 ed 06 41 66 0f b7 c9  |...?.......Af...|
000000b0  66 f7 e1 66 89 46 f8 83  7e 16 00 75 39 83 7e 2a  |f..f.F..~..u9.~*|
000000c0  00 77 33 66 8b 46 1c 66  83 c0 0c bb 00 80 b9 01  |.w3f.F.f........|
000000d0  00 e8 2c 00 e9 a8 03 a1  f8 7d 80 c4 7c 8b f0 ac  |..,......}..|...|
000000e0  84 c0 74 17 3c ff 74 09  b4 0e bb 07 00 cd 10 eb  |..t.&lt;.t.........|
000000f0  ee a1 fa 7d eb e4 a1 7d  80 eb df 98 cd 16 cd 19  |...}...}........|
00000100  66 60 80 7e 02 00 0f 84  20 00 66 6a 00 66 50 06  |f`.~.... .fj.fP.|
00000110  53 66 68 10 00 01 00 b4  42 8a 56 40 8b f4 cd 13  |Sfh.....B.V@....|
00000120  66 58 66 58 66 58 66 58  eb 33 66 3b 46 f8 72 03  |fXfXfXfX.3f;F.r.|
00000130  f9 eb 2a 66 33 d2 66 0f  b7 4e 18 66 f7 f1 fe c2  |..*f3.f..N.f....|
00000140  8a ca 66 8b d0 66 c1 ea  10 f7 76 1a 86 d6 8a 56  |..f..f....v....V|
00000150  40 8a e8 c0 e4 06 0a cc  b8 01 02 cd 13 66 61 0f  |@............fa.|
00000160  82 74 ff 81 c3 00 02 66  40 49 75 94 c3 42 4f 4f  |.t.....f@Iu..BOO|
00000170  54 4d 47 52 20 20 20 20  00 00 00 00 00 00 00 00  |TMGR    ........|
00000180  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001a0  00 00 00 00 00 00 00 00  00 00 00 00 0d 0a 44 69  |..............Di|
000001b0  73 6b 20 65 72 72 6f 72  ff 0d 0a 50 72 65 73 73  |sk error...Press|
000001c0  20 61 6e 79 20 6b 65 79  20 74 6f 20 72 65 73 74  | any key to rest|
000001d0  61 72 74 0d 0a 00 00 00  00 00 00 00 00 00 00 00  |art.............|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 00 00  ac 01 b9 01 00 00 55 aa  |..............U.|
00000200

=============================== StdErr Messages: ===============================

cat: /tmp/BootInfo-lEOwPwjL/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-lEOwPwjL/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-lEOwPwjL/Tmp_Log: No such file or directory </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Spaceman Spiff)]]></author>
			<pubDate>Fri, 05 Apr 2019 18:01:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15314#p15314</guid>
		</item>
		<item>
			<title><![CDATA[Re: No Grub menu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=15274#p15274</link>
			<description><![CDATA[<p>So is your machine actually booting with GRUB?</p><p>Install the boot-info-script package and run</p><div class="codebox"><pre><code>/usr/sbin/bootinfoscript</code></pre></div><p>Post the output here (using <a href="https://dev1galaxy.org/help.php#bbcode" rel="nofollow">code tags</a>) if you don&#039;t understand how to interpret it.</p><p>EDIT: corrected name of package.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 03 Apr 2019 19:17:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=15274#p15274</guid>
		</item>
	</channel>
</rss>
