• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. george1421
    3. Topics
    • Profile
    • Following 1
    • Followers 65
    • Topics 113
    • Posts 15,347
    • Groups 2

    Topics

    • george1421G

      Feature request for FOG 1.6.x - Kernel performance tuning

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      1
      1 Votes
      1 Posts
      212 Views
      No one has replied
    • george1421G

      Feature request for FOG 1.6.x - Replace FOG replicator with rsync

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      4
      0 Votes
      4 Posts
      459 Views
      S

      @Wayne-Workman The replication services provided by FOG use their very own logic implemented in PHP to sync files via FTP protocol. I vote for getting rid of this!

      I would hope we can tunnel rsync through SSH to not have to open up another port in the firewall. Together with this I would want to get rid of FTP altogether by using SSH for the other places in the code where FTP is used at the moment (move images directory after upload and kernel after download).

    • george1421G

      Adding https support to FOG server with Centos 7

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      1
      0 Votes
      1 Posts
      292 Views
      No one has replied
    • george1421G

      Creating Custom hostname default for fog.man.reg

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      2
      1 Votes
      2 Posts
      4k Views
      J

      Works like a charm! Thanks george1421!

    • george1421G

      Add new field to Storage Node configuration

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      1
      0 Votes
      1 Posts
      196 Views
      No one has replied
    • george1421G

      Don't allow FOG admin to enter spaces in Menu item for custom iPXE menus

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      1
      1 Votes
      1 Posts
      216 Views
      No one has replied
    • george1421G

      Adding wifi capabilities to FOS Linux

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      1
      1 Votes
      1 Posts
      920 Views
      No one has replied
    • george1421G

      Dynamically Patching FOS using a PostInit script

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      1
      1 Votes
      1 Posts
      757 Views
      No one has replied
    • george1421G

      Installing dnsmasq on your FOG server

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      1
      10 Votes
      1 Posts
      15k Views
      No one has replied
    • george1421G

      Compiling iPXE boot kernels

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      1
      4 Votes
      1 Posts
      3k Views
      No one has replied
    • george1421G

      Security assessment scan against FOG server

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      6
      1 Votes
      6 Posts
      953 Views
      Tom ElliottT

      Should add this is for the working-1.5.1 which should become “stable” fairly soon.

    • george1421G

      Issues discovered in FOG 1.5.0

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      6
      0 Votes
      6 Posts
      1k Views
      Tom ElliottT

      I’ve taken a look and indeed the count client code was missing, probably from the revamp work overall (sorry for that).

      I’ve readded that if client count = 0 it will set the count back to the number of hosts in the system. (as was originally intended.) This should correct that action of it all.

      Thank you for reporting. Working-1.5.1 has this change and will be reflected in 1.5.1 when we officially release.

    • george1421G

      Resyncing FOG's service account password

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      1
      5 Votes
      1 Posts
      5k Views
      No one has replied
    • george1421G

      PoC: Using FOG as a netboot server

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      3
      2 Votes
      3 Posts
      4k Views
      george1421G

      [Mod Note] I have locked this post to keep it tidy for others who may find it useful. Discussion is important around this topic. If you have a question on this post, please create a new thread, reference this post and also tag me in the post so I can find it. I will add links to those posts here so others may follow along without filling up this thread.

      Discussions regarding this post:
      https://forums.fogproject.org/topic/11216/netbooting-efi-with-fog

    • george1421G

      Using FOG Postinstall scripts for Windows Driver injection 2017 ed.

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      4
      1 Votes
      4 Posts
      14k Views
      george1421G

      Update: With the later releases of Win10 post 1703, the offline servicing section doesn’t seem to load the drivers. As a fix, add the following lines to your setupcomplete.cmd batch file to load the drivers at the end of the OSD process.

      pnputil.exe /add-driver "C:\Drivers\*.inf" /subdirs /install pnputil.exe /add-driver "C:\Drivers\*.inf" /subdirs /install pnputil.exe /add-driver "C:\Drivers\*.inf" /subdirs /install

      Running pnputil 2 times seems to be the sweet spot to capture all of the hardware devices, because some hardware is hidden behind other hardware drivers (such as USB3 and PCI hardware)

      Update: if you want to use the pnputil.exe command with versions of windows before Win10 you will need to use this command instead, since the older versions of pnputil do not support the /subdir switch.

      forfiles /p "C:\Drivers" /s /m *.inf /c “cmd /c pnputil -a @Path” forfiles /p "C:\Drivers" /s /m *.inf /c “cmd /c pnputil -a @Path” forfiles /p "C:\Drivers" /s /m *.inf /c “cmd /c pnputil -a @Path”
    • george1421G

      Disk drive geometry and partition layouts for well know OS

      Watching Ignoring Scheduled Pinned Locked Moved General
      12
      1 Votes
      12 Posts
      4k Views
      F

      As @wayne-workman said me, I post the output of my dual system: W10 LTSB 2016 and Ubuntu 16.04

      root@U032668:~# gdisk -l /dev/sda GPT fdisk (gdisk) version 1.0.1 Partition table scan: MBR: protective BSD: not present APM: not present GPT: present Found valid GPT with protective MBR; using GPT. Disk /dev/sda: 500118192 sectors, 238.5 GiB Logical sector size: 512 bytes Disk identifier (GUID): 611A1A7F-D5E7-4EB5-87EF-D447B71A8595 Partition table holds up to 128 entries First usable sector is 34, last usable sector is 500118158 Partitions will be aligned on 2048-sector boundaries Total free space is 924269 sectors (451.3 MiB) Number Start (sector) End (sector) Size Code Name 1 923648 1128447 100.0 MiB EF00 EFI system partition 2 1128448 1161215 16.0 MiB 0C01 Microsoft reserved ... 3 1161216 205961215 97.7 GiB 0700 Basic data partition 4 205961216 483586047 132.4 GiB 8300 5 483586048 500117503 7.9 GiB 8200 root@U032668:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 238,5G 0 disk ├─sda1 8:1 0 100M 0 part /boot/efi ├─sda2 8:2 0 16M 0 part ├─sda3 8:3 0 97,7G 0 part ├─sda4 8:4 0 132,4G 0 part / └─sda5 8:5 0 7,9G 0 part [SWAP] sr0 11:0 1 1024M 0 rom root@U032668:~# blkid /dev/sda1: UUID="A47A-9C4F" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="90659379-55aa-43cc-a916-7909278e69d2" /dev/sda2: PARTLABEL="Microsoft reserved partition" PARTUUID="ff774eb9-c85f-4dae-aac5-9a8efd46e7b4" /dev/sda3: UUID="385A3AFA5A3AB48A" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="54366076-6bce-46ae-9046-8528edf1876f" /dev/sda4: UUID="e3fa93df-c9a8-4b1c-bcaf-7886256709cb" TYPE="ext4" PARTUUID="c1db2263-cf34-4d82-9954-2484e2c8bdde" /dev/sda5: UUID="c2fec154-bb2c-454c-ad54-8ca7ab1af203" TYPE="swap" PARTUUID="530e6d65-e5d7-4f4c-bb3b-44ccc6305467" root@U032668:~# pvdisplay El programa «pvdisplay» no está instalado. Puede instalarlo escribiendo: apt install lvm2 root@U032668:~# lgdisplay No se ha encontrado la orden «lgdisplay», quizás quiso decir: La orden «lvdisplay» del paquete «lvm2» (main) La orden «vgdisplay» del paquete «lvm2» (main) lgdisplay: no se encontró la orden root@U032668:~# lvdisplay El programa «lvdisplay» no está instalado. Puede instalarlo escribiendo: apt install lvm2
    • george1421G

      Moving FOG's /images files off the root partition 2017 edition

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      7
      1 Votes
      7 Posts
      3k Views
      P

      @george1421 said in Moving FOG's /images files off the root partition 2017 edition:

      /dev/mapper/fog_disk-fog_files 99G 0G 99G 99% /opt

      At step 16, I do not get this printout from df -h as listed above. The directory /image and /snapin are linking to the /opt/fogdisk which is mapped to the new disk partition, but for some reason, the /opt/fogdisk/images and /snapin are mapped to the root partition. Any recommendations? Did I miss something?

      When I run mount, I get the following:
      /dev/xvdb1 on /opt/fogdisk type ext4 (rw,relatime)
      /dev/mapper/ubuntu–vg–1-ubuntu–lv on /opt/fogdisk/images type ext4 (rw,relatime)
      /dev/mapper/ubuntu–vg–1-ubuntu–lv on /opt/fogdisk/snapins type ext4 (rw,relatime)

    • george1421G

      What can we do when we don't trust UUID?

      Watching Ignoring Scheduled Pinned Locked Moved General
      28
      2 Votes
      28 Posts
      10k Views
      PsycholiquidP

      Guys I should also have some new HP tablets coming in soon probably using the same kind of hardware so I will update those as soon as I get my hands on them.

      http://store.hp.com/us/en/mdp/laptops/hp-elite-x2-1012#tab=features

    • george1421G

      Using FOG to PXE boot into your favorite installer images

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      38
      7 Votes
      38 Posts
      93k Views
      george1421G

      Parted Magic version from May 2023

      Please see this article posted by @renewedharry

      https://forums.fogproject.org/topic/17498/successfully-booting-parted-magic

    • george1421G

      FOS does not honor web gui parameter FOG_KERNEL_RAMDISK_SIZE

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      12
      0 Votes
      12 Posts
      3k Views
      S

      @george1421 What is this project called? Do you see any difference between the df -h output? Mind posting a picture of the output when booting the patched FOS?

    • 1 / 1