• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. bootsnspurs
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    bootsnspurs

    @bootsnspurs

    0
    Reputation
    188
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    bootsnspurs Unfollow Follow

    Latest posts made by bootsnspurs

    • RE: Trying to add clonezilla to PXE Menu!

      @george1421 This code worked for me. Thank you.

      Thanks Tom also.

      posted in FOG Problems
      B
      bootsnspurs
    • RE: Trying to add clonezilla to PXE Menu!

      @Tom-Elliott Without filesystem.squashfs line It goes to a black screen with blinking cursor
      then after , unable to find a medium containing a live file system

      posted in FOG Problems
      B
      bootsnspurs
    • RE: Trying to add clonezilla to PXE Menu!

      also tried

      initrd http://10.0.0.233/fog/service/ipxe/initrd.img
      imgfetch http://10.0.0.233/fog/service/ipxe/filesystem.squashfs
      chain -ar http://10.0.0.233/fog/service/ipxe/vmlinuz boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run=“ocs-live-general” ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt initrd=initrd.img
      
      posted in FOG Problems
      B
      bootsnspurs
    • RE: Trying to add clonezilla to PXE Menu!

      @Tom-Elliott said in Trying to add clonezilla to PXE Menu!:

      To your imgargs line, I might suggest adding initrd=initrd.img

      You might also try this:

      initrd http://${fog-ip}/path/in/browser/form/initrd.img
      imgfetch http://${fog-ip}/path/in/browser/form/filesystem.squashfs
      chain -ar http://${fog-ip}/path/in/browser/form/vmlinuz boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run=“ocs-live-general” ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt initrd=initrd.img
      

      So I edited the whole block to read…

      initrd initrd.img
      imgfetch filesystem.squashfs
      chain -ar vmlinuz boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run=“ocs-live-general” ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt initrd=initrd.img```
      
      
      and got kernal panic, not sure if that's what you meant for me to try and the paths like that.
      posted in FOG Problems
      B
      bootsnspurs
    • Trying to add clonezilla to PXE Menu!
      Server
      • FOG Version: 1.3.5-RC-10
      • OS: Ubuntu Server 16.04.2 LTS
      Client
      • Service Version:
      • OS:
      Description

      I am trying to add CloneZilla to the FOG PXE menu and can’t find anything on google that works on the newer fog version. Everything is on the older fog and the method to add to PXE is different. From the clonezilla website, they say use this label Clonezilla-live
      MENU LABEL Clonezilla Live (Ramdisk)
      KERNEL vmlinuz
      APPEND initrd=initrd.img boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run=“ocs-live-general” ocs_live_extra_param=“” ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=tftp://$serverIP/filesystem.squashfs

      I tried convering that, but I only get a kernel panic when trying to boot, or just gives error when I try to edit it more…

      kernel vmlinuz
      initrd initrd.img
      imgargs boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run=“ocs-live-general” ocs_live_extra_param=“” ocs_live_batch=no net.ifnames=0 nosplash noprompt
      imgfetch filesystem.squashfs
      boot

      Can someone please help me. I added vmlinuz, initrd.img, filesystem.squashfs from clonezilla zip to /var/www/fog/service/ipxe

      THANKS!!

      posted in FOG Problems
      B
      bootsnspurs