Ubuntu Installation :: Restore Windows From A Backup Image Via Ubuntu Live CD?

Sep 21, 2010

I plan on creating a backup of my Windows installation using DriveImage XML (unless you have a better idea ) then wiping my hard drive clean, creating a new partition for the backup install to live, and then installing Ubuntu on another partition. Is there a method of restoring my Windows backup to partition 1 by using the live cd? Then of course I can install ubuntu to partition 2.

View 2 Replies


ADVERTISEMENT

Fedora Installation :: Image Backup And Restore

Aug 27, 2009

My laptop is Windows XP Fedora 11 dual boot. I am replacing it because of a defect. The original laptop is fairly new so I could simply start from scratch and setup everything again. But I was thinking there might be a way to do an image backup and restore. My new laptop will be identical to the old one

View 1 Replies View Related

CentOS 5 :: How To Restore From Image Backup

Apr 21, 2011

I have 4 different servers with exactly the same hardware. I set up one of them to have a centos install with all the basic stuff I'd like running on each one. I then created an image of the harddrive with the operating system, and stored it on an external drive. I used dd to copy the external image to one of the new machines. It worked fine, everything booted up as normal and with a few tweaks everything was great. The problem is that the drive is rather large (500gb) and it takes days for dd to copy it over. I decided to try a different route, I booted to a usb (using the linux distro on the ultimate boot cd pre-loaded with gparted). There are two partitions on the external drive, a small (100mb) partition which can easily be copied over with gparted, and the larger 480+gb lvm partition.

Gparted doesn't support lvm, so I used fdisk to create a new lvm partition on the new machine, and then pvcreate/vgcreate/lvcreate to re-create the same volume groups/logical volumes that are in the image on the external harddrive. I rsync'ed all the information over from LogVol00, and made the same swap partition LogVol01 (which took WAY less time). I disconnected the hard drive and renamed the volume group to VolGroup00 (initiall I named it differently, since linux doesn't like having the volume groups named the same). I can mount the LogVol00 partition and see all the files as they should be. But when I try and boot up, it doesn't even go to grub, I just end up with a blank screen and blinking cursor. How to make the drive bootable? Alternatively, a better strategy than using dd to restore this image??

View 2 Replies View Related

Software :: Unable To Restore A Backup Image To Drive Using Clonezilla?

Apr 23, 2011

I used Clonezilla an older version not the latest to backup an entire NTFS Windows XP drive to DVD last year. I have a series of three (3) of these DVD's but now cannot restore the backup image back to the same PC. The problem is that when booting with Clonezilla I don't have an option to restore from a CD or DVD drive since the computer comes with two working CD/DVD drives that are detected by the BIOS when the POST is displayed. I used one of these drives to boot with Clonezilla and the other one containing the backup image Disk 1 of Disk 3. Clonezilla only detects the two hard drives and a USB drive which is removable. Is there a bug in the restore process because it allowed me to backup the entire image of the hard drive onto a DVD last year but this time around there are no CD or DVD drive options available to choose other then the CD drive Clonezilla was used to boot up.

View 8 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

General :: Restoring A HDD Backup Image From The Ubuntu Live CD?

Feb 3, 2010

I want to restore a HDD image I have to my laptop's HDD while booted off the Ubuntu Live CD.The laptop's HDD is unformatted and has no partitions.I expected this to work:$ sudo dd if=/path/to/backup.img of=/dev/sdaBut I'm tolddd: opening `/dev/sda': Permission denied.

View 1 Replies View Related

Ubuntu Installation :: "Backup" With Raw HDD-image Of Windows?

Aug 23, 2010

I've bought an Eee with WindowsXP preinstalled. Naturally my first thought was to exorcise the demon (Windows) with cross, stake and holy-water (and perhaps some garlic), but since I've already have paid for it, I was wondering if I can chuck it elsewhere... My thought is to use dd to make a raw-image of the harddisk -- either the complete harddisk (e.g. /dev/sda) or the partition with Windows (e.g. /dev/sda1) -- compress it (it should be mostly nothing, right), and store the image on some other drive. I don't expect any trouble with this... What I wonder about, is if it will be possible to restore Windows from such an image -- e.g. dd-ing the uncompressed image back to the disk, (probably) using the whole disk (/dev/sda)... Will it work? Or is there something that will prevent it from working? I intend to make a full image of the disk; MBR, partition-table, partitions and all... It's a rather small harddisk, so I' opting-out dual-boot... (besides, it's not like I intend to use Windows...)

View 2 Replies View Related

Ubuntu :: Does Windows Image Backup All Partitions?

Jan 17, 2011

It says "This backup could take up 172 GB of hard drive space" and my C: "Used space" is at about 172 GB. So will the Ubuntu partition be backed up?

View 3 Replies View Related

