I just got it going by using the Kernel bzImage-5.15.5 from the fogproject.org/kernels/ list. I will make it the default for bzImage.
Andy
I just got it going by using the Kernel bzImage-5.15.5 from the fogproject.org/kernels/ list. I will make it the default for bzImage.
Andy
I get an error trying to upload a pic…
here is a link to it.
https://photos.app.goo.gl/mwFdSjayAEVi4gF37
We have been using Fog since it was Free Opensource Ghost and love it. We have it setup to image both Legacy and UEFI devices on certain subnets and all is working great. Except for this current batch of Lenovo Laptops. I can get them to boot from USB network adapters but it doesn’t see the hard drive. I have updated the Kernal and ipxe to the most current version. What else can I try to get it to recognize the hard drive? There is no longer legacy mode in the Bios.
Thoughts?
Just wanted to protect the items like it did in .32. I will take a look.
Thanks,
Andy
Is there anyway to add the password option to these advanced items like in version .32?
Thanks,
Andy Morris
here is my code…
:MENU
menu
item --gap – ---------------- iPXE boot menu ----------------
item WIN7PE64BIT Win7 64bit Recovery Console
item WIN7PE32BIT Win7 32bit Recovery Console
item BOOTCD Hirens BootCD
item shell ipxe shell
item return return to previous menu
choose --default WIN7PE64BIT --timeout 5000 target && goto ${target}
:WIN7PE64BIT
initrd [url]http://${boot-url}/MenuItems/Win7-64bit/7rd64.iso[/url]
chain [url]http://${boot-url}/MenuItems/Win7-64bit/memdisk[/url] iso raw
goto MENU
:WIN7PE32BIT
initrd [url]http://${boot-url}/MenuItems/Win7-32bit/7rd32.iso[/url]
chain memdisk iso raw ||
goto MENU
:BOOTCD
initrd [url]http://${boot-url}/MenuItems/bootcd/bootcd14.iso[/url]
chain memdisk iso raw ||
goto MENU
:ipxedemo
chain [url]http://boot.ipxe.org/demo/boot.php[/url] ||
goto MENU
:shell
shell ||
goto MENU
:return
chain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac}[/url] ||
prompt
goto MENU
autoboot
I have the same issue with the Advanced Menu. If i choose the Advanced Menu it just flashes, the screen turns blue and has the default menu back on the screen. I had this working in version 1.0.1 and had to update to the latest 1.1.0 trunk to get my snapins to work. Not sure where to go from here. Any ideas?
Okay…They are “In Progress” now.
Thanks,
Andy