Ask a Question related to Debian, Design and Development.

  1. #1

    Default Lilo Problems

    I've installed a new server (woody 3.0r1 + proposed updates + security
    updates) on a system that is running with root on sda3. Lilo seems to be
    having problems as on boot it outputs and L followed by 01 01 01 and on
    and on. i.e. "L 01 01 01 01..." Any clues what the problem is? I'm able
    to get in using cd3 as a rescue disk and specifying "rescue
    root=/dev/sda1". The bios is configured to boot the SCSI drive first.

    Please CC me on any responses as I'm not subscribed to this list.

    ----------------
    Thanks
    Jefferson Cowart
    [email]Jeff@cowart.net[/email]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Jefferson Cowart Guest

  2. Similar Questions and Discussions

    1. reset mbr by lilo
      hi, i have reseted a partition backuped with dd with cat blahblah.dd >> /dev/hda5 but now I have a differente mbr. I havent floppy so that i could...
    2. Booting 2nd HDD from Lilo
      Hi, I have winXP and Linux installed on my first HDD (Primary Master) and Windows 2000 server on my 2nd HDD (on /dev/hdc1). my Lilo is installed...
    3. Problems with Lilo installation
      Hi group, I have 3 HD's on my system. The first one is the master HD on the 1 EIDE bus with windows 98 on the secound one I installed Suse...
    4. LILO --> GRUB
      I've been successfully booting into Debian-3.0 using LILO. Having used GRUB for many years on other systems, I decided to go ahead and...
    5. dual boot problems: LILO stops at LI
      On Wed, 25 Jun 2003 08:28:44 -0600, Brian Myers wrote: The boot loader can be either on the MBR or on a partition BIOS parameter block,"BPB." ...
  3. #2

    Default Re: Lilo Problems

    Jefferson Cowart wrote:
    >I've installed a new server (woody 3.0r1 + proposed updates + security
    >updates) on a system that is running with root on sda3. Lilo seems to be
    >having problems as on boot it outputs and L followed by 01 01 01 and on
    >and on. i.e. "L 01 01 01 01..." Any clues what the problem is? I'm able
    >to get in using cd3 as a rescue disk and specifying "rescue
    >root=/dev/sda1". The bios is configured to boot the SCSI drive first.
    >
    >Please CC me on any responses as I'm not subscribed to this list.
    >
    >
    You might post the relevant bits of "/etc/lilo.conf". I suspect you have
    a line:

    You claim that your root is on /dev/sda3, yet your rescue works when you
    point to /dev/sda1. There's some confusion here. I suspect this
    confusion is also being "felt" by lilo.


    --
    Kent West (westk@acu.edu)




    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Kent West Guest

  4. #3

    Default Re: Lilo Problems OT

    On Wed, August 06 at 2:46 AM EDT
    Paul Johnson <baloo@ursine.ca> wrote:
    >> Please CC me on any responses as I'm not subscribed to this list.
    >
    >[url]http://www.cs.tut.fi/~jkorpela/usenet/mail-responses.html[/url]
    >Either set Mail-Followup-To: yourself or don't request it.
    Paul - for future reference - what if one requests CC's because it
    sometimes takes hours (12 or more) for one to see posts on the lists due
    to listserv (or whatever handles this) being slow? I didn't see that
    one referenced in the link you posted. And I am not sure all mailers
    allow a user to*easily* set a Mail-Followup_To: header.


    Shawn Lamson
    [email]shawn.lamson@verizon.net[/email]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Shawn Lamson Guest

  5. #4

    Default RE: Lilo Problems

    Sorry I mis-typed the rescue line. My root is /dev/sda3 and I type
    "rescure root=/dev/sda3". Below is my lilo.conf file with comments
    removed. In addition I've included my /etc/fstab file and the output of
    df -h to show my /boot partition is small and at the front of the drive.

    ==============
    /etc/lilo.conf
    ==============
    lba32
    boot=/dev/sda
    root=/dev/sda3
    install=/boot/boot-menu.b
    map=/boot/map
    delay=20
    vga=normal
    default=Linux
    image=/vmlinuz
    label=Linux
    read-only
    # restricted
    # alias=1
    ==============
    /etc/fstab
    ==============
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump>
    <pass>
    /dev/sda3 / ext2 errors=remount-ro 0
    1
    /dev/sda2 none swap sw 0

    0
    proc /proc proc defaults 0

    0
    /dev/fd0 /floppy auto user,noauto 0

    0
    /dev/cdrom /cdrom iso9660 ro,user,noauto 0

    0
    /dev/sda1 /boot ext2 defaults 0
    2
    /dev/hda1 /var ext2 defaults 0
    2
    ==============
    df -h
    ==============
    # df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda3 7.9G 229M 7.2G 3% /
    /dev/sda1 45M 1.1M 42M 3% /boot
    /dev/hda1 5.9G 106M 5.5G 2% /var



    ----------------
    Thanks
    Jefferson Cowart
    [email]Jeff@cowart.net[/email]
    > -----Original Message-----
    > From: Kent West [mailto:westk@acu.edu]
    > Sent: Wednesday, August 06, 2003 05:19
    > To: Jefferson Cowart
    > Cc: [email]debian-user@lists.debian.org[/email]
    > Subject: Re: Lilo Problems
    >
    >
    > Jefferson Cowart wrote:
    >
    > >I've installed a new server (woody 3.0r1 + proposed updates
    > + security
    > >updates) on a system that is running with root on sda3. Lilo
    > seems to be
    > >having problems as on boot it outputs and L followed by 01
    > 01 01 and on
    > >and on. i.e. "L 01 01 01 01..." Any clues what the problem
    > is? I'm able
    > >to get in using cd3 as a rescue disk and specifying "rescue
    > >root=/dev/sda1". The bios is configured to boot the SCSI drive first.
    > >
    > >Please CC me on any responses as I'm not subscribed to this list.
    > >
    > >
    >
    > You might post the relevant bits of "/etc/lilo.conf". I
    > suspect you have
    > a line:
    >
    > You claim that your root is on /dev/sda3, yet your rescue
    > works when you
    > point to /dev/sda1. There's some confusion here. I suspect this
    > confusion is also being "felt" by lilo.
    >
    >
    > --
    > Kent West (westk@acu.edu)
    >
    >
    >

    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Jefferson Cowart Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139