Difference between revisions of "Custom Service Partition"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Created page with "The goal of this project is to create a custom service partition much like the manufactures do but only utilizing free software. The project uses: *Clonezilla *gparted *Debian *...")
 
Line 15: Line 15:
  
 
This means that if a system crashes and it has no network connectivity and you do not have your external with you to restore the image you can boot up the system, boot into Clonezilla, and restore the main OS to default from a data partition on the actual system.  This is much like the concepts that OEMS use but it is free and gives you options.  It also allows you to make your own image and backup your system at will without any external media.
 
This means that if a system crashes and it has no network connectivity and you do not have your external with you to restore the image you can boot up the system, boot into Clonezilla, and restore the main OS to default from a data partition on the actual system.  This is much like the concepts that OEMS use but it is free and gives you options.  It also allows you to make your own image and backup your system at will without any external media.
 +
 +
=Basic Steps=
 +
 +
# Install main OS or have OS installed
 +
# Liveboot into gparted
 +
##Partition your drive so you can fit a netinstall of debian and a ISO of clonezilla.  Because I had the space I selected 3GB after my Windows partition, then 40GB for my os backup
 +
##My drive ended up having 1 NTFS partition (OS), 1 ext2 (debian 3gb), and another ext2 (image repo)
 +
#Install debian and manually partition/select the drive to install to
 +
##Do not create/use a swap partition unless you need to.  Debian is only being used as a way to service the main OS.
 +
##Format the 3gb ext2 partition before you install debian and set the mountpoint to /
 +
##Install grub to the MBR
 +
#Reboot and you should have OS selections for Debian and Windows with Debian as the default.

Revision as of 07:36, 1 November 2011

The goal of this project is to create a custom service partition much like the manufactures do but only utilizing free software.

The project uses:

  • Clonezilla
  • gparted
  • Debian
  • unetbootin
  • A Main OS Already Installed


The concept basically stands as this:

You either install or have installed your primary OS and you have all this freespace on your hard drive or enough space to backup your entire OS to another partition. Instead of using live cds or usb stick you would like to be able to boot to the clone software by rebooting the system and clone either a backup to your os partition or your os partition to a backup drive/partition.

This means that if a system crashes and it has no network connectivity and you do not have your external with you to restore the image you can boot up the system, boot into Clonezilla, and restore the main OS to default from a data partition on the actual system. This is much like the concepts that OEMS use but it is free and gives you options. It also allows you to make your own image and backup your system at will without any external media.

Basic Steps

  1. Install main OS or have OS installed
  2. Liveboot into gparted
    1. Partition your drive so you can fit a netinstall of debian and a ISO of clonezilla. Because I had the space I selected 3GB after my Windows partition, then 40GB for my os backup
    2. My drive ended up having 1 NTFS partition (OS), 1 ext2 (debian 3gb), and another ext2 (image repo)
  3. Install debian and manually partition/select the drive to install to
    1. Do not create/use a swap partition unless you need to. Debian is only being used as a way to service the main OS.
    2. Format the 3gb ext2 partition before you install debian and set the mountpoint to /
    3. Install grub to the MBR
  4. Reboot and you should have OS selections for Debian and Windows with Debian as the default.