This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to gain access to the installed partition of XG Firewall to modify boot so only text is seen via console

Hi All,

I recently managed to install SW-17.5.9_MR-9-577 on a Check Point 2200 device, but once XG has installed and the device is rebooted all the text seen on the console is junk.

I tried to see the boot partition in Linux and Windows but the entire disk is show to have nothing on it but yet it boots.

How can I gain access to the boot folder/partition so I can modify it to send all text to the serial port?

 

Thanks,



This thread was automatically locked due to age.
Parents
  • Ghost Coder said:
    How can I gain access to the boot folder/partition so I can modify it to send all text to the serial port?

     

    SSH to the FW, go to the advanced shell (Option 5, then Option 3.)

    The boot folder is at /boot

    The grub cfg file is at /boot/grub/grub.cfg

    You can use vim to edit the file.

Reply
  • Ghost Coder said:
    How can I gain access to the boot folder/partition so I can modify it to send all text to the serial port?

     

    SSH to the FW, go to the advanced shell (Option 5, then Option 3.)

    The boot folder is at /boot

    The grub cfg file is at /boot/grub/grub.cfg

    You can use vim to edit the file.

Children