I searched and did not find an answer. I have a 2t drive, nothing but Ubuntu on it. I would like to partition a 100g to ghost/copy this Ubuntu OS to it as a bootable backup copy. I have an ISO made by PinguyBuilders, need to figure out how to burn to a disc. I'm new to Ubuntu. But can copy and paste very good! Thanks for your help.
Asked
Active
Viewed 324 times
0
-
You can't have two bootable partitions. One of the OS has to manage both system to boot. – schrodingerscatcuriosity Jun 18 '19 at 12:04
-
You can use clonezilla, make an image of your original OS and clone it to your new partition. – schrodingerscatcuriosity Jun 18 '19 at 12:05
-
Thanks for replying. So best thing to do would be is to buy another HD and ghost/copy this OS to it with updates to it every so often, yes? – Cougar Jun 18 '19 at 13:47
-
If a true clone, it will have same UUIDs. And duplicate UUIDs are not allowed, so you cannot have drive plugged in when rebooting. You can have various images that you can use to restore system. But many of us want regular backups & imaging is not normally best alternative for regular backup. I find I can reinstall in 10 min & then restore data, so I backup /home & some settings to make it easy to restore using rsync & cron to make it regular. – oldfred Jun 18 '19 at 13:52
-
@oldfred That's true, my bad. Although you can change the UUID. But if the OP wants the same system (not just the data), is there another way that cloning? – schrodingerscatcuriosity Jun 18 '19 at 14:09
-
I was hoping the software copying/cloning would let me rename the clone to say Ubuntu2, that way the original os can see there is a dif. – Cougar Jun 18 '19 at 14:52
-
I thought clonezilla's save file was not the clone, but have never used it. You can use dd or clone to another drive and change UUIDs, but have to reinstall grub and change fstab references to all UUIDs that are changed. So then a bootable copy, but not easy to do regularly. Often easier to just install to another drive & copy /home and settings, list of installed apps etc to new drive. – oldfred Jun 18 '19 at 17:38
1 Answers
0
This looks like an XY problem. If all you want to have is a fully restorable image of your system just:
- Install CloneZilla Live as a bootable ISO
- Go to the grub menu and boot CloneZilla Live
- Use the device-image option
- Save your boot disk.
- If you ever need to restore, go to step 4 and chose
Restore
instead ofSave
.
If my assumption is incorrect, leave a comment and I'll delete my answer.

Fabby
- 34,259