a26d
![]() |
|
|
|
|
|||||||
| Installing & Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I have sucesfully installed Freenas 8.0, which bases on FreeBSD 8.2, from CD on 4GB Compact Flash. Card is connected to PC through CF->IDE adapter. I am using quite an old PC to run Freenas. It has Pentium III 500MHZ proccessor and 512MB RAM (Fujitsu-Siemens Scovery 250). The problem is the computer won't boot from CF card with Freenas isntalled. There is only blinking cursor in the top left corner on the screen. It doesn't respond to any input from keyboard. Here is a list of thing I have tried: - disconnecting all other drives (HDD and CD) - turning DMA on/off in BIOS - connecting adapter to different IDE channel/ using differend cable. My bios doesn't support LBA addressing so I am forced to use CHS (Cylinder/header/sector). Please, can anyone suggest anything else what might help? |
|
#2
|
||||
|
||||
|
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
||||
|
||||
|
Turning off DMA in the BIOS may not be enough, FreeBSD isn't going through the BIOS. Add this to /boot/loader.conf:
Code:
hw.ata.ata_dma="0" hw.ata.wc="0" |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FreeNAS] FreeNAS isn't booting properly, bad sectors in a raid5. | Evil_AnAnAs | General | 4 | September 15th, 2010 10:45 |
| Booting an existing FreeBSD installation with memdisk | bianster | General | 0 | March 30th, 2010 12:50 |
| [FreeNAS] Gigabit ethernet card is seen as 100Mbit | worjak | System Hardware | 8 | March 25th, 2010 04:13 |
| [FreeNAS] FreeNAS with Fiber network card | lduenas | System Hardware | 1 | February 26th, 2010 07:33 |
| [FreeNAS] 3G sata card with freenas support | sowens | System Hardware | 6 | December 29th, 2009 08:47 |