Comment 13 for bug 1825011

Revision history for this message
José Pekkarinen (koalinux) wrote :

Ok, to remove the firmware variable from the bug, I'm trying right
now this config:

  centos-gpu:
    disks:
    - id: sda
      disk: 0
      type: disk
      ptable: gpt
      grub_device: true
    - id: sdb
      disk: 1
      type: disk
      ptable: gpt
      grub_device: true

      # Boot
    - id: sda-part1
      name: efi
      device: sda
      size: 100M
      type: partition
      number: 1
    - id: sdb-part1
      name: efi
      device: sdb
      size: 100M
      type: partition
      number: 2

    - id: sda-part2
      device: sda
      size: 398800M
      type: partition
      number: 3
    - id: sdb-part2
      device: sdb
      size: 398800M
      type: partition
      number: 4

    - id: sda-part1-format
      volume: sda-part1
      label: boot
      type: format
      fstype: vfat
    - id: sda-part1-mount
      device: sda-part1-format
      path: /boot/efi
      type: mount

    - id: md1
      name: md1
      raidlevel: 1
      type: raid
      spare_devices: []
      devices:
      - sda-part2
      - sdb-part2
    - id: md1-format
      volume: md1
      label: root
      type: format
      fstype: ext4
    - id: md1-mount
      device: md1-format
      path: /
      type: mount

It still doesn't make it, I'll be uploading curtin info in the followings.