• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. fpausp
    3. Best
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 12
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by fpausp

    • RE: Can FOG replace my urbackup Server ?

      I was able to do it with Fedora 27 LiveCD. I can boot the CD, but I cannot login.
      Do you know the credentials ?

      0_1511432785834_0426d751-d8a9-4d79-b8e7-d0c75ecfb832-grafik.png

      Here is what I have done…

      Fedora 27 Workstation

      First we’ll create the required directories:

      mkdir /images/os/fedora
      mkdir /images/os/fedora/W27
      mkdir /tftpboot/os/fedora
      mkdir /tftpboot/os/fedora/W27

      Mount the Fedora 27 ISO:

      mount -o loop -t iso9660 /iso/Fedora-Xfce-Live-x86_64-27-1.6.iso /mnt/loop

      Copy the files:

      cp -R /mnt/loop/* /images/os/fedora/W27
      umount /mnt/loop

      Copy the pxe boot kernel and intfs to the tftpboot directory:

      cp /images/os/fedora/W27/isolinux/vmlinuz /tftpboot/os/fedora/W27
      cp /images/os/fedora/W27/isolinux/initrd.img /tftpboot/os/fedora/W27

      Setup a new FOG iPXE boot menu entry:

      In the fog WebGUI go to FOG Configuration->iPXE New Menu Entry
      Set the following fields

      Menu Item: os.FedoraW27
      Description: Fedora Workstation v27
      Parameters:
      kernel tftp://${fog-ip}/os/fedora/W27/vmlinuz
      initrd tftp://${fog-ip}/os/fedora/W27/initrd.img
      imgargs vmlinuz initrd=initrd.img root=live:nfs://${fog-ip}/images/os/fedora/W27/LiveOS/squashfs.img ip=dhcp repo=nfs://${fog-ip}/images/os/fedora/W27 splash quiet
      boot || goto MENU
      Menu Show with: All Hosts

      posted in General
      F
      fpausp
    • RE: Can FOG replace my urbackup Server ?

      Kali Live 2017.3 - v0.1

      create the required directories:

      mkdir -p /iso /mnt/loop /tftpboot/os/kali/2017.3/live/

      rsync or wget kali-linux-2017.3-amd64.iso to /iso

      rsync -avzr --progress /<your-path>/kali-linux-2017.3-amd64.iso /iso/

      mount the ISO:

      mount -o loop -t iso9660 /iso/kali-linux-2017.3-amd64.iso /mnt/loop

      copy the files into your tftpboot-path:

      rsync -avzr --progress /mnt/loop/live/{initrd.img,vmlinuz,filesystem.squashfs} /tftpboot/os/kali/2017.3/live/

      umount iso:

      umount /mnt/loop

      Setup a new FOG iPXE boot menu entry:

      In the fog WebGUI go to FOG Configuration->iPXE New Menu Entry
      Set the following fields

      Menu Item: os.Kali.live.2017.3
      Description: Kali Live 2017.3
      Parameters:
      kernel tftp://${fog-ip}/os/kali/2017.3/live/vmlinuz
      initrd tftp://${fog-ip}/os/kali/2017.3/live/initrd.img
      imgargs vmlinuz initrd=initrd.img append boot=live components fetch=tftp://${fog-ip}/os/kali/2017.3/live/filesystem.squashfs
      boot || goto MENU
      Menu Show with: All Hosts

      0_1511447761943_4c382092-19a9-44c7-9290-d092ec4047b2-grafik.png

      posted in General
      F
      fpausp
    • 1 / 1