Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2004 10:44:06 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Marcus Kellis <dexter@suffusions.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Root password and single user problems
Message-ID:  <20040531074406.GA35290@gothmog.gr>
In-Reply-To: <OBEHJOBECCJLJOMDPMMIMEFCCAAA.dexter@suffusions.net>
References:  <OBEHJOBECCJLJOMDPMMIMEFCCAAA.dexter@suffusions.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-05-31 01:13, Marcus Kellis <dexter@suffusions.net> wrote:
> When moving from the University of Idaho dorms, where I installed FreeBSD
> 5.2.1, back to my dad's place, my installation got all sorts of crazy,
> between DHCP, hostname, and other problems that were I guess part of my
> system's configuration. So recently I've been trying to fix them, and get my
> system at least backed up so that I can try reinstalling it or putting
> Windows back on my computer, but today I happened to overwrite my root
> password (and now I don't know what it is), and to top it off, my kernel is
> now GENERIC instead of my customized one--which solved the problem where my
> BSD installation would hang at "Counters tick every 10.000msec" or whatever
> (basically, I needed to disable ACPI.) So booting without ACPI works, but I
> can't get into root, and booting as single user hangs on "counters tick...",
> so I can't change my root password, and I don't quite know how to boot as
> single user AND without ACPI at the same time. Sorry to be so long-winded,
> but I'm pretty upset. Thanks for your help.

Interrupt the loader at the boot prompt by pressing SPACE instead of ENTER.

Then, run "unload" to clean up any modules already loaded.

	boot: unload

Unset "acpi_load" in the loader.

	boot: unset acpi_load

Load the kernel again.

	boot: load kernel

Boot single user.

	boot: boot -s

That should boot without loading ACPI.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040531074406.GA35290>