---
title: "Boot"
description: "On some serial connected devices the console settings are different, in which case you would not be able to start the installer."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.ixolate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Boot

## hangs at "booting..."

On some serial connected devices the console settings are different, in which case you would not be able to start the installer.

If you can reach the loader prompt, you could try to change some kernel parameters before booting.

``` text
set hint.uart.0.flags=0x0
set hint.uart.1.flags=0x10
set hint.uart.0.at="isa"
set comconsole_speed=115200
set comconsole_port=0x3F8
set console=comconsole
boot
```

> **Note**
>
> To enter the loader prompt press `3` when the Ixolate boot menu is visible

After installation, you could persist these settings in **System › Settings › Tunables**

Source: https://docs.ixolate.com/troubleshooting/boot/index.mdx