Ubuntu :: Make An Image Of Windows Partition To Save Time And Effort When Wanting To Restore?

Aug 6, 2010

Am quite new to Ubuntu (10.04) and have recently reinstalled XP. I want to make an image of my windows partition to save time and effort when wanting to restore this. I read the Ubuntu documentation on Drive Imaging [URL]..community/DriveImaging and am wondering if I've done things ok?

I've booted using the Live CD. Windows is on sda1 and is a 50GB partition. I have a hidden ntfs partition on the same hard drive at sda9 of 10GB. The first time I tried this I got an error regarding my output file saying "Not a directory". I'm assuming that was because I hadn't mounted sda9. It also reported an error saying permission denied on sda1. I then mounted sda9

Code:
sudo mount /dev/sda9 /mnt

I then changed to root as I thought not being in that was why I was getting the permissions error.

Code:
sudo -s
I've then done the following;
Code:
dd if=/dev/sda1 bs=1024 | gzip > /mnt/sda1.bin.gz

The terminal window is just showing a flashing cursor in the bottom left corner under the above command line input. Is the fact that my mount partition being smaller than my windows partition going to cause a problem or will gzip solve that? My Windows install occupies about 7.5GB of the 50GB partion.

I'm not sure if dd is just taking a long time to complete the task???

View 9 Replies View Related

Ubuntu Installation :: Restore A Backup On Dm-crypted LVM

Jun 7, 2011

I have an encrypted volume, which contains LVM volume group with volumes. I have unencrypted /boot and the rest is on that encrypted lvm. I have a backup I want to revert to, but that backup has a different kernel, and I don't know how to update the /boot since I have suspicions that the system won't boot if I just restore / . I think I need to run update-initramfs and grub-install at some point..

View 9 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

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

Ubuntu Installation :: Take Image Of A Machine And Restore It?

Jan 2, 2010

How can i take a image of my Ubuntu machine. I have used Norton Ghost to take image of my C drive (that contains windows XP). Is there any software available that can do the same for my Ubuntu machine?

View 3 Replies View Related

Fedora :: Live Disk Creation & Disk Image Backup

Aug 6, 2009

I need little help on live disk creation and disk image backup.

Can I create live disk using my hard drive installation? If yes then, can I restore the fedora from the live disk to the hard drive. I mean to say that from that live disk can I install fedora again in my hard drive.

Second question is, if I create the disk image of my hard drive( including ntfs & FAT32 partition) , can I restore it in a blank drive. If so , then can os will be restored also?

View 7 Replies View Related

Ubuntu Installation :: Umarks 2: Package Backup And Restore Management Tool?

Apr 28, 2010

Umarks is no longer under development.

View 9 Replies View Related

Ubuntu Installation :: Restore Grub Without Live CD?

Apr 30, 2010

After upgrading from 9.10 to 10.4 computer stop working. Booting stops on grub with a massage:

Code:
Grub loading.
Error: the symbol 'grub_puts_' not found
grub rescure>
I try to restore grub but after command:
Code:
insmod /boot/grub/linux.mod
I get error:
Code:
Error: the symbol 'grub_puts_' not found

Is any way to restore grub without Live CD ?

View 7 Replies View Related

Debian :: Backup Linux Installation And Restore On New HDD

Jun 10, 2015

I have Lenovo IdeaPad z510 laptop.My HDD SMART status is currently "failure". As my laptop is under warranty I can return it to lenovo. So I want to backup as much data as possible (everything is readable). I currently have 3 operating systems: linux xubuntu 14.10, debian 8 and windows 8.1 (triple-boot?). I want to back up only my current debian installation. There are 3 partitions for debian: root (about 50GB), home (>200GB) and swap. I know that I can backup the whole partition using:

Code: Select alldd -if=/dev/sdaX -of=/locaton/of/backup -something

And create .tar file with the whole home directory.

how to restore it later. In /etc/fstab there are references to UUIDs, and as I understand, with new HDD these UUIDs would be different. And possibly the whole partition table would be different. And how would I restore GRUB?I can't make full image of my disk simply because I don't have disk to store it on.Is it possible to create backup on my current debian installation without actually making full HDD backup? Would it work if I would install debian on new disk, then from LiveCD overwrite it with my backup and modify /etc/fstab to match new partitions?

View 14 Replies View Related

Ubuntu Installation :: Does Installing - Destroy Digital-image Restore

Jun 4, 2010

If I partition and install Ubuntu on part of my pc's hardrive, would the digital image factory-settings restore feature still be available? If so, and if used, would a factory restore use 100% of the hardrive and erase the Ubuntu install?

View 3 Replies View Related

Ubuntu :: Restore A Wubi Root.disk File Backup To A Real Installation?

Mar 9, 2010

I worked everyday during 1.5 years on a Wubi installation of Ubuntu 8.10.

