<?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=4724&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Grub's custom.cfg]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4724</link>
		<description><![CDATA[The most recent posts in Grub's custom.cfg.]]></description>
		<lastBuildDate>Sun, 19 Dec 2021 14:25:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33346#p33346</link>
			<description><![CDATA[<div class="quotebox"><cite>ShorTie wrote:</cite><blockquote><div><p>So there is no &quot;Paid for Support&quot;</p></div></blockquote></div><p>Ah, my apologies. I thought you were referring to <a href="https://www.smoothwall.com/" rel="nofollow">https://www.smoothwall.com/</a></p><p>A shame you didn&#039;t provide a link in the OP. That would have prevented us wasting our time, eh? <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>And as you appear to be reluctant to engage beyond cryptic utterances I&#039;ll bow out of this thread now. Good luck!</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 19 Dec 2021 14:25:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33346#p33346</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33345#p33345</link>
			<description><![CDATA[<p>It is a free open source Linux Firewall GUI<br /><a href="https://smoothwall.org/" rel="nofollow">https://smoothwall.org/</a><br /><a href="https://community.smoothwall.org/forum/index.php" rel="nofollow">https://community.smoothwall.org/forum/index.php</a><br />So there is no &quot;Paid for Support&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (ShorTie)]]></author>
			<pubDate>Sun, 19 Dec 2021 14:03:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33345#p33345</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33340#p33340</link>
			<description><![CDATA[<p>what is this smoothwall, how does it coexist alongside the devuan linux os?</p>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Sun, 19 Dec 2021 12:44:19 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33340#p33340</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33339#p33339</link>
			<description><![CDATA[<div class="quotebox"><cite>ShorTie wrote:</cite><blockquote><div><p>it uses rc.d and /dev/harddrive.</p></div></blockquote></div><div class="quotebox"><cite>I wrote:</cite><blockquote><div><p>Post exact configuration and commands though, vague descriptions will just lead to confusion and bad advice.</p></div></blockquote></div><p>But it really sounds like you should be taking advantage of the support for which you have paid SmoothWall money.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 19 Dec 2021 11:27:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33339#p33339</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33338#p33338</link>
			<description><![CDATA[<p>It is not on a different partition.<br />It&#039;s just a different startup, as it uses rc.d and /dev/harddrive.</p>]]></description>
			<author><![CDATA[dummy@example.com (ShorTie)]]></author>
			<pubDate>Sun, 19 Dec 2021 10:29:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33338#p33338</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33318#p33318</link>
			<description><![CDATA[<p>This is how i do it, legacy bios only. I bypass the uuid and use a label.</p><div class="codebox"><pre><code>#!/bin/sh
exec tail -n +3 $0
# 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.

menuentry &quot;Artix (loader)&quot; {
    insmod msdos
    insmod ext4
    search --no-floppy --label --set=root ARTIX
    configfile /boot/grub/grub.cfg
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (hevidevi)]]></author>
			<pubDate>Sat, 18 Dec 2021 15:30:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33318#p33318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33316#p33316</link>
			<description><![CDATA[<p>Try something like this:</p><div class="codebox"><pre><code>menuentry &#039;SmoothWall&#039; {
   search --fs-uuid --set=root 955e45ca-5142-4cc4-89d1-bbae49bf512c
   linux /boot/vmlinuz-5.10.0-9-amd64 root=UUID=955e45ca-5142-4cc4-89d1-bbae49bf512c ro quiet
   initrd /boot/smoothwall.initramfs.gz
}</code></pre></div><p>That presumes the SmoothWall system is installed on a partition with the stated UUID, that /boot is on the root partition (<em>ie</em>, it does not have a separate /boot partition) and that the kernel image is at /boot/vmlinuz-5.10.0-9-amd64 with the initramfs at /boot/smoothwall.initramfs.gz.</p><p>If SmoothWall is Debian-based then you may find symlinks from the kernel image &amp; initramfs to /vmlinuz &amp; /initrd.img, which can be quoted in the menuentry to avoid having to update the configuration file whenever the kernel version changes.</p><p>EDIT: be sure to place the file at /boot/grub/custom.cfg on the system from which GRUB reads it&#039;s configuration. Use the <span class="bbc">set</span> command (with no options or arguments) from the GRUB command line to see the $configfile parameter which dictates this.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 18 Dec 2021 15:09:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33316#p33316</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33315#p33315</link>
			<description><![CDATA[<p>My garbly-gook so far is</p><div class="codebox"><pre class="vscroll"><code>#
#
# https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html
#
# nano -w /boot/grub/custom.cfg
# cp -v /boot/grub/custom.cfg /root/swe/coretree/coretree/boot/grub/custom.cfg
#

menuentry &#039;SmoothWall Express GNU/Linux&#039; --class smoothwall --class gnu-linux --class gnu --class os $menuentry_id_option &#039;gnulinux-simple-955e45ca-5142-4cc4-89d1-bbae49bf512c&#039; {
#splashimage=/grub/express_boot_protect.xpm.gz
#foreground=cfcfcf
#background=222222
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set inittab /etc/inittab-swe
	#set root=&#039;hd0,msdos1&#039;
	unset root
	unset device
	#set
	set device &#039;hd0&#039; /dev/harddisk
	set root &#039;hd0,0&#039; 
	setup (hd0) 
#quit
##kernel /vmlinuz-${Kernel_Version}${KERNEL_TYPE} root=/dev/harddisk4 ro quiet
#kernel /vmlinuz-${Kernel_Version}${KERNEL_TYPE} root=$(UUID) ro quiet
	search --no-floppy --fs-uuid --set=root 955e45ca-5142-4cc4-89d1-bbae49bf512c
	echo	&#039;Loading/Starting Linux 5.10.0-9-amd64 ...&#039;
	#linux	/boot/vmlinuz-5.10.0-9-amd64 root=UUID=955e45ca-5142-4cc4-89d1-bbae49bf512c ro  quiet
	linux /boot/vmlinuz-5.10.0-9-amd64 root=/dev/harddisk1 ro quiet
	echo	&#039;Loading initial ramdisk smoothwall.initramfs.gz ...&#039;
	initrd	/boot/smoothwall.initramfs.gz
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (ShorTie)]]></author>
			<pubDate>Sat, 18 Dec 2021 14:45:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33315#p33315</guid>
		</item>
		<item>
			<title><![CDATA[Re: Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33314#p33314</link>
			<description><![CDATA[<div class="quotebox"><cite>ShorTie wrote:</cite><blockquote><div><p>Is this possible ?</p></div></blockquote></div><p>Yes.</p><div class="quotebox"><cite>ShorTie wrote:</cite><blockquote><div><p>Haven&#039;t had much luck yet ..</p></div></blockquote></div><p>Share your efforts then. Post exact configuration and commands though, vague descriptions will just lead to confusion and bad advice.</p><p>But having said that you should get better support <a href="https://kb.smoothwall.com/hc/en-us" rel="nofollow">here</a>. Your money should buy you that, at least, right?</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 18 Dec 2021 14:33:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33314#p33314</guid>
		</item>
		<item>
			<title><![CDATA[Grub's custom.cfg]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33313#p33313</link>
			<description><![CDATA[<p>I am trying to get SmoothWall to run on Devuan.<br />In which I&#039;m trying to make a /boot/grub/custom.cfg that boots to /dev/harddisk.<br />Is this possible ??<br />Haven&#039;t had much luck yet .. <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" />~</p>]]></description>
			<author><![CDATA[dummy@example.com (ShorTie)]]></author>
			<pubDate>Sat, 18 Dec 2021 14:29:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33313#p33313</guid>
		</item>
	</channel>
</rss>
