<?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=2058&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Can't install new kernel because of /boot partition is full]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2058</link>
		<description><![CDATA[The most recent posts in Can't install new kernel because of /boot partition is full.]]></description>
		<lastBuildDate>Sun, 13 May 2018 01:13:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Can't install new kernel because of /boot partition is full]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9031#p9031</link>
			<description><![CDATA[<p>Glad to hear you got it working <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> I ran into a similar problem the first time I tried compiling a kernel.</p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Sun, 13 May 2018 01:13:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9031#p9031</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't install new kernel because of /boot partition is full]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9026#p9026</link>
			<description><![CDATA[<p>Hey Siva, thank you for your answer. Indeed, it was boot partition that hadn&#039;t enough space when I ran the install command, which for me seems a little weird since the initrd.img is no more than 23MB and I had more than 200MB available in this partition. That&#039;s why I opened this question to find out if there was some way to generate this file elsewhere and later manually place it boot. But now I followed this tutorial from debian-handbook you posted and worked easily <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Thank you very much</p>]]></description>
			<author><![CDATA[dummy@example.com (0xf4b10)]]></author>
			<pubDate>Sat, 12 May 2018 22:01:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9026#p9026</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't install new kernel because of /boot partition is full]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9022#p9022</link>
			<description><![CDATA[<div class="quotebox"><cite>0xf4b10 wrote:</cite><blockquote><div><p>gzip: stdout: No space left on device</p></div></blockquote></div><p>I know this might sound crazy, but it might be failing because the build computer needs more storage space.<br /><img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>By the way, this tutorial explains how to also create .debs of the kernel.&#160; They can be installed with dpkg or gdebi (or backed-up in case of system failure/reinstallation) in other devuan systems of the same architecture.<br /><a href="https://debian-handbook.info/browse/stable/sect.kernel-compilation.html" rel="nofollow">https://debian-handbook.info/browse/sta … ation.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Sat, 12 May 2018 15:57:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9022#p9022</guid>
		</item>
		<item>
			<title><![CDATA[Can't install new kernel because of /boot partition is full]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=9019#p9019</link>
			<description><![CDATA[<p>Hello guys. I&#039;m following <a href="http://dev1galaxy.org/viewtopic.php?id=564" rel="nofollow">this tutorial</a> to install a newer kernel on my recently installed devuan machine. When I did this process with devuan running inside a Virtual Machine, everything went great but there I had only one big partition with all directories. Now, in my real machine, I installed the OS using LVM and it setup for me a 255MB /boot partition separeted from the encrypted one. Because of this it is not being possible to update my kernel, when I run:</p><div class="codebox"><pre><code>sudo make modules_install install</code></pre></div><p>it fails with:</p><div class="quotebox"><blockquote><div><p>DEPMOD&#160; 4.17.0-rc4+<br />sh ./arch/x86/boot/install.sh 4.17.0-rc4+ arch/x86/boot/bzImage \<br />&#160; &#160; &#160; &#160; System.map &quot;/boot&quot;<br />run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.17.0-rc4+ /boot/vmlinuz-4.17.0-rc4+<br />run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.17.0-rc4+ /boot/vmlinuz-4.17.0-rc4+<br />update-initramfs: Generating /boot/initrd.img-4.17.0-rc4+</p><p>gzip: stdout: No space left on device<br />E: mkinitramfs failure cpio 141 gzip 1<br />update-initramfs: failed for /boot/initrd.img-4.17.0-rc4+ with 1.<br />run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1<br />arch/x86/boot/Makefile:155: recipe for target &#039;install&#039; failed<br />make[2]: *** [install] Error 1<br />arch/x86/Makefile:319: recipe for target &#039;install&#039; failed<br />make[1]: *** [install] Error 2<br />Makefile:273: recipe for target &#039;__build_one_by_one&#039; failed<br />make: *** [__build_one_by_one] Error 2</p></div></blockquote></div><p>Does anyone knows a simple solution for that? I don&#039;t know what I could safely delete from /boot tbh and I don&#039;t think reformatting the computer would be the best one.</p>]]></description>
			<author><![CDATA[dummy@example.com (0xf4b10)]]></author>
			<pubDate>Sat, 12 May 2018 14:11:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=9019#p9019</guid>
		</item>
	</channel>
</rss>
