The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > Linux
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 03-24-2008
s4g3's Avatar
s4g3 s4g3 is offline
Registered User
  
 

Join Date: Nov 2007
Location: India
Posts: 43
Just like reborg said, GParted -- LiveCD is one such tool.

However a point to note, when you install Windows after Linux, you wont be able to boot Linux as windows boot loader will rewrite the grub settings for MBR. (its m$ afterall)

You might wanna run a grub-install /dev/hda (or whatever is your primary drive) to fix the issue and get a dual boot screen during boot up

~s4g3