• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Andy Morris
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 23
    • Best 0
    • Controversial 0
    • Groups 0

    Andy Morris

    @Andy Morris

    0
    Reputation
    314
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 51

    Andy Morris Unfollow Follow

    Latest posts made by Andy Morris

    • RE: Lenovo 14w Gen2

      @sebastian-roth

      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

      posted in Hardware Compatibility
      A
      Andy Morris
    • RE: Lenovo 14w Gen2

      @sebastian-roth

      I get an error trying to upload a pic…
      here is a link to it.
      https://photos.app.goo.gl/mwFdSjayAEVi4gF37

      posted in Hardware Compatibility
      A
      Andy Morris
    • Lenovo 14w Gen2

      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?

      posted in Hardware Compatibility
      A
      Andy Morris
    • RE: IPXE Advanced Menu or Memdisk Problem

      That works!! Thanks again.

      posted in General
      A
      Andy Morris
    • RE: IPXE Advanced Menu or Memdisk Problem

      Just wanted to protect the items like it did in .32. I will take a look.
      Thanks,

      Andy

      posted in General
      A
      Andy Morris
    • RE: IPXE Advanced Menu or Memdisk Problem

      Is there anyway to add the password option to these advanced items like in version .32?

      Thanks,
      Andy Morris

      posted in General
      A
      Andy Morris
    • RE: IPXE Advanced Menu or Memdisk Problem

      That worked!!! Thanks a ton!

      Andy

      posted in General
      A
      Andy Morris
    • RE: IPXE Advanced Menu or Memdisk Problem

      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

      posted in General
      A
      Andy Morris
    • RE: IPXE Advanced Menu or Memdisk Problem

      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?

      posted in General
      A
      Andy Morris
    • RE: Snapin client Module is active...

      Okay…They are “In Progress” now.

      Thanks,

      Andy

      posted in FOG Problems
      A
      Andy Morris