AFAICS the combo box is disabled because there is only one policy available in this case: https://github.com/yast/yast-installation/blob/master/src/lib/installation/widgets/lsm.rb#L112 def init self.value = settings.selected&.id.to_s disable if items.size <= 1 end Why there is only one I don't know.