Date: Tue, 6 Sep 2005 18:28:51 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: "Frederick N. Brier" <fbrier@multideck.com> Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" Message-ID: <20050906152850.GA28262@orion.daedalusnetworks.priv> In-Reply-To: <431DB202.2070603@multideck.com> References: <431DB202.2070603@multideck.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-09-06 11:13, "Frederick N. Brier" <fbrier@multideck.com> wrote: > Giorgos Keramidas was kind enough to point me at the boot0cfg command > and I had already tried the disklabel command, but my 5.4 system still > won't boot. The boot0cfg and disklabel commands executed fine, but it > is still saying it can't find or load the kernel file despite it being > in the correct directory on the correct slice. You can interrupt the boot loader and at the OK prompt run "ls" to see what the loader has mounted as the root partition. Then, assuming that you locate your kernel in ``/boot/kernel/kernel'', loading a specific kernel can be done with: OK set bootfile=/boot/kernel/kernel OK set module_path=/boot/kernel OK load kernel OK boot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050906152850.GA28262>