How to make an image(backup) of a disk/partition to a remote PardusPC
(→Actions) |
(→Actions) |
||
| Line 86: | Line 86: | ||
unzip syslinux-3.72.zip | unzip syslinux-3.72.zip | ||
Download the latest "Clonezilla live zip file for USB flash drive or USB hard drive > Stable branch from http://www.clonezilla.org/download/sourceforge/ to the above created clonezilla directory. | Download the latest "Clonezilla live zip file for USB flash drive or USB hard drive > Stable branch from http://www.clonezilla.org/download/sourceforge/ to the above created clonezilla directory. | ||
| − | |||
At this moment clonezilla-live-1.2.1-23.zip (91.9MB) | At this moment clonezilla-live-1.2.1-23.zip (91.9MB) | ||
Revision as of 08:15, 30 December 2008
Contents |
How to make an image(backup) of a disk/partition to a remote PardusPC
Introduction
When you want to do a new installation(dual boot) of Pardus on a computer (WinPC) which already has another OS (Windows), it is highly recommended to make an image(backup) of the disk/partition.
The problem is where to put this image?
This is a manual about making and writing the image to a remote computer with an active Pardus 2008.1 (PardusPC).
Hardware and software requirements
To make the image use a Live CD with clonezilla-live-1.2.1-xx.iso which can be downloaded from http://www.clonezilla.org/download/sourceforge/
A second computer with an active Pardus 2008 OS is used to store the image.
The two computers are connected with a (Sitecom WL-535) router.
The PardusPC must have an active samba setup as described in http://en.pardus-wiki.org/HOWTO:SambaNetwork
"Making /home/samba (share) writable" is important.
The administrator password and IP address of the remote PardusPC must be available.
To show the IP address select the Network-applet in the system tray.
Menu item activation in Clonezilla.
To activate a menu item in Clonezilla do:
Menu items with [ ]:go to the item with the arrow keys, hit the spacebar ([ ]>[*]) and activate with the [Enter] key.
Menu items without [ ]:go to the item with the arrow keys and activate with the [Enter] key.
Making the backup to the remote PardusPC
Boot the WinPC with the Clonezilla liveCD.
Here is a list of the menu items with my input/selection between ().
- Select your language.
- Configuring console-data ... (Don't touch keymap).
- Start_Clonezilla
- Choose the mode: ... (device-image)
- Mount image directory ... (samba_server)
- Mode to setup the network ... (dhcp)
- IP address ... (modify = IP address of the PardusPC)
- Domain in the samba server ... (leave empty)
- Account in server ... (accept default=administrator)
- The directory where.... (modify = /share)
- Now you have to enter the password for ... (modify = administrator password of the PardusPC)
- Choose the mode: ... (saveparts)
- Input a name to save the image ... (modify = whatever you want, this will be the name of the directory of the image)
- Choose the source partition ... (select the partition you want to image)
- Which clone program(s) ... (accept default)
- Set advanced parameters ... (accept default)
- Choose the compression ... (accept default=-z1)
- The size (MB) to split ... (accept default=2000)
- The action when client ... (accept default)
- Are you sure you want ... (y)
Wait .......and at the end select your Start over/Poweroff option.
Making a USB version of Clonezilla in order to install Pardus on a Netbook
Introduction
For this we need a USB stick with a mimimum of 2GB.
Actions
Create a FAT16 125MB partition with Gparted on the USB stick.
Set the Boot flag of the FAT16 125MB partition.
Make a note of the /dev/sd?? value. In this case "/dev/sdb1"
Create on remaining free space of the USB stick a FAT32 partition.
Close Gparted.
On the Desktop in System mount the 131M Removable Media and note the mounting point. In this case "/media/sdb1"
Open a terminal and make a new directory:
mkdir clonezilla
Cd into clonezilla:
cd clonezilla
To be able to boot from the LiveUSB, a boot loader for Linux operating from a FAT filesystem is required. The Open Source project SYSLINUX will do this job.
Download the latest syslinux-??.zip file to the above created clonezilla directory from URL: http://www.kernel.org/pub/linux/utils/boot/syslinux/. At this moment syslinux-3.72.zip (4.4MB)
Unpack syslinux:
unzip syslinux-3.72.zip
Download the latest "Clonezilla live zip file for USB flash drive or USB hard drive > Stable branch from http://www.clonezilla.org/download/sourceforge/ to the above created clonezilla directory. At this moment clonezilla-live-1.2.1-23.zip (91.9MB)
Unpack this file to the FAT16 125MB patition:
unzip clonezilla-live-1.2.1-23.zip -d /media/sdb1"
Write the MBR of the USB:
cat /usr/lib/syslinux/mbr.bin > /dev/sdb
Write the boot file
./linux/syslinux -s /dev/sdb1
Close the terminal.
On the Desktop in System unmount the 131M Removable Media.