LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux wont Start after windows reinstall (https://www.linuxquestions.org/questions/linux-newbie-8/linux-wont-start-after-windows-reinstall-453343/)

soulxcavtor 06-10-2006 12:06 AM

Linux wont Start after windows reinstall
 
I reinstalled Windows XP on my machine, deleting the exsiting Windows partition, then creating a new partition (with xp install disk). Now that Windows is installed for some reason INstead of C: its I:

AND EVEN WORSE:
When I turn on my computer, I dont get selection to start up LINUX! It just loads Windows! I'm so afraid what do I do!?!?! I love LInux!!!

Please help me!

Heres partition magic shows linux is still there, i think:
http://home.tampabay.rr.com/rcastoro/HELP.GIF

Bruce Hill 06-10-2006 01:13 AM

When you reinstalled Windows, you wrote over you Linux bootloader.
You must reinstall it. I don't know Mandrivia, so if you're using
GrUB -- I can't help. Never could do that right myself. If you're
using LiLO, you can boot with an install CD (can in Slackware) and
then issue as root "liloconfig" and reconfigure LiLO.

Google <Linux> is your friend. ;)

craigevil 06-10-2006 01:46 AM

Use a Knoppix LiveCd and as root:
in a terminal try

Mount the partition (provide the correct HD notation for hdax):
# mount -o dev,rw /mnt/hdax

If it's already mounted, remount it like this:
# mount -o remount,dev,rw /mnt/hdax

Now, restore grub like this:
# chroot /mnt/hda1 grub-install /dev/hda

If the chroot method doesn't work, try remounting as outlined above and do:
# grub-install -root-directory=/mnt/hda1 /dev/hda

dalek 06-10-2006 02:40 AM

Mandrake, Mandriva or whatever it is called now, used to have a rescue part of the first install CD. Just use that and tell it to reinstall your bootloader. All the Linux stuff is there provided you didn't repartition your drive or anything like that. This is also very common and I really think Billy does that to annoy us Linux users.

:D :D :D :D :D

soulxcavtor 06-10-2006 08:51 AM

I reinstalled the bootloader with the Mandriva Update cd since the ORiginal CD didnt work, and it now says when linux starts

no dir /home/bdd86
logging in with home = "/"

bash-3.00$

But i dont think i touched any of my linux partitions during reinstall of windows, all I did was delete the partition that windows was on, then created a new partition and put WIndows on IT.

soulxcavtor 06-10-2006 09:18 AM

Sorry please Void this Topic and see Software "Linux wont start"

Bruce Hill 06-10-2006 09:23 AM

If you've double posted, report it to a moderator....

Nylex 06-10-2006 09:25 AM

Quote:

Originally Posted by Chinaman
If you've double posted, report it to a moderator....

No need, it's already been reported.

Tinkster 06-10-2006 03:26 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Here's the original
http://www.linuxquestions.org/questi...d.php?t=453334


All times are GMT -5. The time now is 11:00 PM.