---
title: How to disable boot errors using iDRAC
description: This page explains how to disable boot errors using iDRAC on a Scaleway Dedibox
tags: boot error idrac
dates:
  validation: 2025-09-11
  posted: 2021-06-11
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway-bootstuck.webp'
import image2 from './assets/scaleway-bootstuck2.webp'
import image3 from './assets/scaleway-bootstuck3.webp'


This document shows you how to disable boot errors, where your server is stuck and displays the following message: `“trike the F1 key to continue, F2 to run the system setup program`.

<Requirements />

- A Dedibox account logged into the [Online console](https://console.online.net)
- [Created](/dedibox/how-to/order-a-server/) and [installed](/dedibox/how-to/install-a-server/) a dedicated server with a Dell iDRAC controller

1. [Connect to your server's iDRAC](/dedibox-kvm-over-ip/quickstart/#how-to-use-ipmi-via-dell-idrac).
2. Click **System**, on the side menu.
3. Click the **Console/Media** tab, then **Launch virtual console**.

    Your server will boot until it gets stuck as previously described:

    <Lightbox image={image} alt="" />
4. Click in the KVM window, then press **F2**. This allows you to enter the BIOS of your server and make configuration changes.
    <Lightbox image={image2} alt="" />
5. Use the arrow keys to go to the line **F1/F2 Prompt on Error**.
6. Press the spacebar to change the value of the line to **Disabled**.
7. Press ESC. You are prompted to save your modifications to the BIOS.
8. Press Enter to save your modifications.

    The server reboots. You can watch the boot process in the KVM to make sure the server loads the OS correctly.

    <Lightbox image={image3} alt="" />


