Results 1 to 8 of 8

Thread: Converting Linux to Vista

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    Converting Linux to Vista

    I have linux on my computer right now and for the life of me can't get Vista back on there. Vista was the original OSX and now I want it back on, or even XP and I can't.

    Any help would be great.

    Thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    493
    Well, You have Linux already installed but you can dual boot it with Vista on the same hard drive.

    We'll dual-boot Ubuntu 8.04 with Vista. With Ubuntu already installed and owning the entire drive, we'll use the Ubuntu Live CD to shrink the Linux partition to create space for the Vista install.

    Vista's MBR will overwrite GRUB during installation, so we'll go through two scenarios. First - reinstall GRUB to the Linux partition and use EasyBCD to modify the Vista bootloader so that it will boot Ubuntu. Second, reinstall GRUB to the MBR and configure it boot both Ubuntu and Vista

  3. #3
    Join Date
    Sep 2005
    Posts
    1,476
    Select your proper linux distribution: How to select a proper Linux distribution

  4. #4
    Join Date
    Nov 2008
    Posts
    3

    Re: Converting Linux to Vista

    windows 98 bootable CD have fdisk utility for partitioning, but its can handle hard drive only less than 64 GB, Microsoft has launches a hotfix patch for the same problem, and Now the new patched fdisk utility can handle 137 GB (48-bit LBA)

    here is the link u can download the patch for fdisk utility

    http://support.microsoft.com/kb/263044

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Converting Linux to Vista

    Quote Originally Posted by Barnold View Post
    I have linux on my computer right now and for the life of me can't get Vista back on there. Vista was the original OSX and now I want it back on, or even XP and I can't.

    Any help would be great.

    Thanks
    So do you want to delete Linux and install Vista or XP instead?

    You didnt mention which Linux you have installed. Anyways, according to Suse Linux, to wipe your drive of all content, go to a terminal in Suse, su to root, and issue the following command:
    Code:
    dd if=/dev/zero of=/dev/sda bs=512 count=1
    You'll need to replace /dev/sda with your actual device name such as /dev/hda.

    Using the dd command above will write zeros to the entire drive giving you a totally fresh start.

    If needed, you can use the fdisk -l command to determine your device name:
    Code:
    fdisk -l
    If for some reason this doesn't work, download the PartedMagic LiveCD, boot with it (root permissions not needed), and run the same command.

    Your Vista / XP install disk should work fine after doing this.

    Let us know how it goes.

  6. #6
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Converting Linux to Vista

    You can and should get the super grub disk. If all else fails, restore the Windows boot loader.

    You should have used Vista's Disk Management to shrink the partition.

    Add this to the end of menu.lst
    Code:
    gksudo gedit /boot/grub/menu.lst
    title Windows Vista (loader)
    root (hd0,0)
    savedefault
    makeactive
    chainloader +1
    That might work....

    Please give more detailed information about how many disks you have, and what the partitions are.

  7. #7
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Converting Linux to Vista

    You might give this a try:

    change "root" to "rootnoverify" so that your windows item looks like:
    Code:
    title Windows Vista (loader)
    rootnoverify (hd0,1)
    savedefault
    makeactive
    chainloader +1

  8. #8
    Yogesh Guest

    Re: Converting Linux to Vista

    Try EasyBCD

    EasyBCD

    EasyBCD is NeoSmart Technologies' multiple award-winning answer to tweaking the new Windows Vista bootloader. With EasyBCD, almost anything is possible. Setting up and configuring Windows boot entries is simple, and there is no easier way to quickly boot right into Linux, Mac OS X, or BSD straight from the Windows Vista bootloader - on the fly, no expert knowledge needed!

    EasyBCD is geared for users of all kinds. Whether you just want to add an entry to your old XP partition or want to create a duplicate for testing purposes; if you're interested in debugging the Windows Kernel or septuple-booting your seven test operating systems, EasyBCD is the key.

    EasyBCD is used and recommended by Microsoft, PC-World, PC-Magazine, Softpedia, PC-Welt, and dozens more!

    In the words of Harry McCracken (VP & Editor-in-Chief of PC World): "[EasyBCD] impressed the editors with its functionality and usability. These are some of the most well-crafted services available - congratulations to EasyBCD!"

Similar Threads

  1. Converting lossless .wma to .flac in Linux Mint 9
    By Souman in forum Windows Software
    Replies: 2
    Last Post: 13-11-2011, 12:37 AM
  2. Help: vista/wmm converting mpegs?
    By chicagomama in forum Windows Software
    Replies: 5
    Last Post: 12-07-2010, 02:50 PM
  3. Converting Vista 64bit with 32bit Ultimate Upgrade Disk
    By rmiman in forum Windows Software
    Replies: 4
    Last Post: 07-03-2009, 09:39 PM
  4. Converting Windows Vista 64 bit to 32 bit
    By Ascetica in forum Windows x64 Edition
    Replies: 12
    Last Post: 04-03-2009, 11:14 AM
  5. Converting .mp4 to .avi in Linux.
    By Aramax in forum Operating Systems
    Replies: 3
    Last Post: 23-01-2009, 01:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,469,396.60992 seconds with 17 queries