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

Thread: Lilo

  1. #11
    Ok, first of all thanks for the help.

    It didn't work, I followed chsh's advice.
    Added WindowsXP *
    Fatal: Sorry, don't know how to handle device 0xf000
    btw your command didn't work, should have been (hd replaced with hda2):
    ./sbin/lilo -C ./etc/lilo.conf -m /mnt/hda2/boot/System.map
    Am I right with that command?

  2. #12
    Senior Member
    Join Date
    May 2004
    Posts
    519
    well i know i altered my lilo prompt time by editing it in lilo.conf and then running /sbin/lilo

    ah well .. enjoy being able to enter linux .. doesnt matter how you worked it out so long as you did

  3. #13
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,255
    Originally posted here by Soda_Popinsky
    btw your command didn't work, should have been (hd replaced with hda2):
    ./sbin/lilo -C ./etc/lilo.conf -m /mnt/hda2/boot/System.map
    Am I right with that command?
    Btw, for those instructions to work, you need to be in /mnt/hd, since it uses relative paths based on that dir. Do you have a separate boot partition? If you don't, it might work fine with:
    cd /mnt/hd
    ./sbin/lilo -C ./etc/lilo.conf -m ./boot/System.map

    (note the . in front of the / at the start of each path)
    Also, make sure your System.map really is in the boot dir. If it isn't, try leaving the -m option off (it may give you errors, may not), or if you have the kernel sources at say, /usr/src/linux, you could pass the path as: /usr/src/linux/System.map.

    EDIT:
    If you boot from the slack install CD, it expects /boot to be symlinked to /mnt/boot, so you could try deleting the /boot symlink and symlinking /mnt/hd/boot to /boot, then ignoring the -m argument.
    Chris Shepherd
    The Nelson-Shepherd cutoff: The point at which you realise someone is an idiot while trying to help them.
    \"Well as far as the spelling, I speak fluently both your native languages. Do you even can try spell mine ?\" -- Failed Insult
    Is your whole family retarded, or did they just catch it from you?

  4. #14
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    Are you sure your linux partition is /dev/hda2. Run an fdisk -l on any linux prompt and see which one is a linux partition.

    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  5. #15
    I got pissed and installed Slackware again. I had a lot of bad configurations, installation problems anyway, so I decided to try everything again.

    Thanks again.

Posting Permissions

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