• Multicasting with ByPass Registration

    2
    0 Votes
    2 Posts
    1k Views
    ZaarinZ

    I saw in multicast.log : "
    Task (30) xxx failed to execute, image file not found!"

    There is a bug : in multicastSessions table -> the msImage column have not the right value. Title instead of filename.

    Zaza.

  • Unable to move /images on fog .32

    2
    0 Votes
    2 Posts
    1k Views
    S

    I’m in the same boat.

    I’ve isolated that it occurs when I try to Deploy a multi-part non-resizeable image, and then try to upload that same image as a resizable image.

  • Having a weird problem...Simple solution?

    1
    0 Votes
    1 Posts
    663 Views
    No one has replied
  • Can I restore an image from PartImage through my Fog Server?

    2
    0 Votes
    2 Posts
    3k Views
    K

    If you setup an image in FOG, use partimage to install it on a computer, then when you restart the machine you upload it to FOG right away, that should work. Or, this should be possible with a “tweak”. If you install .32 bypass you would need to enter the following, of course, changing for your environment. This will allow you to image right from the FOG PXE menu:

    [CODE]LABEL XP Domain Image
    menu passwd xxx (if you want to password protect your menu item where xxx is your password. Recommended so that random users can’t reimage machines!)
    kernel fog/kernel/bzImage
    append initrd=fog/images/bypass.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=YOURDNSSERVER type=down img=YOURIMAGE ftp=FOGSERVERIP storage=FOGSERVERIP:/images/ web=FOGSERVERIP/fog/ osid=1 imgType=n loglevel=4 sessionPwd= consoleblank=0[/CODE]

    Where the /images/ is where your current image is stored. FOG is built off of PartImage so any that you have will work.

  • Setting passwords for users in FOG management issues...

    3
    0 Votes
    3 Posts
    2k Views
    A

    That worked. Thanks!

  • Client Computer Has No Task But Thinks It Does

    2
    0 Votes
    2 Posts
    977 Views
    Jaymes DriverJ

    Check on the server itself, look in the folder /tftpboot/pxelinux.cfg/

    there should be a file named to that of your mac address, simply delete the file and try again.

  • FOG PXE Boot Errors

    5
    0 Votes
    5 Posts
    3k Views
    T

    Hi all,

    I upgraded the kernel version on Friday and it would not work, however this morning it started working?! Very strange…

    Anyway got my first imaged deployed, updated and uploaded back to fog now so all good.

    Cant believe how better Fog is than Altiris Deployment!

    Cheers

  • 0 Votes
    4 Posts
    2k Views
    netbootdiskN

    Hi!

    Did you ever get this sorted out? I am having the same problem and none of the tricks seem to work. Running on Ubuntu 12.04 server.

  • PXE Boot No Menu/Kernel?

    1
    0 Votes
    1 Posts
    758 Views
    No one has replied
  • Re-naming machines; disconnect from domain

    6
    0 Votes
    6 Posts
    3k Views
    E

    My AD level is 2008. I’m using Windows 2008 R2 Enterprise.

    FOG adds computers to the domain without a hitch (Windows 7 or XP computers), but if I rename it (thru FOG browser interface), FOG Service in the computer renames the computer but will NOT rejoin the computer to the domain. I guess when the computer is already part of a domain, it should un-join the computer, then re-join.

    I have tried renaming directly under Windows, and I always have to unjoin then rejoin to be able to change the computer name correctly on AD. I guess its a limitation imposed by Windows AD.

  • Same error filling my log

    1
    0 Votes
    1 Posts
    747 Views
    No one has replied
  • Looking for a solution

    7
    0 Votes
    7 Posts
    2k Views
    C

    Is your ERP server the only thing FOG is going to back up?

  • Used New Kernel

    1
    0 Votes
    1 Posts
    788 Views
    No one has replied
  • Can't Image Dell Vostro 3350 laptop

    2
    0 Votes
    2 Posts
    728 Views
    K

    Sorry for cross post i can’t seem to locate the delete post option…

  • Mulitple drives/storage

    2
    0 Votes
    2 Posts
    1k Views
    D

    These are notes from Chuck Syperski’s video at [media=youtube]69gJvHjTKNQ[/media]

    add new hard drive for storage

    find out device name
    [CODE]#sudo dmesg[/CODE]
    or
    [CODE]#sudo fdisk -l[/CODE]

    partition disk my on /dev/sdb
    [CODE] #sudo fdisk /dev/sdb
    n
    p
    l
    <enter>
    <enter>
    t
    83
    w[/CODE]
    format filesystem
    [CODE]#sudo mkfs.ext4 /dev/sdb1[/CODE]
    move /images to /imagesOld
    [CODE] #sudo mv /images/ /imagesOld[/CODE]
    make new /images directory
    [CODE] #sudo mkdir /images[/CODE]
    mount new harddirve /dev/sdb1 to /images
    [CODE] #sudo mount /dev/sdb1 /images[/CODE]
    copy files to new harddrive
    [CODE] #sudo rsync -av = =progress /imagesOld/ /images[/CODE]
    change permissions
    [CODE] #sudo chmod -R 777 /images[/CODE]
    auto mount the new hard drive use UUID
    [CODE] #sudo blkid[/CODE]
    [CODE] #sudo vlm /etc/fstab[/CODE]
    UUID=<UUID_of_you_nw_partition> /images ext4 errors=remount=ro 0 1
    reboot

    I’m just journaling this now as I dont have access to my server just yet. I’m not 100% certain every thing is correct

  • Unable to connect to TFTP server - FOG 0.32

    2
    0 Votes
    2 Posts
    2k Views
    N

    I solved this problem, I had to uninstall likewise-open which I used to authenticate to the server via active directory/ldap.

  • Cannot Connect to FOG webUI

    3
    0 Votes
    3 Posts
    1k Views
    K

    Are you trying to connect to the web UI by the hostname of the VM or the IP address?

  • GPT Partitions with UEFI

    3
    0 Votes
    3 Posts
    6k Views
    M

    Just an update everyone,

    After hour and hours of research, I have found a way to convert a system GPT partition to MBR without losing data. I compiled a crude walkthrew for everyone.

    [LIST=1]
    [][FONT=Calibri]Boot your Fedora 16 Live media (I used Ubuntu and replaced yum with apt-get) and wait for your session to start. If you’re having troubles booting, press Tab at the boot loader screen and try booting with the [SIZE=12px][FONT=Monaco]nomodeset[/FONT][/SIZE] parameter added.[/FONT]
    [][FONT=Calibri]Depending on your graphics card, you’ll either be presented with the new Gnome 3 Shell or with the traditional interface. Start a terminal session by putting your mouse in the top right corner of the screen and typing “terminal” in the search (Gnome Shell) or by selecting Applications > System Tools > Terminal (traditional interface)[/FONT]
    [][FONT=Calibri]Install gdisk:[/FONT]
    [SIZE=12px][FONT=Monaco][FONT=Calibri]su -
    yum -y install gdisk[/FONT][/FONT][/SIZE]
    [FONT=Calibri]This may take a few moments.[/FONT]
    [][FONT=Calibri]Make a backup of your current GPT scheme:[/FONT]
    [SIZE=12px][FONT=Monaco][FONT=Calibri]gdisk -b sda-preconvert.gpt /dev/sda[/FONT][/FONT][/SIZE]
    [][FONT=Calibri]Now we will attempt to convert your GPT disk layout to MS-DOS/MBR. Start gdisk:[/FONT]
    [SIZE=12px][FONT=Monaco][FONT=Calibri]gdisk /dev/sda[/FONT][/FONT][/SIZE]
    [FONT=Calibri]
    You should be prompted with:[/FONT]
    [SIZE=12px][FONT=Monaco][FONT=Calibri]Command (? for help):[/FONT][/FONT][/SIZE]
    [][FONT=Calibri]Press [SIZE=12px][FONT=Monaco]r[/FONT][/SIZE] to start recovery/transformation.[/FONT]
    [][FONT=Calibri]Press [SIZE=12px][FONT=Monaco]g[/FONT][/SIZE] to convert GPT to MBR.[/FONT]
    [][FONT=Calibri]Press [SIZE=12px][FONT=Monaco]p[/FONT][/SIZE] to preview the converted MBR partition table.[/FONT]
    [][FONT=Calibri]Make any modification necessary to the partition layout. See Rod Smith’s [URL=‘http://www.rodsbooks.com/gdisk/mbr2gpt.html#gpt2mbr’][COLOR=#047ac6]Converting to or from GPT[/COLOR][/URL] page for more details on this.[/FONT]
    [][FONT=Calibri]When you’re happy with the MS-DOS/MBR layout, press [SIZE=12px][FONT=Monaco]w[/FONT][/SIZE] to write changes to the disk.[/FONT]
    [][FONT=Calibri]Shutdown Fedora 16 and boot from the Windows 7 installation media[/FONT]
    [][FONT=Calibri]Enter your language & keyboard layout and then select the option to repair your computer in the bottom left corner.[/FONT]
    [][FONT=Calibri]From the available options, select Startup Repair. Windows will ask for a reboot.[/FONT]
    [][FONT=Calibri]Follow the previous three steps again to boot the Windows 7 installation and run startup repair[/FONT]
    [][FONT=Calibri]Once again, boot the Windows 7 installation media but this time opt to open a command prompt instead of choosing startup repair. Type:[/FONT]
    [SIZE=12px][FONT=Monaco][FONT=Calibri]bootrec /scanos
    bootrec /rebuildbcd
    bootrec /fixmbr
    bootrec /fixboot[/FONT][/FONT][/SIZE]
    [][FONT=Calibri]Close the command prompt and run Startup Repair one last time.[/FONT]
    [/LIST]
    [FONT=Calibri][COLOR=#000000][SIZE=14px]Some noted they were successful with skipping the 2nd and 3rd startup repair in the windows 7 install disk. I did all steps. The Rebuildbcd and fixboot threw me an error. That’s when i discovered the next steps necessary.[/SIZE][/COLOR][/FONT]
    [FONT=Calibri][COLOR=#000000][SIZE=14px][/SIZE][/COLOR][/FONT]
    [COLOR=#000000][SIZE=14px][FONT=Helvetica][FONT=Calibri]THEN…[/FONT][/FONT][/SIZE][/COLOR]
    [COLOR=#000000][SIZE=14px][FONT=Helvetica][FONT=Calibri][/FONT][/FONT][/SIZE][/COLOR]
    [SIZE=15px][FONT=Helvetica][COLOR=#000000][FONT=Calibri]1: Boot into gparted[/FONT][/COLOR][/FONT][/SIZE]
    [SIZE=15px][FONT=Helvetica][COLOR=#000000][FONT=Calibri]2: Right click on partition with windows[/FONT][/COLOR][/FONT][/SIZE]
    [SIZE=15px][FONT=Helvetica][COLOR=#000000][FONT=Calibri]3: Flag as boot[/FONT][/COLOR][/FONT][/SIZE]
    [SIZE=15px][FONT=Helvetica][COLOR=#000000][FONT=Calibri]4: Run windows recovery to fix any other errors (using startup repair, and sometimes when it scans for OS’s it repairs automatically) Run windows recovery startup repair twice.[/FONT][/COLOR][/FONT][/SIZE]
    [SIZE=15px][FONT=Helvetica][COLOR=#000000] [/COLOR][/FONT][/SIZE]
    [SIZE=15px][FONT=Helvetica][COLOR=#000000] [/COLOR][/FONT][/SIZE]
    [FONT=Calibri][FONT=Helvetica][COLOR=#000000][SIZE=15px]I followed each step listed in order and was able to [/SIZE][/COLOR][/FONT][COLOR=#000000][SIZE=15px]successfully[/SIZE][/COLOR][FONT=Helvetica][COLOR=#000000][SIZE=15px] complete this operation. UEFI is here to stay so I hope that .33 supports GPT partitions and UEFI,[/SIZE][/COLOR][/FONT][/FONT]
    [FONT=Calibri][FONT=Helvetica][COLOR=#000000][SIZE=15px][/SIZE][/COLOR][/FONT][/FONT]

  • Registry error upon FogPrep

    10
    0 Votes
    10 Posts
    4k Views
    L

    ‘My goal is to make an image for a particular brand and model of laptop that is as complete as possible (drivers and software) so I can blast it out to student laptops as quickly as possible and have as little to do after imaging as possible.’

    I’m the same , I really don’t have the time to create and run scripting , and also have little time to tweak and R&D . My FOG install runs well just as long as I don’t get off the reservation too much. I think my Dell 390’s , 9010’s and all of my laptops are requiring more TLC than I realize.

  • PXE-E55 ProxyDHCP did not reply to request on port 4011

    2
    0 Votes
    2 Posts
    2k Views
    C

    I also have this problem. We had this set up as our imaging service and it stopped working. Same as above. Any help would be great!

    Chris

207

Online

12.4k

Users

17.4k

Topics

155.9k

Posts