我创建了一个 Ubuntu Server 14.04 系统,我想将其克隆到其他几台具有完全相同硬件规格的机器上。该系统是具有 30 GB SSD 的 Intel NUC2820。
当前工作安装包含三个分区:
/sda1 fat32 (efi boot)
/sda2 ext4
/sda3 swap
Run Code Online (Sandbox Code Playgroud)
系统使用 GPT 进行设置,并使用 UEFI 进行引导。
使用 Tuxboot,我创建了一个CloneZilla USB 并将完整的磁盘写入我想用来恢复的映像。但是,将映像恢复到新机器后,我似乎无法找到使系统再次可启动的方法。
我尝试在 CloneZilla 环境中使用grub-install,但出现以下错误:
warning : this GPT partition label contains no BIOS boot Partition; embedding wont be possible
warning : Embedding id not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
error : will not …Run Code Online (Sandbox Code Playgroud)