<?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=4615&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Status of lilo]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4615</link>
		<description><![CDATA[The most recent posts in Status of lilo.]]></description>
		<lastBuildDate>Mon, 25 Oct 2021 09:04:28 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Status of lilo]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32399#p32399</link>
			<description><![CDATA[<div class="quotebox"><cite>Roger wrote:</cite><blockquote><div><p>They run one single operating system ... Lilo presents a simple way of handling specifications for the boot process</p></div></blockquote></div><p>Installing Devuan 4 I tackled the same issue as you. I managed to use GRUB in a very simple way, trying to mimic the LILO behaviour. The HoaS aproach is appreciate; mine was using this /etc/default/grub:</p><div class="codebox"><pre><code>GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=&quot;Devuan&quot;
GRUB_CMDLINE_LINUX_DEFAULT=&quot;&quot;
GRUB_CMDLINE_LINUX=&quot;&quot;
GRUB_BACKGROUND=&quot;&quot;
GRUB_DISABLE_RECOVERY=&quot;true&quot;</code></pre></div><p>So far, so good.</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Mon, 25 Oct 2021 09:04:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32399#p32399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Status of lilo]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32382#p32382</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>If a package is marked obsolete then it has already been removed from the repositories[1].</p></div></blockquote></div><p>That&#039;s a pity, because I have run into cases where GRUB did not work, or refused to install, but LILO installed and worked just fine. I&#039;d rather use GRUB, but it&#039;s nice to have an alternative to fall back on when needed.</p><p>Note: It appears that LILO is still in Sid.</p><p><a href="https://packages.debian.org/sid/lilo" rel="nofollow">https://packages.debian.org/sid/lilo</a></p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sun, 24 Oct 2021 19:56:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32382#p32382</guid>
		</item>
		<item>
			<title><![CDATA[Re: Status of lilo]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32380#p32380</link>
			<description><![CDATA[<p>I appreciate the information. Thanks. What you show is essentially as simple as lilo.conf</p><p>My experience was with a new machine which had ubuntu and gnome on it, installed by the vendor just to check that things worked. I appreciated that gesture, but I had a hard time getting grub to change things over so that I was running Devuan, and just the packages I wanted. I did start out with a relatively simple grub.cfg, but more and more entries got added to it, making the boot process quite mystifying.</p>]]></description>
			<author><![CDATA[dummy@example.com (Roger)]]></author>
			<pubDate>Sun, 24 Oct 2021 19:01:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32380#p32380</guid>
		</item>
		<item>
			<title><![CDATA[Re: Status of lilo]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32377#p32377</link>
			<description><![CDATA[<p>If a package is marked obsolete then it has already been removed from the repositories[1]. You should probably remove it yourself manually and switch to something current and supported. GRUB is nice, as is systemd-boot (although the latter is only UEFI capable).</p><p>[1] <a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=lilo&amp;x=submit" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … o&amp;x=submit</a></p><p>EDIT:</p><div class="quotebox"><cite>Roger wrote:</cite><blockquote><div><p>the vast complexities of grub</p></div></blockquote></div><p>Don&#039;t be fooled by the multiply-redundent grub.cfg generated by <span class="bbc">grub-mkconfig</span>. A handwritten configuration can be *much* simpler. Here&#039;s one of mine that multi-boots Debian &amp; OpenBSD along with an entry to boot a live ISO image stored on the hard drive:</p><p><a href="https://raw.githubusercontent.com/Head-on-a-Stick/configs/master/grub.cfg" rel="nofollow">https://raw.githubusercontent.com/Head- … r/grub.cfg</a></p><p>15 lines :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 24 Oct 2021 18:42:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32377#p32377</guid>
		</item>
		<item>
			<title><![CDATA[Status of lilo]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32376#p32376</link>
			<description><![CDATA[<p>I note in my recent upgrade of three machines to Devuan chimaera that aptitude now includes the lilo boot loader in the list of obsolete packages. That means obviously that has not been updated, but I hope that is not in danger of being completely removed from repositories, so that future upgrades will remove it.</p><p>I use my computers for a manner of different uses, a lot of program compiling, and also for the common purposes of web surfing and communication. They run one single operating system, and that suits my purpose ideally. Lilo presents a simple way of handling specifications for the boot process and has worked very well in my many years of using Linux. It continues to do so, and to mind it seems preferable to the vast complexities of grub which seems to designed to take control and become part of the operating system.</p><p>I hope that lilo will continue to be available to users of Devuan.</p>]]></description>
			<author><![CDATA[dummy@example.com (Roger)]]></author>
			<pubDate>Sun, 24 Oct 2021 18:38:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32376#p32376</guid>
		</item>
	</channel>
</rss>
