Ubuntu :: Backup And Restore A Triple-boot System?

Jun 14, 2010

best/simplest way to back up my triple-boot machine, which has Karmic 32-bit, Karmic 64-bit and Windows 7 (64-bit) installed on 3 equal slices of the internal 1TB disk. There are a total of 6 partitions (1 primary+1 logical partition each for the two Karmic, and 2 primary partitions for Win7), and I would like to back it up on an external disk such that the whole system can be restored as-is by writing over the disk. I guess this means correctly backing up data+partition table+MBR, and I would also prefer backing up only the used portion of the disk (rather than creating a 1TB mostly empty image file).

To my knowledge the only way to reliably do this is with "dd" command, but I have never used it ("fsarchiver" seems to be the next best option, but it cannot back up MBR yet; and "partimage" does not have ext4 support). As described here and here, I should run the following commands from a live boot:

1) To back up entire data in compressed format (using 1MB read block to speed up the process):

dd if=/dev/sda bs=1MB | gzip > /backup/image.gz

2) To back up MBR+partition table (stored within the first 512 bytes of the disk):
dd if=/dev/sda bs=512 count=1 of=/backup/image.mbr

3) To restore data:

gzip -dc /backup/image.gz | dd of=/dev/sda

4) To restore MBR+partition table:

dd if=/backup/image.mbr of=/dev/sda

View 8 Replies


ADVERTISEMENT

OpenSUSE :: RollbackRX Used To Backup/Restore Whole System Changes In Less Than 1 Minute Before OS Boot?

May 15, 2010

I wanted to know if there is variant of RollbackRX (www.rollbackrx.com.au) freeware or payable. RollbackRX used to Backup/Restore whole system changes in less than 1 minute before OS boot. And it does not consume a lot of free space.

View 9 Replies View Related

Ubuntu Installation :: Restore System To 10.10 - Using A System Backup Made With REMASTERSYS - Grub Error 15

May 2, 2011

I am trying to restore my system to Ubuntu 10.10, using a system backup made with REMASTERSYS. When I reboot, I get the message: GRUB error:15 I found many threads discussing this issue, most notably here: [URL]

[Code]....

View 7 Replies View Related

Ubuntu :: Backup System A, To Restore System B?

Jan 25, 2011

Recently I've backupped my entire /home folder on my laptop with grsynch trough ssh.Since I already had a simply text file containing all installed programs, I figured 'then, when i go from the backup trough my desktop, all my program settings will be restored if i run the txt file to install all those programs first.So i installed al programs, then i went from backup to /home on desktop, logged out and back in. Started up a random program (tried thunderbird and filezilla) and no settings were to be found.In retrospect, docky did start, but didnt have all the launchers i had on my laptop. so that could have been a clue.

View 4 Replies View Related

Ubuntu Installation :: Backup And Restore Complete System?

Aug 14, 2010

I would like to find out how to back up a complete Ubuntu system, and then restore it on a clean harddisk.I have been running dual booting with Win XP until now. I am running Ubuntu 10.04, but have installed quite few add-on. I would like to make an Ubuntu-only machine now, with all the same apps still there, but dont want to go and download everything again. I am looking for a way I can back this entire Ubuntu installation up, and then restore it to a clean drive.

View 2 Replies View Related

General :: How To Get Backup And Restore For F12 File System

Apr 13, 2010

O/S: Fedora 12
I am newbie in linux. What I want to do is: Make backup for my file system, cos I learn how to configure servers. So if I made some thing wrong, I want to be able to restore the default setting for my files. Instated of install new O/S.

View 4 Replies View Related

Ubuntu :: Backup And Create Restore Images For Operating System.

Aug 17, 2010

I've recently started using Ubuntu as my main desktop operating system and I'm looking for a backup solution that is able to backup not only my documents and various other files that I have on the system, but I also need it to backup and create restore images for the operating system.

View 3 Replies View Related

Fedora X86/64bit :: Backup And Restore System Files?

May 18, 2009

Is it possible to backup and restore the system files of fedora 10_x86_64 so that if there will be any problem at OS , I can easily recover it from the previous backup files?

View 1 Replies View Related

General :: System Backup/Restore Script Or Application?

Jan 31, 2010

My manager at work asked me to setup an FTP server running LINUX. i had a post about some custom scripts and commands that i needed, so after i configured and set everything up, i got another assignment....here we go, i need to come up with a way of backing up the entire system, or creating a script that will setup,install and configure the FTP related features i have made working there.i am wondering what would be the most ideal/best and easy to do way to back up the system? the goal is : in case if HDD fails,r anything goes wrong.system can be restored in no time. this is still up in air thing, i offered taking some time on a weekend and setting up same system on say,ew drive, and swapping them when one goes bad... but what would be an alternatives

View 2 Replies View Related

