This is the third (and hopefully final) post about adding an NVMe drive to my two lenovo mini-servers. (see here and here). So I installed the m.2 drives in both machines, and once I turned off the optane stuff in bios, the drives worked.
But now I have run into a sort of strange issue. Both machines are configured identically (i5-7500T CPU @ 2.70GHz, 32GB RAM, a 480GB SSD). Both were built initally on FreeBSD 14.0-RELEASE. But when I added the 500GB m.2 drive, I noticed that the SSD on one of them was partitioned as such:
while the other looks like:
As far as I can tell, both are booting via efi, but one server has a freebsd-boot partition on ada0p2, and the other does not.
So my questions are thus:
Thanks!
But now I have run into a sort of strange issue. Both machines are configured identically (i5-7500T CPU @ 2.70GHz, 32GB RAM, a 480GB SSD). Both were built initally on FreeBSD 14.0-RELEASE. But when I added the 500GB m.2 drive, I noticed that the SSD on one of them was partitioned as such:
Code:
=> 40 937703008 ada0 GPT (447G)
40 532480 1 efi (260M)
532520 1024 2 freebsd-boot (512K)
533544 984 - free - (492K)
534528 4194304 3 freebsd-swap (2.0G)
4728832 932972544 4 freebsd-zfs (445G)
937701376 1672 - free - (836K)
while the other looks like:
Code:
=> 40 937703008 ada0 GPT (447G)
40 532480 1 efi (260M)
532520 2008 - free - (1.0M)
534528 4194304 2 freebsd-swap (2.0G)
4728832 932972544 3 freebsd-zfs (445G)
937701376 1672 - free - (836K)
As far as I can tell, both are booting via efi, but one server has a freebsd-boot partition on ada0p2, and the other does not.
So my questions are thus:
- If the system is booting via efi, is the freebsd-boot partition superfluous?
- Should I make the (larger) m.2 drive match what is on the existing SSD?
- If I create the m.2 drive with a freebsd-boot partition, since it is larger, will I be unable to delete the SSD and recreate it since it is smaller?
Thanks!