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

    Add a livecd entry in network boot menu

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    9
    3.5k
    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.
    • F
      fabritrento
      last edited by

      i see that struct of bootmenu is changed.

      How i can put a iso livecd on the server and add a bootmenu for this?

      1 Reply Last reply Reply Quote 0
      • ch3iC
        ch3i Moderator
        last edited by

        [url]http://fogproject.org/forum/threads/how-can-i-boot-a-live-image-with-ipxe.11940/#post-38652[/url]

        There is a search bar in the forum 😛 : [url]http://fogproject.org/forum/search/7477757/?q=live&o=date[/url]

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

          Search is your friend indeed.

          Google is your friend too!

          [url]http://fogproject.org/wiki/index.php/Advanced_Boot_Menu_Configuration_options[/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
          • F
            fabritrento
            last edited by

            i tryed out this config, that don’t work:

            #----------------------------------------
            :MENU
            menu
            item --gap – ------------- Advanced Menu --------------
            item XUBUNTU Boot to a xubuntu 14.04.1
            item RETURN Return to the Top Menu
            choose --default RETURN --timeout 30000 target && goto ${target}

            :XUBUNTU
            imgfetch [url]http://${fog-ip}/fog/iso/xubuntu-14.04.1-desktop-i386.iso[/url]
            boot memdisk iso raw ||
            goto MENU

            :RETURN
            boot [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac[/url]} ||
            prompt
            goto MENU

            autoboot

            #----------------------------------------

            where is the error?

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

              What is the issue? Is it loading, not loading, what’s happening/or not happening?

              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
              • F
                fabritrento
                last edited by

                [quote=“Tom Elliott, post: 39687, member: 7271”]What is the issue? Is it loading, not loading, what’s happening/or not happening?[/quote]

                gives a error, i found many examples but none howto boot ubuntu livecd instead a windows livecd.

                exist a way to boot also a minimal linux kernel that make me able to mount and chroot local disks?

                1 Reply Last reply Reply Quote 0
                • F
                  fabritrento
                  last edited by

                  this version downloads the iso from server but the boot fails saying: “(intramfs) Unable to find a medium containing a live file system”

                  :MENU
                  menu
                  item --gap – ------------- Advanced Menu --------------
                  item XUBUNTU Boot to a xubuntu 14.04.1
                  item RETURN Return to the Top Menu
                  choose --default RETURN --timeout 30000 target && goto ${target}

                  :XUBUNTU
                  initrd [url]http://${fog-ip}/fog/iso/xubuntu-14.04.1-desktop-i386.iso[/url]
                  chain memdisk iso raw ||
                  goto MENU

                  :RETURN
                  boot [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac[/url]} ||
                  prompt
                  goto MENU

                  autoboot

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

                    [url]http://fogproject.org/forum/threads/live-cd-configurations-for-boot.12044/#post-39436[/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
                    • F
                      fabritrento
                      last edited by Wayne Workman

                      finally i get a working config:

                      :UBUNTU
                      See [url]http://manpages.ubuntu.com/manpages/precise/man7/casper.7.html[/url] for casper cmdline details
                      kernel [url]http://192.168.0.3/fog/iso/ubuntu/casper/vmlinuz[/url]
                      initrd [url]http://192.168.0.3/fog/iso/ubuntu/casper/initrd.lz[/url]
                      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.3:/var/www/fog/iso/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=no mirror/country=NO
                      boot || goto failed
                      goto start

                      $ cat /etc/exports
                      /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
                      /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)
                      /var/www/fog/iso/ubuntu/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

                      administrator@fog:/var/www/fog/iso/ubuntu$ ls -la
                      totale 32
                      dr-xr-xr-x 5 root root 4096 dic 5 12:48 .
                      drwxr-xr-x 3 root root 4096 dic 5 12:47 …
                      dr-xr-xr-x 3 root root 4096 dic 9 08:37 casper
                      dr-xr-xr-x 2 root root 4096 ago 9 22:19 .disk
                      dr-xr-xr-x 2 root root 4096 ago 9 22:19 isolinux
                      -r-xr-xr-x 1 root root 8351 ago 9 22:20 SHA256SUMS
                      administrator@fog:/var/www/fog/iso/ubuntu$

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

                      303

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project