<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=LILO</id>
	<title>LILO - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=LILO"/>
	<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=LILO&amp;action=history"/>
	<updated>2026-05-08T16:32:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://hackepedia.org/index.php?title=LILO&amp;diff=3635&amp;oldid=prev</id>
		<title>Franks: Reverted edits by ArjVf8 (Talk); changed back to last version by Franks</title>
		<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=LILO&amp;diff=3635&amp;oldid=prev"/>
		<updated>2007-06-08T06:05:19Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/index.php?title=Special:Contributions/ArjVf8&quot; title=&quot;Special:Contributions/ArjVf8&quot;&gt;ArjVf8&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:ArjVf8&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:ArjVf8 (page does not exist)&quot;&gt;Talk&lt;/a&gt;); changed back to last version by &lt;a href=&quot;/index.php?title=User:Franks&quot; title=&quot;User:Franks&quot;&gt;Franks&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;lt;b&amp;gt;LI&amp;lt;/b&amp;gt;nux boot &amp;lt;b&amp;gt;LO&amp;lt;/b&amp;gt;ader.&lt;br /&gt;
&lt;br /&gt;
[[GRUB]] is superior to LILO in almost every way.&lt;br /&gt;
&lt;br /&gt;
== Rescuing on Linux ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After doing an apt-get upgrade on Debian 3.1, my OS upgraded my &lt;br /&gt;
kernel and LILO, but there was a problem. I used knoppix to rescue my system.&lt;br /&gt;
 &lt;br /&gt;
I remebered my hard drive was hda, so I did &lt;br /&gt;
 # fdisk /dev/hda&lt;br /&gt;
to see my partition table:&lt;br /&gt;
hda1 = /boot&lt;br /&gt;
hda3 = /&lt;br /&gt;
hda4 = /backup&lt;br /&gt;
I carefully exited fdisk without making any changes.&lt;br /&gt;
 # mount /dev/hda3 /mnt/hda3&lt;br /&gt;
This means my regular root (/) partition is now mounted.&lt;br /&gt;
 # chroot /mnt/hda3&lt;br /&gt;
Essentially this means pretend /mnt/hda3 is my / now while I fix things.&lt;br /&gt;
 # mount /dev/hda1 /boot&lt;br /&gt;
 # mount /dev/hda4 /backup&lt;br /&gt;
As you can see, I mounted my other partitions as their normal mount points on&lt;br /&gt;
my disk.&lt;br /&gt;
Now you can do what you wish, but most likely:&lt;br /&gt;
 # lilo -v&lt;br /&gt;
to rerun lilo in verbose mode. When I did this, I found the /vmlinuz in &lt;br /&gt;
lilo.conf didn&amp;#039;t exist, so I changed the conf to use /boot/bzImage which&lt;br /&gt;
I verified existed first.&lt;br /&gt;
In my case,  I then did an &lt;br /&gt;
 # apt-get update &amp;amp;&amp;amp; apt-get upgrade&lt;br /&gt;
as well, but that is a little risky in a chrooted environment, as things like&lt;br /&gt;
your hostname and domainname are not defined for example. &lt;br /&gt;
&lt;br /&gt;
Once you&amp;#039;ve rerun lilo without errors, you can umount everything and reboot.&lt;/div&gt;</summary>
		<author><name>Franks</name></author>
	</entry>
</feed>