• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Xenclient with fog 0.32 on ubuntu 12.04

    Scheduled Pinned Locked Moved
    Linux Problems
    3
    17
    5.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      David Majcher
      last edited by

      Thanks help boot (picture1)
      but not in a good end

      LABEL fog wiki
      MENU MASTER PASSWD password
      kernel fog/nxtopengine/vmlinuz
      append iso initrd=fog/nxtopengine/[SIZE=5][COLOR=#ff0000]initrd.img[/COLOR][/SIZE] raw

      helped but it stops at this screen(picture2) …

      LABEL fog wiki
      MENU MASTER PASSWD password
      kernel fog/nxtopengine/vmlinuz
      append iso initrd=fog/nxtopengine/[COLOR=#ff0000][SIZE=5]nxtopengine.iso[/SIZE][/COLOR] raw

      when i write on initrd position iso image name than boot stop on ready (picture3)

      I have no more ideas …

      [url=“/_imported_xf_attachments/0/851_boot.jpg?:”]boot.jpg[/url][url=“/_imported_xf_attachments/0/852_end.jpg?:”]end.jpg[/url][url=“/_imported_xf_attachments/0/853_iso.jpg?:”]iso.jpg[/url]

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        [quote=“David Majcher, post: 28488, member: 24389”]Thanks help boot (picture1)
        but not in a good end
        [code]LABEL fog wiki
        MENU MASTER PASSWD password
        kernel fog/nxtopengine/vmlinuz
        append iso initrd=fog/nxtopengine/[SIZE=5][COLOR=#ff0000]initrd.img[/COLOR][/SIZE] raw[/code]

        helped but it stops at this screen(picture2) …

        [code]LABEL fog wiki
        MENU MASTER PASSWD password
        kernel fog/nxtopengine/vmlinuz
        append iso initrd=fog/nxtopengine/[COLOR=#ff0000][SIZE=5]nxtopengine.iso[/SIZE][/COLOR] raw[/code]

        when i write on initrd position iso image name than boot stop on ready (picture3)

        I have no more ideas …[/quote]

        You should have a file called memdisk located in:
        /tftpboot/memdisk

        If not, you can download any one.

        vmlinuz is a kernel and would need an initrd to load to.

        Because the iso is NOT an initrd, this is why you’re getting the initramfs command line.

        You’ll likely need to change the entires to either:
        [code]LABEL fog wiki
        MENU MASTER PASSWD password
        kernel fog/nxtopengine/vmlinuz
        append initrd=fog/nxtopengine/initrd.img[/code]

        OR

        [code]LABEL fog wiki
        MENU MASTER PASSWD password
        kernel memdisk
        append iso initrd=fog/nxtopengine/nxtopengine.iso raw[/code]

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • D
          David Majcher
          last edited by

          Tom when i set :
          [FONT=Consolas]LABEL fog wiki
          MENU MASTER PASSWD password
          kernel memdisk
          append iso initrd=fog/nxtopengine/nxtopengine.iso raw[/FONT]
          [FONT=Consolas]install stop on this (picture)[/FONT]
          [FONT=Consolas]and when i set [/FONT]
          [FONT=Consolas]LABEL fog wiki
          MENU MASTER PASSWD password
          kernel fog/nxtopengine/vmlinuz
          append initrd=fog/nxtopengine/initrd.img[/FONT]
          [FONT=Consolas]get into[/FONT][FONT=Tahoma] to the initramfs command line …[/FONT]
          [FONT=Consolas] [/FONT]

          [url=“/_imported_xf_attachments/0/854_MEMDISK.jpg?:”]MEMDISK.jpg[/url]

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            How big is the ISO file? How much memory does your system have available? Is there more memory available than the size of the ISO?

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • D
              David Majcher
              last edited by

              ISO = 850 MB
              testing on 3 machines
              1, VM Hyper V - 1024 MB ram (enlarge to 2048 MB)
              2, VM VMware - 1024 MB ram (enlarge to 2048 MB)
              3, HW Dell Laptop 4096 MB ram

              Screenshot is for VMware …
              at all the same end…

              1 Reply Last reply Reply Quote 0
              • D
                David Majcher
                last edited by

                Tom when i download and set another memdisk file the boot is corect start to install screen but when i set install VM machines restart and HV machine stoped in next boot …
                Please send my your memdisk file on my email [email]majcher@tcx.sk[/email]

                Thanks

                1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott
                  last edited by

                  [quote=“David Majcher, post: 28605, member: 24389”]Tom when i download and set another memdisk file the boot is corect start to install screen but when i set install VM machines restart and HV machine stoped in next boot …
                  Please send my your memdisk file on my email [EMAIL]majcher@tcx.sk[/EMAIL]

                  Thanks[/quote]

                  I can attach my memdisk file, but I don’t think it’s going to make a difference. Since you’re using PXE boot I think the constraints are in how the memdisk is built. I’ll build a brand new memdisk from the latest kernel source that should have VM support as well. I think this is where your problem lies at the moment.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • D
                    David Majcher
                    last edited by

                    When i send you xenclient iso image do you test in your fog ? I’ll Lead if my fog is 100 % corect .

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • D
                      David Majcher
                      last edited by

                      Hi boys …
                      On this link is a instrucion to install xenserver from citrix with wds

                      [url]http://www.syslinux.org/wiki/index.php/WDSLINUX[/url]

                      It is also necessary to have these files as the XenClient …
                      My files is maybe bad …

                      1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott
                        last edited by

                        I have not rebuilt a memdisk kernel for this yet, and I’m sorry.

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        1 Reply Last reply Reply Quote 0
                        • D
                          David Majcher
                          last edited by

                          Can you do this week … ?

                          1 Reply Last reply Reply Quote 0
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            Try this link: it’s built from 6.02 syslinux:
                            [url]https://mastacontrola.com/fogboot/kernel/memdisk[/url]

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            1 Reply Last reply Reply Quote 0
                            • D
                              David Majcher
                              last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • D
                                David Majcher
                                last edited by

                                [COLOR=#1f497d][FONT=Calibri][url]http://support.citrix.com/servlet/KbServlet/download/37161-102-709454/XenClient Enterprise Engine Installation Guide Version 5.1.0.pdf[/url][/FONT][/COLOR]

                                [COLOR=#1f497d][FONT=Calibri]Orignal instruction from citrix for fog … page 16 and more …[/FONT][/COLOR]

                                1 Reply Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott
                                  last edited by

                                  I’m not going to assist with this further.

                                  Why you ask yourself expectantly?

                                  You’re requesting we download files, but hosting through not necessarily good sources. This leads me to think you’re attempting to gain access to systems.

                                  I’m not saying this is WHAT you are actually trying to do, but I’m not going to download files from those links.

                                  Next reason,

                                  You’re making requests and saying, it’s not working. And the only “information” you can give is “you give it a try”?

                                  MMMMMMMMM sounds sketchy to me.

                                  If you want help, provide information in a more detailed nature such as “This error is happening.” Or upload screenshots of the problems your having.

                                  MOD’s, if you can Please remove the links from the posts (or David you can) as they are known “bad” sites.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  • First post
                                    Last post

                                  124

                                  Online

                                  12.1k

                                  Users

                                  17.3k

                                  Topics

                                  155.4k

                                  Posts
                                  Copyright © 2012-2024 FOG Project