Tom poked around on my setup and found an error to push out - stay tuned for his update.
Posts made by Chris Shipley
-
RE: Installation ERROR: Fresh Install with current git trunk version.
-
RE: Installation ERROR: Fresh Install with current git trunk version.
When I create my own fog datbase (mariadb> CREATE DATABASE fog;) then restart the Apache2 (systemctl restart httpd) at the pause in the installfog.sh for database installation, I have a new error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table âfog.schemaVersionâ doesnât exist SQL: [36] SELECTvValue
FROMschemaVersion
Params: 0 -
RE: Installation ERROR: Fresh Install with current git trunk version.
I should say this is giving extra information on paatâs post - I am having the same issue
-
RE: Installation ERROR: Fresh Install with current git trunk version.
@Tom-Elliott I have the latest git pull. Still having this issue on a new Centos 7 installation. When I check, there is no fog database (I do have a password, but I pass that to the system). I couldnât identify where I might be able to create the initial database in mariadb myself when the install script pauses for you to load up the rest of the DB. I assume its only needing the database to be created, then a script will create tables, etc. Am I right? If I create the fog database myself when its pausing, restart the apache 2 service, then browse to http://IP/fog/management will it take over?
-
RE: Changing the standard PXE boot fog 1.20
Wow, these upgrades have been awesome. Thank you, I like the simplicity of the advanced menu configuration now. I am having trouble loading a different kernel though. In the old pxe, I used the following code to load Clonezilla:
[CODE]MENU LABEL Clonezilla Live
KERNEL vmlinuz
APPEND initrd=initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run=âocs-live-generalâ ocs_live_extra_param=ââ ocs_live_keymap=ââ ocs_live_batch=ânoâ ocs_lang=ââ vga=788 nosplash noprompt fetch=tftp://IP_ADDRESS_OF_FOG_SERVER/filesystem.squashfs[/CODE]I also had a clonezilla folder in my old tftpboot folder with vmlinuz, initrd.img, filesystem.squashfs The initrd.img was my Clonezilla image. So, any help in loading vmlinuz kernel with those would be rather helpful. If I have to edit the php code I will, but I am just not sure where I should be putting these options or their syntax (if they are available).
The regular Clonezilla live ISO file is a bit too large I think, or something with it isnât compatible with memdisk. Any help or pointing in a good direction is vastly appreciated.