new motherboard - fsck_ufs died with signal 8

Dag-Erling Smørgrav des at des.no
Mon Jun 21 19:49:54 GMT 2004


Gordon Bergling <gbergling at 0xfce3.net> writes:
> FreeBSD will only boot with "FreeBSD Safe-Mode" choosen from the start
> menu.
>
> Can anyone tell me what "FreeBSD Safe-Mode" means?

No ACPI, no APIC, no ATA/ATAPI DMA, no ATA write cacheing:

                dup bootsafekey @ = if
                        s" arch-i386" environment? if
                                s" acpi_load" unsetenv
                                s" 1" s" hint.acpi.0.disabled" setenv
                                s" 1" s" loader.acpi_disabled_by_user" setenv
                                s" 1" s" hint.apic.0.disabled" setenv
                        then
                        s" 0" s" hw.ata.ata_dma" setenv
                        s" 0" s" hw.ata.atapi_dma" setenv
                        s" 0" s" hw.ata.wc" setenv
                        s" 0" s" hw.eisa_slots" setenv
                        0 boot
                then

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-current mailing list