• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ManofValor
    3. Posts
    • Profile
    • Following 4
    • Followers 0
    • Topics 13
    • Posts 170
    • Best 5
    • Controversial 0
    • Groups 0

    Posts made by ManofValor

    • RE: Could not boot: Input/Output error(http://ipxe.org/1d0c6539)

      @Wayne-Workman Wait, do you need the output from the laptop I’m trying to image?

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Could not boot: Input/Output error(http://ipxe.org/1d0c6539)

      @Tom-Elliott I chose Quick image.

      @Wayne-Workman

      #!ipxe
      set fog-ip 10.10.1.40
      set fog-webroot fog
      set boot-url http://${fog-ip}/${fog-webroot}
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0x00567a 1 ||
      colour --rgb 0x00567a 2 ||
      colour --rgb 0x00567a 4 ||
      cpair --foreground 7 --background 2 2 ||
      goto MENU
      :alt_console
      cpair --background 0 1 ||
      cpair --background 1 2 ||
      goto MENU
      :get_console
      console --picture http://10.10.1.40/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0xff0000 0 ||
      cpair --foreground 1 1 ||
      cpair --foreground 0 3 ||
      cpair --foreground 4 4 ||
      item --gap Host is NOT registered!
      item --gap -- -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.reginput Perform Full Host Registration and Inventory
      item fog.reg Quick Registration and Inventory
      item fog.quickimage Quick Image
      item fog.multijoin Join Multicast Session
      item fog.sysinfo Client System Information (Compatibility)
      choose --default fog.local --timeout 3000 target && goto ${target}
      :fog.local
      sanboot --no-describe --drive 0x80 || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.reginput
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=10.10.1.40/fog/ conosoleblank=0 loglevel=4 mode=manreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.reg
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=10.10.1.40/fog/ conosoleblank=0 loglevel=4 mode=autoreg
      imgfetch init_32.xz
      boot || goto MENU
      :fog.quickimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.sysinfo
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=10.10.1.40/fog/ conosoleblank=0 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :bootme
      chain -ar http://10.10.1.40/fog/service/ipxe/boot.php##params ||
      goto MENU
      autoboot
      
      posted in FOG Problems
      ManofValorM
      ManofValor
    • Could not boot: Input/Output error(http://ipxe.org/1d0c6539)

      After “FINALLY” getting FOG working I’ve been doing some test images. I just started on a laptop that is pretty new and barley been used. I am getting this error:

      0_1457733408985_0311161523-1-1.jpg

      In case it helps, here are some pics from before this error.

      0_1457733453256_2016-03-11-15-43-21.jpg
      0_1457733653287_0311161526.jpg

      I’m guessing that the bold red “Host is NOT registered” is the problem, but being so new at this I’m wanting some input.

      FOG v. 6623
      HP EliteBook 820 G2
      Intel i5 2.2GHz
      4 gigs ram
      64-bit

      Thanks in advance!

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Wayne-Workman Yeah I was joking but maybe thats not such a bad idea. Thanks.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      Now I want to make another FOG server so I can take an image of this FOG server incase something happens…lol

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @george1421 said:

      This is great, so for the 64 million dollar question. Why did it start working. I looked back through this thread and didn’t find a key fix (this thread did wander a bit).

      That’s what I want to know.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      Successful deployment. Woot woot!

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @george1421 Sounds good.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @george1421 Roughly 1.8.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      Ok, so successful image and now for the deployment. It is going right now, no issues. 27 min left +/-.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Wayne-Workman

      [root@localhost bin]# cd /images/MCWP82;ls -lahRt;cat d1.fixed_size_partitions;cat d1.partitions;cat d1.original.swapuuids;cat d1.original.fstypes;cat d1.minimum.partitions
      .:
      total 24G
      drwxrwxrwx. 5 root root 4.0K Mar  8 10:09 ..
      drwxrwxrwx  2 root root 4.0K Mar  8 10:09 .
      -rwxrwxrwx  1 root root  24G Mar  8 10:09 d1p1.img
      -rwxrwxrwx  1 root root  132 Mar  8 09:32 d1.minimum.partitions
      -rwxrwxrwx  1 root root 1.0M Mar  8 09:32 d1.mbr
      -rwxrwxrwx  1 root root   15 Mar  8 09:28 d1.original.fstypes
      -rwxrwxrwx  1 root root    0 Mar  8 09:28 d1.original.swapuuids
      -rwxrwxrwx  1 root root  132 Mar  8 09:28 d1.partitions
      -rwxrwxrwx  1 root root    1 Mar  8 09:28 d1.fixed_size_partitions
      
      label: dos
      label-id: 0x0007ef66
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=        2048, size=  1953521664, type=7, bootable
      /dev/sda1 ntfs
      label: dos
      label-id: 0x0007ef66
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=        2048, size=   111430488, type=7, bootable
      
      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @george1421 I’m afraid to break it…lol.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Wayne-Workman So I went to re-image, without changing anything, and it’s working. The first time it got to the image screen, blue screen with red status bars, and it went really quick. This time it’s actually going through the process. I’ve got 7 1/2 min left.Fingers crossed.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Tom-Elliott Sorry for that. Hate being human sometimes…ok a lot of times…lol.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Wayne-Workman

      [root@localhost bin]# df -h
      Filesystem                      Size  Used Avail Use% Mounted on
      /dev/mapper/centos00-root00      20G  5.1G   14G  27% /
      devtmpfs                        1.9G     0  1.9G   0% /dev
      tmpfs                           1.9G  152K  1.9G   1% /dev/shm
      tmpfs                           1.9G   88M  1.8G   5% /run
      tmpfs                           1.9G     0  1.9G   0% /sys/fs/cgroup
      /dev/sda5                       969M  187M  716M  21% /boot
      /dev/mapper/fog-opt_fog_images  395G  327M  374G   1% /opt
      tmpfs                           379M   24K  379M   1% /run/user/1000
      
      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Wayne-Workman @Tom-Elliott @george1421 @Jbob @Sebastian-Roth Man, I apologize, your absolutely right. I did not mean it to get attention or try to get you guys to work harder. You guys have been more than awesome. I meant it as, “Crap these guys have spent so much time on this with me that I don’t want to move on and have their time have been for nothing”. But I see what you mean about saying that “In your house”, I was going to continue this anyway on my own time but he told me to keep going on it if I think I’m making progress. I am really really grateful to you guys for your time and effort. Please accept my apology.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @george1421 It did give the same answer. So now what. BTW, my boss told me to start looking into other imaging options. I would hate for all this work to go to waste but he’s getting antsy for an imaging solution.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Sebastian-Roth

      [root@localhost bin]# cat /opt/fog/images/MCWP82/d1.partitions
      label: dos
      label-id: 0x0007ef66
      device: /dev/sda
      unit: sectors
      
      /dev/sda1 : start=        2048, size=  1953523120, type=7
      [root@localhost bin]# cat /etc/exports
      /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
      /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
      

      0_1457021621846_10.10.1.40_2016-03-03_10-01-48.png

      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @Tom-Elliott

      [root@localhost MCWP82]#  ls -lhRart /opt/fog/images
      /opt/fog/images:
      total 20K
      -rwxrwxrwx. 1 root root    0 Feb 24 15:59 .mntcheck
      drwxrwxrwx. 2 root root 4.0K Feb 24 15:59 postdownloadscripts
      drwxr-xr-x. 6 root root 4.0K Mar  1 11:42 ..
      drwxrwxrwx  2 root root 4.0K Mar  1 14:48 MCWP82
      drwxrwxrwx. 2 root root 4.0K Mar  1 14:48 dev
      drwxrwxrwx. 5 root root 4.0K Mar  1 14:48 .
      
      /opt/fog/images/postdownloadscripts:
      total 12K
      -rwxrwxrwx. 1 root root  233 Feb 24 15:59 fog.postdownload
      drwxrwxrwx. 2 root root 4.0K Feb 24 15:59 .
      drwxrwxrwx. 5 root root 4.0K Mar  1 14:48 ..
      
      /opt/fog/images/MCWP82:
      total 1.4M
      -rwxrwxrwx  1 root root    1 Mar  1 14:48 d1.fixed_size_partitions
      -rwxrwxrwx  1 root root  122 Mar  1 14:48 d1.partitions
      -rwxrwxrwx  1 root root    0 Mar  1 14:48 d1.original.swapuuids
      -rwxrwxrwx  1 root root   15 Mar  1 14:48 d1.original.fstypes
      -rwxrwxrwx  1 root root 1.0M Mar  1 14:48 d1.mbr
      -rwxrwxrwx  1 root root  122 Mar  1 14:48 d1.minimum.partitions
      -rwxrwxrwx  1 root root 337K Mar  1 14:48 d1p1.img
      drwxrwxrwx  2 root root 4.0K Mar  1 14:48 .
      drwxrwxrwx. 5 root root 4.0K Mar  1 14:48 ..
      
      /opt/fog/images/dev:
      total 8.0K
      -rwxrwxrwx. 1 root root    0 Feb 24 15:59 .mntcheck
      drwxrwxrwx. 5 root root 4.0K Mar  1 14:48 ..
      drwxrwxrwx. 2 root root 4.0K Mar  1 14:48 .
      
      posted in FOG Problems
      ManofValorM
      ManofValor
    • RE: Unable to locate image store.

      @george1421 Yes, it is there.

      posted in FOG Problems
      ManofValorM
      ManofValor
    • 1 / 1