Lost LILO after installed new window.

Lost LILO after installed new window.

Post by Kevin Won » Sun, 31 Dec 1899 09:00:00



Lost LILO after installed new window.
I am recently installed new window.
I originally have been installed win 98 and Linux RH.
but I recently installed winNT.
the problem is:
after I installed window, I afraid I will lost LILO.
Because I encounter this problem before.
So is there a way that I can call the LILO back?
or boot into Linux Redhat?
Thank You Very Much.

P.S.: How do I make linux boot disk in linux?
I am using RH 6.0.
Thank You.

 
 
 

Lost LILO after installed new window.

Post by Marc » Sun, 31 Dec 1899 09:00:00


Use a utility from www.winimage.com to put an entry in your boot.ini file
that will let you boot to Linux.
Bootdisk? For Installation or to boot to Linux after its installed?
Install: dosutils/rawrite from CD
System: # mkbootdisk linux_kernel_version from bash


Quote:> Lost LILO after installed new window.
> I am recently installed new window.
> I originally have been installed win 98 and Linux RH.
> but I recently installed winNT.
> the problem is:
> after I installed window, I afraid I will lost LILO.
> Because I encounter this problem before.
> So is there a way that I can call the LILO back?
> or boot into Linux Redhat?
> Thank You Very Much.

> P.S.: How do I make linux boot disk in linux?
> I am using RH 6.0.
> Thank You.


 
 
 

Lost LILO after installed new window.

Post by Bill Unr » Sun, 31 Dec 1899 09:00:00



Quote:>Lost LILO after installed new window.

This is a service offered to you for free by Windows. When you install
Windows you are clearly installing a superior operating system, and
there is not reason why youwould want to boot up anything else, so
Windows removes all other boot loaders for you. Write a thank you card
to Microsoft for their kind concern for your welfare.

iThen, if you really want to use lilo again ( you need to be punished)
you need to either use that boot disk you made when you installed linux,
or use the installation for RH to get lilo going again.

