> WARNING: / was not properly unmounted > Automatic boot in progress: starting file system checks. > Can't open /dev/rsd0a: No medium found > CAN'T CHECK FILE SYSTEM. > /dev/rsd0a: UNEXPECTED INCONSISTENCY: RUN fsck_ffs MANUALLY. > Automatic file system check failed: help! > Enter pathname of shell or RETURN for sh:*blinking cursor* > > I actually got this error on a laptop that had the "AHCI" and "IDE" > options for it's SATA connection. > Once I changed it back to "AHCI" everything boots and file system > check work as intended.
Hi Bryan, (..we share the same first name!) This was obviously going to happen, your /etc/fstab file mentions sd0 but when you switched to IDE mode ahci(4) would have been replaced by pciide(4). Go back to AHCI mode and edit /etc/fstab, change all instances of sd0 to wd0.. your system should then boot successfully, I also presume the Windows issue is likely the same, it wanted to use an AHCI device but only IDE devices were detected. I hope this helps, just remember to update /etc/fstab when you switch back.. -Brynet