ubuntu remastersys生成的iso不能安装

不能安装:

原因:

remastersys backup custom.iso


System Backup Mode Selected
Enabling remastersys-firstboot
 Adding system startup for /etc/init.d/remastersys-firstboot ...
   /etc/rc0.d/K20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc1.d/K20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc6.d/K20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc2.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc3.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc4.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc5.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
Checking filesystem type of the Working Folder
/home/remastersys/remastersys is on a ext4 filesystem
Making sure popularity contest is not installed
Installing the Ubiquity GTK frontend
Checking if the /home/remastersys/remastersys folder has been created
Creating /home/remastersys/remastersys folder tree
Creating /home/remastersys/remastersys/ISOTMP folder tree
Copying /var and /etc to temp area and excluding extra files  ... this will take a while so be patient
Cleaning up files not needed for the live in /home/remastersys/remastersys/dummysys
Making sure adduser and autologin functions of casper are set properly
Copying memtest86+ for the live system
Creating isolinux setup for the live system
Checking the ARCH of the system and setting the README.diskdefines file
Creating filesystem.manifest and filesystem.manifest-desktop
Excluding folder from the backup that will cause issues
Copying the install icon to the desktop of huawei
basename: 缺少操作数
请尝试执行"basename --help"来获取更多信息。
Creating the casper.conf file.
Checking and setting user-setup-apply for the live system
Setting up casper and ubiquity options for backup mode
Creating a new initial ramdisk for the live system

解决 方案:

dpkg -r --purge popularity-contest

  安装:

apt-get -y  install ubiquity*

 ubiquity_2.10.28_amd64.deb
 ubiquity-frontend-kde_2.10.28_all.deb
 ubiquity-ubuntu-artwork_2.10.28_all.deb
 ubiquity-frontend-debconf_2.10.28_amd64.deb
 ubiquity-frontend-gtk_2.10.28_amd64.deb


做 iso


remastersys backup custom.iso


System Backup Mode Selected
Enabling remastersys-firstboot
 Adding system startup for /etc/init.d/remastersys-firstboot ...
   /etc/rc0.d/K20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc1.d/K20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc6.d/K20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc2.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc3.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc4.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
   /etc/rc5.d/S20remastersys-firstboot -> ../init.d/remastersys-firstboot
Checking filesystem type of the Working Folder
/home/remastersys/remastersys is on a ext4 filesystem
Making sure popularity contest is not installed
Installing the Ubiquity GTK frontend
Checking if the /home/remastersys/remastersys folder has been created
Creating /home/remastersys/remastersys folder tree
Creating /home/remastersys/remastersys/ISOTMP folder tree
Copying /var and /etc to temp area and excluding extra files  ... this will take a while so be patient
Cleaning up files not needed for the live in /home/remastersys/remastersys/dummysys
Making sure adduser and autologin functions of casper are set properly
Copying memtest86+ for the live system
Creating isolinux setup for the live system

Checking the ARCH of the system and setting the README.diskdefines file
Creating filesystem.manifest and filesystem.manifest-desktop
Excluding folder from the backup that will cause issues
Copying the install icon to the desktop of huawei
Creating the casper.conf file.
Checking and setting user-setup-apply for the live system
Setting up casper and ubiquity options for backup mode
Creating a new initial ramdisk for the live system
Copying your kernel and initrd for the livecd
Creating filesystem.squashfs   ... this will take a while so be patient
Parallel mksquashfs: Using 1 processor
Creating 4.0 filesystem on /home/remastersys/remastersys/ISOTMP/casper/filesystem.squashfs, block size 1048576.





你可能感兴趣的:(ubuntu remastersys生成的iso不能安装)