Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

configuring lilo

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
rlmiz2

configuring lilo

#1 Post by rlmiz2 »

I used apt-get install lilo and the install was successful, but I received a message. I've read the HOWTO but I am still not quite sure what would be my next step

I can't find the liloconfig to run. Does run and execute mean the same thing?

run liloconfig(8) when you complete this process and execute /sbin/lilo

I would execute /sbin/ lilo by using the following command?
./lilo

rlmiz2

lilo additional info

#2 Post by rlmiz2 »

i ran /etc/liloconfig - it appears that i need to edit lilo.conf

below is text output from liloconfig
debian:/etc# liloconfig
LILO, the LInux LOader, sets up your system to boot Linux directly
from your hard disk, without the need for a boot floppy.

You already have a LILO configuration in the file /etc/lilo.conf

If you want to use the new LILO boot menu, please take a look to
/usr/share/doc/lilo/examples/conf.sample and choose one of the
bitmaps located on /boot

Checking your /etc/lilo.conf for incompatible options...

Install a boot block using your current LILO configuration? [Yes]

WARNING: Even if lilo runs successfully, see /usr/share/doc/lilo/INCOMPAT.gz
for changes in the usage of the /etc/lilo.conf file.
If needed: edit /etc/lilo.conf and rerun '/sbin/lilo -v'

Running lilo...
LILO version 22.6.1, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2004 John Coffman
Released 17-Nov-2004, and compiled at 12:32:32 on May 25 2005
Debian GNU/Linux

Reading boot sector from /dev/hda1
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/ide/host0/bus0/target0/lun0/disc' -> '/dev/hda'
Name change: '/dev/ide/host0/bus0/target0/lun0/part1' -> '/dev/hda1'
Name change: '/dev/ide/host0/bus0/target0/lun0/part2' -> '/dev/hda2'
Name change: '/dev/ide/host0/bus0/target0/lun0/part5' -> '/dev/hda5'
Fatal: Filesystem would be destroyed by LILO boot sector: /dev/hda1

ERROR: correct /etc/lilo.conf manually and rerun /sbin/lilo

===========================================

this is the output of lilo.conf - fatal filesystem

debian:/etc# liloconfig
LILO, the LInux LOader, sets up your system to boot Linux directly
from your hard disk, without the need for a boot floppy.

You already have a LILO configuration in the file /etc/lilo.conf

If you want to use the new LILO boot menu, please take a look to
/usr/share/doc/lilo/examples/conf.sample and choose one of the
bitmaps located on /boot

Checking your /etc/lilo.conf for incompatible options...

Install a boot block using your current LILO configuration? [Yes]

WARNING: Even if lilo runs successfully, see /usr/share/doc/lilo/INCOMPAT.gz
for changes in the usage of the /etc/lilo.conf file.
If needed: edit /etc/lilo.conf and rerun '/sbin/lilo -v'

Running lilo...
LILO version 22.6.1, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2004 John Coffman
Released 17-Nov-2004, and compiled at 12:32:32 on May 25 2005
Debian GNU/Linux

Reading boot sector from /dev/hda1
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/ide/host0/bus0/target0/lun0/disc' -> '/dev/hda'
Name change: '/dev/ide/host0/bus0/target0/lun0/part1' -> '/dev/hda1'
Name change: '/dev/ide/host0/bus0/target0/lun0/part2' -> '/dev/hda2'
Name change: '/dev/ide/host0/bus0/target0/lun0/part5' -> '/dev/hda5'
Fatal: Filesystem would be destroyed by LILO boot sector: /dev/hda1

ERROR: correct /etc/lilo.conf manually and rerun /sbin/lilo

debian:/etc#

Guest

Re: lilo additional info

#3 Post by Guest »

blubb

Post Reply