<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: R80.20 install on Power-1 5070 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20040#M90004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only open servers listed on the &lt;A href="https://www.checkpoint.com/support-services/hcl/"&gt;HCL&lt;/A&gt; are supported. You won't get your old Check Point appliance on that list.&amp;nbsp;As your screen shot says, contact Check Point support about this. Maybe you'll get a nice appliance trade-in offer, so I'd recommend to just ask Check Point&amp;nbsp;first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2018 02:52:17 GMT</pubDate>
    <dc:creator>Danny</dc:creator>
    <dc:date>2018-12-28T02:52:17Z</dc:date>
    <item>
      <title>R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20036#M90000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For various reasons we would like to get more life out of a pair of Power-1 5070 appliances and run R80.20 on them. Officially Checkpoint does not support R80.20 on the hardware which is understandable. But there is still a lot of life left the hardware and I would like to just run it as an&amp;nbsp;&lt;STRONG&gt;open server&lt;/STRONG&gt; hardware gateway cluster since it is really just x64 server hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When booting from the R80.20 gateway fresh install ISO it recognizes that it is a 5070 and aborts the install as per the attached screen shot.&amp;nbsp; &amp;nbsp; I was hoping that some configuration in the BIOS was allowing the installation package to determine the hardware was a 5070,&amp;nbsp; so I obtained the BOIS ROM password and booted into the BIOS.&amp;nbsp; Unfortunately after scouring the BIOS I don't see anything that would refer to a 5070 or P-10-00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any other ideas on how the installation package is identifying the hardware as a 5070?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken apart the installation package and think I have found the file that triggers the installation abort condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11pt; text-align: left; padding-left: 60px;"&gt;./hwdiag/system/base/appliance_configuration.xml&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P&gt;and can just change the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11pt; text-align: left; padding-left: 60px;"&gt;&amp;lt;model manufacturer="CheckPoint" type="P-10-00" blocked="&lt;STRONG&gt;true&lt;/STRONG&gt;"&amp;gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11pt; text-align: left; padding-left: 60px;"&gt;&amp;lt;name&amp;gt;Power-1 5070&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;/model&amp;gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11pt; padding-left: 60px;"&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11pt; padding-left: 60px;"&gt;&amp;lt;model manufacturer="CheckPoint" type="P-10-00" blocked="&lt;STRONG&gt;false&lt;/STRONG&gt;"&amp;gt;&lt;BR /&gt; &amp;lt;name&amp;gt;Power-1 5070&amp;lt;/name&amp;gt;&lt;BR /&gt; &amp;lt;/model&amp;gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11pt; padding-left: 60px;"&gt;&lt;/P&gt;&lt;P&gt;and then just rebuild the installation package with mkisofs,&amp;nbsp; but that is more of a hack rabbit hole than I want to go down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways if anyone else some ideas please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 18:47:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20036#M90000</guid>
      <dc:creator>Al_Marti</dc:creator>
      <dc:date>2018-12-27T18:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20037#M90001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Theoretically, modifying the appliance_configuration.xml file AFTER the initial installation and before First Time Wizard runs should be enough to allow the installation to take place.&lt;/P&gt;&lt;P&gt;However, modifying this file to allow something to install that we otherwise block definitely puts you in unsupported territory.&lt;/P&gt;&lt;P&gt;While I'm not aware of any hardware incompatibility with the older Power-1 appliances, it's possible one exists.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 23:43:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20037#M90001</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-12-27T23:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20038#M90002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Dameon.&amp;nbsp; &amp;nbsp;I guess I was not clear.&amp;nbsp; The issue is that the initial installation is aborted (see attached screenshot in original post), because of the detection of the hardware as 5070/P-10-00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as support goes, yes fully realize that there would no support Checkpoint support for this installation if I am modifying installation files.&amp;nbsp; That is why I would prefer a method that makes the initial installation&amp;nbsp; think this is just open server hardware and not a 5070.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2018 23:53:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20038#M90002</guid>
      <dc:creator>Al_Marti</dc:creator>
      <dc:date>2018-12-27T23:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20039#M90003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't see it as you didn't include the screenshot inline&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;You're probably getting blocked at the Anaconda stage, which I'm pretty sure is not controlled by the XML file mentioned.&lt;/P&gt;&lt;P&gt;It's possible you can get R80.x on there by loading a supported version (R77.30) and upgrading via CPUSE, but I haven't tried it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 00:04:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20039#M90003</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-12-28T00:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20040#M90004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only open servers listed on the &lt;A href="https://www.checkpoint.com/support-services/hcl/"&gt;HCL&lt;/A&gt; are supported. You won't get your old Check Point appliance on that list.&amp;nbsp;As your screen shot says, contact Check Point support about this. Maybe you'll get a nice appliance trade-in offer, so I'd recommend to just ask Check Point&amp;nbsp;first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 02:52:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20040#M90004</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2018-12-28T02:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20041#M90005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion Danny,&amp;nbsp; but for our application, we can live without support.&amp;nbsp; I am just looking for ideas on how to get past the identification of the hardware as a 5070.&amp;nbsp; &amp;nbsp; Just consider it a challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dameon provided some ideas that I may explore:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) try to break out into a shell after the Anaconda installation abort message to see if I can find some logs/ideas on how&amp;nbsp; Anaconda is identifying the hardware as 5070/P-10-00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) try a R80.20 CPUSE upgrade from R77.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But before trying those options, I am also thinking&amp;nbsp; maybe the installation process is basically doing the equivalent of a dmidecode, which can be called from gaia and does have the ability to id the hardware as P-10-00&amp;nbsp;by probing the BIOS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;[Expert@rgfw-a:0]# dmidecode | grep Prod&lt;BR /&gt; Product Name: &lt;STRONG&gt;P-10-00&lt;/STRONG&gt;&lt;BR /&gt; Product Name: Bridgeport&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;After researching dmidecode, It seems that&amp;nbsp;it probes a piece of the BIOS called SMBIOS.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I do seem to remember I saw a section in the BIOS that will allow me to manipulate SMBIOS.&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I will explore that path tomorrow, see where it leads and report back.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 03:40:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20041#M90005</guid>
      <dc:creator>Al_Marti</dc:creator>
      <dc:date>2018-12-28T03:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20042#M90006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no option for R80.x within Upgrade Wizard:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/76607_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;The same is valid for Upgrade option.&lt;/P&gt;&lt;P&gt;You should be able to install R77.30 and then try to upgrade to R80.x using CPUSE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 10:18:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20042#M90006</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2018-12-28T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20043#M90007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only SMBIOS tweak I found in the BIOS was just to disable SMBIOS.&amp;nbsp; I tried that hoping that the initial installation dmidecode was using that to id the hardware as a 5070 but it had no effect and the installation aborted as per my attached screenshot in the original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Going the R77.30 to R80.20 CPUSE route,&amp;nbsp; R77.30 CPUSE did give the option to either upgrade or clean install to R80.20.&amp;nbsp; I chose the R80.20 clean install&amp;nbsp; route which it seemed to complete, but the machine would not reboot after the installation. It just looped thru errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACPI: Unable to load the System Description Tables &lt;BR /&gt;PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved &lt;BR /&gt;PCI: Not using MMCONFIG. &lt;BR /&gt;ÿata2.01: cmd c8/00:08:00:00:00/00:00:00:00:00/f0 tag 0 dma 4096 in &lt;BR /&gt;ata2.01: status: { DRDY } &lt;BR /&gt;ata2.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen &lt;BR /&gt;ata2.01: cmd c8/00:08:00:00:00/00:00:00:00:00/f0 tag 0 dma 4096 in &lt;BR /&gt;ata2.01: status: { DRDY } &lt;BR /&gt;Buffer I/O error on device sda, logical block 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my conclusion is that the 5070 appliance is&amp;nbsp;truly not hardware compatible with R80.20 and so my quest ends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2018 18:06:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/20043#M90007</guid>
      <dc:creator>Al_Marti</dc:creator>
      <dc:date>2018-12-31T18:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/67034#M90008</link>
      <description>I also have a 5070 but currently stuck and cannot boot.&lt;BR /&gt;Entering the BIOS would probably fix it.&lt;BR /&gt;Would you mind sharing the BIOS password?</description>
      <pubDate>Mon, 11 Nov 2019 04:54:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/67034#M90008</guid>
      <dc:creator>tby1994</dc:creator>
      <dc:date>2019-11-11T04:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: R80.20 install on Power-1 5070</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/73589#M90009</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone have the Bios Password of Smart 1 5050 ?...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards!!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 16:28:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/R80-20-install-on-Power-1-5070/m-p/73589#M90009</guid>
      <dc:creator>Vitoched</dc:creator>
      <dc:date>2020-01-28T16:28:24Z</dc:date>
    </item>
  </channel>
</rss>

