把虛擬機的檔案變成iso安裝檔供主機使用。
操作步驟
安裝 systemback
sudo add-apt-repository "deb http://ppa.launchpad.net/nemh/systemback/ubuntu xenial main"
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 382003C2C8B7B4AB813E915B14E4942973C62A1B
sudo apt updatesudo
sudo apt install systemback
sblive to ISO
mkdir sblive
tar -xf /home/systemback_live_2016-04-27.sblive -C sblive
mv sblive/syslinux/syslinux.cfg sblive/syslinux/isolinux.cfg
mv sblive/syslinux sblive/isolinux
mkisofs -iso-level 3 -r -V sblive -cache-inodes -J -l -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -o sblive.iso sblive
常見問題
如果遇到下方的錯誤訊息,可以使用 systemback-sustart
看一下錯誤訊息。
The restore point creation is aborted!
There has been critical changes in the file system during this operation
參考資料
Make a bootable ISO from your Linux Virtual Machine! | YouTube
使用systemback制作Ubuntu自定义系统镜像和系统备份
How to build more than 4GB Live System ISO for USB/CD/DVD of Ubuntu 16.04 using systemback