Ubuntu :: Migrating Over Ubuntu Wubi Install?
Jun 5, 2011
OS: Ubuntu version 11.04 Final and Windows Server 2008 Standard
Motherboard : Gigabyte GA-H67M-D2-B3
BIOS Type/Date/Version: Award Modular v6.00PG
Processor : Intel Core i3-2100CPU - 3.10GHz
Chipset: Intel H67 chipset
Ram : Kingston 4GB
HDD : 500Gb seagate sata
I have 2 OS:
1. Ubuntu version 11.04 Final
2. Windows Server 2008 Standard
Ubuntu 11.04 with wubi installed.
If i do migrate over a wubi installed to create ext4 & swap partitions as a standalone ubuntu bootloader instead of a windows boot manager, will all my data and desktop setting on ubuntu gone when migrating?Can i just migrate without resizing my windows partition?
View 1 Replies
ADVERTISEMENT
Jan 30, 2011
I've been using a wubi install of Ubuntu 10.10 for the past few months on my girlfriend's laptop, which has less hardware issues than my more recent laptop. Now that I'm a little more versed in Ubuntu, I'd like to transfer my Wubi install onto an actual partition on my laptop drive for a traditional dual boot.
Is this possible, and if anyone's done this before, would you be able to spare a few minutes and outline the process? I wouldn't know where to start and how to do things since I'm dealing more or less with a file system acting like a partition than an actual one.
I found the steps of migrating a Wubi install to partion via the Wubi Guide, but it seems those are steps for migrating a wubi install to a new partition on the same computer.
View 1 Replies
View Related
Jun 7, 2011
i started ubuntu from 9.04 now using 10.10 on my laptop. problem started when my laptop motherboard got bad beyond repair, and i had installed ubuntu 10.10 on it along with windows 7 (grub, dual boot). now i have pc running windows 7 and installed ubuntu 10.10 using wubi. i want all the settings of my laptop ubuntu 10.10 (programs installed, themes, softwares other configurations etc) to be transferred to this new ubuntu (installed using wubi) on my pc. how to do that? i have attached my laptop hard disk to my pc and am able to boot that installation on my pc, but now i have decided to remove laptop hard disk and use the same settings on pc hard disk.
View 6 Replies
View Related
Nov 27, 2010
I wanted to install ubuntu via wubi, but i had to format my partitions (can't do it on wubi ) so i used a crappy program(i don't remember the name) to get rid of Backtrack4 , because i wanted windows kept for my mom.So, that was the sorry, i've ended up with a GRUB error 22, and a Backtrack4 CD stuck in my DVD-rom.So my question is: Can somewone tell me how to fix error 22? (i've seen some methods online, but i obviously can't put a Windows CD in my DVD rom because the Backtrack4 DVD is stuck in there.
View 4 Replies
View Related
Dec 12, 2009
i have recently started using kde 4.x. I am trying to find out where are some kde 3.x feautures and how i can use them under kde 4.x
To be more specific:
A)IN kde 3.4 i was using multiple desktops. I still remember that i could see in my taskbar a preview of every virtual desktop and what applications are currently open on each desktop. In kde 4.x these icons are so small so i can't see any preview so there are not as useful as in previous verions
B)In kde 3.x i could easily create desktop shortcuts by dragging and droping icons. Right click on desktop gives no such an option.
C)What is the plasma dashboard(something like that)? Actually there is a small shortcut in the taskbar that seems to be working like the old one show desktop shortcut.
View 9 Replies
View Related
Jul 17, 2010
With the release of openSUSE 11.3 I decided to upgrade my three-year old computer which is running 11.0 and has been running out of disk for the last few months. I bought a new 500Gb HDD and installed it as the master drive, and moved my old drive to the slave. I installed 11.3 on the new drive. Too easy.Then I tried to mount my old drive so I could move my account files across. I wasn't able to mount the drive, which uses LVM (Logical Volume Manager). Is there any reason this wouldn't be recognised by 11.3?Then I tried to mount my new drive from my old system but 11.0 doesn't have support for the ext4 filesystem. I loaded the ext4dev kernel module with no joy:
Code:
samsara:/ # lsmod | grep ext4
ext4dev 222360 0
[code]....
View 2 Replies
View Related
Mar 1, 2010
My machine came with one drive installed with XP. I put a second drive in and installed 11.2. Dual boot. I'm replacing the XP drive (keep intact) with a new one but don't want to lose the ability of booting off the second drive. I want the new drive to be first drive in the system.
View 6 Replies
View Related
Oct 26, 2010
I'm migrating a mediawiki install to a new server, everything (files and database) have been moved over, however when bringing up the site I'm presented with an error that states the following
Code:
MediaWiki requires PHP 5.0.0 or higher. You are running PHP 4.3.9.
However from the command line I get
Code:
[bleon]$ php -v
PHP 5.1.6 (cli) (built: Jul 31 2008 00:08:07)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
why mediawiki is still thinking I'm running php4?
View 9 Replies
View Related
Oct 5, 2010
I am trying to open an encrypted home directory from opensuse 11.2 with opensuse 11.3. This means i have a user.img and a user.key So far i have done:
losetup /dev/loop3 user.img
cryptsetup luksOpen /dev/loop3 home
Enter passphrase for /dev/loop3:
No key available with this passphrase. At this point it will not accept my passphrase.
A luksDump reveals:
cryptsetup luksDump /dev/loop3
LUKS header information for /dev/loop3
[code]....
When i try to use the key file, i get:
cryptsetup luksOpen /dev/loop3 home --key-file home.key No key available with this passphrase.
View 3 Replies
View Related
Aug 22, 2011
Description: I want to migrate all home directories and users from one webserver to another. The old server runs OpenSuSE 11.2 and the new one OpenSuSE 11.4. I appended only the userpart of the passwd file from the old server to the new one. I did the same with the shadow file and the group file. I checked the user rights for all three of them and they were ok (shadow 600). I have done such a migration before and at that time it worked fine. Now for the weird part:
Errors: At first it seemed everything was ok. Websites and webshops were visible and working correctly. At first ftp seemed to work fine. Login worked but when uploading files, the error messages appeared: permission denied. Further testing gave following results:
-Root and users can login on console with their old passwords.Root can create new users, but they can not login: some error message comes, but is unreadable since it stays too short on display. After that it prints hint: on a new line and on another new line it gives a new login prompt. Root and users can change user's password, but then they can not login anymore. The same unreadable error message appears.
-Users can login with ftp, even after changing passwords(!) but can not change or add files var/log/messages only shows: uthentication failure twice.
Actions so far:
Emptied /tmp
reboot
copied the users again from passwd and shadow
checked UID's and GID's again
googled a lot
View 3 Replies
View Related
Sep 8, 2011
I need a new OS and heard about Suse for the longest time and wanted to give it a go. It's gonna be hard to let go of Win 2k, but with support degrading I need a OS that's rock stable like 2k. My main concern is application compatibility so I can run my current windows app in Suse. Ultimately I would want a multiboot so I don't lose windows 2k.
I'm using a IBM Thinkpad T61 with these configurations: T9300(2.5GHz), 4GB RAM, Cricual SSD 120GB, 14.1in 1440x900 LCD, 128MB nVIDIA Quadro NVS 140M, CDRW/DVDRW, Intel 802.11abgn, Modem, 1Gb Ether, UltraNav, Sec Chip, FPR, Camera, Windows 2000 SP4
View 9 Replies
View Related
Feb 24, 2011
So yeah I want to transfer my system to the real Ubuntu. Problem is I can't boot into my Wubi Ubuntu cause I lost boot.
View 5 Replies
View Related
Nov 12, 2010
After clicking on wubi.exe nothing happens. Wubi does not start at all.Windows XP, SP3.
View 9 Replies
View Related
Mar 19, 2011
What is the easiest and/or safest way to migrate my Wubi 10.04 install to a full install? Currently, my Dell XPS M1530 is currently dual-booting Ubuntu 10.04 LTS and Windows Vista Home Premium, and I've decided after using Windows a total of around 4 hours over the past 6 months that I can probably let it go. So, I don't need Windows anymore and I believe I'm ready for a full install of Ubuntu. Though, I probably will wait for 11.04 to come out first.
A few ways I've thought of already are: 1) Find an external hard drive to put the Wubi files on. 2) Upload files to an storage website. 3) Temporarily put the Wubi files onto another computer (Windows). All these meaning I would then wipe my harddrive and install Ubuntu from a CD. And by "files", I mean Documents, Pictures, Downloads, etc.
EDIT: deleting all my applications, because OpenOffice.org won't reinstall on my computer due to dependency issues while attempting to install LibreOffice. So a fresh install would be nice.
View 4 Replies
View Related
Feb 9, 2011
without realising I started thunderbird from a root window, I set it up along with rules and about 2 hours finetuning.
I figured out how to get the icon on the top panel, but that is naturally started as my user gsm.
Is there an easy way of migrating the whole mailbox and subfolders form the root install to the gsm user?
Or is it easier to start from scratch?
View 2 Replies
View Related
Aug 5, 2011
1. How can I install ubuntu 11.04 without using wubi?
2. in ubuntu 11.04 I found "main menu" that shows a lot of applications. Some ticked some not but, when I double click one a seemingly useless window opens.
What use is this menu for, how can it be used productively as it shows all available programs.
View 1 Replies
View Related
Jan 19, 2010
I have wubi and downloaded server tar in same directory, however, when I start wubi it downloads destop tar from web and than fails with permission denied.
Are there parameters to pass to wubi to direct it to source?
View 2 Replies
View Related
Mar 19, 2010
Wubi can't retrieve the netbook versions... any fix for this? I really don't want to use anything else but wubi. I used it on my desktop, and it was straightforward and I really prefer it (it's pretty much the only reason i'm putting linux on here lol)
I'm getting an error, it says: an error occured: Cannot download the metalink and therefore the ISO
portion of the log:
Code:
View 5 Replies
View Related
May 2, 2010
My XP partion is C: and 1st HD. my 2nd Empty Hard drive part is F:/ Can i install wubi on the other hardrive using my c partuon?
View 9 Replies
View Related
May 4, 2010
I cannot uninstall Wubi. I will attach the log file. Please let me know if you require me to add any additional information.
Other Notes:
Win7 64bit
Ubuntu/Wubi 9.10
Code:
The system cannot find the file specified.
View 3 Replies
View Related
Nov 6, 2010
I installed through Wubi and in update manager 10.10 has appeared,
I have two questions:
1) Will this install in the Wubi directory? (c://ubuntu) or do i have to partition it first? If i do, please tell me a link how because the one i followed on the wiki said it didn't support 10.04 wubi. I would prefer to upgrade the Wubi install though
2) Will upgrading remove any of my user files? I installed themes i want to keep, and i wouldn't want to loose them.
View 1 Replies
View Related
Jan 7, 2011
I've used wubi to install ubuntu and dual booting with Windows 7 32-bit.. My Windows 7 is on C Drive and ubuntu is on Drive D(25GB)..
I'm planning to install a fresh Windows 7 64-bit on my C Drive.. How do I backup my ubuntu install.I need to make sure all my Ubuntu data(updates and packages) are still there and my MBR/Bootloader works just like it does now..
View 9 Replies
View Related
Jul 8, 2011
I recently downloaded xubuntu 11.04. I run it live from USB it runs fine. Now i want to install it. I want to install it with wubi because in this case their less chance of data loss and easier to use. When i put all the downloaded files(inside downloaded iso) and run wubi(that came with iso)int the same folder it tries to download set up from internet. this is the error. why it is not working with files in that folder.OK I try to install this this from xubuntu bootable USB using wubi it runs better install it runs for a minute(installs files) but at the end of installation same error occur says can't connect to internet. Did you know any way to install xubuntu using wubi using downloaded ISO.
View 2 Replies
View Related
Nov 6, 2010
I have been using Ubuntu for several months and am "getting to grips" with it. However, recently I needed to renew my hdd. I used recovery disks and back-ups of my "data" - all went well and Vista runs fine and I can access my "stuff". But when I install Ubuntu (Wubi) using a pendrive OR a cd - Ubuntu seems to install OK. But after I reboot my pc and get the option to select an OS - Vista OR Ubuntu - I cannot move the highlighted option with the arrow keys on my keyboard so it defaults (after 20 seconds) to Vista every time? I would like to try the newer (10.10) Ubuntu Release.
View 2 Replies
View Related
Jan 11, 2010
So, I converted a Vista user by enticing her with WUBI. She's a computer idiot, and she thinks Linux is great.
HOWEVER, she recently had Ubuntu muck up for her, so she uninstalled WUBI/Ubuntu and reinstalled it (9.10). Upon restart, GRUB presented no boot menu and went straight into Ubuntu. The funny thing is, under the GRUB configuration files, the timeout for the boot menu is set to 10. I tried the following (made sure to change the boot device to hda1,0 since fdisk shows her NTFS as /dev/sdb1):
[URL]
No luck. No boot menu, no Windows option. I also tried the following:
Manual Windows Entry (with /etc/grub.d/30_os-prober made unexecutable)
Code:
#! /bin/sh -e
echo "Adding Windows 43_custom" >&2
menuentry "Windows Vista 43_custom" {
insmod ntfs
[Code]....
Using THIS method, the boot loader did appear, but there was no Windows option. Odd. So, I'm at a blocking point. Yes, I was smart enough to run update-grub Thoughts? My replies may be a bit delayed - she's 2 hours away and I don't have direct access to her computer.
View 2 Replies
View Related
Jan 26, 2010
I have a quad core box with Windows 7 64 bit installed on it. When I try to install wubi I get an error box immediately after clicking on the exe file that says pyrun.exe at the top of the box and the text says no disk in drive insert disk into drive deviceharddisk2dr2 I have to use the task manager to close that window in order to do anything else. I can't get past this error. I would love to use wubi to put ubuntu on my system.
View 9 Replies
View Related
Mar 2, 2010
I have two computers. One has to stay Windows the other is Ubuntu. I had installed Ubuntu as a wubi install on that windows machine. I uninstalled via add/remove programs but the loader is still there. How do I get rid of that? It's not a big issue cause I just set Windows as the first boot whith a 3 second time so it loads right up. Just want to know how.
View 2 Replies
View Related
Mar 23, 2010
Does Wubi install the 32 or 64-bit version of Ubuntu?
View 1 Replies
View Related
Mar 27, 2010
I tried installing Ubuntu 9.10 (64bit) using Wubi. Everything went fine except after final reboot when i choose to load Ubuntu i get only bash prompt.
View 3 Replies
View Related
May 15, 2010
Argh all that downloading for nothing, it fails when it is around 98% finished with install! Giving a permission denied error, yet that makes no sense because I am running as Administrator account in Windows Vista Home Premium (64-bit on amd64).
BTW I followed the recommended fix on the WubiGuide and it doesn't work.
It says to copy the ISO file (ubuntu-10.04-desktop-amd64.iso) into the same directory as the wubi.exe installer file. I did that and it still goes through the whole long process of downloading the ISO file and gives the same error at the end
[URL]
Here is the relevant tail of the log file.
05-15 07:04 INFO saplog: Verified a signature from ID:'46181433FBB75451'.
05-15 07:04 INFO saplog: Checking block bindings..
05-15 07:04 INFO saplog: Key verified successfully.
05-15 07:04 DEBUG CommonBackend: metalink md5sums:
63592a82b86f25a2b75ec10e75fba8f5 ubuntu-10.04-alternate-amd64.metalink
[Code].....
View 2 Replies
View Related