Page 1 of 2

How to Install from Live iso

Posted: Wed Jun 03, 2015 2:09 pm
by mtnblue97
I have successfully booted up GhostBSD10.1-BETA2-amd64, on a hyper-v VM.
Now, how do I actually install this?

Stan

Re: How to Install from Live iso

Posted: Thu Jun 04, 2015 4:23 am
by ASX
There is a icon on the desktop ... "GhostBSD Installer", isn't it ?

Re: How to Install from Live iso

Posted: Thu Jun 04, 2015 1:57 pm
by mtnblue97
Nope. No such icon. I checked all menus, did a search and nothing with any form of "install, installer", etc. comes up.
Yes, I certainly expected to find such an icon.

I am now going to dnld and try out 4.0 as it is not a beta to see if it will install.

Thanks for the reply, if you have any other things I can try on 10.1 I will appreciate it.

Re: How to Install from Live iso

Posted: Thu Jun 04, 2015 2:58 pm
by ASX
The installer command is named "gbi", must be executed as root user, so use "sudo gbi" or something equivalent.

The Beta release could be affected from a bug that prevent to open a terminal window, and it restart the X Server, in that case use:
ALT + F2 (launch a command) type in a shell of your preference, say "bash" and tick "run in terminal", then "sudo gbi"

Once installed, the terminal(s) will launch correctly.

There are other bugs you may encounter, please take look at http://issues.ghostbsd.org

Re: How to Install from Live iso

Posted: Thu Jun 04, 2015 8:42 pm
by mtnblue97
Many thanks! That did it. I am now in the midst of the install.
There is not much chance I could have figured out the above on my own.

Stan

Re: How to Install from Live iso

Posted: Fri Jun 05, 2015 2:10 am
by mtnblue97
The install worked fine. However xorg fails. This is a common problem, described via the link at the end of this post.

Summary:
FreeBSD 10.1 vhd - same problem
FreeBSD 10.1 iso - same problem

GhostBSD 10.1 - same problem
>> However the Live version of GhostBSD 10.1 works great, with MATE looking really nice.
I had high hopes that simply installing from Live would do the trick but alas, it simply heads right into the same install ### that FreeBSD does.

PC-BSD 10.1 << This works! But then the installer is much more comprehensive.

Here is the link to the FreeBSD forum which describes the problem in detail:
https://forums.freebsd.org/threads/hype ... ror.50837/

Re: How to Install from Live iso

Posted: Fri Jun 05, 2015 4:47 am
by ASX
The interesting fact is that it works while in Live session.

If you want to investigate it, I would suggest a few things (start with the third):

1) try to delete /etc/X11/xorg.conf and then restart the Xserver with "startx"

2) compare xorg.conf (if it exists at all) of Live and Installed sessions.
compare /var/log/Xorg.0.log of Live and installed sessions.
compare kldstat output, as above.
check dmesg for relevant messages

3) edit the file /boot/loader.conf and add the folliwing two lines at the bottom:

Code: Select all

hw.vga.textmode=1
kern.vty=vt
then reboot GhostBSD

Re: How to Install from Live iso

Posted: Fri Jun 05, 2015 8:21 pm
by mtnblue97
OK, I did the above.

First, I created a new clean VM, live first, then install. Options: Did not check MBR; used fish.

Captured the info for live session.
Captured the info for install session.

I did not take on the challenge of getting file sharing working so I simply did screen captures. (my bad, as this post facility is geared toward text logs)
Apologies for all the files that have to be concatenated, visually.

The xorg.0.log is the worst, so I skipped all the video modes in the middle.

I had to compress the files in archives, and had to make 6 archives to stay under the 256 KB (!) limit.

I have added the files here. I could only add 3 files so the first ones are the install files.
I will have to do a second post to add the live files.

Re: How to Install from Live iso

Posted: Fri Jun 05, 2015 8:22 pm
by mtnblue97
Here are the live files.

Re: How to Install from Live iso

Posted: Fri Jun 05, 2015 8:34 pm
by mtnblue97
OK, looking at the logs, install-log-18.PNG file shows the failure.
It is at the line where:
physical address = 0xf8000000, size = 4194304

Bus error at address 0x4a40d0

The live version does not have this error, and carries on to a successful xorg launch.