Ubuntu Installation :: WinXP Not Shown In Migration Assistant?
Jul 27, 2010
I'm in the Live CD and I've followed the steps to the migration assistant. Where it should say "Windows XP Media Center Edition" it claims that "There were no other users or operating systems suitable for importing from"
Also, on the where to install to step, Where at the top it should say that another operating system is installed, it is blank.
I'm wondering if I continue the installation, on boot-up will it detect windows?
I have searched this, and after 15 pages of results, I have not come to a definite conclusion.
View 2 Replies
ADVERTISEMENT
Apr 24, 2010
I started using ubuntu now again as my second os. when i want to do some gaming i still need windows most of the times and some windows apps i just cant find equal versions in ubuntu at least not as user friendly yet. Now my question is this. I did not migrate my music to ubuntu during the installation due to i simply forgot so is there anyway to simply relaunch just the Migration assistant ? All i want is that my music from windows appears when i go to my music folder this will also make it easier for me when i use amarok.
View 1 Replies
View Related
Sep 12, 2010
I just installed Ubuntu Remix 10.04 on my wifes MSI U100 netbook. I did a dual boot just in case she had to get into Windows for something. I let the install automatically partion (did the side by side option). Anyway, Ubuntu works fine and imported all her documents and stuff. Problem is Windows XP won't boot. The first time I tried to boot Windows XP I got a message saying the hardware had changed and I had to select safe mode, normal boot, last known good, etc... I booted normally. I got the splash screen followed by a quick flash of BSOD and a reboot. I does this no matter how I try to boot Windows (safe, command prompt, etc). Anyone have any idea what the problem is?
View 3 Replies
View Related
Feb 8, 2011
Recently upgraded to Ubuntu 10.10. Tried to use the Evolution Setup Assistant. Problem is I cannot reach the "Next" button at the bottom of the screen. I have moved the panels to left and right - still no go.
View 4 Replies
View Related
Sep 26, 2010
I just reinstalled Ubuntu Lucid Lynx and an old problem has come back. For some reason I couldn't fix it even in my previous installation. The problem is the top gnome panel. See the photo below: As you can see, the network icon is not shown properly while the Me menu is being shown twice. I can't even restart or log out or shut down at this situation without pressing the keystroke to turn the power off.
View 9 Replies
View Related
May 2, 2010
I migrated from 9.10 to 10.4 during the package installation I have the error: E: resolvconf: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1 ( In italian because I install the Italian version). The problem is: the file /etc/resol.conf I can't modify or delete from all user, root also.
View 1 Replies
View Related
Feb 27, 2011
I installed Ubuntu 10.04 (32 bit version) a few months ago on a system with two IDE drives (cable select configuration). The primary drive (/dev/sda) is 40GB and the secondary drive (/dev/sdb) is 80GB. I created all of my partitions on the primary drive and left the secondary drive unconfigured. After a month or so I noticed that two of my partitions had quickly reached 50% capacity, as I had just taken a guess at an appropriate partition size when I first installed Ubuntu.
Since I had a larger unused drive already in place, I decided to migrate my installation from the smaller drive to the larger drive, but sizing the partitions in question more appropriately (i.e., much larger). I assumed that I could install Ubuntu on the bigger drive with larger partitions, byte-for-byte copy all my existing partitions from the old disk to the new one, edit /etc/fstab, reboot, and GBTW. Naturally that didn't work as I expected.
Here's what I did: Carefully logged my existing partitions on /dev/sda and their mount points Used a live CD to install the same version of Ubuntu on the larger drive (/dev/sdb), using its partition tool to generously size my partitions. I carefully logged the new partitions and their mount points. For each partition on /dev/sda (except for /boot and swap), I used dd to create a gzip'd image and stored all of those images on a backup drive.
I then used dd to complete the task of migrating all of these partitions (again, all but /boot and swap) to their respective partitions on /dev/sdb.
Ran blkid to see all of my partitions. I noticed that some of the UUIDs existed on both drives. I thought "hmmm...that's weird" and moved on.
Mounted my new root partition (/dev/sdb6) on a contrived mount point.
Edited /etc/fstab (after backing it up) and carefully replaced all the old UUIDs with their respective counterparts on my new drive. Also replaced the device reference for /boot with its respective counterpart.
Crossed fingers. Rebooted. Got some warnings about missing UUIDs.
After the system completely booted, I used the graphical disk utility and saw that the system mounted some partitions from /dev/sda and others from /dev/sdb. Not good.
Here are the steps I took since lurking here:
It seems my installation still has an identity crisis. What steps should I take from here to force my Ubuntu installation to only use my partitions on /dev/sdb?
Was there an easier way for me to migrate my installation to a new drive?
View 3 Replies
View Related
Jun 4, 2010
I have transferred my Ubuntu partition (along with Windows XP and Linux swap partitions) to a new HDD using TrueImage's sector-by-sector method. Ubuntu runs quite well after I've made the suggested updates/upgrades. System version now is 10:04 Lucid Lynx. However, I'm missing the ALT-CTRL-F1 .. F6 terminals. All I see is a pattern of vertical stripes in the colors of my gnome desktop. Each time I switch from graphic mode to textmode the pattern shows a different variation of these colors.
View 1 Replies
View Related
Jun 21, 2010
I've been supporting Microsoft OS and Apps since 1992. I hold a BSEET and am one test shy of MCSE. I have my own Computer Support business helping Individuals and Small Business keep their M$ PCs running.
I'm also sick of Microsoft. I'm tired of their manipulations, deceptions, and failure to produce Software that serves the needs me and my customers. I've been watching Open Source for 3 years hoping for an Alternative I could recommend to my customers. I'm very excited about Ubuntu 9.10.
There is just one thing missing. I think it can be done, but I need the help of the experienced Users here. What I'd like to do is copy the existing "C:Documents and Settings" folder to a USB Drive, Install Ubuntu using the entire disk (blow Windows away), and finally point the (excellent) Windows Migration Tool in Ubuntu to those Profiles and have it Import them just like it does in a Parallel Install.
I found this:
Code:
1.) Fire up live CD
2.) Open up a terminal
3.) sudo gedit /etc/apt/sources.list and remove all comments (#) in front of the repositories, and save the file.
4.) sudo apt-get ntfs-3g
5.) mkdir /mnt/win
6.) ntfsmount /dev/<disk and partition number here> /mnt/win
7.) mkdir /mnt/win/users
8.) mv /mnt/win/Documents and Settings/<userprofile here> /mnt/win/users/
9.) umount /mnt/win
10.) start ubiquity from the commandline wih the new-partitioner switch like this: ubiquity --new-partitioner
11.) after the setup is done do NOT reboot
12.) mount the disk in step 6 again and move the profiles from step 8 back to the Documents and Settings folder. Else Windows might throw a tantrum not finding profiles.
But it fails at the sudo apt-get ntfs-3g command. I guess that's because this was written for a version that's several years old. update the Process for v9.10?
View 4 Replies
View Related
Nov 9, 2009
I've had the same Fedora server (filewise) since it was RedHat, but I'm getting major issues with an open Bugzilla report and I'm considering a brand new install.
The thing is - I've had files on this server since 1999, really, with personalized settings and everything in between.
Is there any easy way to start a fresh install (on a brand new hard drive) and migrate my files over? Otherwise, how does one do a fresh install without losing files and programs they've been painstakingly been trying to maintain for an entire decade?
I don't even know how to install half of this stuff anymore. The computer was on autopilot for the better half of the last 10 years.
Is there an easy way to back up settings and restore them?
View 1 Replies
View Related
Sep 22, 2010
My wubi installation works perfectly but since i cannot restart my netbook i cannot get to use it. however, i am a bioinformatician and for that type of work, i need linux.
migrating my ubuntu wubi install to a different partition on my hdd, from within windows (without restart) in order for me to mount that partition using vmware player and booting up ubuntu from windows. (and to possibly be able to do that from ubuntu as well later.)
so i need to move this wubi install.
I am used to old school move files and edit boot ini and such if there is no automatic way of doing this from within windows.
View 1 Replies
View Related
Mar 22, 2010
I have been able to get most of the way through the process of changing from using ext4 back to using ext3, but something is not quite right so my system does not boot properly.
I have a system that was running Karmic Koala 9.10 as a server (no graphical environment). I had two drives using RAID1 with LVM on top, where the logical volumes of oldvg (old volume group) were using mostly ext4. /boot was not part of the RAID: it's on a separate physical drive and uses ext2.
I recently added two more drives and used RAID1 and LVM, and made all lv partitions (/, /usr, /var, /tmp, /opt, /home, /srv) ext3. I used rsync to duplicate the contents onto the logical volumes of newvg (new volume group). I was careful with rsync's option switches, and this part seems to be fine.
I also edited (the new) /etc/fstab and changed the UUIDs of the seven mount points to point to the logical volumes that are part of newvg instead of oldvg, and added new entries to (the new) /boot/grub/menu.lst to refer to newvg in addition to those that I left around to refer to oldvg.
This wasn't sufficient: rebooting here failed, but I went in with a rescue disk, and first updated /boot/grub/device.map to include the new physical drives. I then mounted all the new logical volumes, mounted boot also at its proper place, and entered a chroot of the new system as it should be mounted. Once there, (and after making a backup of /boot) I ran "update-initramfs -k all -c" to rebuild the initrd images that were stored on /boot. Finally, I also edited /etc/mtab so that the two entries that referred to oldvg now refer to newvg instead.
Now, the machine begins to boot from newvg, but the console text includes messages like:
And a bit later,
Now, at this shell if I type mount, I see:
I am actually confused as to why there are only entries for /root and /var in /etc/mtab, actually, instead of entries for all of the main mount points. I am thinking it must be part of the boot staging process, because there are entries for newvg-usr, newvg-tmp, etc. in /etc/fstab.
When I type any of pvdisplay, vgdisplay, or lvdisplay, I get
In fact, even if I run lvm, I get a similar error:
However, if I go back to the rescue cd, pvdisplay, vgdisplay, and lvdisplay do show that all of the partitions from both the old and new volume groups are available.
View 1 Replies
View Related
May 13, 2010
currently I'm running postgresql-8.3 server on lenny 32 bits. There are also installed some standard packages but in the near future I'd like to install mysql server on the same machine. I believe that 64 bit system will be faster so I decided to change from 32 to 64 bit. how to migrate postgresql database from 32 to 64 bits. I have postgresql data dir on separate volume. Will it be possible if I just use it as it is now in new 64 bit system with the same postgresql server config files or do I have to dump data and restore it in new installation ?
View 1 Replies
View Related
Aug 1, 2010
i wanted to use this as an email server to receive and send emails from ubuntu server. i had nagios installed on my ubuntu, installed postfix too, so i thought i could somehow make use of this evolution setup assistant.Under the receiving email, the server is shown as email. iptouch.com , what should i replace this with? And also under sending email, the server i should put as what?
View 14 Replies
View Related
Aug 17, 2010
I installed 10.04 on a machine up at work, and grabbed all of the updates. Whenever I when to import the PST file into Evolution, I ran into a problem. In the Import Assistant, the dropdown menu with all of the file types are grayed out, and whenever I select the .PST file to import, the Forward button is grayed out as well. Has anyone come across the problem before? I tried reinstalling Evolution, but that didn't have any effect on it. Still got the same problem.
View 1 Replies
View Related
Oct 29, 2010
I tried to install ubuntu 10.04 on a desktop in dual boot with win XP. Ubuntu doesn't boot. It only happens after a reboot of win XP. I upgraded to 10.10 but nothing changed, i made a clean install but still it happens..I mean:
1. Power on
2. grub -> ubuntu
3. splash screen freezed
otherwise:
1. Power on
2. grub -> WinXP
3. reboot
4. grub -> ubuntu
5. ubuntu run perfectly
View 1 Replies
View Related
Apr 19, 2011
So I recently started using Windows 7, but it kept crashing so i thought "OK back to WinXP and Ubuntu 10.10" So I installed Windows (urrrggh) and that went fine, but now that I have come to installing Ubuntu Desktop 10.10, it cant seem to find the Windows XP partition, I tried manually editing partitions but it wouldnt let me resize the partition. But it did give me the option to install the Bootloader (GRUB) to the partition labelled "Windows XP Professional".
I have used this setup before and ran fine, bare in mind that was with 9.10, maybe I should install 9.10 and then use "sudo apt-get install dist-upgrade"?If i cant get this working I will try another distro and see if its Ubuntu or whether its a Windows or disk issue.
View 5 Replies
View Related
Jan 6, 2010
I have been a happy little GRUB user for a while now, but now I want to use GRUB to boot a physically separate WinXP hard drive, and I can't seem to do that. Normally GRUB is easy, (I even have a nice splash screen of my own making). Its a champion solution for booting into Ubuntu Linux on /dev/sda5 or Win XP on /dev/sda1.
My second HD which Linux recognizes as /dev/sdb, has a Win XP boot sector and Win XP in one partition.
Normally I boot off /dev/sda using GRUB, and from Linux I can mount and have access to /dev/sdb - that works well. Occasionally however, I need to boot the separate Win XP system on the second HD, and to do that I switch the boot drive in the BIOS, but lately that is getting to be a bit tedious.
Initially I though to give the additional boot choice to GRUB, I simply had to edit /boot/grub/menu.lst and point to the second HD (where /dev/sdb = hd1 in GRUB speak). Unfortunately, when I select the new choice, it simply boots Win XP off the first HD.
I'm confident GRUB does look at the first partion on hd1 as expected as I can induce an error by having hd1 disconnected, or write silly partion numbers into menu.lst. So if it does in fact find the first partion on hd1, why doesn't it boot? Why does it default to WinXP on hd0?
I have diligently tried physically swapping SATA drive cables and playing with bios switching and have messed about a fair bit with menu.lst to make sure I have drive and partition numbers right, but all to no avail. I have also tried changing rdisk(0) in boot.ini to rdisk(1) on the second drive when it is not the boot drive.
I'm afraid the only other thing I can think of is that the second hard drive requires a Linux boot sector if I am going to boot it up from GRUB, but somehow that doesn't make sense. Surely GRUB can work across physically separate drives, so I'm open to other ideas first.
View 5 Replies
View Related
Jan 14, 2010
I first installed 9.10 from 9.10 Live CD to my Thinkpad X200 selecting not to install its bootloader thinking I could use NTLDR. That did not work at all. Tried bootpart, starting 9.10 from LiveCD to reinstall grup... I gave up and in WinXP, deleted the 9.10 partition and its SWAP partition.
I reinstall 9.10 again into the now freed space.This time I selected to install the bootloader but to /dev/sda5.After completing the installation,I rebooted to WinXP and used bootpart to create the necessart ubuntu.bin and instructions in boot.ini.That did not work. I went into 9.10 live CD again and use dd command to extract the fir 512bytes from /dev/sda5 and place it in a USB drive as ubuntu.bin.Rebooted into WinXP and put this new ubuntu.bin into C:. All I get when booting into Ubuntu is a blank screen...
View 9 Replies
View Related
Jan 31, 2010
I'm trying to setup my second computer as I think my first one is failing. I can only get my display to show 800*600 I want 1024*768 I also have this on a dual boot system but not showing any menu system so I can't get winxp How can I get a display of what my system is so I can post
View 1 Replies
View Related
Feb 5, 2010
Suppose I have installed a Ubuntu (UNR9.10) PC in my home LAN,-> am I right that I need to have Samba server installed before I can share folders & files (mainly large media files) in the harddisk of Ubuntu PC for read/write access by other LAN PC running WinXP?
-> am I right that Ubuntu PC cannot access (read or write) USB harddisk nor USB thumbdrive as formatted by WinXP? how about SD card through USB card reader? does UNR v9.10 contain Samba or do I need to install it separately after UNR installation? where can I find the instruction for installation and configuration of the samba server?
View 3 Replies
View Related
Feb 12, 2010
I have on my computer 9.1 and I want to try some virtualization. I want to install WinXP or 7 as guest on my U9.1 box. what is your opinion? Which VMware or VirtualBox should I try?
View 1 Replies
View Related
Jun 25, 2010
Here's today's problem: I upgraded to Ubuntu 10.04 and hope to have it run alongside Win XP PRO, which it had for months.
Only, when I select WinXP in GRUB, nothing happens. Oh the screen goes dark for a few seconds, but then the GRUB screen reappears. Ubuntu 10.04 functions correctly.
here are the contents of what I assume is grub.cfg code...
What I need to know is how to make GRUB load WinXP.
View 9 Replies
View Related
Sep 17, 2010
I have used Ubuntu 8.x before side by side with win XP with absolutely no problems, today I have a windows 7 working great, but it was not enough for me so I've installed winXP on another NTFS partition, and then installed the Ubuntu 8, but the problem is that grub didn't detect windows 7 only detected Ubuntu and win xp ( and win XP under the name "windows Vista" !!). I did rename the win XP thing, not big thing, but there still the main problem of windows seven, it's not detected yet. So what I have done is downloading Ubuntu 10.10 beta and repeated the same thing after deleting the previous partition that Ubuntu 8 was on and created new one and used it. But the problem stays the same.
I have 80 GB - all one partition - windows 7
and 1 TB - 359 GB -storage
-26 GB - windows XP
-26 GB - Ubuntu 10.10
- ~4 or 5 GB - swap
-443 GB - storage
I know it's not organized enough but I couldn't do better using win7 storage management tool So what should I do to make windows 7 detected by grab and bootable, and I really don't want to format any drive,specially win7.
View 9 Replies
View Related
Jan 21, 2011
I'm trying to install Ubuntu 10.10 on my WinXP desktop computer. I used the LiveCD and manually configured the partitions. I resized my XP partition (the entire SATA HDD) and created a 37GB partition for Ubuntu, as well as a 3GB swap file. I installed the boot loader on the Ubuntu partition. But BIOS doesn't recognize that the drive has separate partitions, and I can't boot into it from Windows either. I know I didn't modify WinXP's MBR, but should I have? I didn't know where it was.
I booted into the LiveCD again, and went into the disk manager. I Edited the Ubuntu partition and saw a checkbox that said "Bootable". I checked it and hit apply, hoping that might do it. I waited twenty minutes and the little circle was still spinning with no indication that it was actually doing anything or any warning of how long it would take, so I rebooted. Still no luck.
Someone told me that Ubuntu sometimes won't be bootable if you have both SATA and PATA drives in the system, which I do (although both XP and Ubuntu are on the same, SATA drive) and gave me a page that told me to use Grub4Dos. I fiddled around with that, only to come onto the Ubuntu website and find out that the page they gave me was outdated, before Ubuntu used GRUB2.
View 8 Replies
View Related
Mar 8, 2011
I've got an old Dell Precision 670 which has a SCSI disk. I installed 10.04 and everything worked fine - I could boot into 10.04 from the GRUB menu. I later added an IDE disk and installed WinXP Pro on it.
When I ran 'sudo update-grub', Lucid discovered the IDE disk and added a WinXP Pro entry to the GRUB menu. Now, though I can still boot 10.04 from the GRUB menu, I can't boot WinXP - the screen goes blank, and I have to hit Ctrl-Alt-Del to restart.
For what it's worth, here are the results of using boot_info_script055.sh:
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Windows is installed in the MBR of /dev/sda
=> Grub 2 is installed in the MBR of /dev/sdb and looks on the same drive in
partition #1 for /boot/grub.
[Code]....
View 3 Replies
View Related
Apr 30, 2010
When is the 10.04 upgrade going to show on my update manager? I have been running the update manager since yesterday and the 10.04 upgrade hasn't shown up yet. It is still showing an upgrade to 8.10. I have been waiting to upgrade while exploring and using the 8.04 LTS Hardy. Now that it has been released it isn't showing on the update manager.
View 4 Replies
View Related
Sep 1, 2011
I have installed d4x its not showing in Ubuntu 11.04 dash but its showing as installed in software center. I have tried the command of "which d4x" and I got nothing.
Code:
assassin@genupulas:~$ sudo dpkg --configure d4x
[sudo] password for assassin:
dpkg: warning: there's no installed package matching d4x
Code:
assassin@genupulas:~$ which d4x
assassin@genupulas:~$
View 5 Replies
View Related
Jan 11, 2010
I have 2 Hard drives, the original 30GBs with Windows XP on it, My son put 2nd hard drive into pc as slave (400GB), no problems, WinXP recognised 2nd drive. This was all a way to give 'good ole Mum' a chance to muck about with Linux.Got a Linux Format Mag with Ubuntu 9.10 on it, amongst others, but this one I knew from previous use. I have installed it on the 2nd hard drive, not sure if I correctly (manually) partitioned but I put ( I believe) a home partition, a swap partition, left ( so I thought) a 3rd partition space, and said install. Ubuntu runs fine and see the small HD with WinXP but WinXP doesnt see the HD with Ubuntu, and I wanted to use the 3rd partition for the WinXp as I need to use that for Grant writting I do for not for profit organisations govt depts that I apply for grants from are MS freaks, that said, all runs ok but what have I done that wont let WinXP see to utilise the 3rd partition. Be kind, I have a load of senior moments these days
View 5 Replies
View Related
Jan 11, 2010
I'm on a work desktop and im just wondering what the chances are of data loss if i resize my paritions i have 2 NTFS 1 10GB and 1 64GB (Not sure why but thats how it is) I want to take 30GB from the 2nd partition and add onto the main 10GB. Is it only Gparted that has a chance of Data Loss or is that with all parition editors, its just that alot of NTFS windows progams indicate that there software is safe like this one for example url.
View 3 Replies
View Related