Ubuntu :: Reinstalling Windows To Run Certain Programs
Feb 11, 2010
I have to reinstall windows on to my disk to run certain programs and I know I really have to uninstall ubuntu. Is there a way I can backup my whole ubuntu o/s or will it be easier for me to download a whole new disk from Net.
View 2 Replies
ADVERTISEMENT
Jan 23, 2010
I currently dual boot windows XP Pro with Ubuntu 9.10. I made a mistake last night playing with gparted and lost my E drive, which had all of my music, games and movies plus is where my Ubuntu install was. I then ended up reformatting the drive with windows and reinstalling Ubuntu 9.10.My question is how can I put my windows files on my E drive without going through the hassle of reinstalling windows.
I have a 20g IDE drive where my windows install is, windows and Ubuntu both tell me this drive is failing, (I have used it for booting since 2002, so I am not that concerned with it), another 40g IDE drive for more storage and a 160g SATA drive where Ubuntu is again installed. I want the SATA drive to be my main boot drive now, so how can I clone my windows boot to the other drive. I tried gparted but could not figure it out. I have gparted burnt to cd, booted with it and just don't understand how to use it.Also, if I clone this boot drive to the SATA drive, do I need to change jumper settings on my 40g to master when I take out the 20g drive.20g master and 40g slave on first IDE channel and 2 CD devices on second IDE channel and SATA drive on first SATA connection. I read somewhere that it is better to keep the cd devices on another channel than the disk drives.
View 1 Replies
View Related
Apr 19, 2011
Currently running Ubuntu 10.10 off of hard drive. I want to install a second hard drive and install Vista onto that drive from backup discs. I know how to install the drives: what I need to know is what order (if any) to install second drive (master or slave) and then, after installing Vista on the new drive, to get GRUB to recognize it.
View 2 Replies
View Related
Apr 18, 2010
I recently had to reinstall Windows XP and as usual it destroyed my grub setup. I have done this before, so I simply booted from a live CD and typed this in the terminal:
Code:
sudo grub
> root (hd0,2)
> setup(hd0)
> quit
Now, the problem with it this time is that in the past in these situations I had only Ubuntu Feisty and Windows XP installed on my machine. But I have installed Ubuntu 9.04 on a separate partition (retaining the old 7.04 installation separately) since I last had to reinstall XP. Doing the above procedure restores my grub sttings to my pre-9.04 installation (i.e. I only get Ubuntu 7.04 and Windows XP in the grub menu).
View 9 Replies
View Related
Dec 13, 2010
Every other guide I've seen is confusing the heck outta me.
I had ubuntu, and no other OS, then I installed win7, and now I want GRUB to be my MBR.
View 1 Replies
View Related
Feb 28, 2011
I am trying to recover Grub2 after reinstalling Windows 7 on my computer (which always takes over everything). I downloaded the Ubuntu 10.10 image from here and have mounted the image using the given instructions.
After restarting my computer, changing the boot order, etc., the computer reboots and hangs at "Verifying DMI Pool Data............" I have done everything correctly, so what exactly is causing this problem? Should I restore Grub2 in some different way, then?
View 2 Replies
View Related
Jun 4, 2011
Recently when I booted Windows 7, a "check filesystem" thing got up, so I let it do its thing. And now when I start Windows 7 my computer reboots right after "Windows 7" logo pops up. Is there any way I can re-install/repair my Windows 7 without losing my Ubuntu partition and all my stuff on it?
View 9 Replies
View Related
Mar 4, 2010
i am having ubuntu 8.04. i have installed windows 7 but i am not able to boot into ubuntu 8.04. i have new version of ubuntu 9.10 in CD. does reinstalling the new ubuntu will overwrite my all previous data which i had in older version of ubuntu?
View 4 Replies
View Related
Jan 5, 2010
I've re-installed Windows and now can't boot xubuntu 9.1. I've looked at: [URL]. I did the the fdisk -l and tried mounting each of the partitions but I couldn't mount sda4 which I think is the partition that my xubuntu is located on. A clue that this is the partition is that it is the only one of type extended as I saw in gparted. It was also the only one apart from sda5 that I wasn't able to mount and sda5 I think was an old USB partition. Anything else I could try or are you going to need the output of "fdisk -l" to get a fuller picture.
View 3 Replies
View Related
Mar 25, 2010
I have an old computer, it came with Windows 98, later I updated it with Windows XP. XP ran slowly because of it's outdated hardware. Around this time I already had a new computer. I decided to install Ubuntu on it to muck around with. However, Ubuntu also runs slowly and I have a dual-booting computer. However, when I try to get into the BIOS of the computer and run the 98 disk, I can hit every button and BIOS will not load. Question: How do I reinstall Windows if I can't access the BIOS?
View 9 Replies
View Related
Jan 15, 2011
I previously had a single 160gb drive with two partitions, dual booted for Ubuntu and XP. I then installed a new SSD drive and put Windows 7 on it and of course I lost grub on the MBR. I have gone through this before so I went ahead and booted the livd CD, installed grub then ran
root (hd0,1)
setup (hd0)
but then got these errors;
Error 22: No such partition
grub> setup (hd0)
setup (hd0)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
[Code]....
View 9 Replies
View Related
Jan 18, 2011
I'm about to reinstall Windows XP on a system that I also have Ubuntu installed on. I'm a bit confused how the boot loader works in a dual boot system. After reinstalling XP will I have to do something, like reinstalling GRUB somehow?
View 3 Replies
View Related
Aug 4, 2010
My Windows installation had a problem and I had to reinstall Windows. The problem now is that I need to get grub back so that I can boot into Fedora. I'm using a Fedora 11 LiveCD I had sitting around. Here are the results of the command most of the way down the first page:
Quote:
Disk /dev/sda: 250.0 GB, 250059350016 bytes
240 heads, 63 sectors/track, 32301 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x000f09ab
[Code].....
I'm tempted to try the grub-install command quoted near the end of the thread, but I don't want to do anything that will hose the system.
View 14 Replies
View Related
Oct 12, 2014
I have a dual boot machine (Windows 7 and Debian). W7 and debian are on the same HD but on different partitions. The debian partition is an LVM encrypted one.
The W7 needs reinstalling, and as I understand the process will overwrite the debian bootloader (grub).
Question: Is there a way to save the current bootloader and recover it after I've reinstalled W7, so I wont have to reinstall debian from scratch?.
I plan to re-install W7 on the same partition it is now, without overwriting the debian partition.
View 9 Replies
View Related
Apr 12, 2011
Currently I installed Windows Starter, then installed Fedora 15 Alpha from the 'Fedora 15 LiveCD'.Now, I have reinstalled Windows Starter and now my grub loader has been removed.How can I get the grub loader back, with just the LiveCD?Is it possible to do this without the LiveCD?
View 2 Replies
View Related
Mar 27, 2010
I'm using the Live CD and have followed steps to recover grub2 after XP install. (damn Windows)!
Upon rebooting I get the grub> prompt with no where to go. Upon installing grub via the Live CD I get this:
Quote:
Update:
When I do this link, upon doing the
Quote:
I get this:
Quote:
View 1 Replies
View Related
Aug 22, 2010
can windows7 programs properly work on ext3 filesystem in windows (if i use ext2ifs)?
View 2 Replies
View Related
Mar 17, 2010
After Reinstalling windows how 2 boot ubuntu i.e installed via Wubi perviously on win After Reinstalling windows how 2 boot ubuntu i.e installed via Wubi perviously on windows 7. I am running Ubuntu 9.10 on my Laptop, where it installed via Wubi on Windows 7. [windows 7 (Cand ubuntu on the different drive(U(NTFS)*its not a dual boot as installed via wubi]. For some reason My Windows needs a reinstall but in this case i think i will also lost ubuntu because its installed via Wubi.
Part 1 - I need to back up all the data that is installed in ubuntu i.e. SMplayer,Graphical GTK theme,Compiz,Emerald. and its setting,means the whole ubuntu system. So that after installing windows and ubuntu as a dual boot (not wubi again)i do not need to configure and install the whole ubuntu data/software again. Its pain for me to downlad again and again the data for ubuntu [Coz low speed connection ]
Part 2 - if it is possible that after Reinstalling windows i can boot into ubuntu that is previously installed via Wubi on different drive that please tell me, how could i do that. ****if it is not possible than please show me the way to do backup all the data,software,plugin that is downloaded.etc. I need to back up the whole Ubuntu because after installing windows i am goin 2 format the ubuntu drive and make it to Ext4 that is currently NTFS and then i will install the Fresh 9.10 on that.
View 1 Replies
View Related
Apr 21, 2011
i just recently downloaded ubuntu on my computer and i like it a lot because i enjoy programming but i cant figure out how to run windows programs on it. for my college im doing programming in matlab and i have it on my computer but i cant get it to work. i have downloaded wine but maybe a windows emulator will make it work?
View 5 Replies
View Related
Jun 9, 2010
I used to work on Tell me more language programs in windows . but now i can't setup them even after using wine . i'm really need to run these programs . can i ? or i have to go back to windows ?
View 3 Replies
View Related
Jul 3, 2010
I have a dual boot system, Windows 7 and a WUBI installed Ubuntu 10.04, both are 64 bit. Can I use Wine to run a program installed on the Windows partition? If so is there anything special I need to do? My Ubuntu partition is really small and I:d like to keep it that way.
View 3 Replies
View Related
Apr 19, 2011
Is there an easier way to run windows programs on Ununtu netbook 10.0?
View 3 Replies
View Related
Nov 27, 2010
I had Windows XP Pro 32 bit and CentOS 5.4 installed on my Dell M6400 laptop and life was wonderful. Until I had to reinstall Windows. In the process, I reformated the C: partition of the drive where the Windows operating system was installed. I was careful NOT to reformat anything else. Now I cannot boot CentOS. The drive that has both the Windows and CentOS still shows the same partitions as were there before I reinstalled Windows, namely:
NTFS (C:) 171.82 GB
/boot 102 MB
(F:) 60.96 GB
is where my CentOS partition has all of my linux data and apps. I assume /boot should be the boot partition for CentOS I use Acronis OS Selector to show the partitions to boot. Now CentOS doesn't show as an option even if I go through the process of trying to detect a CentOS boot partition using OS Selector. I have researched this in the forums but have not found anything that was of help. There was a thread from someone who had trouble booting Ubuntu on a system with Windows Vista and CentOS but I did not see anything there that looked like it would help in my situation.
View 3 Replies
View Related
May 16, 2010
I'm running Ubuntu 10.4 with Gnome and installed the netbook-remix so I could log into that as its own session when I'm just doing basic stuff.I log into the NBR session and all looks good, but when I run a program or open a window, it automatically minimizes the window. I maximize it and it just re-minimizes it. What can I do to stop this?
View 2 Replies
View Related
Oct 8, 2010
I am relativly new but can easily follow instructions, am runninng ubuntu server 10.04 with a shared hard drive.i would like to install programs on the server and run them on my win. cmp
View 9 Replies
View Related
Oct 31, 2009
I'm running a triple boot, XP, Vista and Ubunta 9.10, I understand that some windows programs can be run on Linux and I need to know how. I don't just mean only Microsoft programs but third party programs as well.
View 14 Replies
View Related
Jun 13, 2010
Is there a list somewhere that shows what programs for Fedora are the equivalence for Windows? I know that OpenOffice is the equivalence for Office but what else.
View 7 Replies
View Related
Aug 24, 2010
I want to do a clean re-install of Windows 7 but there are files and installed programs which need to be backed up and restored. I tried using the Windows 7 backup utility to do a full backup to an external usb drive. The problem is that whenever the backup gets close to finishing, it always crashes. The system I am backing up has been compromised by viruses, which might be causing this. I already used several utilities to get rid of the viruses but some of the damage they did can not be undone. I tried doing the backup in safe mode but Windows 7 does not allow this. What other methods can I use to backup and restore important programs and files on Windows 7? Perhaps there is a way to do it from outside Windows 7, like say, using a Linux live cd? One of the main problems I see is restoring installed programs since those make use of the registry so simply copying the files probably won't work.
View 3 Replies
View Related
Mar 16, 2010
i am now running Slitaz 2.0 and i would like to know how to run windows applications on my system. My OS didnt come with this wine ive been hearing about so i dont know what do do.
View 7 Replies
View Related
Feb 16, 2011
What is the best way to run windows software on linux system? I have both Fedora 14 and CentOS 5.5 installed.
View 2 Replies
View Related