LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-13-2009, 11:38 PM   #1
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Rep: Reputation: 0
Move all old 9.04 data to 9.10


My 9.04 data got a messed up (from being a newb) so I just made a Live Disk of 9.10 and installed it. How can I move my programs, files and settings to 9.10?
 
Old 12-14-2009, 01:47 AM   #2
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Options:
1.) Perhaps upgrade your existing Ubuntu? Whats wrong with that?
2.) The Ubuntu installer allows you to import accounts from other installations (you can check to make sure before you even begin installing.). That will bring most of your familiar things to your new installation.
3.) dd your home (and whatever else) to an external storage device,and install the new 'buntu.
4.) Attempt to repair your existing Ubuntu installation with your live cd. Then do option 1.

Thats all I can think of. Hope this helps (:

Last edited by lupusarcanus; 12-14-2009 at 01:49 AM.
 
1 members found this post helpful.
Old 12-14-2009, 02:55 PM   #3
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Original Poster
Rep: Reputation: 0
Well I have it saved on partition which when I try to boot up the 9.04 it says it is missing some file it needs to run (I hate making newb mistakes!), and I don't have a live CD of 9.04 (I suppose I could just make one though where can I get the iso I only see 9.10 and 8. something on the site)

BTW I tried the user thing when I installed it but it didn't do it, I just have this one.
 
Old 12-14-2009, 02:58 PM   #4
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Do you have an install cd for 9.04? if you do you could go into a recovery console and do an upgrade or repair from there right?
 
1 members found this post helpful.
Old 12-14-2009, 03:46 PM   #5
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Original Poster
Rep: Reputation: 0
I don't have the disk but I can make one if I can find a DL of a 9.04 version (site only has 2 versions)
 
Old 12-14-2009, 03:53 PM   #6
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
http://releases.ubuntu.com/9.04/
 
1 members found this post helpful.
Old 12-14-2009, 04:49 PM   #7
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Original Poster
Rep: Reputation: 0
Thanks downloading.

OK so now what do I do? It tries to install as a 3rd operating system, so I know I am wrong there.

Last edited by SanjiSasuke; 12-14-2009 at 04:56 PM.
 
Old 12-14-2009, 06:32 PM   #8
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Original Poster
Rep: Reputation: 0
I don't want to make another newb mistake, so what specifically do I do now that I have the 9.04 disk?
 
Old 12-14-2009, 06:43 PM   #9
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
If you boot from the cd you should see an option that says Recover a broken system. From there you should be able to launch a root console.
 
Old 12-14-2009, 07:01 PM   #10
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Original Poster
Rep: Reputation: 0
It doesn't give me that option, only options like I have never had 9.04 before.
(It has Try without any changes to computer, Install Ubuntu, etc.)

Like this: http://tomoyo.sourceforge.jp/1.7/1st...-livecd-en.png

Last edited by SanjiSasuke; 12-14-2009 at 07:06 PM.
 
Old 12-14-2009, 07:09 PM   #11
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
AH i see, version 9.04 is a live CD. Do Try without any changes.

Once it boots you should be able to open a terminal. Once it is open you can try to do a quick repair.

This should list your disk partitions

Code:
sudo fdisk -lu
Make sure the disk partiton you want to repair is not mounted. (You will need to change /dev/sda3 to your partition).

Code:
sudo umount /dev/sda3
Once the partiton is unmounted run fsck on it (once again replace /dev/sda3 with your partition.

Code:
fsck -y /dev/sda3
That should repair any errors on that partition.
 
Old 12-14-2009, 07:26 PM   #12
SanjiSasuke
LQ Newbie
 
Registered: Dec 2009
Posts: 28

Original Poster
Rep: Reputation: 0
Actually I was messing around searching for the filenames of some of the files and out of no where I see all my missing profile information from 9.04 that I told it to import. Sorry for the trouble and rest assured for the 1st time ever I will actually read all the getting started stuff, I need to learn this. Thanks for all the help, I will thry the last solution if I encounter any more problems with getting the information and will use it to restore the 9,04 files.
 
  


Reply

Tags
move, upgrade



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Way To Move Data via Rsync? carlosinfl Linux - Server 3 09-23-2009 08:04 PM
new filesystem: convert, or move data? slackhack Linux - General 5 04-13-2008 03:35 PM
Data Corruption on file move? mijohnst Linux - Networking 1 12-22-2004 11:44 AM
The Move from XP to Linux - How can I deal with my Data? philF Linux - General 4 11-08-2004 01:05 PM
how to move data in partitioning provkitir Linux - Software 1 11-07-2004 06:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration