我用Clonezilla备份了我的FreeBSD安装。我使用默认选项来执行磁盘映像。它将3个分区备份到图像中。靴子,根和我忘记了第三个。
在进行备份时,我让Clonezilla验证备份是可恢复的。当我去恢复备份时,它就完成了,但是在重新启动时没有启动表。系统不知道该怎么进行。
现在我正在研究高级恢复选项,看看是否可以让引导加载程序恢复。我做的任何事情似乎都无法恢复引导加载程序。它恢复分区,仅此而已。
在恢复引导加载程序方面,Clonezilla不与FreeBSD一起工作吗?当备份FreeBSD系统时,我需要做一个专家备份来选择选项吗?
发布于 2015-11-06 18:38:20
在进行了一些操作和测试之后,我能够让它在专家设置中使用-j1选项。
-j1, --dump-mbr-in-the-end Use dd to dump the MBR (total 512 bytes, i.e. 446 bytes (executable code area) + 64 bytes (table of primary partitions) + 2 bytes (MBR signature; # 0xAA55) = 512 bytes) after disk image was restored. This is an insurance for some hard drive has different numbers of cylinder, head and sector between image was saved and restored.
https://unix.stackexchange.com/questions/241241
复制相似问题