• SketchUp 2017 snap-in

    3
    0 Votes
    3 Posts
    693 Views
    fry_pF

    @jameto333 I have a little experience in installing similar programs with snapins and am familiar with Sketchup Pro. May I ask which file format you have the installer (exe or MSI)? Also, may I ask which type of licensing you have?

  • Clonar particiones

    5
    0 Votes
    5 Posts
    2k Views
    F

    Hi @linuxba ,

    I have the same esnario in my university. I can tell you a workaround to solve this or how we solve this problem in our university.

    Create a complete image of your dual system:
    Imagen name: Dual_Image
    Image type: One disk not resizable
    OS: windows 10
    Partitioning: Everything Upload it to the server. FOG will create you a new folder in /images, in this case:
    /images/Dual_Image
    This folder has the different partition files, for example: d1.has_grub d1.mbr d1p1.img -> UEFI or boot partition d1p2.img -> windows system d1p4.ebr d1p5.ebr d1p5.img -> Ubuntu parition d1.partitions Now we will create a new image definition:
    Imagen name: Ubuntu_Partition5
    Image type: One disk not resizable
    OS: windows 10
    Partitioning: Partition 5 This step in not necessary but I recommended you. Assign this image to your PC and upload this image. In this way FOG will create you the folder in the server, /images/Ubuntu_Partition5. Connect to the server via ssh cd /images/Ubuntu_Partition5. If you don’t do the 4 step, you need create the folder and give permission 777. erase the file d1p5.img and do a soft link:
    ln -s …/Dual_Image/d1p5.img .
    You can do, if you want, more soft links to the other files: d1.has_grub, d1.partitions, …
    With this method, is a little rustic but practice, you only manage one image, Dual_Image, because with the links the Ubuntu_Partition5 is updated automatically.

    In our university we have windows images and dual images, with different disk sizes but, at last, the d1p2.img and d1p5.img files are always the same. Updating the windows images and ubuntu images, I update all images versions (for small disks (160GB), big disks (500GB)).

    If you want to recovery only the linux partition in one PC, assign the Ubuntu_Partition5 image to the PC and deploy it.

  • First time FOG user needs help

    2
    0 Votes
    2 Posts
    865 Views
    george1421G

    @elementalwindx said in First time FOG user needs help:

    I’m used to just uploading a couple .wim files

    Well we were spot on until I hit this line. WIM files are windows only (there are wim file readers for linux but they are not as efficient as Partclone that FOG uses). To use FOG you need to capture your reference image with FOG if you want to deploy with FOG.

    The core differences between MDT/WDS and FOG is that FOG is a (disk) block level cloning tool where MDT/WDS is a file level cloning tool. Both have their advantages and disadvantages. Generally block level cloning is faster than file level cloning. For reference I can push out a 25GB fat image to a target computer is under 4 minutes. Or to say it another way I can go from a bare metal system to a computer running windows setup/oobe is about 6 minutes. Then depending on the system OOBE runs for about 11-16 minutes. So roughly more or less 20 minutes from bare metal to a workstation ready to move to the user’s desk. Try doing that with MDT/WDS or SCCM. Understand there is a lot going on here outside of FOG (which is involved with imaging for only 4 minutes of the 20)

    I have a tutorial that shows how to boot most other OS kickstart images (ISO). There ARE posts in the FOG forum that show how to boot Hirens iso images too. For your windows deployment its best to build a golden image and deploy that instead of trying to load windows setup via fog (which can be done). The rest of your requirements are already built into FOG’s base code.

    ref: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images

  • Access Control, locked the only admin out....

    5
    0 Votes
    5 Posts
    1k Views
    Q

    I would admit you are absolutely correct. I should not have put the local admin into the group…

    I was finally able to get back in. I appreciate all of your help!

  • Access Control

    9
    0 Votes
    9 Posts
    2k Views
    Tom ElliottT

    @NT_Tech Access control is a plugin now which has much more use than the “mobile” vs “non-mobile” account.

    FOG was indeed a single user system, from it’s original startup. The only thing that kind of made things different was the mobile interface.

    I want you to understand, mobile interface was it’s OWN element from the main interface. This meant having to update two GUI platforms to ensure all functionality was maintained. When moved to a single interface that could do both mobile and full screen usages, I removed the “mobile only” user type.

    I want to stress, while it wasn’t necessarily intuitive, even in 0.32 a “mobile only” user had exactly the same level of usage as the full admin users. The GUI access was limited and didn’t allow a mobile only user to see anything, but a mobile user could delete items, change things, etc… if they knew the url pathing and calls. They couldn’t see it, but it was not “limited” in the way you thought it was. As the access control plugin was created and managing a single interface made updating and keeping things in a more testable and common way, I decided to remove the “mobile only” option. This was not intended to hurt people who were using the element, but rather there were better things in place that did far better at controlling the scope of things and in a more granular and appropriate fashion.

  • Github Password

    3
    0 Votes
    3 Posts
    735 Views
    I

    @george1421 Thanks, with this commands above i was not presented to enter password, thanks.

  • Hyper V and Pxe boot to Fog problems

    64
    0 Votes
    64 Posts
    37k Views
    P

    @Sebastian-Roth Sorry, I completely forgot about this. Just updated to latest kernel on my server and tested on 1803, worked perfect. Thanks for the update.

  • PXE-E53: No boot filename received ERROR

    2
    0 Votes
    2 Posts
    2k Views
    george1421G

    Your dnsmasq configuration is not complete. It only addresses bios based systems. My recommendation would be to follow and use the dnsmasq configuration from this tutorial exactly. Don’t just patch your’s to match: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

  • Slack Integration issues

    3
    0 Votes
    3 Posts
    673 Views
    Tom ElliottT

    I just tested using my api token for slack running the working-1.6 version of fog and am not seeing an issue.

  • Possible to clear or clear parts of the "Imaging Log" under Reports?

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    F

    Hi,
    I want to add that I have done some changes in the reports, imaging log report too, to make pre-filters and not shows all the registries.

    For example, in the imaging log report you can do a a prefilter by image name, user name or hostname. In this way, the result is more small and you don’t need erase registries in the database.

    The new version of the reports are available in the “working” branch

  • Permissions management server side

    16
    0 Votes
    16 Posts
    4k Views
    Tom ElliottT

    @6rilT Just creating the rule isn’t enough. You need to assign the rule to a role. Users and rules are associated roles.

  • Snapin Order

    2
    0 Votes
    2 Posts
    555 Views
    Tom ElliottT

    Name them with the number they require in the group.

    Eg 01-snapin, 02-snapin, 03-snapin

  • Click by click upgrade guide?

    3
    0 Votes
    3 Posts
    774 Views
    S

    @deckerta As well you might want to check out this wiki article: https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG

    It’s all not a click by click thing but I’d say you can learn a lot of things if you are keen to. We’ll definitely help you. Just ask specific questions, post error messages and we sure will be able to guide you the way.

  • Is it possible using fog to restore only part sda2 ?

    7
    0 Votes
    7 Posts
    2k Views
    S

    @lepage said in Is it possible using fog to restore only part sda2 ?:

    I am not sure if you can see it … but from the filesystem when I do ls d1p* I see
    d1p1.img d1p2.img d1p3.img

    Absolutely. I know exactly where you are coming from. Yes it would be possible to implement. But can you see it from my perspective as well? Why implement it to enumerate the image files if it holds the truth only in case the image is still captured? Don’t get me wrong. I am not saying it wouldn’t be nice but as of now we have so many other things to fix in FOG and not many people helping that I can’t see us doing this. Sorry!

    If you have time and knowledge you are most welcome to add the feature and send a pull request on github. 🙂

  • Imaging with iso files with FOG 1.5.5

    5
    0 Votes
    5 Posts
    2k Views
    S

    @george1421 Mixing up TFTP and HTTP URL here? Might be confusing.

    @GrandIQ said:

    ... http://${fog-ip}/fog/images/...

    Please make sure those URLs really work! Simply open them in your web browser and see if it would start the download. I fear it doesn’t because we have some URL rewriting in FOG active for the API backend to work. You probably need to move your images to a different folder further up, like /var/www/html/images/win7/... (URLs: http://${fog-ip}/images/win7/...).

  • FOG client under Linux and snapin

    5
    0 Votes
    5 Posts
    1k Views
    Tom ElliottT

    @Fernando-Gietz I like that idea. Even if it is still error prone, it’s make things simpler overall. That could open snapinpack for tarballs too I would suppose.

  • List of all computers imaged using fog

    2
    0 Votes
    2 Posts
    383 Views
    george1421G

    Short answer: Maybe

    Longer answer:
    I don’t have the ability to confirm at the moment. But I can tell you that fog does record imaging registered hosts in a mysql table called imaginglog. The part I’m not sure of is if the log only uses an image id to refer to the host being imaged (logical link to the host table) or it saves the actual host name into this table.

    The other thing I would have to check is if a host is deleted, is it a soft delete (only marking the host deleted) or does it remove the record. If its a soft delete it would then be possible to create a mysql query to report imaging even if the host record was not visible in the webgui.

    The issue is if the host records are removed from the host table and the imaging log only references the host id field, there is no way to tell when a host was imaged since the pointer to the host table would not link to a valid host (since it was removed from the database)

  • How do I clear un-finished image files from my fog server?

    2
    0 Votes
    2 Posts
    450 Views
    S

    @keith75140 Unfinished images are in /images/dev/... (folder names are client MAC addresses without colons).

  • Low transfer rate to capture and deploy

    6
    0 Votes
    6 Posts
    1k Views
    S

    @Titione Well then I would go and check for Bad sectors on that disk.

  • Help with Win10 Driver injection

    Moved
    88
    0 Votes
    88 Posts
    56k Views
    J

    @george1421 what version of MDT are you running btw? I’m on 8450.

138

Online

12.4k

Users

17.5k

Topics

156.0k

Posts