szfhx 发表于 2011-4-5 16:29:12

SYSLINUX 能引导clonezilla再生龙备份还原软件吗?

我想把clonezilla再生龙备份还原软件装在U盘系统中,
clonezilla再生龙是一款优秀的、免费的、自由的备份还原软件,支持windows和linux系统分区类型,
单独制作浪费了1个U盘或光盘,
哪位高手能解决 SYSLINUX 能引导clonezilla再生龙的问题?

下载clonezilla再生龙http://sourceforge.net/projects/clonezilla/files/光盘版(.iso)或U盘版(.zip)


后记:
总算解决:
下载:http://sourceforge.net/projects/ ... ve_stable/1.2.8-23/将所有档案解开到U盘主分区根目录,并且维持原来的目录架构。
找到syslinux.exe在\utils\win32中
在win命令行下依次运行下列命令:
C:\Documents and Settings\xxxxx> L:
L:\>Cd \utils\win32
L:\boot\syslinux> syslinux.exe -ma -d /syslinux L:
其中L:是
U盘主分区盘符, -d /boot/syslinux是把命令生成的启动系统文件ldlinux.sys放到/boot/syslinux目录,以下内容不是必需的:可以从该目录寻找syslinux.cfg配置文件。找到:
LABEL Clonezilla live (Default settings, VGA 800x600)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config
noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia
nosplash
粘帖到你自己的syslinux.cfg配置文件    另外:利用bootice工具设置U盘“主引导记录”为:USB-HDD+,并激活syslinux所在主分区,就可以U盘启动,进入syslinux引导程序了......



[ 本帖最后由 2011szfhx 于 2011-4-10 15:26 编辑 ]

szfhx 发表于 2011-4-5 16:39:07

其他方式引导也行,期待高手

szfhx 发表于 2011-4-9 16:48:43

总算解决:
下载:http://sourceforge.net/projects/ ... ve_stable/1.2.8-23/

将所有档案解开到U盘主分区根目录,并且维持原来的目录架构。
找到syslinux.exe在\utils\win32中
在win命令行下依次运行下列命令:
C:\Documents and Settings\xxxxx> L:
L:\>Cd \utils\win32
L:\boot\syslinux> syslinux.exe -ma -d /syslinux L:
其中L:是
U盘主分区盘符, -d /boot/syslinux是把命令生成的启动系统文件ldlinux.sys放到/boot/syslinux目录,以下内容不是必需的:可以从该目录寻找syslinux.cfg配置文件。找到:
LABEL Clonezilla live (Default settings, VGA 800x600)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config
noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia
nosplash粘帖到你自己的syslinux.cfg配置文件

[ 本帖最后由 2011szfhx 于 2011-4-10 15:25 编辑 ]

szfhx 发表于 2011-4-9 16:55:31

利用bootice工具设置U盘“主引导记录”为:USB-HDD+

就可以U盘启动,进入syslinux引导程序了......

szfhx 发表于 2011-4-10 10:38:49

总算解决,不过用的是再生龙软件本身所带的syslinux.exe

[ 本帖最后由 2011szfhx 于 2011-4-10 10:42 编辑 ]

sgw888 发表于 2011-4-10 10:44:31

既然SYSLINUX 能引导,GRUB4DOS也可以做到吧?

yjd 发表于 2011-4-10 16:28:16

你既然用syslinux搞定了。那用grub4dos的kernel命令一样的咯。你试试。

LABEL Clonezilla live (Default settings, VGA 800x600)
kernel /live/vmlinuz
initrd /live/initrd.img boot=live config
noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia



LABEL Clonezilla live (Default settings, VGA 800x600)
kernel /live/vmlinuz boot=live config
noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia
initrd /live/initrd.img

290903390 发表于 2011-4-14 21:18:43

等待高手 出现。。。。。

szfhx 发表于 2011-4-15 12:30:42

grub4dos 下是:
title Clonezilla live
root (hd0,0)
kernel /live/vmlinuz boot=live config noswap nolocales edd=on nomodeset noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=788 ip=frommedia
initrd /live/initrd.img

已测试成功。

2010killaman 发表于 2011-5-21 10:52:04

看看。。。淡定的飘过~~~

zdnight 发表于 2011-8-25 09:21:09

学习了。。。。。。。

zdnight 发表于 2012-4-28 08:47:42

再次回顾。。。

[ 本帖最后由 zdnight 于 2012-4-28 08:48 编辑 ]
页: [1]
查看完整版本: SYSLINUX 能引导clonezilla再生龙备份还原软件吗?