We have a laptop with two SSDs. Originally, there was only one SSD, and it had Ubuntu installed on it. We added a second SSD (500 GB) and installed FreeBSD on 100GB of it. We had a little trouble getting FreeBSD to show up in GRUB, but we finally we got it working by adding some lines to the GRUB customization file /etc/grub.d/40_custom. After that, we also installed Haiku (BeOS) on the second SSD, and Haiku was given another 100 GB. When installing Haiku, we used the partitioning tool supplied with Haiku. We also had a little trouble getting Haiku to appear in GRUB, but in the end we did. After having booted into Haiku through GRUB one time, we could no longer boot either FreeBSD or Haiku through GRUB. Ubuntu still boots normally from GRUB. We checked the GRUB customization entries in /etc/grub.d/40_custom and played around a little with the numbering of the disks, in case the order had changed on reboot, but it didn't make any difference. I should mention that the numbering / order of the SSDs is a little odd: the original disk shows up as sdb and the new one shows up as sda. I have a couple of possible ideas about what the problem might be, but I'm not sure about them: 1. The Haiku partitioning tool did not understand the FreeBSD disk partitions and messed them up. The problem with this idea is that in this case one would expect that Haiku would still boot normally through GRUB. 2. The disk numbering can change from one booting session to the next, so the GRUB entries are not the same from one booting session to the next. However, in that case why couldn't we get it to boot by changing the numbering of the disks in /etc/grub.d/40_custom? I have played around with multiboot systems for many years, and have never had this problem with Linux or Windows or, I think, Solaris. Can anyone suggest what might be wrong and, more importantly, how to get FreeBSD working again? Is this a FreeBSD problem? A Haiku problem? a GRUB problem? Something else? The important thing is to get FreeBSD working. It would be nice to spare Haiku, but that's less important.