<div dir="ltr">I'm trying to migrate my FAI setup from Debian 11 to 12, and my first install with the new setup is not working.  I'm wondering if I've missed something somewhere, or if I've got a problem with the target server.<div><br></div><div>setup-storage is coming back with the following contents of format.log:</div><div>No disks defined in $disklist<br>Starting setup-storage 3.0<br>Using config file: /var/lib/fai/config/disk_config/CEPH_MON<br>This system does not have a physical disk 1<br></div><div><br></div><div>My disk config looks thus:</div><div>disk_config disk1 disklabel:gpt-bios bootable:1 fstabkey:uuid<br>primary /       25G     ext4    rw,noatime,errors=remount-ro<br>primary swap    32G     swap    sw<br>primary /home   100G-   ext4    rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"<br>primary /usr    100G    ext4    rw,noatime<br>primary /var    100G-   ext4    rw,noatime<br></div><div><br></div><div>I poked into setup-storage and found that it's trying to set $disklist using fai-disk-info, but that returns nothing.</div><div>root@cmon03:/tmp/fai# fai-disk-info<br>root@cmon03:/tmp/fai# echo $?<br>0<br></div><div><br></div><div>There is definitely a disk there.  I went through and deleted old partition info just in case that was a problem, but that didn't fix anything.</div><div>root@cmon03:/tmp/fai# lsblk<br>NAME MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS<br>sda    8:0    0 446.6G  0 disk<br></div><div><br></div><div>dmesg.log has the following info about sda</div><div>[    3.493392] sd 0:2:0:0: [sda] 936640512 512-byte logical blocks: (480 GB/447 GiB)<br>[    3.493543] sd 0:2:0:0: [sda] 4096-byte physical blocks<br>[    3.493686] sd 0:2:0:0: [sda] Write Protect is off<br>[    3.493806] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08<br>[    3.493847] sd 0:2:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA<br>[    3.497643]  sda:<br>[    3.497823] sd 0:2:0:0: [sda] Attached SCSI disk<br></div><div><br></div><div>What other troubleshooting steps can I take here?  Or does someone spot an obvious problem?</div><div><br></div><div>Thanks!</div><div>  </div><div><br></div></div>