hey there !
it is possible to upgrade to 11 or even -CURRENT ?
tia !
Upgrade to 11 or even -current...
Re: Upgrade to 11 or even -current...
Of course. GhostBSD is actually FreeBSD preconfigured and with some packages preinstalled, no more, no less.
If you want to update to 11.0, first make sure that you're on the latest 10.3 patchlevel:
Then to can go to 11.0 useing the following commands:
As a next step reboot so the new kernel gets loaded and then install the userland part of 11.0:
Repeat the last step (reboot once more and repeat the freebsd-update command again) to complete the update.
If you want to use -CURRENT, you cannot update in binary but have to compile the system yourself. However unless you have a good reason to go with -CURRENT, I would recommend against it. You could however try out -STABLE if you want something of a middle ground between -RELEASE and -CURRENT. Feel free to post again if you're interested in that.
If you want to update to 11.0, first make sure that you're on the latest 10.3 patchlevel:
Code: Select all
freebsd-update fetch install
Code: Select all
freebsd-update upgrade -r 11.0-RELEASE
freebsd-update install
Code: Select all
shutdown -r now
freebsd-update install
If you want to use -CURRENT, you cannot update in binary but have to compile the system yourself. However unless you have a good reason to go with -CURRENT, I would recommend against it. You could however try out -STABLE if you want something of a middle ground between -RELEASE and -CURRENT. Feel free to post again if you're interested in that.
Re: Upgrade to 11 or even -current...
YES ! i wanna 11 -STABLE . . .


Re: Upgrade to 11 or even -current...
yep , i´m interested !kraileth wrote: Feel free to post again if you're interested in that
Re: Upgrade to 11 or even -current...
Alright! -STABLE and -CURRENT are built from source. The first thing to do is to make sure that your source directory is empty and then checkout the latest -STABLE code from SVN:geno_bsd wrote:yep , i´m interested !kraileth wrote: Feel free to post again if you're interested in that
Code: Select all
rm -rf /usr/src/*
svnlite co svn://svn.freebsd.org/base/stable/11 /usr/src
Code: Select all
cd /usr/src
make buildworld
make buildkernel
Code: Select all
make installkernel
make installworld
Re: Upgrade to 11 or even -current...
Thanks kraileth, it worked flawlesly from FreeBSD 11.0 to 11.1
Desktop Celeron with 4 gigs RAM - icewm/jwm/ratpoison - FreeBSD 11.1/GhostBSD 11.1
KISS - Keep It Simple, Stupid
KISS - Keep It Simple, Stupid