Page 1 of 1

Installation of GhostBSD11.1-xfce-amd64.iso in a GPT fails.

Posted: Mon Sep 03, 2018 3:21 pm
by rowo
I tried to install GhostBSD11.1-xfce-amd64.iso on ada1 containing a GPT with TrueOS and Linux partitions.

I checked the SHA256 sum which is correct:

Code: Select all

root@ghostbsd:/home/ghostbsd # sha256 /mnt/ISO/GhostBSD11.1-xfce-amd64.iso

SHA256 (/mnt/ISO/GhostBSD11.1-xfce-amd64.iso) = 585ac8c7530e9a60d13524de031d14354418028d5223d4b44f9907e86347b35c
I tried the installation (with bash instead of fish as login shell) using two different USB sticks, same result:

Code: Select all

root@ghostbsd:/home/ghostbsd # more /tmp/.pc-sysinstall/pc-sysinstall.log

kern.geom.debugflags: 0 -> 16
kern.geom.label.disk_ident.enable: 0 -> 0
Running: gpart add -a 4k -s 52744M -t freebsd-ufs /dev/ada1
ada1p5 added
Running: gpart add -a 4k -s 4061M -t freebsd-swap /dev/ada1
ada1p6 added
Running: gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 /dev/ada1
partcode written to ada1p1
bootcode written to ada1
NEWFS: /dev/ada1p2 - UFS+SUJ
Running: newfs -t  -U /dev/ada1p2
/dev/ada1p2: 4096.0MB (8388608 sectors) block size 32768, fragment size 4096
        using 7 cylinder groups of 626.09MB, 20035 blks, 80256 inodes.
        with soft updates
super-block backups (for fsck_ffs -b #) at:
 192, 1282432, 2564672, 3846912, 5129152, 6411392, 7693632
Running: sync
Running: tunefs -j enable /dev/ada1p2
tunefs: soft updates journaling set
Using inode 4 in cg 0 for 33554432 byte journal
Running: sync
Running: glabel label rootfs0 /dev/ada1p2
Running: sync
Running: sync
Running: glabel label swap0 /dev/ada1p6
Running: sync
mount -o rw /dev/ada1p2 -> /mnt/
Running: mount -o rw /dev/ada1p2 /mnt/
FOUND DVD: /dev/da0
pc-sysinstall: Starting Extraction
EXITERROR: ERROR: Failed to copy (rsync) files
Running: swapoff /dev/ada1p6
swapoff: /dev/ada1p6: Invalid argument
Unmounting: /mnt
Running: umount -f /mnt
Unmounting DVD/USB media: /cdmnt-install
Running: umount -f /cdmnt-install

Re: Installation of GhostBSD11.1-xfce-amd64.iso in a GPT fails.

Posted: Mon Sep 03, 2018 3:57 pm
by ericbsd
That is a typical problem that has happened with our live system using unionfs to have RW livecd. Unionfs has caused us to mush problem that we have removed it from the GhostBSD 18. You can find the latest development ISO to https://download.ghostbsd.org/releases/ ... ES/latest/ there is smalls improvement to the installer and once installed you will keep getting updates no need to reinstalled for the real 18.09 release.

Re: Installation of GhostBSD11.1-xfce-amd64.iso in a GPT fails.

Posted: Mon Sep 03, 2018 4:52 pm
by rowo
Thanks for your reply, I'll try that.

Re: Installation of GhostBSD11.1-xfce-amd64.iso in a GPT fails.

Posted: Mon Sep 03, 2018 5:51 pm
by rowo
Well, https://download.ghostbsd.org/releases/ ... -16-59.iso doesn't work for me because I need the NVIDIA driver version 340.

Re: Installation of GhostBSD11.1-xfce-amd64.iso in a GPT fails.

Posted: Tue Sep 04, 2018 8:01 am
by ericbsd
Thanks for trying. that will help us to make some change.