Once you have done that, make sure tht you have a boot disk, or at least
a lilo on a floppy
(run
lilo -b /dev/fd0
to put your LILO onto a floppy which you can then use to rescue yourself
from Microsft's ministrtions.

 
 
 

Lost LILO after installed new window.

Post by David M. Carne » Sun, 31 Dec 1899 09:00:00





>>Lost LILO after installed new window.

> This is a service offered to you for free by Windows. When you install
> Windows you are clearly installing a superior operating system, and
> there is not reason why youwould want to boot up anything else, so
> Windows removes all other boot loaders for you. Write a thank you card
> to Microsoft for their kind concern for your welfare.

> iThen, if you really want to use lilo again ( you need to be punished)
> you need to either use that boot disk you made when you installed linux,
> or use the installation for RH to get lilo going again.

> Once you have done that, make sure tht you have a boot disk, or at least
> a lilo on a floppy
> (run
> lilo -b /dev/fd0 to put your LILO onto a floppy which you can then use
> to rescue yourself from Microsft's ministrtions.

OR, you could take the CDROM with your Linux distribution and search it
for loadlin and vmlinuz. Create a directory on your Windoze system called
linux ;-), and copy loadlin and vmlinuz to it. Then reboot Windoze into
dos mode (NOT a dos window) and cd to the linux directory. Type the
following:

    loadlin vmlinuz root=/dev/hda?

Put the right number after the hda, ie mine is 7 so I put:

    loadlin vmlinuz root=/dev/hda7

Then when I boot Linux this way, login as root and simply type:

    /sbin/lilo

Lilo should then be rewritten to the MBR of your harddrive, and you can
then boot Linux normally. Leave loadlin and vmlinuz in place just in case.

You may have to modify your /etc/lilo.conf to boot either Linux or Windoze
(dualboot). I've included mine as an EXAMPLE below. It will boot RH6.1 as
default, or boot Windoze 98 for my wife (really!).

Good luck!

David

boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50
default=linux

image=/boot/vmlinuz-2.2.12-20
        label=linux initrd=/boot/initrd-2.2.12-20.img read-only root=/dev/hda7

other=/dev/hda1
        label=dos

 
 
 

Lost LILO after installed new window.

Post by David M. Carne » Sun, 31 Dec 1899 09:00:00







>>>Lost LILO after installed new window.

>> This is a service offered to you for free by Windows. When you install
>> Windows you are clearly installing a superior operating system, and
>> there is not reason why youwould want to boot up anything else, so
>> Windows removes all other boot loaders for you. Write a thank you card
>> to Microsoft for their kind concern for your welfare.

>> iThen, if you really want to use lilo again ( you need to be punished)
>> you need to either use that boot disk you made when you installed
>> linux, or use the installation for RH to get lilo going again.

>> Once you have done that, make sure tht you have a boot disk, or at
>> least a lilo on a floppy
>> (run
>> lilo -b /dev/fd0 to put your LILO onto a floppy which you can then use
>> to rescue yourself from Microsft's ministrtions.

> OR, you could take the CDROM with your Linux distribution and search it
> for loadlin and vmlinuz. Create a directory on your Windoze system
> called linux ;-), and copy loadlin and vmlinuz to it. Then reboot
> Windoze into dos mode (NOT a dos window) and cd to the linux directory.
> Type the following:

>     loadlin vmlinuz root=/dev/hda?

> Put the right number after the hda, ie mine is 7 so I put:

>     loadlin vmlinuz root=/dev/hda7

> Then when I boot Linux this way, login as root and simply type:

>     /sbin/lilo

> Lilo should then be rewritten to the MBR of your harddrive, and you can
> then boot Linux normally. Leave loadlin and vmlinuz in place just in
> case.

> You may have to modify your /etc/lilo.conf to boot either Linux or
> Windoze
> (dualboot). I've included mine as an EXAMPLE below. It will boot RH6.1
> as default, or boot Windoze 98 for my wife (really!).

> Good luck!

> David

> boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50
> default=linux

> image=/boot/vmlinuz-2.2.12-20
>    label=linux initrd=/boot/initrd-2.2.12-20.img read-only root=/dev/hda7

> other=/dev/hda1
>    label=dos

Much to my dismay, my lilo.conf file did not format in the above answer
correctly. Sorry.

David

 
 
 

Lost LILO after installed new window.

Post by Villy Kru » Sun, 31 Dec 1899 09:00:00



>Lost LILO after installed new window.
>I am recently installed new window.
>I originally have been installed win 98 and Linux RH.
>but I recently installed winNT.
>the problem is:
>after I installed window, I afraid I will lost LILO.
>Because I encounter this problem before.
>So is there a way that I can call the LILO back?
>or boot into Linux Redhat?
>Thank You Very Much.

>P.S.: How do I make linux boot disk in linux?
>I am using RH 6.0.
>Thank You.

Install lilo on the first lilo partition.  Then it is a simple matter
to make this linux partition active using DOS fdisk to get lilo back.

Villy

 
 
 

Lost LILO after installed new window.

Post by C Sanjayan Rosenmun » Sun, 31 Dec 1899 09:00:00




> >Lost LILO after installed new window.
> >I am recently installed new window.
> >I originally have been installed win 98 and Linux RH.
> >but I recently installed winNT.
> >the problem is:
> >after I installed window, I afraid I will lost LILO.
> >Because I encounter this problem before.
> >So is there a way that I can call the LILO back?
> >or boot into Linux Redhat?
> >Thank You Very Much.

> >P.S.: How do I make linux boot disk in linux?
> >I am using RH 6.0.
> >Thank You.

> Install lilo on the first lilo partition.  Then it is a simple matter
> to make this linux partition active using DOS fdisk to get lilo back.

> Villy

Actually, he *seems* to have lilo already set up. so he just needs to
run
/sbin/lilo and all _should_ be well. . . .
--
Sanjay

Windows has detected that a gnat has farted near your computer.
                            Press any key to reboot.
 
 
 

Lost LILO after installed new window.

Post by Villy Kru » Sun, 31 Dec 1899 09:00:00


On Mon, 26 Jun 2000 22:12:42 -0700,

Quote:

>> Install lilo on the first lilo partition.  Then it is a simple matter
>> to make this linux partition active using DOS fdisk to get lilo back.

>> Villy
>Actually, he *seems* to have lilo already set up. so he just needs to
>run
>/sbin/lilo and all _should_ be well. . . .

Of course, but to install lilo into the linux partition is something
you do *before* you attempt to install windows.  After the damage is
done and you can't boot linux it becomes a tricky thing to run
/sbin/lilo.  Then you will need the linux boot floppy, boot from the
install CD, or something similar to recover, and you would need to
have these things available.

Villy

 
 
 

Lost LILO after installed new window.

Post by c.sanjayan.rosenm.. » Sun, 31 Dec 1899 09:00:00






> >Lost LILO after installed new window.
> >I am recently installed new window.
> >I originally have been installed win 98 and Linux RH.
> >but I recently installed winNT.
> >the problem is:
> >after I installed window, I afraid I will lost LILO.
> >Because I encounter this problem before.
> >So is there a way that I can call the LILO back?
> >or boot into Linux Redhat?
> >Thank You Very Much.

> >P.S.: How do I make linux boot disk in linux?
> >I am using RH 6.0.
> >Thank You.

> Install lilo on the first lilo partition.  Then it is a simple
 matter
> to make this linux partition active using DOS fdisk to get lilo
 back.

> Villy

Actually, he *seems* to have lilo already set up. so he just needs to
run
/sbin/lilo and all _should_ be well. . . .
--
Sanjay

Windows has detected that a gnat has farted near your computer.
                            Press any key to reboot.
 
 
 

Lost LILO after installed new window.

Post by villy.kr.. » Sun, 31 Dec 1899 09:00:00



On Mon, 26 Jun 2000 22:12:42 -0700,


>> Install lilo on the first lilo partition.  Then it is a simple
 matter
>> to make this linux partition active using DOS fdisk to get lilo
 back.

>> Villy
>Actually, he *seems* to have lilo already set up. so he just needs
 to
>run
>/sbin/lilo and all _should_ be well. . . .

Of course, but to install lilo into the linux partition is something
you do *before* you attempt to install windows.  After the damage is
done and you can't boot linux it becomes a tricky thing to run
/sbin/lilo.  Then you will need the linux boot floppy, boot from the
install CD, or something similar to recover, and you would need to
have these things available.

Villy

 
 
 

1. please help - lost LILO, LILO lost

Hello,

i recently brought my linux system down by doing some stupid thing.
i went as far as having no choice but to reset the system a few
times. after that, i tried booting win95 (sorry this beast coexists
on my hard drives). upon getting the wallpaper on screen, the screen
went blank and there was no response. then i rebooted the computer
and this time the lilo prompt was changed from "LILO: " to "LI"
and the system hung. i had no emergency boot disks ready (it was
under work at that time) but i did have a boot disk for win95 and so
i got the dos prompt with that. however, many directories were
not readable, one of which contained a comm program that i needed to
use. i turned to my good old 386, made a rescue disk and somehow
managed to get into linux again. now everythings works fine under
linux with booting from a floppy but i can't figure out how i could
fix the supposedly damaged MBR. i tried restoring the old MBR by
'lilo -u' and 'dd if=/boot/boot.0300 of=/dev/hda bs=446 count=1'
and reinstall lilo but it didn't work. by restoring the old mbr,
i get a message like 'insert system disk' or something, and by
reinstalling it, i get the "LI" prompt again. the lilo.conf file
is as follows.

compact
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
# timeout=600
image=/vmlinuz
        label=linux
        root=/dev/hda2
        read-only
other=/dev/hda1
        label=dos
        table=/dev/hda

i still can mount win95 filesystems and i think everything is readable,
if that matters. help, anyone please?

--
Our freedom, or your life!                              <RATM>

2. Argh!@#$%, I turkeyed lilo.conf

3. Windows files and partitions are lost after LINUX and LILO installation.

4. GLX cannot use hardware acceleration with Xfree4 (G400)

5. Lost Win95 after installing LILO

6. Please recommend tape backup

7. Linux and Eudora?

8. Installed the devil's program, lost my LILO

9. Help: lost my mouse after installing a new motherboard

10. Lost with RPM and installing new applications RH Linux 5.2

11. Almost Lost New Hard Drive When Trying To Install Mandrake 7.0

12. Installed new HD; lost CDROM