• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. luilly23
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 14
    • Best 6
    • Controversial 0
    • Groups 0

    luilly23

    @luilly23

    6
    Reputation
    2
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    luilly23 Unfollow Follow

    Best posts made by luilly23

    • RE: Log Viewer Blank

      @mronh said in Log Viewer Blank:
      taking the opportunity here to question, may it have some relation with this “unauthorized” in the storages and server? (image below)

      It is a reported bug
      https://forums.fogproject.org/topic/16731/unauthorized-storage-node?_=1684166729513

      posted in Bug Reports
      L
      luilly23
    • RE: Hard Drive not recognized after image is deployed

      This is the typical behavior if you make the image with BIOS legacy and dump it in UEFI.
      Check that you have made the virtual image in UEFI

      posted in General
      L
      luilly23
    • RE: Create scheduled task on a W10 with snapins

      @processor you can do bat with -> /ru “System”
      schtasks /create /sc daily /tn “MYTASK-DAILY-20PM” /TR “shutdown /p /s” /ST 20:00 /ru “System” > C:\Users\AB\Desktop\done.txt

      posted in FOG Problems
      L
      luilly23
    • RE: Issues with deployment to Dell Precision 3450

      Dell usually sets the drives to RAID in the BIOS.
      Fog doesn’t recognize RAID drives, you have to set it to AHCI.

      posted in FOG Problems
      L
      luilly23
    • RE: can't install sumatrapdf

      The default installation of Sumatra is done in the user’s profile.
      C:\Users\your_user\AppData\Local\SumatraPDF

      Fog does the installation with the user System and Sumatra installs in
      C:\Windows\system32\config\systemprofile\AppData\Local\SumatraPDF

      To install Sumatra for all users you must use
      -all-users (https://www.sumatrapdfreader.org/docs/Installer-cmd-line-arguments)
      and it will be installed in
      C:\Program Files\SumatraPDF

      If you already have it installed in
      C:\Windows\system32\config\systemprofile\AppData\Local\SumatraPDF
      When installing it for all users it seems to detect it and won’t go to
      C:\Program Files\SumatraPDF

      When I encounter problems of this type, I use PsExec to study the behavior of the installation as the user System.
      https://specopssoft.com/blog/how-to-become-the-local-system-account-with-psexec/

      posted in FOG Problems
      L
      luilly23
    • RE: Snapin never completes and client reboots constantly

      @desq-fogforum Do you do the reboot within the script or in the snapin template?

      I had a similar problem.
      Dell bios is an .exe file with the parameter “/r” (reboot) For example “biosdell.exe /r”

      When restarting with “/r” fog it did not understand that the task was finished and it repeated it. I suppose that Windows was rebooted without the fog client being able to inform the server

      I solved it by putting the reboot in the snapin template instead of putting the “/r” parameter

      The reboot marked in the template is supposed to be done when the task is marked as completed

      posted in FOG Problems
      L
      luilly23

    Latest posts made by luilly23

    • RE: Snapin never completes and client reboots constantly

      @desq-fogforum Do you do the reboot within the script or in the snapin template?

      I had a similar problem.
      Dell bios is an .exe file with the parameter “/r” (reboot) For example “biosdell.exe /r”

      When restarting with “/r” fog it did not understand that the task was finished and it repeated it. I suppose that Windows was rebooted without the fog client being able to inform the server

      I solved it by putting the reboot in the snapin template instead of putting the “/r” parameter

      The reboot marked in the template is supposed to be done when the task is marked as completed

      posted in FOG Problems
      L
      luilly23
    • RE: Dell 7010 PXE boot/DHCP

      Dell has reused the 7010 name.
      The one from 2014 that says “undionly” is the old one: https://www.dell.com/support/home/es-es/product-support/product/optiplex-7010/

      You will have the new one: https://www.dell.com/support/home/es-es/product-support/product/optiplex-7010-small-ff/

      The new one needs ipxe.efi

      I think you need to update the ipxe that has updated drivers
      https://docs.fogproject.org/en/stable/reference/compile_ipxe_binaries.html

      posted in FOG Problems
      L
      luilly23
    • RE: Return code snapin unknow ( -1073740286)

      @deblpuw said in Return code snapin unknow ( -1073740286):

      It seems that the parameter is “/silent” not “/quiet”

      https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/install.html#common-parameters

      posted in Windows Problems
      L
      luilly23
    • RE: Cannot find disk on system (get harddisk) - Dell Latitude 3140

      @Kureebow Dell’s website says storage can be UFS, eMMC, or SSD.
      What’s on your laptop?
      https://www.dell.com/en-us/search/latitude 3140

      Perhaps there is still no fog or partclone support for UFS or eMMC storage.

      posted in FOG Problems
      L
      luilly23
    • RE: probleme sur les taches planifiers pour une décente d'image

      Probably, you need configure the time zone on the fog website.
      “FOG Configuration” (above, wrench icon)
      “FOG Settings” (left column)
      “General Settings”->“TZ Info”

      posted in FOG Problems
      L
      luilly23
    • RE: Hard Drive not recognized after image is deployed

      This is the typical behavior if you make the image with BIOS legacy and dump it in UEFI.
      Check that you have made the virtual image in UEFI

      posted in General
      L
      luilly23
    • RE: Rerun Installer

      On Linux, ‘mv’ is used to rename files. ‘fogsettings-firstInstall’ is not a folder, it is the new name of the file ‘.fogsettings’, in the FOG wiki they do it so you can keep a backup copy of what you had.

      posted in General
      L
      luilly23
    • RE: Log Viewer Blank

      @mronh said in Log Viewer Blank:
      taking the opportunity here to question, may it have some relation with this “unauthorized” in the storages and server? (image below)

      It is a reported bug
      https://forums.fogproject.org/topic/16731/unauthorized-storage-node?_=1684166729513

      posted in Bug Reports
      L
      luilly23
    • RE: Log Viewer Blank

      +1

      I have the same problem on two separate servers. Both updated from fog 1.5.9 to 1.5.10

      One with Ubuntu 20.04 server and the other with Ubuntu 20.04 desktop

      posted in Bug Reports
      L
      luilly23
    • RE: Move path /images

      @ITRecords
      At least in previous versions, it was necessary to create a hidden file in /images and /images/dev called .mntcheck

      $touch /images/.mntcheck
      $touch /images/dev/.mntcheck

      In my server it shows up (ls -la) as :
      -rwxwrwxrwx fogproject root 0 jan 8 2019 .mntcheck

      posted in Linux Problems
      L
      luilly23