Ubuntu :: Grub Got Messed Up On Triple-boot System, Can't Boot Anything?

May 10, 2011

I'm currently on a work trip with my Asus G72GX laptop for non-work use (I'm posting from my work laptop). Yesterday, I accidentally booted into my laptop's recovery partition (from the Grub2 bootloader). Before I realized that that's what was happening, it booted into some kind of recovery program which ended up in an error. I restarted the laptop and couldn't get into the bootloader anymore. Now, the only thing that comes up is an error -- "error: unknown filesystem." Below that, it gives me the "grub rescue>" prompt. Most of the commands that sites list for grub rescue only return "Unknown command". ls works and lists all of my partitions: (hd0), (hd0,msdos, (hd0,msdos7), etc. down to msdos1. When I "ls (hd0,msdos" (etc, etc) it says "error: unknown filesystem."

I then started looking into booting from a Live Ubuntu USB drive. I've tried 11.04 and 10.04 now and they both do the same thing. I put them on an 8GB flash drive (only 1 at any given time) using Universal USB Installer and was able to get to the Ubuntu menu (Run Ubuntu from this USB, Install Ubuntu on a Hard Disk, etc.) If I try either "Run Ubuntu" or "Install Ubuntu", the screen flickers and comes right back to that menu.BTW, my 3 operating systems are: Windows 7 HP 64-bit, Mythbuntu 10.10 64-bit, and Windows XP 32-bit. Laptop hardware: Core 2 Duo P8700 2.53GHz, 6GB RAM, Nvidia 8800 GTX video card.

View 4 Replies View Related

General :: Image Hard Drive Ubuntu Operating System 9.10 Complete Backup And Restore?

Jan 4, 2010

Image Hard drive Ubuntu Operating system 9.10 Complete back up and restore. Changing over Hard Drives need a complete back up not just save files. So the image can be restored on any hard drive that restores the computer to its original state before it was imaged.

View 14 Replies View Related

Fedora :: Backup System To Restore Server Incase The Hard Disk Is Damaged

Jan 13, 2011

This is a good way to backup my current system:

How to backup your system to restore your server incase the hard disk is damaged.

View 6 Replies View Related

Ubuntu Installation :: Triple Boot System With Ms Vista / 32-bit?

Mar 14, 2010

