Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Commented out boot choices in lilo.conf

  1. #1
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536

    Commented out boot choices in lilo.conf

    Need help getting back to knoppix. I don't know why but I commented out the prompt option in lilo and now my computer boots right into windows which was the default choice in lilo. How do I undo this change?

  2. #2
    Senior Member registered user
    Join Date
    Jun 2004
    Posts
    788
    Boot using knoppix cd.
    In KDE, open konsole and run this command:
    su
    mount /dev/hdxx /mnt/hdxx ****xx=your installed knoppix partition
    chroot /mnt/hdxx
    mc
    edit your lilo /mnt/hdxx/etc/lilo.conf
    save
    lilo (to update your lilo)
    reboot.

  3. #3
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    This is what I get:

    knoppix@ttyp0[knoppix]$ su
    root@ttyp0[knoppix]# mount /dev/hda1 /mnt/hda1
    root@ttyp0[knoppix]# chroot /mnt/hda1
    chroot: /bin/bash: No such file or directory

    What do I need to do to get to lilo.conf on the hd install to edit it to undo the changes I made?

    I am running the cd live now but have it installed on my hd with a knoppix style installation. Need to edit the hd install knoppix lilo.conf to undo changes.

  4. #4
    Senior Member registered user
    Join Date
    Jun 2004
    Posts
    788
    Are you sure hda1 is where your linux partition is?
    It's look like hda1 belongs to windows.

  5. #5
    Senior Member registered user
    Join Date
    Jun 2004
    Posts
    788

  6. #6
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Yes you are right, hda3 is the linux partition. I'll try that and post back. Running from cd now and this is what I get when I chroot /mnt/hda3:

    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied
    bash: /dev/null: Permission denied

    after doing chroot /mnt/hda3. Then it does not get back to a prompt. It does tell me that hda3 is already mounted or device is busy when I try to mount again.

  7. #7
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    You should be able to correct this by :
    mount hda3 rw (either use use the icons on the desktop or mount -rw /dev/hda3 in console)

    su
    edit /mnt/hda3/etc/lilo.conf using your favorite text editor
    then run lilo from the CD but using the edited configuration file:
    /sbin/lilo -c /mnt/hda3/etc/hda3

    If you are unable to edit & save the file to /mnt/hda3/etc/lilo.conf for some reason, you can copy the it to /home/knoppix, edit it there & then run lilo specifying the edited file (lilo -c /home/knoppix/lilo.conf)

  8. #8
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Used kate to edit the file but cannot get lilo to run correct. This is what was done:

    root@ttyp0[knoppix]# su
    root@ttyp0[knoppix]# /sbin/lilo -c /mnt/hda3/etc/hda3
    usage: lilo.real [ -C config_file ] -q [ -m map_file ] [ -v N | -v ... ]
    lilo.real [ -C config_file ] [ -b boot_device ] [ -c ] [ -g | -l | -L ]
    [ -F ] [ -i boot_loader ] [ -m map_file ] [ -d delay ]
    [ -v N | -v ... ] [ -t ] [ -s save_file | -S save_file ]
    [ -p ][ -P fix | -P ignore ] [ -r root_dir ] [ -w | -w+ ]
    lilo.real [ -C config_file ] [ -m map_file ] -R [ word ... ]
    lilo.real [ -C config_file ] -I name [ options ]
    lilo.real [ -C config_file ] [ -s save_file ] -u | -U [ boot_device ]
    lilo.real -A /dev/XXX [ N ] inquire/activate a partition
    lilo.real -M /dev/XXX [ mbr | ext ] install master boot record
    lilo.real -T help list additional options
    lilo.real -X internal compile-time options
    lilo.real -V [ -v ] version information

    root@ttyp0[knoppix]# lilo
    Unrecognized token "! Please edit /etc/lilo.conf before running lilo!" at or above line 20 in file '/etc/lilo.conf'
    root@ttyp0[knoppix]# lilo -v
    LILO version 22.5.9, Copyright (C) 1992-1998 Werner Almesberger
    Development beyond version 21 Copyright (C) 1999-2004 John Coffman
    Released 08-Apr-2004, and compiled at 22:00:55 on Apr 18 2004
    Debian GNU/Linux

    Unrecognized token "! Please edit /etc/lilo.conf before running lilo!" at or above line 20 in file '/etc/lilo.conf'

    ??????

  9. #9
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981
    Quote Originally Posted by rrfish72
    Used kate to edit the file but cannot get lilo to run correct. This is what was done:

    root@ttyp0[knoppix]# su
    root@ttyp0[knoppix]# /sbin/lilo -c /mnt/hda3/etc/hda3
    usage: lilo.real [ -C config_file ] -q [ -m map_file ] [ -v N | -v ... ]
    lilo.real [ -C config_file ] [ -b boot_device ] [ -c ] [ -g | -l | -L ]
    [ -F ] [ -i boot_loader ] [ -m map_file ] [ -d delay ]
    [ -v N | -v ... ] [ -t ] [ -s save_file | -S save_file ]
    [ -p ][ -P fix | -P ignore ] [ -r root_dir ] [ -w | -w+ ]
    lilo.real [ -C config_file ] [ -m map_file ] -R [ word ... ]
    lilo.real [ -C config_file ] -I name [ options ]
    lilo.real [ -C config_file ] [ -s save_file ] -u | -U [ boot_device ]
    lilo.real -A /dev/XXX [ N ] inquire/activate a partition
    lilo.real -M /dev/XXX [ mbr | ext ] install master boot record
    lilo.real -T help list additional options
    lilo.real -X internal compile-time options
    lilo.real -V [ -v ] version information

    root@ttyp0[knoppix]# lilo
    Unrecognized token "! Please edit /etc/lilo.conf before running lilo!" at or above line 20 in file '/etc/lilo.conf'
    root@ttyp0[knoppix]# lilo -v
    LILO version 22.5.9, Copyright (C) 1992-1998 Werner Almesberger
    Development beyond version 21 Copyright (C) 1999-2004 John Coffman
    Released 08-Apr-2004, and compiled at 22:00:55 on Apr 18 2004
    Debian GNU/Linux

    Unrecognized token "! Please edit /etc/lilo.conf before running lilo!" at or above line 20 in file '/etc/lilo.conf'

    ??????
    Sorry, my mistake. Checking with man lilo shows the command to specifiy lilo.conf is -C (uppercase), not -c. So what happened is that lilo tried to use to use the default /ramdisk/etc/lilo.conf which contains the line you quoted. I think it is there just to prevent it from running accidentaly since it is not yet set up.

  10. #10
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    root@ttyp0[knoppix]# /sbin/lilo -C /mnt/hda3/etc/hda3
    /mnt/hda3/etc/hda3: No such file or directory

    Still will not go through.

Page 1 of 2 12 LastLast

Similar Threads

  1. Reinstall lilo to hda, using hda lilo.conf and knoppix live
    By tomjermy in forum Hardware & Booting
    Replies: 1
    Last Post: 03-17-2005, 01:07 AM
  2. can't edit lilo.conf
    By totenengle in forum General Support
    Replies: 2
    Last Post: 07-09-2004, 03:39 AM
  3. lilo.conf
    By A. Jorge Garcia in forum Hdd Install / Debian / Apt
    Replies: 11
    Last Post: 12-05-2003, 05:03 PM
  4. Different LILO.conf during remastering
    By greenbridge in forum Customising & Remastering
    Replies: 0
    Last Post: 08-11-2003, 08:51 PM
  5. lilo.conf qeustion
    By mordor in forum General Support
    Replies: 0
    Last Post: 03-28-2003, 07:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


256GB Kit (8 x 32GB) PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

256GB Kit (8 x 32GB) PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$279.92



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



DDR4 16GB (1 x 16GB) DDR4-2400 Laptop Memory SODIMM picture

DDR4 16GB (1 x 16GB) DDR4-2400 Laptop Memory SODIMM

$22.95



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



Grade A 8GB Hynix DDR4 PC4-2400T 1Rx8 SODIMM Laptop RAM HMA81GS6MFR8N-UH LOT picture

Grade A 8GB Hynix DDR4 PC4-2400T 1Rx8 SODIMM Laptop RAM HMA81GS6MFR8N-UH LOT

$13.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$22.45



128GB KINGSTON (4 X 32GB) 2Rx4 PC4-2933Y DDR4 ECC REGISTERED SERVER RAM picture

128GB KINGSTON (4 X 32GB) 2Rx4 PC4-2933Y DDR4 ECC REGISTERED SERVER RAM

$129.95



Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Intel picture

Team T-FORCE VULCAN Z 16GB (2 x 8GB) 288-Pin PC RAM DDR4 3200 (PC4 25600) Intel

$33.99



128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM picture

128GB Kit 4x 32GB PC4-17000 LRDIMM DELL POWEREDGE R730xd R730 R630 Memory RAM

$139.96



LOT 4x 32GB (128GB) Samsung M386B4G70DM0-CMA3 PC3-14900L ECC DIMM Server Memory picture

LOT 4x 32GB (128GB) Samsung M386B4G70DM0-CMA3 PC3-14900L ECC DIMM Server Memory

$39.99