<?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 reenable boot devic eon EFI console in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503995#M96352</link>
    <description>Here, EFI has likely remembered the name and the attributes of the volume; the disk GUID and the position and size of the boot partition.  And BACKUP moved stuff around.  You have a stale boot alias.&lt;BR /&gt;&lt;BR /&gt;First rule of EFI: if a boot alias doesn't work, remove it and re-add it.&lt;BR /&gt;&lt;BR /&gt;Yes, the BOOT_OPTIONS tool is often the easiest way.  (And yes, there's the obvious question of why a console needs to boot the OS to configure the console, but I'll leave that for another time.)&lt;BR /&gt;&lt;BR /&gt;Beyond BOOT_OPTIONS, there are other ways.&lt;BR /&gt;&lt;BR /&gt;Here are some discussions of EFI bootstraps and FC SAN and InfoServer bootstraps, and related:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/786" target="_blank"&gt;http://labs.hoffmanlabs.com/node/786&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/433" target="_blank"&gt;http://labs.hoffmanlabs.com/node/433&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/392" target="_blank"&gt;http://labs.hoffmanlabs.com/node/392&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1222" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1222&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/285" target="_blank"&gt;http://labs.hoffmanlabs.com/node/285&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For the low-level boot-time disk structures, have a read of this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/28" target="_blank"&gt;http://labs.hoffmanlabs.com/node/28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
    <pubDate>Mon, 28 Sep 2009 13:05:12 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2009-09-28T13:05:12Z</dc:date>
    <item>
      <title>How to reenable boot devic eon EFI console</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503992#M96349</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have restored a system disk using backup.&lt;BR /&gt;No I try to boot from this disk but the EFI console is telling me:&lt;BR /&gt;&lt;BR /&gt;Loading.: OpenVMS on $1$DGA300: FGB0.5001-4380-025A-A49C&lt;BR /&gt;Load of OpenVMS on $1$DGA300: FGB0.5001-4380-025A-A49C failed: Not Found&lt;BR /&gt;&lt;BR /&gt;What should I do to boot from this disk via EFI?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Toine</description>
      <pubDate>Mon, 28 Sep 2009 08:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503992#M96349</guid>
      <dc:creator>Mario Dhaenens</dc:creator>
      <dc:date>2009-09-28T08:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to reenable boot devic eon EFI console</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503993#M96350</link>
      <description>Toine,&lt;BR /&gt;&lt;BR /&gt;If this device is mapped by the EFI (i.e. presents itself as an fsx-device), you might go looking for efi/vms/vms_loader.efi, and invoke this file from the efi-prompt.&lt;BR /&gt;If and when VMS is up, you could set the boot options with SYS$MANAGER:BOOT_OPTIONS.COM.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kris (aka Qkcl)</description>
      <pubDate>Mon, 28 Sep 2009 09:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503993#M96350</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2009-09-28T09:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to reenable boot devic eon EFI console</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503994#M96351</link>
      <description>Mario,&lt;BR /&gt;     Boot the system back up to VMS using whatever media you used to restore the backup (disk, DVD, etc.).&lt;BR /&gt;&lt;BR /&gt;     Your "DGA300" device is obviously visible to the OS since you managed to mount it and restore the backup.&lt;BR /&gt;&lt;BR /&gt;     Assuming that the restore was "good", do the following;&lt;BR /&gt;&lt;BR /&gt;1.   Run SYS$MANAGER:BOOT_OPTIONS&lt;BR /&gt;2.   ADD option for DGA300.   (If the disk is multipathed then this will add multiple options to the list)&lt;BR /&gt;3.   Shutdown and return to the boot menu.&lt;BR /&gt; &lt;BR /&gt;You should see multiple entries in the list.&lt;BR /&gt;If autoboot is "ON" then the blade will try each boot entry in sequence.   If autoboot is "OFF", then you should try each entry manually.   i.e. after the "Failed, Not Found" message, hit return and scroll down to the next entry.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 28 Sep 2009 11:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503994#M96351</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-09-28T11:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to reenable boot devic eon EFI console</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503995#M96352</link>
      <description>Here, EFI has likely remembered the name and the attributes of the volume; the disk GUID and the position and size of the boot partition.  And BACKUP moved stuff around.  You have a stale boot alias.&lt;BR /&gt;&lt;BR /&gt;First rule of EFI: if a boot alias doesn't work, remove it and re-add it.&lt;BR /&gt;&lt;BR /&gt;Yes, the BOOT_OPTIONS tool is often the easiest way.  (And yes, there's the obvious question of why a console needs to boot the OS to configure the console, but I'll leave that for another time.)&lt;BR /&gt;&lt;BR /&gt;Beyond BOOT_OPTIONS, there are other ways.&lt;BR /&gt;&lt;BR /&gt;Here are some discussions of EFI bootstraps and FC SAN and InfoServer bootstraps, and related:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/786" target="_blank"&gt;http://labs.hoffmanlabs.com/node/786&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/433" target="_blank"&gt;http://labs.hoffmanlabs.com/node/433&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/392" target="_blank"&gt;http://labs.hoffmanlabs.com/node/392&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1222" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1222&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/285" target="_blank"&gt;http://labs.hoffmanlabs.com/node/285&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For the low-level boot-time disk structures, have a read of this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/28" target="_blank"&gt;http://labs.hoffmanlabs.com/node/28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Mon, 28 Sep 2009 13:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503995#M96352</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-09-28T13:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to reenable boot devic eon EFI console</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503996#M96353</link>
      <description>Thank you all,&lt;BR /&gt;&lt;BR /&gt;I have booted the system via EFI using:&lt;BR /&gt;&lt;BR /&gt;fs1:\EFI\VMS&amp;gt; vms_loader.efi -flags 0,0&lt;BR /&gt;&lt;BR /&gt;Then I used @sys$manager:boot_options to remove DGA300:&lt;BR /&gt;afterwards I have added DGA300 and now I could again boot via EFI menu.&lt;BR /&gt;&lt;BR /&gt;And Hoff was correct after restoring a image backup re-add it. And it work now.&lt;BR /&gt;&lt;BR /&gt;/Toine</description>
      <pubDate>Mon, 28 Sep 2009 15:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-reenable-boot-devic-eon-efi-console/m-p/4503996#M96353</guid>
      <dc:creator>Toine_1</dc:creator>
      <dc:date>2009-09-28T15:47:56Z</dc:date>
    </item>
  </channel>
</rss>

