First read the article about how to access the firewall through serial console.
Then follow these steps:
- During boot you will see a menu with title GNU GRUB. Press a cursor button in order to stop the countdown. Otherwise it will boot automatically.
- Select the first menu entry and press 'a'
- You should see something like the following:
grub append> root=/dev/md3 panic=10 ro
- Append 'console=ttyS0,38400' to the end of the line, in order to finally have a line like this:
grub append> root=/dev/md3 panic=10 ro console=ttyS0,38400
- Press ENTER, which starts the boot process