|
| |||||||||
| Tags: converting, linux |
![]() |
| | Thread Tools | Search this Thread |
|
#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
| ||||
| ||||
|
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
| ||||
| ||||
|
Select your proper linux distribution: How to select a proper Linux distribution |
|
#4
| |||
| |||
| 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
| ||||
| ||||
| Re: Converting Linux to Vista Quote:
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 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 Your Vista / XP install disk should work fine after doing this. Let us know how it goes. |
|
#6
| ||||
| ||||
| 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 Quote:
Please give more detailed information about how many disks you have, and what the partitions are. |
|
#7
| ||||
| ||||
| 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
| ||||
| ||||
| Re: Converting Linux to Vista
Try EasyBCD Quote:
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Converting Linux to Vista" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Converting lossless .wma to .flac in Linux Mint 9 | Souman | Windows Software | 2 | 13-11-2011 12:37 AM |
| Help: vista/wmm converting mpegs? | chicagomama | Windows Software | 5 | 12-07-2010 03:50 PM |
| Converting Vista 64bit with 32bit Ultimate Upgrade Disk | rmiman | Windows Software | 4 | 07-03-2009 09:39 PM |
| Converting .mp4 to .avi in Linux. | Aramax | Operating Systems | 3 | 23-01-2009 01:25 PM |
| Windows Vista Word converting to be read on 2003 Word | Char | Vista Help | 5 | 16-01-2008 07:17 PM |