Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: What is with the 99's??

  1. #11
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Hmmm- does LILO do that to anybody else? How odd that it wrote a file w/ an uncommented line.

  2. #12
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by rickenbacherus
    Hmmm- does LILO do that to anybody else? How odd that it wrote a file w/ an uncommented line.
    No I've never seen that it seemed kinda strange here too.

  3. #13
    Junior Member registered user
    Join Date
    Jun 2003
    Posts
    10
    The lilo problem happened to me when I installed Knoppix on to the hard drive too.

    In my case, hda was WinXP, hdb I wanted to be linux.

    I think the hd-install script had problems writing onto hda, since it was read only.

    I ended up getting everything worked out by somehow switching between the Knoppix install (which configured X-window correctly and not lilo) and the Debian install CD (which I could not get to configure X-window correctly, but did configure lilo correctly...).

    I think it worked by first installing Debian, then running Knoppix off the CD, doing the hd install script, but not having it mess with lilo...

  4. #14
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --It does that by *default* from the CD until you edit it. Altho when you do the knx-hdinstall, the script edits the file for you and throws it out to your new root dir.

    --Basically the lilo.conf on the cd is quite useless unless you know what you're doing with lilo. When redoing lilo from CD boot on a broken hdinstall, I always have to edit lilo.conf on the HD and put in where *my* /etc/ is mounted:

    Code:
    # From knoppix cd xxx
    #map=/mnt/hdb1/boot/map
    map=/boot/map
    
    
    image=/boot/vmlinuz-2.4.20-xfs
    # xxx from suse or hdb:
    #image=/mnt/extra2/boot/vmlinuz-2.4.20-xfs
    # xxx from kpx cd
    #image=/mnt/hdb1/boot/vmlinuz-2.4.20-xfs
            label=KPX2420
            initrd=/boot/initrd-2420.gz
    # xxx from suse or hdb:
    #       initrd=/mnt/extra2/boot/initrd.gz
    # xxx from kpx cd
    #       initrd=/mnt/hdb1/boot/initrd.gz
            read-only
    --You can see how that would get confusing, especially if you don't remember to backout the changes for CD-land and try that from HD-land.

    --Anyway, from the CD (recovery/repair mode) I end up doing:

    ' lilo -v 1 -C /mnt/hdb1/etc/lilo.conf -s /dev/null ' == This gets around the "read only filesystem" error. See 'man lilo' for details.

    --A side note: always say "YES" when it asks if you want to make a boot floppy. JIC.

    Quote Originally Posted by Stephen
    Quote Originally Posted by rickenbacherus
    Hmmm- does LILO do that to anybody else? How odd that it wrote a file w/ an uncommented line.
    No I've never seen that it seemed kinda strange here too.

  5. #15
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Dave_Bechtel

    ' lilo -v 1 -C /mnt/hdb1/etc/lilo.conf -s /dev/null ' == This gets around the "read only filesystem" error. See 'man lilo' for details.
    One more usefull tidbit for the bag of tricks you got all kinds of them dave, thanks for the info.

  6. #16
    Junior Member registered user
    Join Date
    Jul 2003
    Location
    Brisbane in always sunny Queensland, Australia
    Posts
    18

    Lilo and GUI not enabled

    sudo gvim /mnt/hda1/etc/lilo.conf
    did that... got this

    E25: GUI cannot be used: Not enabled at compile time
    So, I thought about it and figured it must've been that I was using a console window, so I used the CRTL+ALT+F1 that was mentioned to me ages ago to get into the console figuring because it wasn't graphical, it meant it was the be all and end all place to do things. (I'm learning )

    I got the same error message again. This is terrible! surely not everyone has this many hassles? I am not completely stupid either, inexperienced yes but not stupid so I havn't done anything I can see as being obviously wrong.

    Maybe it's the version I've got... I got it off a PC Magazine for $15AUD. Maybe it is a special compile deliberately made to make it impossible to install easily... I don't know.

    Thanks everyone for the help so far... the battle is far from won though... sorry.


    if anyone uses MSN Messenger, please contact me on there [email protected]

    I could really use some live help... but from one of you who already have a history of the problem.

  7. #17
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    OK- gvim is just an editor. If it doesn't want to work you can use another like so:

    sudo mcedit /mnt/hda1/etc/lilo.conf

    or

    sudo xedit /mnt/hda1/etc/lilo.conf

    Sorry but it isn't likely that you'll ever see me on msn anything. They couldn't pay me enough. Now if you want to get on IRC sometime just say the word- trust me it works a whole lot better than instant messaging.

  8. #18
    Junior Member registered user
    Join Date
    Jul 2003
    Location
    Brisbane in always sunny Queensland, Australia
    Posts
    18

    Lilo configuration errors

    Well, I went on to irc.knoppix.net#knoppix and had a great chat to grepper (thanks mate) and what I needed to do was make lilo.conf not read only then I edited it using vi etc/lilo.conf and found the error and fixed it.

    It was a simple matter of then going lilo -v to write to the boot record (or whatever it's called ) and then I rebooted my computer.

    Now, I am presented with another set back!!

    Booting from the hard drive, it goes through the processes of starting up such as uncompressing linux and booting the kernel then I get the below message

    Kernel panic: VFS: Unable to mount root fs on 03:05
    Apparently this means I am not booting off the right hard drive... I need to hold shift when linux starts to get a boot menu but then what?

    Thanks in advance.

  9. #19
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: Lilo configuration errors

    Quote Originally Posted by thegroover

    Apparently this means I am not booting off the right hard drive...
    Post the output of sudo fdisk -l /dev/hd? from a CD boot and also the entire /etc/lilo.conf file. Replace the ? with the drive letter for the HD most likely a.

Page 2 of 2 FirstFirst 12

Posting Permissions

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


Lot Of 16 X 16GB ECC DIMM Server Memory SK Hynix HMA42GR7MFR4N-TF PC4-17000 DDR4 picture

Lot Of 16 X 16GB ECC DIMM Server Memory SK Hynix HMA42GR7MFR4N-TF PC4-17000 DDR4

$800.00



SK Hynix 32GB 4Rx4 PC4-2133P-LD0-10 HMA84GL7MMR4N-TF TD  DDR4 Server Memory RAM picture

SK Hynix 32GB 4Rx4 PC4-2133P-LD0-10 HMA84GL7MMR4N-TF TD DDR4 Server Memory RAM

$110.00



TF/SD Card Adapter Camera Reader Android Type-c For iPhone17 Pro Max Plusm lot picture

TF/SD Card Adapter Camera Reader Android Type-c For iPhone17 Pro Max Plusm lot

$573.98



RAMAXEL Lenovo 32GB LPDDR5X CAMM2 7500MHz Laptop RAM | UNTESTED picture

RAMAXEL Lenovo 32GB LPDDR5X CAMM2 7500MHz Laptop RAM | UNTESTED

$445.00



Kingston 32GB 64GB 128GB 256GB USB 3.0 Flash Drive Thumb Memory Stick Pen lot picture

Kingston 32GB 64GB 128GB 256GB USB 3.0 Flash Drive Thumb Memory Stick Pen lot

$285.90



USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack picture

USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack

$826.09



Server Memory: Samsung 64GB 2Rx4 PC4-3200AA ECC DDR4 M393A8G40BB4-CWE picture

Server Memory: Samsung 64GB 2Rx4 PC4-3200AA ECC DDR4 M393A8G40BB4-CWE

$742.95



MTA72ASS4G72LZ-2G1A1HG MICRON 64GB (2X32GB) 4DRX4 PC4-2133P LRDIMM SERVER MEMORY picture

MTA72ASS4G72LZ-2G1A1HG MICRON 64GB (2X32GB) 4DRX4 PC4-2133P LRDIMM SERVER MEMORY

$250.00



64GB SK Hynix HMAA8GL7MMR4N-UH T2 AA PC4-2400T LRDIMM Server Memory 1093 picture

64GB SK Hynix HMAA8GL7MMR4N-UH T2 AA PC4-2400T LRDIMM Server Memory 1093

$299.99



USB 3.0 Micro SD SDHC TF Card Reader Memory Adapter for PC Laptop Camera lot picture

USB 3.0 Micro SD SDHC TF Card Reader Memory Adapter for PC Laptop Camera lot

$3.49