我需要安装10个人电脑,其中有相同的设置和硬件。所以我试着重新设计但失败了。我如何解决这一问题,或使用其他手段来实现这一点?
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我还使用了以下方法:方法1: CloneZilla方法
发布于 2012-04-07 16:59:18
另有两种可能性:
Relinux (一个叉子)。
或者,我要克隆一台机器,就是用CloneZilla复制整个磁盘,然后克隆磁盘。Ubuntu擅长在新硬件上自动重新配置。您必须在每台机器上克隆的三个不同文件中进行一个更改:
/etc/hostname、/etc/hosts和/etc/samba/smb.conf中的计算机名称(否则将在网络上发生冲突)。发布于 2016-06-19 00:08:38
1)我感到不高兴的是,没有任何东西可以使其恢复/备份11.10
无论如何,我必须做这件事
3)我没有使用流行的Clonezilla,因为它没有提供给我
4)我下载了:http://clonezilla-sysresccd.hellug.gr/download.html
)从该ISO创建了一个可引导的CD。
( b)启动并遵循这些步骤
http://clonezilla-sysresccd.hellug.gr/restore.html
( c)我有一个iso文件,上面有每一个文件,包括引导加载程序。
5)然后在另一个系统中,我用同一张CD来恢复我的图像
(贴出这个问题的答案,因为这让我感到困惑,答案就在问题中,可能会让其他人感到困惑)
https://askubuntu.com/questions/119718
复制相似问题