Boot stuck after enabled the FireWall


After installing the OVA and enable the Firewall and rebooting, the boot stuck on FireHOL.
This because the FireWall want to start before any network configuration.

bootstuck

  • To fix this issue,
  • On the startup screen, lock the countdown by using arrow top or down.

2017-05-09_14-54-09

  • type the “e” letter
  • find the line
linux   /boot/vmlinuz-3.2.0-4-amd64 root=UUID=68f01ff2-e0b3-4873-b433-c79170e81d8b ro single quiet drm_kms_helper.poll=0 max_loop=256 elevator=noop
  • On the line change the “ro” value to “rw”
  • Add the “init=/bin/bash” value at the end of the line
  • you should have this line:
linux   /boot/vmlinuz-3.2.0-4-amd64 root=UUID=68f01ff2-e0b3-4873-b433-c79170e81d8b rw single quiet drm_kms_helper.poll=0 max_loop=256 elevator=noop init=/bin/bash

 

2017-05-09_15-11-34

  • After editing this line type “F10″ key
  • You will enter into a minimal shell
  • Just run the command “rm /etc/init.d/firehol” and type Enter

2017-05-09_15-13-59

  • Do an hardware reset and boot the server in normal way.
  • Go into Artica Web Console/System/Your FireWall/Global settings

2017-05-09_15-31-28

  • Click on the link, Disable the Firewall

2017-05-09_15-32-14

  • Update Artica to v3.06.050915 and re-install the FireWall trough the Web Console.

Leave a comment