---
title: "Resetting BIOS"
canonical: "https://docs.infoblox.com/space/BloxOneInfrastructure/2033516609/Resetting%20BIOS"
format: markdown
---
1. On your computer, install a serial-interface terminal, access the serial console via minicom or screen (notice speed is 9600):  
  
On a Mac, install Minicom by using the instructions provided on *[Install Minicom on macOS](https://formulae.brew.sh/formula/minicom)*, or install Screen by using the instructions provided on [Install Screen on macOS](https://formulae.brew.sh/formula/screen), and then enter the following command in the terminal:  
  
`minicom -D /dev/tty.usbserial-B0017VRD -8 -b 9600`  
Or  
`screen /dev/tty.usbserial-B0017VRD 9600`
2. Change **Serial Speed** to 115200, because we will not see the installation logs at the 9600 baud rate speed.
  1. Enter the BIOS by clicking the Del function on the keyboard.
  2. Press the Enter key when you see the Enter Password screen:

![image-20250630-202817.png](media://4d66811a-d18e-4802-9098-21d9a320f326)

c. Go to **Advanced **> **Serial Port Console Redirection**:

![Picture1.png](media://cbeb3459-4698-4f84-ac54-65c8b028b140)

d. Go to** Console Redirection Settings**, and select 15200 values for **Bits per second**:

![Picture2.png](media://ee30062e-2045-464f-a4dc-302113588549)

![Picture3.png](media://d1f68a81-7102-4898-be3a-93b52d611d9f)

e. Press **F4** to save the selection and exit the screen.

f. When prompted with **Save & Exit?**, select **Yes** and press **Enter**.

3. Close the minicom/screen and reconnect using the new speed (replace 9600 with 115200 in above commands) as follows:  
  
`minicom -D /dev/tty.usbserial-B0017VRD -8 -b 115200`  
Or  
`screen /dev/tty.usbserial-B0017VRD 115200`