Before quitting my job I have made a simple copy of the root.disk file, thinking I could restore it easily later.

Now I would restore this system on a Virtual Machine (with Virtual Box)

Have you got an idea how i could do this??

(I already tryied to install another wubi on a virtualized Windows 7, the install complete but I can't see ubuntu in the boot loader...)

View 1 Replies View Related

Ubuntu Installation :: Backup Restore - Software Doesn't Start Due To File Permissions

Dec 2, 2010

I re-installed ubuntu 10.04 for prep I did a backup with Simple Backup Config after reinstalling i restored with Simple Backup restore some installed software software now doesn't start and after troubleshooting i think problem is file permissions but i'm not sure which permissions of which files to change and what they should be changed to. has anyone had experience with this and if so is it because it works or because its the right way to do it and it works funny thing.. i can't find any forum posts with info on Simple Backup!

View 1 Replies View Related

Ubuntu Installation :: Image Restore Grub Rescue Command Line

Feb 25, 2010

I do computer forensics here in Afghanistan and I am trying to keep a clean image of a dual bootable hard drive. Here is what I try to do...

1. Boot into UbuntuLiveCD
2. I run "sudo dd if=/dev/zero of=/dev/sda conv=sync,notrunc bs=64K" to wipe the drive with all zeros.
3. I then install Windows by creating a new partician about 50GB.
4. I then install Linux by creating a partician in ext4 mounting it at '/' in addition I create a swap partician.
5. Next configure everything just the way I want it. I install all the drivers and software I need for my windows partician and build out the remaining part of the disc as a "data drive."
6. Then I use "dd" again to try to image my "clean slate" of a system. Remember I am dual booting. I dd the /dev/sda and gzip it.
7. When I go to restore it, I boot from the live CD again and unzip ig and "dd" it back onto /dev/sda.
8. I run fdisk -l and I get:/dev/sda1 * 1 6375 5120000000 7 HPFS/NTFS/dev/sda2 6376 11724 42965842+ 83 Linux/dev/sda3 11725 12453 ...... 82 Linux swap / Solaris.This means to me that it can "understand the file system"
9. But then when I take out the Live boot CD and try to get my "clean slate" machine back, the system goes into Grub Rescue mode with a grub command line "grub rescue>"
10. I tried using the tutorial on Grub2, but...
a. It would not understand the command "linux"
b. When I try to do insmod, it says it doesn't recognize the file system.

View 4 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

Slackware :: Complete Backup Solution Ike 'Acronis True Image Backup And Recovery

Jun 12, 2010

I have been looking for a complete backup solution like "Acronis True Image Backup and Recovery" on Windows for Slackware a while.

View 12 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 Installation :: 10.04 Unable To Find Media With Live Disk Image

Jun 27, 2010

I am having trouble both installing or even just booting the live CD. I have to interrupt the boot to give the nomodeset boot option.

Once I get the Ubuntu splash with the oscillating red and white dots for several moments, I get the Busybox with the error message "Unable to find a medium containing a live file system"

If I do a dmesg I then see a lot of sr0 errors. I have an onboard SCSI controller but no scsi devices. I am not sure if this matters.

View 3 Replies View Related

Fedora Installation :: Live Image #1 Not Found

Jan 16, 2011

When trying to install fedora with a 4gb USB stick, I get after partitioning the hard drive the following message: "The installation programme has failed to mount image #1 because it's not on the harddrive. I'm a dutchmen, so I hope this translation is correct.

View 1 Replies View Related

Fedora :: Live Image Or Full Installation

Jun 23, 2011

Is there a way to determine which of Fedora Live Image or full installation image was used to install Fedora on a Hard drive?

View 4 Replies View Related

Fedora Installation :: Live CD Versus DVD Image Install

Feb 14, 2009

I recently started trying fedora 10 out on live cd (in my case usb ) and loving it. I want to install it, should I get the dvd image, or would it be okay for me to just install off live cd (usb) and install whatever I want through the package manager later... Why/why not? Also on live usb, I can't find the package manager under applications.

View 7 Replies View Related

Fedora Installation :: Loading Live Image With Boot DVD

Jun 11, 2009

Yesterday, i just got my Fedora live DVD. When i tried to boot it from my CD/DVD ROM drive, it seems to hang when it's just about to finish loading. From one of the prevous threads, one of the members said that i had to have 2 partitions on my HD. Currently, i already have 2 partitions. Can someone give me advice on what to do??

View 3 Replies View Related

Debian Installation :: Live Image Jessie Do Not Boot UEFI

Sep 18, 2015

Debian-live-8.2.0-amd64-xfce-desktop.iso do not boot in uefi mode. I would like to know if live image can boot uefi mode? If not how can I do later from bios to install grub efi?

View 1 Replies View Related







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