Date: Fri, 7 Aug 2009 10:31:01 -0400 From: Identry <jalmberg@identry.com> To: Vincent Hoffman <vince@unsane.co.uk>, freebsd-questions@freebsd.org Subject: Re: Boot failure Message-ID: <4d4e09680908070731u546d6dfck6c9b9b1d66e1e6fa@mail.gmail.com> In-Reply-To: <4A7C074C.9060303@unsane.co.uk> References: <4d4e09680908061012q6ea8aeacm875c556eaea7a54f@mail.gmail.com> <4A7B1B41.7090507@unsane.co.uk> <4d4e09680908061733v21602321x252a7111a7648ad6@mail.gmail.com> <4A7C074C.9060303@unsane.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
>Are you using the GENERIC kernel After more research, I think the answer to this is no. There is a directory called /boot/kernel.old. From my reading, I believe this is the original generic kernel? > if not have you tried it? Not yet. Section "24.2.3 Major and Minor Upgrades" of the Handbook says I can load the generic kernel by renaming /boot/kernel.old to /boot/GENERIC. I think this is what I need to do to boot the generic kernel? ------------------ If the system was running with a custom kernel, use the nextboot(8) command to set the kernel for the next boot to /boot/GENERIC (which was updated): # nextboot -k GENERIC Warning: Before rebooting with the GENERIC kernel, make sure it contains all drivers required for your system to boot properly (and connect to the network, if the machine that is being updated is accessed remotely). In particular, if the previously running custom kernel contained built-in functionality usually provided by kernel modules, make sure to temporarily load these modules into the GENERIC kernel using the /boot/loader.conf facility. You may also wish to disable non-essential services, disk and network mounts, etc. until the upgrade process is complete. The machine should now be restarted with the updated kernel: # shutdown -r now ------------------- So, it sounds like the safe move is to try to get the Generic kernel up and running, and then think about doing an upgrade. Unfortunately, I need to drive back to the server... another 2 hr commute. Gotta find a closer data center :-) Thanks: John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d4e09680908070731u546d6dfck6c9b9b1d66e1e6fa>