From 71be7b1728ee4b66ccbfde48b6c880bf917f8491 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 7 Aug 2001 12:54:41 +0000 Subject: say that it's a data read error, when we can't load the ramdisk --- mdk-stage1/tools.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c index 49a70a494..bd99f6cf3 100644 --- a/mdk-stage1/tools.c +++ b/mdk-stage1/tools.c @@ -284,7 +284,9 @@ enum return_type load_ramdisk_fd(int ramdisk_fd, int size) if (!seems_ok) { log_message("reading compressed ramdisk: %s", BZ2_bzerror(st2, &z_errnum)); remove_wait_message(); - stg1_error_message("Could not uncompress second stage ramdisk."); + stg1_error_message("Could not uncompress second stage ramdisk. " + "This is probably an hardware error while reading the data. " + "(this may be caused by a hardware failure or a Linux kernel bug)"); return RETURN_ERROR; } -- cgit v1.2.1