It been a rough year with 9.0 and now I get the same with 9.1, dang!
Below is what I get when I compile kernel even with-out change to GENERIC for both FreeBSD 9x releases.
1) The 9.1 kernel will build perfectly with no errors, and I can do make install and any other normal things before reboot or shutdown.
2) To test the new kernel, you must reboot the machine right... Well, the result below is what I get each and every time.
This has been going on for me since FreeBSD 9.0 released January 2011. I was first in line. It had the new freebsd installers. WoW! And now a full year latter I get the same result you see below using FreeBSD 9.1 new release ... the one with the announcement and before with-in that hour.
I know my machines are good enough because I'm re-building a custom kernel for FreeBSD 8.2-AMD-64 right now just to double check before posting. It will never fail anyone, but I'm trying to give the modern times a chance (9.1).
Someone said something about BIOS elsewhere. But that's impossible. FreeBSD can make the metal of your toaster be his hard drive or flash-stick. The only thing that changed was the freebsd-installer for the sake of GPT and not MBR. The only thing that remained the same is my 2010-2012 hardware which use only the standards, which is MBR. Any idea what's going on here? Could the 64bit version of FreeBSD be the issue?
If you think this is crazy, how do you think I feel?
Below is what I get when I compile kernel even with-out change to GENERIC for both FreeBSD 9x releases.
1) The 9.1 kernel will build perfectly with no errors, and I can do make install and any other normal things before reboot or shutdown.
2) To test the new kernel, you must reboot the machine right... Well, the result below is what I get each and every time.
This has been going on for me since FreeBSD 9.0 released January 2011. I was first in line. It had the new freebsd installers. WoW! And now a full year latter I get the same result you see below using FreeBSD 9.1 new release ... the one with the announcement and before with-in that hour.
I know my machines are good enough because I'm re-building a custom kernel for FreeBSD 8.2-AMD-64 right now just to double check before posting. It will never fail anyone, but I'm trying to give the modern times a chance (9.1).
Someone said something about BIOS elsewhere. But that's impossible. FreeBSD can make the metal of your toaster be his hard drive or flash-stick. The only thing that changed was the freebsd-installer for the sake of GPT and not MBR. The only thing that remained the same is my 2010-2012 hardware which use only the standards, which is MBR. Any idea what's going on here? Could the 64bit version of FreeBSD be the issue?
Code:
Loader variables:
vfs.root.mountfrom=ufs:/dev/ada0s1a
vfs.root.mountfrom.options=rw
Manual root specification:
<fstype><device>[options]
Mount <device> using filesystem <fstype>
eg. Ufs:/dev/da0s1a
zfs:tank
cd9660:/dev/acd0 ro
(which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /)
? List valid disk boot devices
. Yield 1 second (for background task)
<empty line> Abort manual input
mountroot>
If you think this is crazy, how do you think I feel?