From afecc4ff9b821919363a244da27bbb3563f01f9a Mon Sep 17 00:00:00 2001 From: Daniel Juarez <daniel.juarez.gonzalez@cern.ch> Date: Fri, 19 Mar 2021 14:25:38 +0000 Subject: [PATCH] Add BIOS loop restart scenario --- docs/aims2/errorcollection.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/docs/aims2/errorcollection.md b/docs/aims2/errorcollection.md index 4030b90..3b550a6 100644 --- a/docs/aims2/errorcollection.md +++ b/docs/aims2/errorcollection.md @@ -24,7 +24,7 @@ We welcome any contribution to this page. <td>Reinstall aims2-loaders and <code>service aims2sync restart</code></td> </tr> - <tr> +<tr> <td colspan="4"><b>loading initrd ...error: you need to load the kernel first. Press any key to continue...alloc magic is broken at 0x4b9bd7e0: 0. Aborted. Press any key to exit.</b></td> </tr> <tr> @@ -40,6 +40,7 @@ We welcome any contribution to this page. <td>Wait for <code>aims2client showimg X --full</code> to show SYNC Status as YYX</td> </tr> +<tr> <td colspan="4"><b>loading initrd ...error: connection timeout.</b></td> </tr> <tr> @@ -55,6 +56,7 @@ We welcome any contribution to this page. <td>Reduce the amount of clients contacting AIMS2</td> </tr> +<tr> <td colspan="4"><b>loading initrd ...error: out of memory</b></td> </tr> <tr> @@ -70,6 +72,7 @@ We welcome any contribution to this page. <td>Reduce image size</td> </tr> +<tr> <td colspan="4"><b>loading initrd ...error: cannot allocate memory</b></td> </tr> <tr> @@ -85,6 +88,7 @@ We welcome any contribution to this page. <td>Reinstall BIOS firmware and reload the BIOS config</td> </tr> +<tr> <td colspan="4"><b>loading initrd ...error: couldn't find suitable memory target</b></td> </tr> <tr> @@ -100,6 +104,7 @@ We welcome any contribution to this page. <td>Unknown</td> </tr> +<tr> <td colspan="4"><b>Reboot and Select proper Boot device. Please press the <DEL> key into BIOS setup menu...</b></td> </tr> <tr> @@ -115,6 +120,7 @@ We welcome any contribution to this page. <td>Unknown</td> </tr> +<tr> <td colspan="4"><b>DXE--CSM Initialization..error: no such partition. Entering rescue mode...</b></td> </tr> <tr> @@ -130,6 +136,7 @@ We welcome any contribution to this page. <td>Unknown</td> </tr> +<tr> <td colspan="4"><b>PXE-E21: Remote Boot cancelled</b></td> </tr> <tr> @@ -149,6 +156,28 @@ We welcome any contribution to this page. </table> <p> </p> + ## BIOS world -So far we do not have any reported issue for BIOS machines. +<table> +<tbody> + +<tr> +<td colspan="4"><b>Loading kernel reboots the node</b></td> +</tr> +<tr> +<td><i>Where it appears</i></td> +<td><i>Suspected reason</i></td> +<td><i>Reference</i></td> +<td><i>Resolution</i></td> +</tr> +<tr> +<td>HNS2600KP models</td> +<td>Unknown</td> +<td>Continuous restarts, no installation starts</td> +<td>Reset BIOS settings, then reinstall</td> +</tr> + +</tbody> +</table> +<p> </p> -- GitLab