<?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=2242&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / c201 SD Card Partition]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2242</link>
		<description><![CDATA[The most recent posts in c201 SD Card Partition.]]></description>
		<lastBuildDate>Tue, 19 May 2020 06:12:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: c201 SD Card Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21899#p21899</link>
			<description><![CDATA[<p>Thank you so much!!</p>]]></description>
			<author><![CDATA[dummy@example.com (chromey)]]></author>
			<pubDate>Tue, 19 May 2020 06:12:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21899#p21899</guid>
		</item>
		<item>
			<title><![CDATA[Re: c201 SD Card Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10811#p10811</link>
			<description><![CDATA[<p>Finally figured out what I was doing wrong, what is wrong and what to do to fix it.</p><p>Steps<br />-------------------</p><div class="codebox"><pre><code>#Burn the image to the media if you haven&#039;t already
xzcat devuan.img.xz | dd of=/dev/mmcblk0       

#Look at the partition table to make sure things turned out well
fdisk -l

#Run parted
parted /dev/mmcblk0                                       

#This was a step that was solved for me by the lovely people at Kali&#039;s forum. They have a lot of documentation about this
(parted) p                                You&#039;ll be asked if you want to fix it, type Fix and exit out of the program
#You&#039;re looking for the [b]sec gpt table[/b] row and you&#039;re looking under the [b]start[/b] column for a number mine was 61765599 this 
cgpt show /dev/mmcblk0         went into [i]secgptstart[/i] in the next step

#Extend the data
cgpt add -i 2  -t data -b 40960 -s `expr [i]secgptstart[/i] - 40960` -l Root /dev/mmcblk0               #These are tildes not comma&#039;s where the expression is.
cgpt repair /dev/mmcblk0

#Make it bootable
cgpt add -i 1 -S 1 -T 5 -P 10 -l KERN-A /dev/mmcblk0
cgpt add -i 2 -S 1 -T 5 -P 5 -l KERN-B  /dev/mmcblk0</code></pre></div><p>Sources, these people did all the actual work, of figuring this out and I am incredibly thankful for them. </p><p>These people solved the resize issue, the last two steps were skippable in this case.<br /><a href="https://forums.kali.org/showthread.php?27350-Chromebook-expand-resize-grow-partition-rootfs" rel="nofollow">https://forums.kali.org/showthread.php? … ion-rootfs</a>&#160; &#160; &#160; &#160; </p><p>This is a good resource to bounce back on, and its where I got the expression for the gpt table.<br /><a href="https://archlinuxarm.org/platforms/armv7/samsung/samsung-chromebook" rel="nofollow">https://archlinuxarm.org/platforms/armv … chromebook</a>&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;</p><p>I apologize in advance if this is not formatted properly but I hope this helps someone since the readme for embedded is so lacking.</p>]]></description>
			<author><![CDATA[dummy@example.com (Wesley)]]></author>
			<pubDate>Thu, 19 Jul 2018 07:02:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10811#p10811</guid>
		</item>
		<item>
			<title><![CDATA[c201 SD Card Partition]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=10809#p10809</link>
			<description><![CDATA[<p>I&#039;m working with trying to get devuan on my c201 with libreboot because Devuan is the only one that has working version of alsa for the machine. But I&#039;m having trouble partitioning the sd card to get it to boot on the machine. I&#039;ve dd&#039;ed the img before but that only gives me 2-3 gb of space which for a 64GB sd card is a humongous waste. I&#039;ve tried resizing the partition with cgpt and other tools but every time I do the machine is unable to boot from the card.<br />So can someone point me in the direction of what I should be doing for an install to get a working linux install on the machine? I&#039;ve tried devsus but the libre kernel rejects all my usb adapters and even the usb ethernet when it deblobs. I&#039;ve managed to get Arch to boot but i don&#039;t like systemd and the migration to Parabola with openrc or runit immediately results in failed wifi drivers as well as a dead alsa. Not to mention their constant problems with signatures in the keyrings</p>]]></description>
			<author><![CDATA[dummy@example.com (Wesley)]]></author>
			<pubDate>Wed, 18 Jul 2018 22:39:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=10809#p10809</guid>
		</item>
	</channel>
</rss>