I recently installed ubuntu onto a pc running MS vista. Then I somehow managed to install a second instance of ubuntu. Both of these were on the (drive e Then because of HDD problems, I had to reformat my original drive with MS Vista (drive C). Because of installation problems with ms vista - I ended up installing it onto the drive e: also. But now I can no longer load ubuntu because the "GRUB" loader is missing. So my questions are:

1: How can I restore the "GRUB" loader? So I can access ubuntu again
2: How can I remove/uninstall the second ubuntu installation?
3: Is it possible to have a triple boot system with ms vista / ubuntu 32-bit / ubuntu 64-bit?

View 5 Replies View Related

Ubuntu Installation :: 9.04 Upgrade On Triple Boot System

Sep 20, 2010

I have an MSI U100 netbook triple booting between Win XP, Ubuntu 9.04 and OSX. Grub is used as boot loader. I want to upgrade my ubuntu install but I am a bit scared that grub will be messed up.

View 1 Replies View Related

Fedora Installation :: How To Triple Boot The System?

May 25, 2010

i am using windows7 and ubuntu 10.04 in my system and dual booting... now i wanna install fedora 13 along with it ans make it triple boot... so can one pls help me in this process as i havent installed fedora before and i wanna be safe and dont want to loose my Grub or windows bootloader in this process

View 10 Replies View Related

Ubuntu Installation :: Failed Mac Mini 10.04 Triple Boot On OS X / XP System

Sep 19, 2010

I have a Mac Mini with OS X that I had dual booted successfully with Windows XP for my family. I am a rookie at all this but learned a lot Googling sites that walked me through things. I got bold and tried to triple boot the Mac Mini with Ubuntu 10.04 using rEfIt. I was following this website. [URL].

MISTAKE #1
All was done to the letter until I accidentally realized I had clicked install on step 8 before I clicked "Advanced" to check off the "Install Boot Loader" and changing the device to the partition I had made for Ubuntu (/dev/sda3/). It finished installing and rebooted with the rEFIt screen with Mac / Ubuntu /Windows icons. Mac started, but both Windows and Ubuntu showed a black screen with blinking underscore in the top left of the screen. I went back to the Mac OS and in Disk Utility I noticed that the Linux-Ubuntu name on the partition I had made changed to "DiskOS3".

Mistake #2
I panicked and used "Erase" in Disk Utility on that partition using the Zero Out Data security Erase option.

Mistake #3
Then I reinstalled the Ubuntu 10.04 cd into the drive and did the install boot loader steps. It started up but the rEFIt screen now has Mac/ two Ubuntu penguins/ and Windows icons. Mac starts and works, but both ubuntu icons and Windows leads to the black screen with blincking underscore cursor.

Here are specs and data for hard drive below:
Hardware Overview:
Model Name: Mac Mini
Model Identifier: Mac Mini3,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 3 MB
Memory: 2 GB
Bus Speed: 1.07 GHz
Boot ROM Version: MM31.0081.B06
SMC Version (system): 1.35f0 .....

View 1 Replies View Related

Fedora Installation :: Creating A Triple Boot System XP And W7?

Jun 8, 2010

I need some help creating a triple boot system, I have already installed XP and W7, now I am installing Fedora 12 (this is for work so unfortunately it has to be like that). Now the problem is that I want it to show all the partitions in GRUB. Right now it works by going to GRUB first, when selecting Windows it jumps to the Win7 boot manager.

I tried to have them all in one but it seems like the addresses I used in GRUB did not work cause it keeps directing me to the Win7 BM. BTW I am using a single drive with 3 different logical partitions.

View 3 Replies View Related

Software :: Triple Boot System Cannot Find Grub

Oct 22, 2010

Triple-boot system can't find grub/defaults/grub file. Debian lenny on hda2, winsxp hda3, ubuntu10.10 hdb2. All 3 accessible(working). I had to reinstall all Oses, winsxp 2nd after installing Ubuntu this time Grub2 detected and has each os running. I've so far looked at the Debian grubmenu.lst which shows that winsxp is listed but not Ubuntu even though I can boot Ubuntu. I'm sure that grub2 is in control because at boot it shows grub 1.98 also the os selection looks like the 1 in grub2

I examined my partitions using gparted it shows that winsxp is labeled as boot lba. That was sda3.

1. There's grub legacy in debian, ? in winsxp, grub2 in Ubuntu. where did grub2 go? It's menu is not in debian.
2. How do I find it or should I just change the grub that is within Debian to Grub2 & make it the system default and it's at the beginning of the system.

At the time of Ubuntu installation I didn't have access to Debian, due to wins install. So wins partition had boot flag.

3. Is there a way to enable grub legacy and add Ubuntu entries to it?
4. Is it as easy as changing the boot flags to Grub in Debian partition at beginning of hda?
5. Why can't I see default grub file on this installation of Ubuntu?

On this 1 as well as the other I have root login and can't see it.

View 32 Replies View Related

Ubuntu Installation :: Installing A Triple-boot System W/ Shared Documents

Apr 27, 2010

I currently use my PC for work, music [I'm a DJ by profession], and gaming. It's got good specs and I've recently gotten a 500GB hard drive for it. I've installed Ubuntu 10.04 [using the 9.10 CD and running update-manager --devel-release]. However, in my infinite foresight, I installed Ubuntu to take up the whole drive, /home and all. I've only used about 80GB of space in /home so backing it up to start off a triple boot shouldn't be a problem.

Currently, my partitioning is /dev/sda1 at 494GB [ext3, mounted as /], /dev/sda2 is a 6.2GB extended partition, and /dev/sda5 is a 6.2GB swap partition. Basically, I need to do the following things, but don't know the least hacky way around it.

1) Repartition to make the Ubuntu's root filesystem take up ~40GB of space
2) Probably have the swap partition immediately after / (is the other extended partition even necessary?)
3) Install Windows 7 to use for gaming in a 60GB partition
4) Windows XP to use for music production in another 60GB part
5) Have the rest of the space on the hard drive formatted as NTFS & used for documents for Windows 7 (as D:), Windows XP (also as D:), and Ubuntu (used as /home/saxon).

Any pointers? I've searched around but I couldn't find anyone else with my exact problem - most people have Windows installed first and only want a dual boot. I'm fairly comfortable with the shell so I'm not too bothered about using Term either. Sorry if I've worded this awfully or seemed like a bit of an idiot

View 2 Replies View Related

Debian Installation :: Install Squeeze On Triple-boot System?

Oct 28, 2010

'rolling' release as redoing install /upgrade every 6 months is getting 'old' My machine is triple boot

Hard drive is 320 GB
Windows 7 - 167 GB
Ubuntu - Maverick - 73 GB
Ubuntu - Natty - testing version - 65 GB

I do not want to screw up my 'grub' as it's been trashed a couple of times recently and had to re-install everything, which went great with install setting up partitions. I am not sure where 'grub' is installed to. I did install Windows 7 first then let installer split hard drive in half to put Ubuntu on then while installing my second Ubuntu, I let installer split the Ubuntu partition in half, hence the 167 GB Windows and the 2 smaller partitions for Ubuntu.I was thinking to maybe let Debian install over my Maverick install. Would that work and not mess up my Grub and cause me to not be able to boot and have to fix the drama?

