<div dir="ltr">Hello everyone,<div><br></div><div>I'm using FAI 5.0 and need a special partition layout for our centos kvm installation.</div><div><br></div><div>The partition schema need to be like this:</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:11px;line-height:13.75px;white-space:pre">GPT
/dev/sda1         2048         6143     2M BIOS boot partition
/dev/sda2         6144     16783359     8G Linux swap
/dev/sda3     16783360     17831935   512M Microsoft basic data /boot
/dev/sda4     17831936     49289215    15G Microsoft basic data /
/dev/sda5     49289216   7812456414   3.6T Linux LVM</span><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:11px;line-height:13.75px;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:11px;line-height:13.75px;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:11px;line-height:13.75px;white-space:pre">Unfortunately I'm unable to create /dev/sda1 and /dev/sda5 with the disk_config.</span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:11px;line-height:13.75px;white-space:pre"><br></span></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:13.75px;white-space:pre">I don't know what "fstype" I have to enter, that FAI will partitionate /dev/sda1 to "BIOS boot partition" (fdisk type "4").</span></font></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:13.75px;white-space:pre">fstype "efi" and "bios" will run into an error: <a href="https://data.bortfeldt.net/f/d9b3239df0/">https://data.bortfeldt.net/f/d9b3239df0/</a></span></font></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:13.75px;white-space:pre"><br></span></font></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:13.75px;white-space:pre"><br></span></font></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:13.75px;white-space:pre">My current config_disk-File looks like this:</span></font></div><div><font color="#000000" face="monospace"><span style="font-size:11px;line-height:13.75px;white-space:pre"><br></span></font></div><div><font color="#000000" face="monospace"><div># <type> <mountpoint> <size>   <fs type> <mount options> <misc options></div><div><br></div><div>disk_config disk1 disklabel:gpt-bios bootable:3 fstabkey:uuid</div><div><br></div><div>primary -<span class="" style="white-space:pre">   </span>2<span class="" style="white-space:pre"> </span>efi<span class="" style="white-space:pre">       </span>-</div><div>primary<span class="" style="white-space:pre">   </span>swap<span class="" style="white-space:pre">      </span>8192<span class="" style="white-space:pre">      </span>swap<span class="" style="white-space:pre">      </span>rw</div><div>primary /boot<span class="" style="white-space:pre">    </span>512<span class="" style="white-space:pre">       </span>ext4<span class="" style="white-space:pre">      </span>rw,noatime,errors=remount-ro</div><div>primary /<span class="" style="white-space:pre">      </span>15360<span class="" style="white-space:pre">     </span>ext4<span class="" style="white-space:pre">      </span>rw,noatime,errors=remount-ro</div><div>logical<span class="" style="white-space:pre">        </span>-<span class="" style="white-space:pre"> </span>1-<span class="" style="white-space:pre">        </span>-<span class="" style="white-space:pre"> </span>-</div><div><br></div><div><br></div><div>So is anyone here who can help me out with my disk_configuration so that FAI will partitionate like the schema above?</div><div><br></div><div>Thanks in advance.</div><div><br>Best regards,</div><div>Denny</div></font></div></div>