The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Making LILO boot floppy

    Discussion in 'Linux Compatibility and Software' started by Froskoy, Mar 30, 2009.

  1. Froskoy

    Froskoy Notebook Guru

    Reputations:
    0
    Messages:
    61
    Likes Received:
    0
    Trophy Points:
    15
    Hi,

    I'm making a floppy disk with LILO on it using Windows.

    I've inserted the Linux CD and opened the directory \dosutils, double clicked the rawrite icon.

    I just need a LILO boot image to write to the floppy. If I download LILO from here: http://linux.softpedia.com/get/System/Boot/LILO-1090.shtml will it give me the .img file?

    Many thanks,

    Froskoy
     
  2. i.like.pie

    i.like.pie Notebook Consultant

    Reputations:
    51
    Messages:
    214
    Likes Received:
    0
    Trophy Points:
    30
    No, that is not a .img file. Its tar.gz.
     
  3. Froskoy

    Froskoy Notebook Guru

    Reputations:
    0
    Messages:
    61
    Likes Received:
    0
    Trophy Points:
    15
    OK, so how do I get the .img file to write to the floppy?

    Many thanks.
     
  4. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    You already asked this question in this forum here, and I answered it there. As long as you're posting about the same subject, you should stick with the thread you already opened, instead of opening a new one. If you look at the Linux CD you have the rawrite program on, there will likely be some floppy linux boot .img file somewhere on it, like;
    Code:
    /images/boot.img
    or
    Code:
    /install/floppy/boot.img
    It's hard to tell where exactly it is, since you didn't specify which Linux distro or version. That will be a floppy bootable Linux image for installing that distro. There's no such thing as a "LILO boot image". It sounds like you're asking for a Linux boot floppy image, with LILO as the boot manager, although you haven't provided really useful information as to what you're trying to fix, and how you're trying to fix it.

    Having said that, the two links I provided in your original thread, were for two floppy bootable Linux distros, and the first one, tomsrtbt, uses LILO as its boot manager.

    Good Luck..