Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20
I just installed the Fedora12 on my laptop, on which originally there was only one partition with Vista before. I resized the Vista partition and made a free space and ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    11

    Unhappy unable to boot Vista after installing linux

    I just installed the Fedora12 on my laptop, on which originally there was only one partition with Vista before. I resized the Vista partition and made a free space and installed Linux on it.
    Fedora works fine, but when I try to boot Vista, it opens the system recovery options menu, without being able to do anything. After the end of each option it boots again, giving the two options between Linux and "other" and if I choose "other" it goes back to the recovery menu. Do you have any suggestions?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Boot up Fedora and execute this in Terminal/Konsole :
    Code:
    su -
    /sbin/fdisk -l
    Post output here.
    *** Its small L in fdisk -l.

    Post the contents of /boot/grub/grub.conf file too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    4
    Just a thought, until the more experienced users give you an answer:
    It's my understanding that, absent unusual and special tools, you can't 'resize' a partition without _deleting_ the contents.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It is possible and really easy to resize partitions without deleting those. There are a very few setups where one has to delete other partition(s) to resize one particular partition.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Oct 2008
    Posts
    4
    Quote Originally Posted by devils casper View Post
    It is possible and really easy to resize partitions without deleting those. There are a very few setups where one has to delete other partition(s) to resize one particular partition.
    Thanks -- I knew there was likely a reason you didn't give that answer first.
    I don't understand though, how a partition can be resized unless either the OS has kept all the data collected to one end and not fragmented, or the patition is imaged to another drive and restored?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Most of partition managers defrag partition(s) before applying resize instructions.
    I would suggest you to check documentation of parted tool. GParted and PartedMagic LiveCDs are just front ends of parted and it is most widely used Linux based Partition Manager.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Aug 2006
    Posts
    1
    Did you resize the Vista partition using Windows or did you use a Linux tool? I had a similar issue lately (after resizing with gparted) and read someplace that the NTFS details are somehow slightly different in Vista &Windows 7 from previous XP etc. so that you have to use the Windows software to resize it's own partitions. I wasn't able to get the usual Linux tools to repair the partition to the point of being able to coax Windows 7 (in my case) to boot. Good luck.

  8. #8
    Just Joined! VirtualLinuxUser's Avatar
    Join Date
    Mar 2008
    Location
    Pietermaritzburg, KwaZulu Natal, South Africa
    Posts
    28

    Lightbulb

    Quote Originally Posted by kscott121 View Post
    Did you resize the Vista partition using Windows or did you use a Linux tool? I had a similar issue lately (after resizing with gparted) and read someplace that the NTFS details are somehow slightly different in Vista &Windows 7 from previous XP etc. so that you have to use the Windows software to resize it's own partitions. I wasn't able to get the usual Linux tools to repair the partition to the point of being able to coax Windows 7 (in my case) to boot. Good luck.
    Apparently, the GNU-Linux partition tools mentioned above have issues with Vista and Win 7 partitions. In my experience, Fedora 10+ also seems to have issues with Windows partitions, although I'm not sure why. Either use the Windows tools or (in a worst-case scenario) reinstall windows on a smaller partition and try installing GNU-Linux on a separate disk/ partition, but with /bin mounted on the disk that holds the Windows MBR).

    Failing that, do what I've done : download VirtualBox and create a new VM for GNU-Linux in the free space of your Windows Partition. BTW, you'll probably have to run VirtualBox in XP compatability mode.

  9. #9
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Likely all the OP needs to do is change (hd0,0) to (hd0,1) in the boot menu under the Windows stanza.
    Glenn
    Powered by Fedora 16 and Arch Linux

  10. #10
    Just Joined!
    Join Date
    Nov 2008
    Location
    Cape Verde
    Posts
    7
    I've been using Linux partitioning tools such as Gparted and Parted Magic and I have to say that since now I've never had problems and I use them very often.
    But however as we see according to various related experiences, Windows Vista "doesn't like" its partition to be resized and Windows 7 as well, specially when is to share the HD with a Linux OS. I think that what Fatook has to do is:

    1- Insert the CD installation of Windows Vista and instead of select install he selects repair.
    After the reparation of Windows Vista on the next boot he wont be able to select the option Fedora 12 because it wouldn't be there, windows is going to overwrite the MBR installing its own Boot-Manager. Just enter on Vista and will find that everything is OK.

    2- Insert the Fedora DVD and reboot, and then select rescue an existing installation.

    a)- Skip the testing of the media, skip the Start network interface and after this your Fedora will be mounted on /mnt/sysimage

    b)- Tape the command in order to enter as root in /mnt/sysimage:
    chroot /mnt/sysimage

    c)- And now we are going to have back our GRUB with the command:
    grub-install /dev/sda

    d)- Reboot and now the Fedora and Windows Vista are going to be together on the start menu.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...