View 14 Replies View Related

Ubuntu :: Restore Backup Server - Where Is The Location Backup Snapshots Or Files Are Saving

May 10, 2011

I install and tested Restore EE Backup server on a test PC with basic configuration and its working fine.

[URL]

The issue i have is where is the location these backup snapshots or files are saving? I want to add a separate Storage to save the backup?

View 1 Replies View Related

Debian :: Used Backup-manager - Restore The Backup Data?

Feb 4, 2011

I am now preparing myself to upgrade lenny to squeeze and decided to do a backup on my system. I used backup-manager to do the job and it worked fine. how do you restore said backup data?

View 4 Replies View Related

General :: Restore System To Boot With KDE?

Jun 12, 2010

I have had Kubuntu installed for quite some time, I very rarely use it because of my dependanacy on windows but frequently boot up Kubuntu to do updates.A few days ago, I tried to boot Kubuntu and it comes up in command line only, I login but it stays at the command line, no KDE.On the boot list I have Ubuntu 2.6.32-21-generic.I have gotten used to using KDE and now I need to use Linux but am not command line fluent.

View 10 Replies View Related

OpenSUSE Install :: Can't Boot After System Restore?

Apr 28, 2011

I had a triple OS xp 7 and Linux Open SUSE 11.4 the last one was the active partition.the grup boot loader used to provide a OS selection screen .any way , I cant boot my system after restoring a full disk image created by "Acronis TrueImage program" , what happens is that i get a BIOS message "there is no operating system insert disk and try again"however when i set winxp partation as active i can boot winxp againThere is some thing I'd like to ask for please ,when i install Linux : did it install grup boot loader on the master boot record or on the boot sector of the / partition ?

View 4 Replies View Related

Ubuntu Installation :: Create A FULL Recovery CD/DVD Of System With A Boot Restore?

May 12, 2010

This question has been raised several times I am sure but...

I would like to create a FULL recovery CD/DVD of my system with a boot restore...

Any recommended for Ubuntu 10LTE Server.

View 2 Replies View Related

Ubuntu Installation :: Reinstall On Dell Mini Via System Restore - Boot Error

Feb 1, 2010

My Mini13 came with hardy preloaded, and it's got pretty messed up since, so I'd like to restore factory OS via a grub entry that looks like this:
title System Restore
root (hd0,2)
chainloader +1
boot

This points to a partition which, when mounted, has this stuff in it:
bootfs.img initrd0.img install.sh logo.png syslinux.cfg vmlinuz
boot.msg install.cfg ldlinux.sys rootfs.img vesamenu.c32

I'm not a computer, but that looks pretty good to me but when I select this grub option it just says:
Boot Error
Is there a log or something that might give me more info about the error?

View 5 Replies View Related

Ubuntu :: Restore Point System Restore To As It Was Newly Installed?

May 7, 2011

are there any sweeper / cleaner apps which can take back my installation as to when it was new. I know home directory could have config files etc..but that doesnt matter, i want all packages and applications reset to how it was when i had a clean install. I am using Natty

View 2 Replies View Related

General :: Windows - Backup A Dual Boot System?

Aug 29, 2010

I dual boot windows and ubuntu on a particular machine and I'm looking for a comprehensive backup solution. Basically I'm after a single tool to clone the entire drive and do incremental backups with little to no concern for the underlying os.

My first instinct is to set up rsync to do the back up from ubuntu and just mount the windows partition when it does its thing so it backs that up too. Does that sound reasonable or am I missing something? At face value this seems like a reasonable answer, but I can't help but feel like something is "off" with that approach.

View 3 Replies View Related

Ubuntu Servers :: Backup Including System Files - Boot From Live Cd?

Apr 22, 2010

I am researching how to make an effective backup on Ubuntu Server. This server will have Vsftp, VPN, Samba stuff , many other added packages +many printers, many users + data. I know I can use tar for the data /u no problem. 1. I was testing tar on the /home directory on a few user directories. I then created a new directory and did a restore of the users directories on it. I noticed the /home/user owner and group were root. The files in each directory remained the same. This gave me concern. If I had a crash and had to restore these to a new HD. I would have to change these, what else would I need to change? 2. Since I have many config files, how do I back up them? I know I can do a dump, but then users shouldn't be on the system. The system files will change as they add users, printers, etc, and asking users to not work, is not really an option while dump is running. I thought I could do a tar on whole system. (cron late at night .. not as many users) Then in event of crash of HD.

1. Boot from live cd
2. format the new drive
3. tar back in the whole system

Will this work right? Is there something I am missing?

View 3 Replies View Related

Ubuntu :: How To Take Backup And Restore In GnuCash

Jun 27, 2010

How to take Backup & how to do restore in GnuCash. I need to take backup of my all accounts & all transactions

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved