Como eu faço o meu Ubuntu existente em um CD de instalação inicializável? Eu tentei remastersys mas falha com 11.10

6

Eu preciso instalar 10 PCs com configuração e hardware idênticos. Então eu estava tentando remastersys mas sua falha. Como posso resolver isso ou usar outra coisa para conseguir isso?

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

Acompanhamento:

Também tive esse método de trabalho: Método 1: CloneZilla way

    
por YumYumYum 07.04.2012 / 15:27

3 respostas

3

Outras duas possibilidades:

Relinux (um fork da Remastersys).

Ou, o que eu faço para clonar uma máquina, é copiar o disco inteiro com CloneZilla e clonar o disco. O Ubuntu é bom em reconfigurar automaticamente quando se encontra em um novo hardware. Há uma mudança que você teria que fazer em três arquivos diferentes em cada máquina que você clonou:

  • Altere o nome do computador em /etc/hostname , /etc/hosts e /etc/samba/smb.conf (caso contrário, você terá conflitos na rede).
por Paddy Landau 07.04.2012 / 18:59
1

Método 2: caminho 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=" ''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, [email protected]
$ cp /etc/relinux/relinux.conf ./relinux.conf
$ sed -i 's:EXCLUDES="\(.*\)":EXCLUDES=" ''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

Perfeitamente trabalhado.

    
por YumYumYum 08.04.2012 / 10:02
0

Método 1: CloneZilla:

1) Estou insatisfeito por não haver nada para recuperar / fazer backup 11.10

2) De qualquer forma eu tenho que fazer isso

3) Eu não usei o popular Clonezilla porque ele não me oferece iso

4) Eu fiz o download: link

a) criou um CD inicializável daquele ISO

b) inicializou e seguiu essas etapas

link

c) eu tenho um arquivo iso com tudo incluído, incluindo carregadores de boot

5) então em outro sistema eu usei meu mesmo CD para restaurar minha imagem

(postou esta resposta da pergunta, pois isso me deixava confuso, pois a resposta estava na pergunta, provavelmente seria confusa para os outros)

    
por joshweir 19.06.2016 / 02:08