Page 2 of 2

Re: ghostbsd-build status

Posted: Fri Jul 07, 2017 1:14 pm
by NevilleGoddard
Will do. Thanks ericbsd

Re: ghostbsd-build status

Posted: Sat Jul 08, 2017 12:24 am
by NevilleGoddard
ericbsd, I tried to make an image and everything went OK until ISO make time. I got this:

root@keef:/home/keef/ghostbsd-build/mkscripts # ./make_xfce_amd64_iso #### Building bootable ISO image for amd64 ####
### ISO created ###
Creating ISO...
GNU xorriso 1.4.6 : RockRidge filesystem manipulator, libburnia project.

Drive current: -outdev 'stdio:/usr/obj/amd64/xfce/GhostBSD11.0-BETA1-20170708-121558-xfce-amd64.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 731g free
Added to ISO image: directory '/'='/tmp/grub.JBV0EZ'
xorriso : UPDATE : 614 files added in 1 seconds
Added to ISO image: directory '/'='/usr/ghostbsd-fs/amd64/xfce'
xorriso : UPDATE : 3022 files added in 1 seconds
xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules
xorriso : NOTE : Copying to System Area: 512 bytes from file '/usr/local/lib/grub/i386-pc/boot_hybrid.img'

UNIX-SIGNAL: SIGSEGV errno= 45
xorriso : ABORT : Trying to shut down drive and library
xorriso : ABORT : Wait the normal burning time before any kill -9

xorriso : ABORT : Program done. Even if you do not see a shell prompt.

md5: GhostBSD11.0-BETA1-20170708-121558-xfce-amd64.iso: No such file or directory
*** Error code 1

Stop.


I installed xorriso 1.4.5 and then 1.4.6 manually but I still get same error.
I installed xorriso1.4.5 with these commands:

fetch http://scdbackup.sourceforge.net/xorriso-1.4.5.tar.gz
tar xzf xorriso-1.4.5.tar.gz
cd xorriso-1.4.5
./configure && make
make install

This is strange because manually installing xorriso worked before
Any ideas?

Re: ghostbsd-build status

Posted: Sat Jul 08, 2017 1:21 pm
by ericbsd
Yea I have to remove grub-efi to have xorriso to work.