Showing posts with label DRBL. Show all posts
Showing posts with label DRBL. Show all posts

Monday, July 1, 2013

Setting up CloneZilla Server in Ubuntu 12.04

I'm usign Ubuntu 12.04 64 bit. After DRBL installation you need to setup the server. I am using two network cards, 1 for my internet connection the other one is for Clonezilla Server. In the upper right side of your Ubuntu desktop click the network indicator and then choose edit connection



Then choose Wired connection 2 because the Wired connection 1 is for my internet access, then click edit

after you click edit choose IPV4 Settings Method should be manual then click add and then save.
Address: 192.168.1.254
Netmask: 255.255.255.0
Gateway: 192.168..254


Next go to you terminal (Ctrl+Alt+T) type sudo drblsrv -i


After the drblsrv installation type sudo drblpush -i

I choose the default option. If the following wont work try drbl4imp
Note: type: nano /etc/rc.local and at the end of the file, add drbl-all-service start, save and exit

Reference: Clonezilla SE - Server and Network Configuration, Clonezilla Installation


Thursday, May 23, 2013

Installing DRBL CloneZilla Server in Ubuntu 12.04

First thing you will do is open your terminal, press Ctrl+Alt+T and then type
wget -q http://drbl.org/GPG-KEY-DRBL -O- | sudo apt-key add -

Figure1







Input password and type sudo gedit /etc/apt/sources.list
Figure2









Paste to your source list the following and then save.
deb http://archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb http://drbl.sourceforge.net/drbl-core drbl stable


Figure3






























In your terminal again, type sudo apt-get update
Figure4








After the update is done type sudo apt-get install drbl hit enter and you are done with the installation of DRBL
Figure5













Reference: Installing DRBLUbuntu 12.04 64 bit