<?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=4408&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Issues with booting a fresh Beowulf install]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4408</link>
		<description><![CDATA[The most recent posts in Issues with booting a fresh Beowulf install.]]></description>
		<lastBuildDate>Wed, 04 Aug 2021 10:29:52 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30972#p30972</link>
			<description><![CDATA[<p>... apparently one needs to replace grub-efi-amd64-signed with grub-efi-amd64 according to &quot;fsmithred&quot; and thus renounce to secure boot.</p>]]></description>
			<author><![CDATA[dummy@example.com (phloggu)]]></author>
			<pubDate>Wed, 04 Aug 2021 10:29:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30972#p30972</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30971#p30971</link>
			<description><![CDATA[<p>I think you hit the same problem as described here:<br /><a href="https://dev1galaxy.org/viewtopic.php?pid=27939" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=27939</a></p><p>or here:<br /><a href="https://lists.dyne.org/lurker/message/20210304.162242.f881d3b8.en.html" rel="nofollow">https://lists.dyne.org/lurker/message/2 … b8.en.html</a></p><p>I don&#039;t see a good solution by now.</p>]]></description>
			<author><![CDATA[dummy@example.com (phloggu)]]></author>
			<pubDate>Wed, 04 Aug 2021 10:04:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30971#p30971</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30670#p30670</link>
			<description><![CDATA[<p>Well. i tried Chimaera and the installation and reboot was smooth!!<br />Meaning&#160; , no grub prompt , no tty drop (due to lack of firmware missing) but low res GUI,</p><p>So i write this from my Devuan 4 + LXqt using luakit .</p><p>So i guess it was an old kernel that couldnt&#160; handle nvme boot , sth that reinforces a heuristic of mine, about using only 2-3 year old harwdware in linux.</p><p>It wasnt a strange uefi bios quirk or a grub issue.</p><p>I wish only that grub or kernel would issue a related error to make resulution faster,</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 12 Jul 2021 16:11:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30670#p30670</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30661#p30661</link>
			<description><![CDATA[<p>Finally!! As it turns out, that black screen must have been gui that couldnt start due to amd non firware missing.<br />I changed to&#160; a virtual console and login!</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 11 Jul 2021 19:41:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30661#p30661</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30660#p30660</link>
			<description><![CDATA[<p>I did a couple more tries ,i double checked bios that nvme ssd is first in boot order ,and again happened the same.<br />Beowulf + LXqt will install successfully in nvme but after reboot will stop to a grub prompt with no error .<br />I managed to boot the kernel with:</p><p>grub&gt; set root=(hd3,gpt2)<br />grub&gt; set prefix=(hd3,gpt2)/boot/grub<br />grub&gt; insmod normal<br />grub&gt; normal</p><p>but the kernel booting suddenly stops in a blank screen with a curson on top left where i can see letters i press.</p><p>The same procedure as above will work if i try Beowulf + XFCE .</p><p>Also there is no problem so ever if try a sata ssd.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 11 Jul 2021 18:12:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30660#p30660</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30656#p30656</link>
			<description><![CDATA[<p>Are you sure you install Grub to the right disk? It must be the first disk the computer look after at boot, and that is set in BIOS.</p><p>The error message you got then you boot Debian, and then goes away, can be that the computer can&#039;t find the resume partition. It&#039;s the same as the swap partition. (Every new install reformat the swap partition and give it a new uuid. Old systems will not now that, So you must help it understand.) You set it in &quot;/etc/initramfs-tools/conf.d/resume&quot;. Use the command &quot;blkid&quot; to see your partitions and uuid&#039;s.</p><p>Don&#039;t forget that you can use the install media and start it, in the install media&#039;s boot menu, as rescue. The choose the installed partition as root and start a shell there. Mount the EFI partition, if you got one, with &quot;mount /boot/efi&quot;. Now you can reinstall Grub with &quot;grub-install&quot;, then &quot;update-grub2&quot;. Then umount EFI with &quot;umount /boot/efi&quot;. Then &quot;exit&quot; to get out of the shell. Then you are on your own... :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (Magnus)]]></author>
			<pubDate>Sun, 11 Jul 2021 14:23:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30656#p30656</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30652#p30652</link>
			<description><![CDATA[<p>Hi, you could check the uuid with blkid and fstab. </p><p>I do this a bit because each install changes the block id when formatting or partitioning the drive. </p><p>Usually happens to my swap partitions on the other os drives. </p><p>I use a live beowulf memory stick to access the fstabs and check the block id’s and then I can correct the grub.cfg files.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sun, 11 Jul 2021 10:35:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30652#p30652</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30646#p30646</link>
			<description><![CDATA[<p>I installed Beowulf+LXqt&#160; in an ssd storage and it booted with no problem. So it seems the nvme is the problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 11 Jul 2021 08:56:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30646#p30646</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30645#p30645</link>
			<description><![CDATA[<p>I will be patient. Also i want to add that the error message error no such device xxxxxxxxx..... (that is the <a href="https://en.wikipedia.org/wiki/Universally_unique_identifier" rel="nofollow">UUID</a> of the partition that was holding my previous debian system ) was appearing also just after grub menu when&#160; i was booting with debian. But i didnt dwell over it because my system was booting ok. Also that debian systen was my fiirst try to install in a <a href="https://en.wikipedia.org/wiki/NVM_Express" rel="nofollow">nvme</a> storage.</p><p>So i suspect that that nvme storage of mine maybe is&#160; related here.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 11 Jul 2021 06:24:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30645#p30645</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30644#p30644</link>
			<description><![CDATA[<p>Hopefully fsmithred will see this.&#160; I haven&#039;t seen him all day.&#160; Please be patient.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 11 Jul 2021 01:09:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30644#p30644</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30643#p30643</link>
			<description><![CDATA[<p>I tried again from the start to install devuan with no GUI and choosing&#160; YES to &#039;&#039;Force grub into EFI removable media path&#039;&#039; but<br />still the installaltion was a success but after reboot i am into grub again.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 11 Jul 2021 00:56:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30643#p30643</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30642#p30642</link>
			<description><![CDATA[<p>Ok, i managed to boot folllowing different instructions in grub2.</p><p>grub&gt; set root=(hd3,gpt2)<br />grub&gt; insmod linux<br />grub&gt; insmod normal<br />grub&gt; normal</p><p>After booting into (just after grub menu goes away i see:<br />error no such device 1fe9bf88-.....&#160; (that id is from my new devuan partition)<br />but after some seconds it goes away.</p><p>in my text only Beowulf system i give:<br /># update-grub</p><p>and<br /># apt-get install firmware-amd-graphics</p><p>Now i booted in XFCE , i dont have connectivity!! (i had in text mode previously!)</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 11 Jul 2021 00:03:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30642#p30642</guid>
		</item>
		<item>
			<title><![CDATA[Re: Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30641#p30641</link>
			<description><![CDATA[<p>I managed to boot linux from grub</p><p>grub&gt; ls<br />(hd3,gpt2) ...&#160; &#160; &#160; &#160; &#160; &#160; // i have installed in my PC a sdd, a hdd and a nvme sdd (where i installed devuan)</p><p>grub&gt; set root=(hd3,gpt2)<br />grub&gt; linux /boot/vmlinuz-...&#160; root=/dev/sdd2<br />grub&gt; initrd /boot/initrd.img-...<br />grub&gt; boot</p><p>Grub2 seems to yield control to a kernel that starts booting but it stops for not<br />beiing able to find sdd2 (maybe its wrong the part &#039;root=/dev/sdd2</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sat, 10 Jul 2021 23:46:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30641#p30641</guid>
		</item>
		<item>
			<title><![CDATA[Issues with booting a fresh Beowulf install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=30640#p30640</link>
			<description><![CDATA[<p>Installation medium: Beowulf netinstall.<br />Computer: Physical PC<br />All installations are NOT expert mode.<br />All installations succeed. The issues appear after i reboot.<br />In the &#039;Install Grub&#039; step i selected NO to &#039;Force grub into EFI removable media path&#039;</p><p>First i tried to install Devuan+LXqt but after reboot it throughs me to a black screen (no prompt symbol) where i can type .</p><p>Then i tried to iinstall with no GUI but instead of login promt i see the grub prompt symbol.</p><p>Finally i tried with XFCE but still i see the grub prompt.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sat, 10 Jul 2021 23:02:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=30640#p30640</guid>
		</item>
	</channel>
</rss>
