Как сделать мой существующий ubuntu на загрузочном установочном компакт-диске? Я пробовал remastersys, но не смог с 11.10

Мне нужно установить 10 ПК с одинаковой настройкой и оборудованием. Так что я пытался remastersys, но его провал. Как я могу решить эту проблему или использовать что-то еще для этого?

Updating the remastersys.log
cat: /home/remastersys/remastersys/tmpusers: No such file or directory
Cleaning up the install icon from the user desktops
Removing the ubiquity frontend as it has been included and is not needed on the normal system
Calculating the installed filesystem size for the installer
Removing remastersys-firstboot from system startup
 Removing any system startup links for /etc/init.d/remastersys-firstboot ...
   /etc/rc0.d/K20remastersys-firstboot
   /etc/rc1.d/K20remastersys-firstboot
   /etc/rc2.d/S20remastersys-firstboot
   /etc/rc3.d/S20remastersys-firstboot
   /etc/rc4.d/S20remastersys-firstboot
   /etc/rc5.d/S20remastersys-firstboot
   /etc/rc6.d/K20remastersys-firstboot
Making disk compatible with Ubuntu Startup Disk Creator.
Creating md5sum.txt for the livecd/dvd
Creating /var/tmp/custom.iso in /home/remastersys/remastersys
The iso was not created. There was a problem. Exiting

Follow up:

У меня также была эта работа метода: Метод 1: CloneZilla way

1
задан 13 April 2017 в 15:23

2 ответа

Метод 2: путь ReLinux

$ sudo cp -R usr /
$ sudo cp -R etc /
$ cat /usr/share/doc/relinux/README
 Relinux

- a script to remaster your Linux distribution easily

For more information, please visit http://relinux.sf.net/


How to configure:
=================
Type this into a Terminal window to generate the configuration file:

  cp /etc/relinux/relinux.conf ./relinux.conf
  sed -i 's:EXCLUDES="\(.*\)":EXCLUDES="\1 '`readlink -f ./relinux.conf`'":g' ./relinux.conf

Then open ./relinux.conf in your favorite text editor, and change the values as you wish.
Some splash images are stored in /etc/relinux/relinux/splash/
When you run the script, make sure that you are in the same directory.

How to use:
===========
Usage is as follows:

  sudo relinux clean [configfile]     -  Cleans the temporary build directory
  sudo relinux fullclean [configfile] -  Fully cleans the temporary build directory (including the ISO file)
  sudo relinux squashfs [configfile]  -  Generates a .squashfs file based on your system
  sudo relinux onlyiso [configfile]   -  Generates a .iso file, using the squashfs file generated by the previous command
  sudo relinux iso [configfile]       -  Runs the last 2 commands

Joel Leclerc, lkjoeldev@gmail.com
$ cp /etc/relinux/relinux.conf ./relinux.conf
$ sed -i 's:EXCLUDES="\(.*\)":EXCLUDES="\1 '`readlink -f ./relinux.conf`'":g' ./relinux.conf
$ vim ./relinux.conf 
edited my username there and saved it
$ sudo relinux fullclean ../relinux.conf
Checking for bash                    [  OK  ]
Checking for sed                     [  OK  ]
Checking for find                    [  OK  ]
Checking for passwd                  [  OK  ]
Checking for rsync                   [  OK  ]
Checking for mount                   [  OK  ]
Checking for eject                   [  OK  ]
Checking for libdebian-installer4    [  OK  ]
Checking for memtest86+              [  OK  ]
Checking for casper                  [  OK  ]
Checking for mksquashfs              [  OK  ]
Checking for unsquashfs              [  OK  ]
Checking for genisoimage             [  OK  ]
Checking for os-prober               [  OK  ]
Checking for ubiquity                [  OK  ]
Checking for user-setup              [  OK  ]
Checking for discover-config         [  OK  ]
Checking for laptop-detect           [  OK  ]
Checking for xterm                   [  OK  ]
Checking for syslinux                [  OK  ]
Checking for util-linux              [  OK  ]
Checking for xresprobe               [  OK  ]
Checking for archdetect              [  OK  ]
Checking for tree                    [  OK  ]
Checking for dialog                  [  OK  ]
Checking for initramfs-tools         [  OK  ]
Checking for coreutils               [  OK  ]
Cleaning...
Done

$ sudo relinux iso ../relinux.conf
Checking for bash                    [  OK  ]
Checking for sed                     [  OK  ]
Checking for find                    [  OK  ]
Checking for passwd                  [  OK  ]
Checking for rsync                   [  OK  ]
Checking for mount                   [  OK  ]
Checking for eject                   [  OK  ]
Checking for libdebian-installer4    [  OK  ]
Checking for memtest86+              [  OK  ]
Checking for casper                  [  OK  ]
Checking for mksquashfs              [  OK  ]
Checking for unsquashfs              [  OK  ]
Checking for genisoimage             [  OK  ]
Checking for os-prober               [  OK  ]
Checking for ubiquity                [  OK  ]
Checking for user-setup              [  OK  ]
Checking for discover-config         [  OK  ]
Checking for laptop-detect           [  OK  ]
Checking for xterm                   [  OK  ]
Checking for syslinux                [  OK  ]
Checking for util-linux              [  OK  ]
Checking for xresprobe               [  OK  ]
Checking for archdetect              [  OK  ]
Checking for tree                    [  OK  ]
Checking for dialog                  [  OK  ]
Checking for initramfs-tools         [  OK  ]
Checking for coreutils               [  OK  ]
########################
## STEP 1 of SquashFS ##
########################
Installing/Removing all packages needed to install/remove
Removing    Popularity Contest   [  OK  ]
Installing  GTK Frontend for Ubiquity    [  OK  ]
########################
## STEP 2 of SquashFS ##
########################
Creating CD tree in /home/relinux
Done
/home/relinux
├── dummysys
│   ├── dev
│   ├── etc
│   ├── media
│   │   └── cdrom
│   ├── mnt
│   ├── proc
│   ├── sys
│   ├── tmp
│   └── var
└── ISOTMP
    ├── casper
    ├── isolinux
    └── preseed

14 directories, 0 files
########################
## STEP 3 of SquashFS ##
########################
Copying /etc and /var to a temporary directory, so that we can work on them
Done. Removing unneeded files, and changing others
Done
########################
## STEP 4 of SquashFS ##
########################
Setting up ISOLINUX
Creating filesystem.manifest and filesystem.manifest-desktop
Setting Casper, Ubiquity, and LSB_RELEASE options
Copying your kernel and initrd to the livecd
########################
## STEP 5 of SquashFS ##
########################
Creating filesystem.squashfs
This will take a while so be patient
Adding stage 1 files/folders that the livecd requires.
Adding stage 2 files/folders that the livecd requires.
This will probably take longer than the first stage.
Calculating the installed filesystem size for the installer
Done
Creating MD5 sum
Done
Finished generating SquashFS file.
##############################
## STEP 1 of ISO Generation ##
##############################
Detecting your tools for ISO generation
Done
##############################
## STEP 2 of ISO Generation ##
##############################
Verifying your SquashFS file
Done. No errors.
##############################
## STEP 3 of ISO Generation ##
##############################
Making disk compatible with Ubuntu Startup Disk Creator.
##############################
## STEP 4 of ISO Generation ##
##############################
Making temporary MD5 Sums for generation of the ISO file
###########################################
## STEP 5 of ISO Generation (final step) ##
###########################################
Creating the ISO file and MD5 sum for it
Creating custom.iso in /home/relinux
Creating custom.iso.md5 in /home/relinux
Done

/home/relinux/custom.iso is generated. It is recommended to run it inside a virtual machine before you release it.

The size of /home/relinux/custom.iso is 1.4G
You will need to burn a DVD/USB/Blu-Ray disk instead of a CD.

It is recommended to run 'sudo relinux clean' (without quotes) once you have burned and tested custom.iso
It will not delete custom.iso or custom.iso.md5

Отлично работает.

1
ответ дан 25 May 2018 в 12:54

Метод 1: метод CloneZilla:

1) Я недоволен тем, что для восстановления / резервного копирования ничего не существует 11.10

2) В любом случае я должен это сделать

3) Я не использовал популярный Clonezilla, потому что он не предлагает мне iso

4) Я скачал: http://clonezilla-sysresccd.hellug.gr/download.html

a) создал загрузочный компакт-диск из этого ISO

b) и выполнил следующие шаги

http://clonezilla-sysresccd.hellug.gr/ download.html

c) Я получил файл iso с каждым из них, включая boot-loaders

5), а затем в другой системе я использовал один и тот же диск для восстановления моего image

(отправил этот ответ из вопроса, так как это меня сбивало с толку, что ответ был в вопросе, вероятно, был бы смущен другим)

0
ответ дан 25 May 2018 в 12:54

Другие вопросы по тегам:

Похожие вопросы: