Boot Linux after instaling windows

Reply

Join Date: Nov 2004
Posts: 2
Reputation: Velikiy is an unknown quantity at this point 
Solved Threads: 0
Velikiy Velikiy is offline Offline
Newbie Poster

Boot Linux after instaling windows

 
0
  #1
Nov 5th, 2004
I had two OS's on PS.After reinstalling windows tha boot window disappear :evil: .And now I can't boot Linux :-|
What I have to do for return this window and boot linux?
Thaks a lot .Soory for mistakes.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 21
Reputation: Ceaser is an unknown quantity at this point 
Solved Threads: 0
Ceaser Ceaser is offline Offline
Newbie Poster

Re: Boot Linux after instaling windows

 
0
  #2
Nov 5th, 2004
When you reinstalled windows did you reformat the hard drive? How was the drive partitioned? It is a possibility that you formated over the Linux partition. When you look at the hardrive in windoze do you see the full HD size?
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 2,108
Reputation: server_crash is on a distinguished road 
Solved Threads: 18
server_crash server_crash is offline Offline
Postaholic

Re: Boot Linux after instaling windows

 
0
  #3
Nov 5th, 2004
Originally Posted by Ceaser
It is a possibility that you formated over the Linux partition.
This is most likely what's happend unless maybe you used something like partition magic to partition. This can sometimes cause it to boot directly into one OS and ignore the other.
Last edited by alc6379; Dec 6th, 2004 at 2:58 pm.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 2
Reputation: Velikiy is an unknown quantity at this point 
Solved Threads: 0
Velikiy Velikiy is offline Offline
Newbie Poster

Re: Boot Linux after instaling windows

 
0
  #4
Nov 5th, 2004
The reinstalling I did with Gost. When I see HD it is not full because of Linux :lol:
I had created two hardrives independed.
It is right.I did partion whith magic partion.On one hardrive sit windows :evil: and on other sit Linux :lol: .And this cause it to boot directly into one OS(windows) and ignore the other(Linux).


Thanks a lot .Sory for mistakes.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 2,108
Reputation: server_crash is on a distinguished road 
Solved Threads: 18
server_crash server_crash is offline Offline
Postaholic

Re: Boot Linux after instaling windows

 
0
  #5
Nov 5th, 2004
Originally Posted by Velikiy
The reinstalling I did with Gost. When I see HD it is not full because of Linux :lol:
I had created two hardrives independed.
It is right.I did partion whith magic partion.On one hardrive sit windows :evil: and on other sit Linux :lol: .And this cause it to boot directly into one OS(windows) and ignore the other(Linux).
.
When I used partition magic it damaged the bootloader of windows and I was never able to recover windows but it booted directly into linux. After that I never used partition magic again, and I strongly advise against it. Just using the partitioner in the linux setup is fairly easy, and that's what I have always used. I would just go through with the linux installer it's much easier for dual booting and it won't damage the other OS' bootloader. And don't worry about creating two diffrent HD's before installing, deal with that during the instalation.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 5
Reputation: Peeyush Maurya is an unknown quantity at this point 
Solved Threads: 0
Peeyush Maurya Peeyush Maurya is offline Offline
Newbie Poster

Re: Boot Linux after instaling windows

 
0
  #6
Dec 4th, 2004
loadlin is very useful if you lost windows MBR after installing linux....

i know of two options
1. using LOADLIN. which uses windows boot.ini to load linux
2. boot in rescue mode ... run command to write bootloader of linux..(lilo/grub)

Regards,
Peeyush Maurya
http://www.geocities.com/peeyush_maurya/
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 15
Reputation: lestont is an unknown quantity at this point 
Solved Threads: 0
lestont lestont is offline Offline
Newbie Poster

Re: Boot Linux after instaling windows

 
0
  #7
Jan 16th, 2005
You should create a bootable floppy disk from your linux cds. Insert your installation cd1 and skip everything until you reach an option to create a bootable disk.You can then boot from floppy everytime you want to use linux.
Or
You can try to correct the MBR
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 372
Reputation: TheOgre is a jewel in the rough TheOgre is a jewel in the rough TheOgre is a jewel in the rough 
Solved Threads: 6
TheOgre's Avatar
TheOgre TheOgre is offline Offline
Posting Whiz

Re: Boot Linux after instaling windows

 
0
  #8
Jan 17th, 2005
Boot to your Linux distro and run lilo. Lilo will rewrite the mbr to include the lilo boot menu screen that got overwritten when you reinstalled Windoze.

...provided you use lilo and not grub or some other boot manager...
If you spend more on coffee than on IT security, you will be hacked.
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 19
Reputation: fooumang is an unknown quantity at this point 
Solved Threads: 1
fooumang's Avatar
fooumang fooumang is offline Offline
Newbie Poster

Re: Boot Linux after instaling windows

 
0
  #9
Jan 28th, 2005
TheOgre is right.

What happened when you reinstalled windows is that it over wrote the MBR where you most likely had the lilo/grub info installed. This got rid of the linux boot load and put the windows one back on there.

Boot with a linux rescue disc (you should be able to use almost any install cd) when box is up in linux, you need to rerun lilo or reinstall grub (whatever you were using as your boot loader).

If you didn't mount your / directory as root, make sure its mounted

and do:
chroot /mnt/hda1 (or whatever you have it mounted as)

Check your lilo.conf (in /etc) file to make sure its correct

and then run:

lilo

that is, assuming you're using lilo.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 181
Reputation: Paul.Esson is an unknown quantity at this point 
Solved Threads: 10
Paul.Esson's Avatar
Paul.Esson Paul.Esson is offline Offline
Junior Poster

Re: Boot Linux after instaling windows

 
0
  #10
Feb 16th, 2005
If your using grub

type

$ grub

grub> root (hd0,0)
grub> setup (hd0)
grub> quit

Note: hd0,0 is hda1, hd0,1 will be hda2 etc.
hd1,0 is hdb1

root(hd0,0) should be the partition where your grub booting information is (kernel images and grub config)

if you dont know where this is use

grub> find /boot/grub/stage1

setup(hd0) installs grub on your mbr

good luck, btw.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the *nix Software Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC