@george1421 To be honest, I would rather not go with a custom n12 image as I want this to be as easy as possible for anyone to use this… The plugin/snapin method seems like it would be the cleanest way to handle things. I am currently looking for such a plugin to allow me to add “boot to PE” as an option on the same level as deploy and capture. the people using this most are already familiar with that process and if I could just throw this in, the same way then I feel like this would be the more sensible outcome.
Posts made by ColinFirth
-
RE: remotely set fog to boot a specific machine by MAC address to a specific custom menu item (WindowsPE)
-
RE: remotely set fog to boot a specific machine by MAC address to a specific custom menu item (WindowsPE)
thank you for this direction that I had not considered. I was currently trying to create the win10pe structure in the tftpboot and using boot.n12 as the loader… and then setting a reservarion in DHCP and giving it custom settings to boot to boot.n12… Not much luck so far… something boots but then errors, so something is amiss… I will research your suggestion… Thank you
-
remotely set fog to boot a specific machine by MAC address to a specific custom menu item (WindowsPE)
Hello everyone,
I have been trying for days to find the location in which the pxe boot knows to boot a host to either memtest or debug, so that perhaps I can learn how to put in place all that is needed for this specific computer to boot to my custom Windows10PE image.I need to be able to do this when I have no physical access to the desired desktop pc… My windows 10 PE disk boots up and starts VNC so that I can perform tasks on the desktop without being within its own OS environment. All of this works and I have a custom pxe menu item to allow this to boot but I have to be physically in front of the desktop to select the menu item… Also these desktops are registered to fog and receive another menu which does not include my custom entry for non registered desktops.
I have searched and experimented with the mysql fog db only to find that nothing there actively performs this task and seems only to store information. I also learned of a sess_<randomtext> file in /var/lib/php/sessions/ but this too only seems to display information and not actively change how the desktop boots.
Does anyone have any information on how when you set a host to say, boot to memtest or debug? and can this be manipulated to allow me to boot to my Windows 10 PE image?
Thank you for your time.