Featured image of post Convert OVA to ISO

Convert OVA to ISO

把虛擬機的檔案變成iso安裝檔供主機使用。

操作步驟

安裝 systemback
  1. sudo add-apt-repository "deb http://ppa.launchpad.net/nemh/systemback/ubuntu xenial main"

  2. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 382003C2C8B7B4AB813E915B14E4942973C62A1B

  3. sudo apt updatesudo

  4. sudo apt install systemback

sblive to ISO
  1. mkdir sblive

  2. tar -xf /home/systemback_live_2016-04-27.sblive -C sblive

  3. mv sblive/syslinux/syslinux.cfg sblive/syslinux/isolinux.cfg

  4. mv sblive/syslinux sblive/isolinux

  5. 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

參考資料

使用Systemback在Ubuntu18.04備份系統

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  

Licensed under CC BY-NC-SA 4.0