Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-43590

During Openshift installation Double menu entries are made for 'Recovery agent based installer' causing installation fail

XMLWordPrintable

    • Important
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      Used this https://access.redhat.com/articles/7065136 appliance to generate openshift raw image of 150GB size. Image was successfully created. Openshift version used was 4.16.16. 
      
      During deployment of single node cluster after ```INFO Host: master-0, reached installation stage Writing image to disk: 100%``` system went for reboot and double menu entries are made to grub for "Recovery agent based installer" bcz of this system is going in to recovery mode though Openshift is installed on OS tree.   And default grub menu is set as 1. 
      Following is the grub.cfg. 
      
      `source $prefix/70_coreos-user.cfg  <--- One recover entry
      if [ x$feature_timeout_style = xy ] ; then
        set timeout_style=menu
        set timeout=1
      # Fallback normal timeout code in case the timeout_style feature is
      # unavailable.
      else
        set timeout=1
      fi
      
      # Import user defined configuration
      # tracker: https://github.com/coreos/fedora-coreos-tracker/issues/805
      if [ -f $prefix/user.cfg ]; then
        source $prefix/user.cfg <- Second recover entry. 
      fi
      
      blscfg`
      
      I manually booted into OStree hence installation completed. 
      
      ```INFO Host: master-0, reached installation stage Writing image to disk: 100%
      INFO cluster bootstrap did not complete
      INFO Bootstrap Kube API Initialized
      INFO Bootstrap configMap status is complete
      INFO Bootstrap is complete
      INFO cluster bootstrap is complete```
      
      Have tried both bootloader types BIOS and UEFI.
          

      Version-Release number of selected component (if applicable):

          

      How reproducible:

        100 %  

      Steps to Reproduce:

          1. Follow the KCS to create the image
          2. install SNO 
          3. look for dual kernel entry for recovery
          

      Actual results:

      Installation fails    

      Expected results:

       Installation should be succeeded   

      Additional info:

       Used the following Image: registry.redhat.io/assisted/agent-preinstall-image-builder-rhel9 1.0-1714506949    

              rh-ee-manloren Manuel Lorenzo
              rhn-support-chdeshpa Chinmay Deshpande
              Neil Hamza Neil Hamza
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: