• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

boot back to Linux after reinstall windows

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, this is not the first time I have done this, but I didn't manage to solve the problem. This is the situation:
-In my computer I have Windows XP installed first,
-Then I install Linux 8.1,
-Everything is fine, since Linux created a boot option for windows xp after installation, so both linux and windows boot option appear if restart the computer.
-Recently I have to reinstall windows due to potential worm or virus exist in my windows. then after the installation of windows, linux boot option disappear, restarting the computer will go straight to windows xp, leaving no trace going into linux that's previous installed.
I wonder how to get back to linux? without reinstalling linux again?
Thank you.
 
Ranch Hand
Posts: 688
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your window wipe out matser boot record on your box. Do you have a rescue disk sitting somewhere? If you use lilo, you can boot into linux with the rescue disk, and rerun lilo command to load master boord record.
Note: this can be very dangerous, potential wipe out your window and linux box. Make sure you read as many documentation as you can.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess that you can also boot off your Linux installation CD and choose something like rescue mode and fix your MBR.Anyway, if you can afford reinstalling your systems from scratch, I'd recommend you to repartition your drive and create small /boot partition ( 25 - 150 Mb) at the beginning of your
disk and make it active with fdisk - you'll be able to reinstall Windows as many times as you want without any troubles as your Linux bootloader (Lilo or Grub) won't be in the MBR anymore.
If you still have troubles with your installation, please write more info - what Linux distro you use - 8.1 doesn't tells much - is it Mandrake 8.1 or SuSE 8.1 or something else, which bootloader, e.t.c - I'll try to help.Also you might find useful the forum at: http://www.linuxiso.org/forums/
Good luck!
 
Alex Leung
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the comments, I will try these ideas. I am using Red Hat 8.1, If I get stuck I will ask again. Cheers.
 
yeah, but ... what would PIE do? Especially concerning this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic