-
A couple steps while i was testing some cloning.
1) boot cdrec.iso
2) answer no to start network
3) edit /etc/sysconfig/network-scripts/ifcfg-eth0 with new IP
4) /etc/rc.d/network start
5) /etc/rc.d/rc.nfs start
6) mount IP:/path /path.
2009-11-11 21:37:32 UTC by seeker411
-
You might try http://home.scarlet.be/gdha/mkcdrec-0.9.9.3.tar.gz out
Gratien.
2009-10-06 09:13:13 UTC by gdha
-
I want to create translation file for this program... How i can do this?
Please answer me to mail: ukr-96@rambler.ru.
2009-10-01 19:24:25 UTC by nobody
-
I've hit the bug #2768581 when booting the CD for a RHEL3 update 5.
I've narrowed the problem down to a change between version 0.9.7 and 0.9.8;
# diff mkcdrec_097/Config.sh mkcdrec_098/Config.sh | egrep "APPEND|INITRD_FS"
< KERNEL_APPEND="ramdisk_blocksize=1024"
> KERNEL_APPEND="ramdisk_blocksize=1024 selinux=0"
< INITRD_FS=ext2
> INITRD_FS=ramfs
In order to have a working boot...
2009-09-23 12:36:59 UTC by kaloudoff
-
OS:CentOS 5.2, Server DELL PowerAdge-2950. mkCDrec_v0.9.9. Installed succ, make test - succ. burned DVD succ. BIOS to boot from DVD allowed. Can't boot from DVD. Please help to solve this problem.
2009-09-18 08:01:15 UTC by slava2000
-
Sorry forgot. See attached Config and Log files.
2009-09-18 08:00:29 UTC by slava2000
-
OS:CentOS 5.2, Server DELL PowerAdge-2950. mkCDrec_v0.9.9. Installed succ, make test - succ. burned DVD succ. BIOS to boot from DVD allowed. Can't boot from DVD. Please help to solve this problem.
2009-09-18 06:33:08 UTC by slava2000
-
gdha committed patchset 892 of module mkcdrec to the Make CD-ROM Recovery CVS repository, changing 21 files.
2009-09-10 05:44:50 UTC by gdha
-
I made the choice to force in start-restore.sh script the mount of the dvd
I keep this method if you have no way to make active in changing the the Config.sh file
Best regards Thierry.
2009-08-31 12:56:22 UTC by tpavic
-
OK so the problem is that the initial ramdisk used /dev/sr0 to mount the CD-ROM, but when it switches to the 2th ramdisk it passes along this variable using (/dev/ram2), but you're using udevd daemon and this one uses the /dev/sdc0 for CD/DVD purposes and /dev/sr0 is not found anymore.
2009-08-28 08:02:07 UTC by gdha