Server
- FOG Version: 1.4.4 ( SVN Revision: 6077)
- OS: Ubuntu 14.04 LTS
Client
- Service Version:
- OS:
Description
“No valid data” shows when special character / is used in image name
“No valid data” shows when special character / is used in image name
Solved:
My working menu is:
[CODE]:MENU
menu
item --gap – ---------------- iPXE boot menu ----------------
item BOOTCD Hirens 15.2 BOOTCD
item mint Linux Mint v2 x64
item shell ipxe shell
choose target && goto ${target}
:BOOTCD
initrd http://${fog-ip}/fog/iso/hirensboot.iso ||
chain memdisk iso raw ||
boot ||
goto MENU
:mint
kernel http://${fog-ip}/fog/service/ipxe/ubuntu/casper/vmlinuz
initrd http://${fog-ip}/fog/service/ipxe/ubuntu/casper/initrd.lz
imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:/var/www/fog/service/ipxe/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=la mirror/country=US
boot || goto failed
goto start
:shell
shell ||
goto MENU
autoboot[/CODE]
I also managed to get any debian based live cd booting.
Thanks!
I solved the problem by creating missing task* tables using a new instalation db as example, worked like charm. Would be great to have sql code to regenerate tables in case of this.
Thanks for your time and advice!
I need the sql code to regenerate task* tables, any guess?
Im not able to see fog.taskTypes and fog.taskStates on my DB ,
I didnt do anything , it may be a DB issue?
Download task.
[FONT=helvetica][COLOR=#373e4d][SIZE=12px]Anyway I cannot see any task on the basic or advance menu.[/SIZE][/COLOR][/FONT]
[FONT=helvetica][COLOR=#373e4d][SIZE=12px]If I click on the “Download” arrow I get[/SIZE][/COLOR][/FONT]
[SIZE=16px][FONT=Ubuntu][COLOR=#ff0000][CENTER]task failed to create for [U]XXXXX[/U] with image[/CENTER][/COLOR][/FONT][/SIZE]
[SIZE=16px][FONT=Ubuntu][COLOR=#ff0000][CENTER]Task Type is not valid[/CENTER][/COLOR][/FONT][/SIZE]
[LEFT][SIZE=16px][COLOR=#000000]I just replaced the hostname.[/COLOR][/SIZE][/LEFT]