Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 08:15:18 -0000
From:      Jase <jase@gene13.demon.co.uk>
To:        current@freebsd.org
Subject:   Re: Can't install RC1 due to acpi crash
Message-ID:  <3DF6F416.13729.92E1EAF@localhost>
In-Reply-To: <20021210232226.83CFF5D04@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help






> Is there a way to disable acpi during the boot process of the install
> CD?

I had the same problem and got the following answer in the BSD forums:

Just disable the ACPI modules when starting. To do this, press a key (not enter!) when 
the bootloader is counting down to start the kernel. At the prompt, type:

unset acpi_load
boot

and chances are that it will work correctly (had the same problem with my own laptop).

After the installation is complete, restart the computer using the same method to not 
make it crash, and make the change permanent by adding

code:hint.acpi.0.disabled="1"

to /boot/device.hints.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DF6F416.13729.92E1EAF>