yes we do gave hide menu enabled
Posts made by arton
-
RE: Lenovo Miix 700
both times i run a upgrade I’m creating a new server Ubuntu 16.04 and reinstall from scratch
-
RE: Lenovo Miix 700
#!ipxe
set fog-ip 192.168.15.187
set fog-webroot fog
set boot-url http://${fog-ip}/${fog-webroot}
cpuid --ext 29 && set arch x86_64 || set arch i386
iseq ${platform} efi && set key 0x1b || set key 0x01
iseq ${platform} efi && set keyName ESC || set keyName CTRL + A
prompt --key ${key} --timeout 3000 Booting… (Press ${keyName} to access the menu) && goto menuAccess || exit
:menuAccess
login
params
param mac0 ${net0/mac}
param arch ${arch}
param platform ${platform}
param username ${username}
param password ${password}
param menuaccess 1
param debug 1
isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
:bootme
chain -ar http://192.168.15.187/fog/service/ipxe/boot.php##paramsServer is Ubuntu 14.04 LTS
-
RE: Lenovo Miix 700
yes i can put a mini switch between building network and pc i let y know the results
-
RE: Lenovo Miix 700
thank you i did run the install again now the tftpboot has all the files now i getting different error here is the picture
-
RE: Lenovo Miix 700
yes what i did fallow the command on the how to upgrade so they it sad to make a Dir under root name fog-project then run the download svn then i did run installfog.sh from that directory.
Now when i look under fogproject/packages/tftp/ I see -
RE: Lenovo Miix 700
Hi here is what i get when i run that command on my fog server
-
RE: Lenovo Miix 700
Yes my dhcp option 67 is set and string value: undionly.kpxe
-
RE: Lenovo Miix 700
here is the photo of the error the
Tue Aug 30, 2016 15:16 pm
Running Version 1.3.0-RC-8
SVN Revision: 5949 -
Lenovo Miix 700
Hi Team,
I have 27 Lenovo miix 700 i can’t use fog to image them they start to pxe says download MIB then start to windows i did update to last version of fog is any way i can image them using fog Thank you