-
gdha committed revision 40 to the Relax and Recover (ReaR) SVN repository, changing 2 files.
2009-10-16 07:26:52 UTC in Relax and Recover (ReaR)
-
You might try http://home.scarlet.be/gdha/mkcdrec-0.9.9.3.tar.gz out
Gratien.
2009-10-06 09:13:13 UTC in Make CD-ROM Recovery
-
gdha committed revision 36 to the Relax and Recover (ReaR) SVN repository, changing 3 files.
2009-09-11 11:58:20 UTC in Relax and Recover (ReaR)
-
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 in Make CD-ROM Recovery
-
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 in Make CD-ROM Recovery
-
Once booted from CDrec DVD:
mount /dev/sr0 /mnt (does this work?)
And the link /dev/dvd to scd0 (is this on the rescue image?)
what does lsmod tell?.
2009-08-27 14:35:22 UTC in Make CD-ROM Recovery
-
# grep INITRD_FS Config.sh
INITRD_FS=ramfs
# grep ROOT_FS Config.sh
ROOT_FS=ramfs
When you're booted from DVD and you have the # prompt do the following:
head -n 1 /dev/ram2
it should return /dev/dvd or so.
Is /dev/dvd existing? Is it a link on your normal (production) system? Perhaps that might be the problem.
2009-08-27 13:35:04 UTC in Make CD-ROM Recovery
-
Please download mkCDrec-v0.9.9 as booting probably requires ramfs instead of ext2 file system type on RHEL5.
2009-08-27 06:06:36 UTC in Make CD-ROM Recovery
-
The dmesg command will tell you which devices are automatically recognized. If the new disk is not seen on system level it could mean that the specific driver was not found on the mkcdrec image. The disk kernel modules must be copied on-front to the image disk via the source system (see Config.sh file section _MODULES).
mkcdrec makes a minimal OS envirenment and therefore not all kernel...
2009-08-05 10:22:53 UTC in Make CD-ROM Recovery
-
well, you have to make sure that the target VMware disk types are copied to the mkCDrec image from the source. E.g. add the disk kernel modules to Config.sh in variables SCSI_MODULES or OTHER_MODULES.
2009-07-18 08:29:56 UTC in Make CD-ROM Recovery