From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200205061405.g46E5hG18283@mayavi.timesgroup.com> Content-Type: text/plain; charset="iso-8859-1" From: Jatin Nansi To: 9fans@cse.psu.edu, "Russ Cox" Subject: Re: [9fans] booting plan 9 from LILO (was matrox ...) References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 6 May 2002 20:05:57 +0530 Topicbox-Message-UUID: 896a4436-eaca-11e9-9e20-41e7f4b1d025 On Monday 06 May 2002 19:04, Russ Cox wrote: > What does your LILO configuration look like? on a Suse 7.3: --------------------------------------- boot = /dev/hda vga = normal read-only menu-scheme = Wg:kw:Wg:Wg lba32 prompt timeout = 80 message = /boot/message image = /boot/vmlinuz label = linux root = /dev/hda3 initrd = /boot/initrd append = "enableapic" other = /dev/hda2 label = Plan9 table = /dev/hda image = /boot/vmlinuz.suse label = failsafe root = /dev/hda3 initrd = /boot/initrd.suse append = "disableapic ide=nodma apm=off" optional image = /boot/memtest.bin label = memtest86 ------------------------------------- Jatin