LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help meeee (https://www.linuxquestions.org/questions/linux-newbie-8/help-meeee-18515/)

safrout 04-14-2002 07:40 PM

help meeee
 
cos some reasons i had to format my drive C: and reinstall the ME windows again
but after finishing tha installation i have noticed that the lilo winodw don't appear anymore and the computer start automaticlly on windows

how can i restore the lilo window
which i used to chooose from it to start linux or windows



:smash:

trickykid 04-14-2002 07:47 PM

windows will auto wipe out the MBR whenever you install it.. you will need a Linux disk to boot linux to reinstall lilo to the MBR.

safrout 04-14-2002 08:33 PM

mmmmmmmm?
 
but i didn't make a disk
can anyone send it to my email or should i reinstall

taz.devil 04-14-2002 08:54 PM

You may be able to get a generic bootdisk somewhere. It's different per system though depending on hardware one has. Try the mandrake site for a rescue disk.

trickykid 04-14-2002 08:56 PM

if you have a mandrake cd, it might have rescue option on it.. might want to try that first. reinstall is always a last option with linux.

growler 04-14-2002 09:16 PM

you can mount the old linux, then chroot to it's root directory, and run lilo again.

any old linux boot disk will do - I recommend tomsrtbt:

tomsrtbt


once you've booted to a boot disk, or some form of linux, create a directory to mount your existing install, like so:

mkdir -p /mnt/old_linux

then mount the partition you want to make bootable again (you'll need to know which partition it was on (for example, /dev/hdb1):

mount -t auto /dev/hdb1 /mnt/old_linux

(you can change 'auto' to whatevet actual fs type it is, usually ext2 or ext3)

then chroot to that (this will change the root directory from the boot disk's / to /mnt/old_linux) and rerun lilo:

chroot /mnt/old_linux /sbin/lilo


that should do it!

(btw, I was going from a fuzzy memory, so I hope someone will correct me if I'm off! TIA!)

safrout 04-14-2002 09:48 PM

thaaaaaaaaaaaaaaaaaankx
 
yahoooooooooooooooooooooooooooooooooo


i have made it and i am psoting this reply from my lovelu mandrake
yahooooooooooooooooooooooooooooooo


thanx very much my friend for ur pst which helped me very much

thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanx GROWLER

growler 04-14-2002 10:15 PM

woohoo!!

see... trickykid was right - reinstall IS always a last option with linux!

safrout 04-14-2002 10:17 PM

yup
 
he was right
and i am veru glaaaaaaaaaaaaaaaaaaaaaad that he was right

ypyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy :D :D

trickykid 04-14-2002 10:44 PM

:D


All times are GMT -5. The time now is 09:01 AM.