<?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=6993&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] syslinux.cfg help]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6993</link>
		<description><![CDATA[The most recent posts in [SOLVED] syslinux.cfg help.]]></description>
		<lastBuildDate>Tue, 31 Dec 2024 06:44:38 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53768#p53768</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>stargate-sg1-cheyenne wrote:</cite><blockquote><div><p>... for future thread visitors ...</p></div></blockquote></div><p>Thanks for that.</p><p>I have been using Conezilla-live without issues but, as it is Debian based, wanting make it Devuan based.<br />I had a look at what is available in the Devuan repositories but it is only the Clonezilla SE version.</p><p>The links you have posted are <span class="bbu">definitely</span> a very worthwhile find.</p><p>That said, putting Clonezilla in your system drive seems like a good idea because everything gets streamlined.<br />Till the streamlining goes south along with the systerm drive.&#160; 8^° <br />Having Clonezilla-live on a USB drive will always be a necessary option.</p><p>My Sun Ultra 24 has an on-board internal USB socket from which (years ago) I would boot a maintenance TCore Linux installation with all the tools.<br />Maybe I could put it to use again.</p><p>Thank you very much for your input.</p><p>Have a Happy New Year.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Tue, 31 Dec 2024 06:44:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53768#p53768</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53767#p53767</link>
			<description><![CDATA[<p>also for future thread visitors this page might provide additional insight as well<br />(read whole page including red text):</p><p><a href="https://clonezilla.org/livehd.php" rel="nofollow"> https://clonezilla.org/livehd.php</a></p><p>came back to add an additional link to the discussion referenced at the previous webpage(url above) mostly because the command line character limit is something others might accidentally trip over:</p><p><a href="https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/461e7054/" rel="nofollow"> https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/461e7054/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Tue, 31 Dec 2024 05:42:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53767#p53767</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53740#p53740</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>Altoid wrote:</cite><blockquote><div><p>... to get clonezilla-live to boot with my keyboard options hard coded.<br />... dead tilde, right AltGr and no compose key set up.</p></div></blockquote></div><p>After a while I traced back to the installation process of any/most Linux installation/s.<br />The data I needed was located in <span class="bbc">/etc/default/keyboard</span>, which is where the installation process stores those options.</p><p>In my specific case it is this:</p><div class="codebox"><pre><code>$ cat /etc/default/keyboard
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
# Set for IBM 82G3294 Model &#039;M&#039;
#
XKBMODEL=&quot;pc105&quot;
XKBLAYOUT=&quot;latam&quot;
XKBVARIANT=&quot;deadtilde&quot;
XKBOPTIONS=&quot;lv3:ralt_switch,terminate:ctrl_alt_bksp&quot;
BACKSPACE=&quot;guess&quot;
$ </code></pre></div><p>So I edited syslinux.cfg to reflect that set of parameters, hoping that the syntax would hold:</p><div class="codebox"><pre><code>--- snip ---
label Clonezilla live
  MENU DEFAULT
  # MENU HIDE
  MENU LABEL Clonezilla live (VGA 800x600)
  # MENU PASSWD
  kernel /live/vmlinuz
  append initrd=/live/initrd.img boot=live union=overlay username=user config components quiet loglevel=0 noswap
edd=on nomodeset enforcing=0 locales=en_GB.UTF-8 keyboard-model=pc105 keyboard-layouts=latam
keyboard-variants=deadtilde ocs_live_run=&quot;ocs-live-general&quot; ocs_live_extra_param=&quot;&quot; ocs_live_batch=&quot;no&quot; vga=788
net.ifnames=0 nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
--- snip ---</code></pre></div><p>It worked properly: no questions asked and locale/keyboard configuration hard coded in. <br />That hurdle passed, I got rid of <span class="bbc">quiet</span> and added all the command line options I use with my Devuan installations.</p><p>ie: <span class="bbc">security=none</span> <span class="bbc">apparmor=0</span> <span class="bbc">nmi_watchdog=0</span> <span class="bbc">agp=off</span> <span class="bbc">ipv6.disable=1</span> <span class="bbc">enable_mtrr_cleanup=1</span></p><p>Now, how is it that this tidbit ie: keyboard configuration is not part of the Clonezilla documentation is beyond me.<br />Not everyone uses what Clonezilla offers as the default settings for locale and keyboard model/layout/variants.<br />And, just like me they will <em>also</em> find it tiresome to have to set it up every time Clonezilla boots.</p><p>One problem I see is that Clonezilla-Live is Debian based ie: systemd crapped and (to me) not trustworthy.<br />But no doubt about it, I think Clonezilla is a life saver.</p><p>Have a Happy New Year.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sun, 29 Dec 2024 20:21:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53740#p53740</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53660#p53660</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>stargate-sg1-cheyenne wrote:</cite><blockquote><div><p>... specifically this particular subpage ...</p></div></blockquote></div><p>Yes, I&#039;ve been there and read it all.</p><p>But all that is specific to clonezilla.</p><p>What I am looking for is specific to syslinux / isolinux and/or kernel command line instructions and syntax.<br />ie: stuff that the various linux installers have been doing for us when we select the language and keyboard options offered at the very start of the installation process.</p><p>I recall (long ago) my first attempts to install Linux from floppies on a 486DX (?) Toshiba and it was the same process.</p><p>Thanks for your input.<br /><em>And</em> for taking the time to look it up.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Fri, 27 Dec 2024 10:18:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53660#p53660</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53651#p53651</link>
			<description><![CDATA[<p>thinking about your project i visited:</p><p><a href="https://clonezilla.org//clonezilla-live-doc.php" rel="nofollow"> https://clonezilla.org//clonezilla-live-doc.php</a></p><p>and more specifically this particular subpage:</p><p><a href="https://clonezilla.org//fine-print-live-doc.php?path=./clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc#00_live-boot-parameters.doc" rel="nofollow"> https://clonezilla.org//fine-print-live-doc.php?path=./clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc#00_live-boot-parameters.doc</a></p><p>perhaps the wealth of documentation there might be of assistance.</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Fri, 27 Dec 2024 06:53:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53651#p53651</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53637#p53637</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><blockquote><div><p>... messed up the APPEND line with ...</p></div></blockquote></div><p>Indeed ...<br />With my progressively decaying eyesight.&#160; 8^°</p><p>This is the working <span class="bbc">syslinux.cfg</span>:</p><div class="codebox"><pre><code>kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live union=overlay username=user config components quiet loglevel=0 noswap edd=on nomodeset enforcing=0 noeject locales= keyboard-layouts= ocs_live_run=&quot;ocs-live-general&quot; ocs_live_extra_param=&quot;&quot; ocs_live_batch=&quot;no&quot; vga=788 net.ifnames=0  nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1</code></pre></div><p>ie: copy/pasted from the read-only file opened with LO Writer.<br />Boots without a hitch.</p><p>What I want to do is edit the command line to get clonezilla-live to boot with my keyboard options hard coded.<br />I can easily do that with <ins>isomaster</ins> or similar software but I first need to know the correct syntax. </p><p>ie:<br />locales=?????<br />keyboard-layouts=?????</p><p>+ whatever else I have to add to the command line to get <span class="bbc">dead tilde</span>, <span class="bbc">right AltGr</span> and <span class="bbc">no compose key</span> set up.</p><p>Thanks a lot for your input.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 26 Dec 2024 22:26:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53637#p53637</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53636#p53636</link>
			<description><![CDATA[<p>You seem to have messed up the APPEND line with a badly placed pointer duing copy+paste. Restore and try again.</p><p>Note that there must not be a space between a key and its value unless both the key and the value are wrapped into a pair of matching quotes.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Thu, 26 Dec 2024 22:04:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53636#p53636</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] syslinux.cfg help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53633#p53633</link>
			<description><![CDATA[<p>Hello:</p><p>After a scare or two I have taken to, besides my usual <ins>BackInTime</ins>+<ins>Timeshift</ins> routines, make full images of my system drive and store them locally, in a makeshift *NAS* (MyBookLive / WRT) and in a set of four IBM 73Gb SAS drives which rotate weekly.</p><p>In another life I used Norton Ghost to do something similar at the office but now I am using <ins>clonezilla-live-3.2.0-5</ins> to generate the compressed images which I then copy to the MBL/WRT via FTP. Turns out that it is much faster (~40Mb/s) than the native WRT rsync.</p><p>The thing is that I need to streamline the clonezilla-live booting process, at least to avoid having to choose various options to get the right keyboard layout every time I run it.</p><p>My usual keyboard option is a generic 105 key PC keyboard with Spanish Latin American layout, dead tilde, right AltGr and no compose key but I have not been able to figure out how to insert all that in the <span class="bbc">syslinux.cfg</span> file.</p><p>eg:<br />These are the options I have to choose at boot time: </p><p>model:&#160; &#160; &#160;generic 105-key PC<br />layout:&#160; &#160; &#160;latam<br />variant:&#160; &#160; deadtilde<br />option:&#160; &#160; &#160;right AltGr and no compose</p><div class="codebox"><pre><code>--- snip ---
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live union=overlay username=user config components quiet loglevel=0 noswap
edd=on nomodeset enforcing=0 noeject locales= keyboard-layouts= ocs_live_run=&quot;ocs-live-general&quot;
ocs_live_extra_param=&quot;&quot; ocs_live_batch=&quot;no&quot; vga=788 net.ifnames=0  nosplash i915.blacklist=yes
radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
--- snip ---</code></pre></div><p>Where do I put all that if there is only <span class="bbc">locales=</span> and <span class="bbc">keyboard-layouts=</span> to use?<br />What would the correct syntaxis be?</p><p>Thanks in advance.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 26 Dec 2024 20:33:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53633#p53633</guid>
		</item>
	</channel>
</rss>
