You are not logged in.

#1 2004-01-07 19:33:00

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Reinstall Lilo.

I had to reinstall Win2K because it was giving me problems. I knew it was going to erase Lilo so I made a bootdisk:

cd /usr/src/linux
make bzdisk

so I could make "lilo -v" later. But when I turned on the pc with that bootdisk, all it was giving me was a lot of numbers. I tried the three installation floppies, but even if I chroot to my Linux partition, lilo can't find the real lilo.conf file. Does someone has an idea?

Offline

#2 2004-01-07 21:16:33

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: Reinstall Lilo.

You can boot to you're linux partition with the arch install cd, and there fix lilo.
Boot with the CD, and in the boot prompt type:
linux root=/dev/discs/disc-/part-, and you will boot with the cd kernel.


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#3 2004-01-08 00:34:37

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Re: Reinstall Lilo.

I don't have the installation cd. I've tried it with the ftp installation floppies, but that command is not available. Can't I do something with them, or do I have to download that cd?

Offline

#4 2004-01-08 00:56:45

zen_guerrilla
Member
From: Greece
Registered: 2002-12-22
Posts: 259

Re: Reinstall Lilo.

I've never used the boot floopies, but I think they include mount & chroot commands, so boot with them, mount your root partition in /mnt (& your boot partition - if you have - on /mnt/boot), then do

mount /dev /mnt/dev -o bind
mount /proc /mnt/proc -o bind
chroot /mnt /bin/bash

Then simply 'lilo -v && exit' & reboot smile.

Offline

#5 2004-01-08 12:41:28

Luis Q. R.
Member
Registered: 2003-02-20
Posts: 106

Re: Reinstall Lilo.

That wasn't right, those directories do not exist. I'll download that cd tonight.

Offline

#6 2004-01-08 21:52:27

hApy
Member
From: Victoria, BC
Registered: 2003-04-13
Posts: 194
Website

Re: Reinstall Lilo.

boot with the ftp disks and enter

arch root=/dev/discs/<disc#>/<part#>

when it asks you to add boot options for the kernel.

I believe that is what I use, anyways.

Hapy.

Offline

Board footer

Powered by FluxBB