• Dell E6410 - Solid State Drive (SSD) Compatibility

    14
    0 Votes
    14 Posts
    9k Views
    george1421G

    @Omanimous Without knowing the exact details. A 128GB disk (ssd or hdd) from two different manufacturers are usually different sized down to the byte level. So in theory if your source disk is one byte larger than your destination disk a non-resize FOG image will fail.

    I can say for my reference image (which I deploy to all hosts), I create on a VM with a 40GB hard drive. That way I’m assured it will deploy to all hardware on my campus. For win10 I use a 60GB reference image.

    With FOG 1.2.0 I used non-resizable and then let windows expand the disk. With the 1.2.0 trunk build FOG expands the disk now. I still use a 40GB reference image for Win7. So I always go smaller to larger when the image is deployed.

  • Lenovo M72E

    Unsolved
    10
    0 Votes
    10 Posts
    5k Views
    Wayne WorkmanW

    @Sebastian-Roth I’ve not heard a thing from that building’s techs about this issue. If they try to get this model working with FOG in the future, I’m sure they will Google search it and find this thread, wouldn’t that be humorous?

    I’m working with one of them tomorrow, I’ll ask about it.

  • Lenovo 7303

    Solved
    22
    0 Votes
    22 Posts
    13k Views
    S

    @Wayne-Workman said:

    I’m convinced this is a network issue.

    +1 from me!

  • Surface 3 Fails to Image

    Solved
    63
    0 Votes
    63 Posts
    76k Views
    W

    @Sebastian-Roth

    I tried imaging and it works! Thanks for all of the work you guys do!

  • net0 links at slow 10Mb -- causes boot loop

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    M

    Thanks for the reply Sebastian and sorry for the super long delay.

    I am observing this behavior when using “ipxe.pxe” – I have not used any other one binary (not since I switched it to a production server a couple months ago).

    Also, to clarify, the transfer rate is good once the transfer begins, it is only when it is “configuring net0” that it seems to be a slow link. However, I assume it is some hardware dependent issue as I just tried a random computer model and saw it was configuring at the expected 1Gb link speed.

    So I guess the tl;dr is that this isn’t really a problem.

  • Lenovo M700 won't Inventory or image

    Solved
    21
    0 Votes
    21 Posts
    17k Views
    B

    @Sebastian-Roth The latest build worked. I’ll try and put this in a new thread later today.

  • Legacy boot HP Stream 11 *Not Working*

    26
    0 Votes
    26 Posts
    20k Views
    george1421G

    @Sebastian-Roth Just for reference: I could never make that work correctly on 2008. I may have missed something or two, but I messed with trying to get it to work for a day or so and gave up. Maybe someone else better than me can get it working.

  • Host registration failure with HP EliteDesk 800 G2 Desktop Mini

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    O

    @Quazz @george1421
    Thank you both for your answers, appreciate it. I started with the easy solution suggested by Quazz, and it fixed it!
    Now running trunk 6677 and the registration just works fine!
    Thanks a lot.
    Next time I have a problem, I’ll update first, then post on the forum 🙂

  • Problem HP Probook 650 G2 (intel l219)

    Solved
    9
    0 Votes
    9 Posts
    5k Views
    Wayne WorkmanW

    @Sebastian-Roth Doing my best. 😉

  • Unable to Register Host to j1900 processor computers.

    Solved
    22
    0 Votes
    22 Posts
    10k Views
    S

    Marking this solved as I am absolutely sure that using newer kernels will make this Intel i210 NIC work!

  • HP Stream 11 - more issues

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    S

    I am solving this as others were able to capture and deploy on those HP stream 11 gadgets with the most current version of FOG trunk!

  • Boot Dell XPS 12 to USB to Network card

    Solved
    75
    0 Votes
    75 Posts
    96k Views
    S

    Ok, marked as solved for now. People who want to keep following, see here (mind this is about PXE booting a Surface 4 now).

  • Issue while register system

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    S

    Thanks for reporting back. Moved to “Hardware Compatibility” section and marking it solved.

  • Surface 4 Network boot and Image

    Solved
    68
    0 Votes
    68 Posts
    58k Views
    Wayne WorkmanW

    @Psycholiquid Oh, ok. I think I might suggest trying to capture your image using different OS types - specifically Linux. See if that works.

  • Issue with capturing DELL Inspiron 24

    Solved
    6
    0 Votes
    6 Posts
    4k Views
    F

    Thank you guys! It seems to be that GPT Problem. After doing the fixparts command and deleting the GPT entries now I can upload the machine 🙂

    Hopefully deploying them will work in the usual way 😉

    THANK YOU!

  • HP Stream 11 pro

    Solved
    84
    0 Votes
    84 Posts
    113k Views
    Tom ElliottT

    Sort of a side note but advanced task debug download/upload should also now work properly.

  • Dell Optiplex 3020 Micro with new Samsung SSD 850 EVO

    10
    0 Votes
    10 Posts
    7k Views
    S

    @Aaron-Kearns said:

    However, that SOMETIMES works and other times does not.

    What exactly does that mean? Can you please take a picture when things go wrong andupload it to the forums. There is no chance we can help you if we don’t know exactly what goes on.

    So SSD does not want to play with FOG from what I get. Please try booting any kind of live linux DVD (e.g. ubuntu) on the 3020 with SSD installed. If this comes up please run commands lsblk and cat /proc/partitions - take a picture for us.

    Upgrading to trunk might fix this for you but I can’t tell for sure.

  • FOG Compatibility Test Failed

    Solved
    71
    0 Votes
    71 Posts
    63k Views
    T

    @Wayne-Workman I believe that would be a right thing to do.

  • PXE Boot HP ProBook 455 G3

    Solved
    12
    0 Votes
    12 Posts
    9k Views
    Wayne WorkmanW

    @george1421 @jloke

    Here’s a DHCP class example I just made up to match the example I posted below.

    class "Legacy-Specific" { match if substring(option vendor-class-identifier, 0, 32) = "PXEClient:Arch:00000:UNDI:002001"; filename "undionly.kkpxe"; }

    Of course, the ending bits will be different for others, and you’d want to set this class above the other legacy class so that this matches first and the more generic one matches second, then you’d set the filename you want.

  • HP Compaq Elite 8300 don´t boot

    Solved
    24
    0 Votes
    24 Posts
    20k Views
    S

    Thanks for letting us know! I am so glad that this has been fixed now.

88

Online

12.7k

Users

17.6k

Topics

156.9k

Posts