<?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=2773&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2773</link>
		<description><![CDATA[The most recent posts in [SOLVED] Can't boot ASCII installed on usb flash disk.]]></description>
		<lastBuildDate>Tue, 09 Apr 2019 17:23:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15438#p15438</link>
			<description><![CDATA[<p>The Debian live ISO sometimes causes problems when it is used to install the system, I always recommend the netinstall image.</p><p>Looks like perhaps the Devuan installer has inherited this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 09 Apr 2019 17:23:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15438#p15438</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15434#p15434</link>
			<description><![CDATA[<p>Thank to all.</p><div class="codebox"><pre><code># sgdisk --zap-all /dev/sdb

***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. 
***************************************************************

Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.</code></pre></div><p>Then I&#039;ve tried install <span class="bbc">devuan_ascii_2.0.0_i386_minimal-live.iso</span> but it didn&#039;t boot again.</p><p>I&#039;ve tried install <span class="bbc">devuan_ascii_2.0.0_i386_netinst.iso</span> which has installed <span class="bbc">grub</span> and it&#039;s booting <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Tue, 09 Apr 2019 13:40:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15434#p15434</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15432#p15432</link>
			<description><![CDATA[<div class="quotebox"><cite>dxrobertson wrote:</cite><blockquote><div><p>GPT includes MBR boot sector in 1st sector, thats how the iso can boot in both old MBR (supposedly, in regards to OP problems) and new UEFI.</p></div></blockquote></div><p>Although a GUID partition table includes a &quot;fake&quot; MBR it is not large enough to hold GRUB&#039;s core.img (which is stored in the MBR gap in msdos partition tables) and so a BIOS boot partition is needed.</p><p>ISO images use the El-Torrito &quot;hybrid&quot; configuration to accommodate both UEFI and non-UEFI booting:</p><p><a href="https://wiki.osdev.org/El-Torito#Hybrid_Setup_for_BIOS_and_EFI_from_CD.2FDVD_and_USB_stick" rel="nofollow">https://wiki.osdev.org/El-Torito#Hybrid … _USB_stick</a></p><div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><p>how you made bootable USB sticks? Did you use dd, unetbootin or another tool?</p></div></blockquote></div><p>This thread is about a full system installation to a USB stick rather than ISO images.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 09 Apr 2019 05:52:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15432#p15432</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15430#p15430</link>
			<description><![CDATA[<div class="quotebox"><cite>boycottsystemd wrote:</cite><blockquote><div><p>I could boot another ASCII installation from another, older USB stick using &quot;non-booting&quot; computer. I can&#039;t boot ASCII installed on newer USB 3.0 stick using &quot;non-booting&quot; computer (ASCII was installed using &quot;non-booting&quot; computer). So it seems problem is in USB 3.0 stick.</p></div></blockquote></div><p>In order to confirm the problem i recommend to carry out a couple of experiments:</p><p>You will need two USB 3.0 sticks and one USB 2.0 stick.</p><p>1. Make bootable ASCII USB sticks and try to boot</p><p>2. Write another distro installer into same USB stocks ans try to boot.</p><p>If only USB 3.0 sticks doesn&#039;t work it&#039;s UEFI implementation issue.</p><p>Besides, how you made bootable USB sticks? Did you use dd, unetbootin or another tool?</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Tue, 09 Apr 2019 04:16:52 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15430#p15430</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15429#p15429</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>A GPT disk (or stick in this case) would require a <a href="https://en.wikipedia.org/wiki/BIOS_boot_partition" rel="nofollow">BIOS boot partition</a> to start in non-UEFI mode and I don&#039;t think the OP added that.</p></div></blockquote></div><p>GPT includes MBR boot sector in 1st sector, thats how the iso can boot in both old MBR (supposedly, in regards to OP problems) and new UEFI.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>For reference:</p><div class="codebox"><pre><code># apt install gdisk
# sgdisk --zap-all /dev/sdX</code></pre></div><p>^ That will remove both the main and backup GUID partition tables from a drive (replace X with the relevant drive letter ofc).</p></div></blockquote></div><p>Thanks for this.&#160; I knew of gdisk, but not the sgdisk command.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Tue, 09 Apr 2019 00:43:18 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15429#p15429</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15421#p15421</link>
			<description><![CDATA[<div class="quotebox"><cite>boycottsystemd wrote:</cite><blockquote><div><p>So it seems problem is in USB 3.0 stick.</p></div></blockquote></div><p>Yes, there are a few similar problems on the interweb:</p><p><a href="https://superuser.com/questions/1268430/ubuntu-installation-on-usb-3-0-key-wont-boot-on-other-system" rel="nofollow">https://superuser.com/questions/1268430 … her-system</a></p><p><a href="https://askubuntu.com/questions/868744/cant-boot-16-04-server-from-usb-3-0" rel="nofollow">https://askubuntu.com/questions/868744/ … om-usb-3-0</a></p><p>The second thread claims that a firmware (&quot;BIOS&quot;) update fixed the problem, is that a possibility for your non-working machine?</p><div class="quotebox"><cite>dxrobertson wrote:</cite><blockquote><div><p>assuming the USB is using GPT</p></div></blockquote></div><p>A GPT disk (or stick in this case) would require a <a href="https://en.wikipedia.org/wiki/BIOS_boot_partition" rel="nofollow">BIOS boot partition</a> to start in non-UEFI mode and I don&#039;t think the OP added that.</p><div class="quotebox"><cite>dxrobertson wrote:</cite><blockquote><div><p>old GPT entries were still on the USB</p></div></blockquote></div><p>For reference:</p><div class="codebox"><pre><code># apt install gdisk
# sgdisk --zap-all /dev/sdX</code></pre></div><p>^ That will remove both the main and backup GUID partition tables from a drive (replace X with the relevant drive letter ofc).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 08 Apr 2019 19:24:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15421#p15421</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15417#p15417</link>
			<description><![CDATA[<p>Difficult to diagnose without have the USB on hand.&#160; </p><p>Some thoughts- </p><p>I wonder if &quot;non-booting&quot; computer is fussy about MBR, and assuming the USB is using GPT, that the BIOS cant read/find MBR?</p><p>I had trouble once with a particular USB because it had been formatted GPT, I reformatted using fdisk, and trouble was old GPT entries were still on the USB.&#160; Long shot I know.</p><p>If you want to try something with this particular USB, you could install Devuan minimal-live.iso onto USB and see if that boots.&#160; minimal-live.iso is legacy BIOS MBR.&#160; If &quot;non-booting&quot; computer boots minimal-live, you at least would know the USB itself is OK with &quot;non-booting&quot; computer.</p><p>Sorry, out of ideas.&#160; good luck.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Mon, 08 Apr 2019 16:32:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15417#p15417</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15412#p15412</link>
			<description><![CDATA[<p>I could boot another ASCII installation from another, older USB stick using &quot;non-booting&quot; computer. I can&#039;t boot ASCII installed on newer USB 3.0 stick using &quot;non-booting&quot; computer (ASCII was installed using &quot;non-booting&quot; computer). So it seems problem is in USB 3.0 stick.</p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Mon, 08 Apr 2019 06:44:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15412#p15412</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15396#p15396</link>
			<description><![CDATA[<p>Is it that the live USB wont boot?&#160; Or that you were able to run the live iso, and then installed it to hardrive, and its the harddrive that wont boot?&#160; Does this laptop have an os installed on the harddrive at all?</p><p>As others have suggested, I would start with getting into your BIOS and look at the boot order, as well as what boot devices are enabled for boot.&#160; Sorry cant be more exact, there are many different BIOS designs and options.&#160; I have a netbook that treats the USB drive as another harddrive and I have to select between the 2, for example.&#160; Look for stuff like that.</p><p>edit-<br />What I (and others) am trying to establish here is; is the bios actually booting the DESIRED device.&#160; Once thats established, we can move on with the problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Sun, 07 Apr 2019 20:46:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15396#p15396</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15391#p15391</link>
			<description><![CDATA[<div class="quotebox"><cite>boycottsystemd wrote:</cite><blockquote><div><p>There is message that no boot media found</p></div></blockquote></div><p>Is there an option to select the boot device?</p><p>On my ThinkPad X201 I get a boot menu if I press F12 during startup.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 07 Apr 2019 19:22:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15391#p15391</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15387#p15387</link>
			<description><![CDATA[<div class="quotebox"><cite>boycottsystemd wrote:</cite><blockquote><div><div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><p>Try to find &quot;power on USB at startup&quot; or &quot;USB powersaving&quot; option in CMOS setup or something like that.</p></div></blockquote></div><p>I&#039;m sorry there are no such options.</p></div></blockquote></div><p>Can you boot different distro?</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Sun, 07 Apr 2019 19:04:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15387#p15387</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15386#p15386</link>
			<description><![CDATA[<div class="quotebox"><cite>ToxicExMachina wrote:</cite><blockquote><div><p>Try to find &quot;power on USB at startup&quot; or &quot;USB powersaving&quot; option in CMOS setup or something like that.</p></div></blockquote></div><p>I&#039;m sorry there are no such options.</p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Sun, 07 Apr 2019 17:50:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15386#p15386</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15385#p15385</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Did you install in UEFI mode? Check if /sys/firmware/efi exists when you boot the stick on the working computer.</p><p>Is the non-working laptop a UEFI machine?</p><p>If the USB stick is a non-UEFI system and the non-working machine is UEFI capable then check the firmware (&quot;BIOS&quot;) menus in the non-working computer for an option to boot in &quot;CSM&quot; or &quot;Legacy&quot; mode, this will emulate a non-UEFI system.</p></div></blockquote></div><p>No. <span class="bbc">/sys/firmware/efi</span> doesn&#039;t exist</p><p>non-working laptop has legacy BIOS only.</p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Sun, 07 Apr 2019 17:49:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15385#p15385</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15330#p15330</link>
			<description><![CDATA[<p>Try to find &quot;power on USB at startup&quot; or &quot;USB powersaving&quot; option in CMOS setup or something like that.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Sat, 06 Apr 2019 04:37:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15330#p15330</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Can't boot ASCII installed on usb flash disk]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=15297#p15297</link>
			<description><![CDATA[<p>Did you install in UEFI mode? Check if /sys/firmware/efi exists when you boot the stick on the working computer.</p><p>Is the non-working laptop a UEFI machine?</p><p>If the USB stick is a non-UEFI system and the non-working machine is UEFI capable then check the firmware (&quot;BIOS&quot;) menus in the non-working computer for an option to boot in &quot;CSM&quot; or &quot;Legacy&quot; mode, this will emulate a non-UEFI system.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 04 Apr 2019 16:04:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=15297#p15297</guid>
		</item>
	</channel>
</rss>
