<?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: How to recover Gaia Admin password on VMware in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40191#M8467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That SK will save some time when we have a SIC. SK should also be updated that it also applies to connected management servers. This Howto can now be used when you have no SIC &lt;/SPAN&gt;&lt;ABBR&gt;&lt;SPAN aria-label="Wink" class="emoticon_wink emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;&lt;/ABBR&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR class="" /&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 06:47:53 GMT</pubDate>
    <dc:creator>RickHoppe</dc:creator>
    <dc:date>2018-06-15T06:47:53Z</dc:date>
    <item>
      <title>How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40187#M8463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #333333; background-color: #ffffff; margin: 0px 0px 1.5em;"&gt;Today we ran into a situation we needed to recover the Gaia Admin password of a Logserver which was hosted on VMware. Therefore we could not use the procedure to create a EmergenDisk USB flash drive from&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk92663" rel="noopener" style="color: #222222; background-color: transparent; text-decoration: none;" target="_blank"&gt;sk92663&lt;/A&gt;. Problem is that we cannot boot from USB when using a VMware guest. We’ve also ignored&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk106490&amp;amp;partition=Advanced&amp;amp;product=Security" rel="noopener" style="color: #222222; background-color: transparent; text-decoration: none;" target="_blank"&gt;sk106490&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as this was not a Security Gateway.&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; margin: 0px 0px 1.5em;"&gt;We’ve used Google to find some answers on this particular subject. We found a few possible answers (&lt;A href="https://www.cpug.org/forums/showthread.php/21586-How-to-recover-Gaia-Admin-password-on-VMware-for-Management-server" rel="noopener" style="color: #222222; background-color: transparent; text-decoration: none;" target="_blank"&gt;here&lt;/A&gt;&amp;nbsp;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.packetbin.com/snippets/check-point-gaia-reset-admin-password" rel="noopener" style="color: #222222; background-color: transparent; text-decoration: none;" target="_blank"&gt;here&lt;/A&gt;) with instructions that did not completely work on a lab machine (running on R80.10). Furthermore we liked the idea by fixing this nicely in the Gaia configuration database instead of manually editing OS files like /etc/passwd or /etc/shadow files.&lt;BR /&gt;&lt;/P&gt;&lt;P style="color: #333333; background-color: #ffffff; margin: 0px 0px 1.5em;"&gt;So we used the best of aforementioned sites and successfully reset the admin password with this procedure on R80.10:&lt;/P&gt;&lt;OL style="color: #333333; background-color: #ffffff; margin: 0px 0px 1.5em;"&gt;&lt;LI&gt;Configure the Check Point VM to use a recent&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.ubuntu.com/download/desktop" rel="noopener" style="color: #222222; background-color: transparent; text-decoration: none;" target="_blank"&gt;Ubuntu Desktop ISO&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and boot from CD-ROM. Select Try Ubuntu so you will have a Live environment without installing Ubuntu.&lt;/LI&gt;&lt;LI&gt;Open the Terminal application.&lt;/LI&gt;&lt;LI&gt;Enter the following command:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;sudo su –&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Create a mounting point:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;mkdir /mnt/cp&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Mount the Gaia filesystem:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;mount /dev/mapper/vg_splat-lv_current /mnt/cp&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Change the root directory to the Gaia root:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;chroot /mnt/cp&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Backup the current Gaia configuration database:&amp;nbsp;&lt;EM&gt;cp /config/db/initial_db /config/db/initial_db_backup&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Connect to the Gaia configuration database:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;sqlite3 /config/db/initial_db&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Query the database using SQLite to locate the current admin password. The last line is the current password hash:&lt;P style="margin: 0px 0px 1.5em;"&gt;&lt;EM&gt;SELECT * from revisions WHERE binding=”passwd:admin:passwd”;&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Update the database using SQLite to change the password to ‘admin’. Replace the text&amp;nbsp;&lt;STRONG style="font-weight: bold;"&gt;old-pw-hash&lt;/STRONG&gt;&amp;nbsp;below with the last hash from step 9:&lt;P style="margin: 0px 0px 1.5em;"&gt;&lt;EM&gt;UPDATE revisions SET value=”$1$zIVyrIdj$1LBW7Pg6XOcXYIgFPTppY.” WHERE binding=”passwd:admin:passwd” AND VALUE=’&lt;STRONG style="font-weight: bold;"&gt;old-pw-hash&lt;/STRONG&gt;‘;&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Exit SQLite by entering the following command:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;.exit&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Exit chroot and go back to Ubuntu:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;exit&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Unmount the Gaia filesystem:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;umount /mnt/cp&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Reboot the Check Point VM by entering:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;reboot&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Login to the console, SSH or Gaia Portal using user admin and password admin.&lt;/LI&gt;&lt;LI&gt;When in CLISH or Gaia Portal don’t forget to change the password for user admin (and document it!)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks to the original authors from which this instruction is combined from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also posted to my blog:&amp;nbsp;&lt;A class="link-titled" href="https://checkpoint.engineer/howto/how-to-recover-gaia-admin-password-on-vmware/#more-270" title="https://checkpoint.engineer/howto/how-to-recover-gaia-admin-password-on-vmware/#more-270"&gt;How to recover Gaia Admin password on VMware – checkpointengineer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:20:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40187#M8463</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-06-14T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40188#M8464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the system has a valid SIC, there is another easy way to do this from the management server. see &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk106490&amp;amp;"&gt;SK&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;106490&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;this method does not only work for the password but in principle you can run any command on the gateway from an expert level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:29:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40188#M8464</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-06-14T21:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40189#M8465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sk106490 is stating that this is for resetting the password on a Security Gateway from a Management server. In this case it was a Logserver instead of a Security Gateway. Not sure if it works as the article does not apply for this case.&lt;/SPAN&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:47:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40189#M8465</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-06-14T21:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40190#M8466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick. It does as long as SIC is established it will work &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 06:01:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40190#M8466</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-06-15T06:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40191#M8467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That SK will save some time when we have a SIC. SK should also be updated that it also applies to connected management servers. This Howto can now be used when you have no SIC &lt;/SPAN&gt;&lt;ABBR&gt;&lt;SPAN aria-label="Wink" class="emoticon_wink emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;&lt;/ABBR&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR class="" /&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 06:47:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40191#M8467</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-06-15T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40192#M8468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, this SK should be updated anyway, indeed as long as SIC is available you should be able to send commands this way, this even works fine for sending commands to the pesky embedded boxes.&lt;/P&gt;&lt;P&gt;But certainly when you do not have SIC this will be easier sometimes than re-imaging the VW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 11:34:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40192#M8468</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2018-06-15T11:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40193#M8469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This method works. I performed it on two checkpoint VMs running r80.M20 using Ubuntu extended support release (18.04.1 L)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:07:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40193#M8469</guid>
      <dc:creator>f5de199a-8ab8-4</dc:creator>
      <dc:date>2018-10-31T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40194#M8470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to hear the article helped you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2018 13:28:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40194#M8470</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2018-10-31T13:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40195#M8471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick just a quick question I tried it , but it didnt worked I think my issue is on step 10 the first hash here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px;"&gt;UPDATE revisions SET value=&lt;STRONG&gt;”$1$zIVyrIdj$1LBW7Pg6XOcXYIgFPTppY.”&lt;/STRONG&gt; WHERE binding=”passwd:admin:passwd” AND VALUE=’&lt;STRONG style="border: 0px; font-weight: bold;"&gt;old-pw-hash&lt;/STRONG&gt;‘;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Should be exactly the same? also the old-pw-hash is the last one right cause I got 3 of them while doing the querry.&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 21:09:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40195#M8471</guid>
      <dc:creator>Daniel_Lopez</dc:creator>
      <dc:date>2019-02-19T21:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40196#M8472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the first hash value in the UPDATE statement should be exactly the same. You only need to replace &lt;EM&gt;&lt;STRONG&gt;old-pw-hash&lt;/STRONG&gt;&lt;/EM&gt; with&amp;nbsp;the last one you&amp;nbsp;see in step 9. According to my information you should see all previous password hashes too and the last one is the current one which would normally also be visible in /etc/shadow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you performed step 10....when you now perform step 9 again, do you see the same hash (&lt;EM style="color: #333333; background-color: #ffffff; border: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;$1$zIVyrIdj$1LBW7Pg6XOcXYIgFPTppY.&lt;/STRONG&gt;&lt;/EM&gt;)&amp;nbsp;from step 10 listed as last in the output of the query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 10:35:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40196#M8472</guid>
      <dc:creator>RickHoppe</dc:creator>
      <dc:date>2019-02-20T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40197#M8473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help it does change an im able to see the hash thats stated there on the update statement, but when I type in admin , admin it does not work. On old-pw-hash I used the last of the 3 displayed hashs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it does the change cause im able to see it, but unfortunately the login still does not work. That /etc/shadow displays the current password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Daniel&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2019 15:08:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/40197#M8473</guid>
      <dc:creator>Daniel_Lopez</dc:creator>
      <dc:date>2019-02-20T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/48405#M9459</link>
      <description>&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What Ubuntu Desktop ISO version Did you perform?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sarm&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 10:01:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/48405#M9459</guid>
      <dc:creator>Sarm_Chanatip</dc:creator>
      <dc:date>2019-03-24T10:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/48442#M9468</link>
      <description>&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting stuck at step 1, in regards to&amp;nbsp;Configure the Check Point VM to use a recent&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.ubuntu.com/download/desktop" rel="noopener nofollow noopener noreferrer" target="_blank"&gt;Ubuntu Desktop ISO&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and boot from CD-ROM. Select Try Ubuntu so you will have a Live environment without installing Ubuntu.&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point, should I change from Check Point ISO to Ubuntu Desktop ISO, or just create a new CD/DVD drive and add Ubuntu ISO to it?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="password.jpg" style="width: 781px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/378i68BF8F094636D4FE/image-size/large?v=v2&amp;amp;px=999" role="button" title="password.jpg" alt="password.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 07:25:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/48442#M9468</guid>
      <dc:creator>Sarm_Chanatip</dc:creator>
      <dc:date>2019-03-25T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/58930#M11890</link>
      <description>I've done this successfully using using CentOS minimal install ISO instead of Ubuntu (cause that's what was readily available).&lt;BR /&gt;The repair option on CentOS automatically found and mounted the partition for me, but I had to use chroot due to a SQlite error locating a library file.&lt;BR /&gt;And, instead of using some other password hash, I set it blank. There's a risk leaving the admin account with no password, but changing it immediate after it reboots makes that pretty minimal. (and using the VMware console, I couldn't paste!!!)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[Expert@fwmgmt:0]# sqlite3 initial_db&lt;BR /&gt;SQLite version 3.7.14&lt;BR /&gt;Enter ".help" for instructions&lt;BR /&gt;Enter SQL statements terminated with a ";"&lt;BR /&gt;sqlite&amp;gt; SELECT * from revisions WHERE binding="passwd:admin:passwd";&lt;BR /&gt;passwd:admin:passwd|0|||||2019-05-14 14:37:14|1&lt;BR /&gt;passwd:admin:passwd|1|**PASSWORD**HASH**||||2019-05-14 14:37:14|0&lt;BR /&gt;sqlite&amp;gt; UPDATE revisions SET value="" WHERE binding="passwd:admin:passwd" AND VALUE='**PASSWORD**HASH**';&lt;BR /&gt;sqlite&amp;gt; SELECT * from revisions WHERE binding="passwd:admin:passwd";&lt;BR /&gt;passwd:admin:passwd|0|||||2019-05-14 14:37:14|1&lt;BR /&gt;passwd:admin:passwd|1|||||2019-05-14 14:37:14|0</description>
      <pubDate>Thu, 25 Jul 2019 00:33:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/58930#M11890</guid>
      <dc:creator>Christopher__C2</dc:creator>
      <dc:date>2019-07-25T00:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover Gaia Admin password on VMware</title>
      <link>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/173313#M28928</link>
      <description>&lt;P&gt;I was also wondering how to enter the ubuntu live environment. Any advice?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 09:26:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/How-to-recover-Gaia-Admin-password-on-VMware/m-p/173313#M28928</guid>
      <dc:creator>DoubleSleep</dc:creator>
      <dc:date>2023-03-02T09:26:06Z</dc:date>
    </item>
  </channel>
</rss>

