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
  •  


IBM System X3850-X5 Server w/4x Intel  Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD picture

IBM System X3850-X5 Server w/4x Intel Xeon E7-4870 CPU , 512 GB DDR3 RAM,NO HDD

$1599.99



IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU picture

IBM 7915 AC1 M4 E27R704 Server Intel 2650V2 32GB RAM NO HDD w/ 2x 750w PSU

$225.00



IBM 9307-RC4 42U 19in Freestanding Server Rack Cabinet 1000 lb Capacity picture

IBM 9307-RC4 42U 19in Freestanding Server Rack Cabinet 1000 lb Capacity

$100.00



IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5

IBM QRadar xx29 2x Xeon E5-2650v4 2x 900W PSU M5120 12x 3.5" Bay Server No RAM

$179.99



IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES picture

IBM SYSTEM X3500 M3 SERVER 7380AC1 TOWER Server XEON E5620 8GB RAID SEE NOTES

$111.70



IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER picture

IBM X3650 M5 5462-AC1,2 X E5-2640V3 2.6GHZ 8C, 16 GB, DUAL 750W, 2 X 1TB SERVER

$349.99



IBM x3550 M4 1x 3.50GHz Quad Core Xeon E5-2637v2 32GB RAM 8-Bay No HDDs - READ picture

IBM x3550 M4 1x 3.50GHz Quad Core Xeon E5-2637v2 32GB RAM 8-Bay No HDDs - READ

$20.00



IBM Power 720 8202-E4B Server - POWER7 4-Core 3GHz, 8GB, 2x 146GB HDD, 1725W PSU picture

IBM Power 720 8202-E4B Server - POWER7 4-Core 3GHz, 8GB, 2x 146GB HDD, 1725W PSU

$450.00



IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671 picture

IBM X3650 M4 Server System Board 00MX553 00AM209 00Y8499 00Y8457 00D2888 00W2671

$230.00



IBM ADP Server Type 7870 AC1 NO HDD | 128GB RAM PC3L | 2 x Xeon  E5620 picture

IBM ADP Server Type 7870 AC1 NO HDD | 128GB RAM PC3L | 2 x Xeon E5620

$199.99