@dLockers:
@jaredadams:
"it" = ?
"config file" = ?
I assume you're referring to what Steve just told me, but just like in the other thread you gave no indication what those things are.
In case anyone else finds this thread, this is what works for me regarding the MaxTerm 8300B, with a 4GB CompactFlash card (SanDisk, if it makes any difference).
1.) Install on the CF card as normal
2.) Boot into safe mode (Option 4 IIRC - you need VGA or console access)
3.) Go to WebConfigurator
4.) Diagnostics > Edit File
5.) Enter '/boot/loader.conf' for the file
6.) The file is blank currently, add 'ahci_load="YES"'
7.) Reboot, should work fine.
I have tried adding ata_dma before and it didn't seem to work, however try adding:
hw.ata.ata_dma="0"
hw.ata.wc="0"
If you still have issues.
@jaredadams:
SOLVED
1. Boot pfsense in safemode
2. Once booted fully enter the shell
3. i changed folders to /boot
4. run command
mount -u /
5. run command
vi loader.conf
6. enter two lines of code supplied by Steve (THANKS!)
@stephenw10:
hw.ata.ata_dma="0"
hw.ata.wc="0"
7. save
8. exit shell
9. reboot
Now THATS how you write a resolution post. With the way I named it, this thread will more than likely show up in searches in the future. Glad we gave a resolution.