search for: checkisomd5

Displaying 3 results from an estimated 3 matches for "checkisomd5".

2015 Jul 06
2
7.1 install with Areca arc-1224
...first when you boot from it. ------ Above quoted -------- Booted the DVD again, took the default. It got to 76.2% then told me: The media check is complete. The result is: FAIL. It is not recommended to use this media. [FAILED] Failed to start media check on /dev/sr0. See 'systemctl status checkisomd5 at -dev-sr0.service' for details. dracut-initqueue[681]: Job for checkisomd5 at -dev-sr0.service failed. See 'systemctl status checkisomd5 at -dev-sr0.service' and 'journalctl -xn' for details. [ 243.972119] dracut: FATAL: CD check failed! [ 243.972141] dracut: Refusing to c...
2007 Dec 15
3
Read disk with open()/read()?
...to read directly from the disk, perhaps via INT22/19h, using the COM32 open()/read() functions? If not, I'd like to propose adding the ability to do something like: int fd = open("//", O_RDONLY); to allow reading from the raw disk. I am working on building a COM32 module out of the checkisomd5 tool from isomd5sum, but I need a way to access the raw disk in order to do that.
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...7 Apr 2011 01:53:51 +0200 +Subject: [PATCH] dmsquash-live: hide plymouth while checking ISO + +Fixes long-standing FIXME +Latest isomd5sum added an option to abort media check with ESC key, +but that key is taken by plymouth for switching to the detailed log +messages, making it impossible to abort checkisomd5. +Tested in text mode. +--- + modules.d/90dmsquash-live/dmsquash-live-root | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +--- modules.d/90dmsquash-live/dmsquash-live-root.orig 2011-07-22 02:02:58.000000000 +0200 ++++ modules.d/90dmsquash-live/dmsquash-live-root 2011-07-22 02:07:20...