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

Help!!! Usb boot Fog

Scheduled Pinned Locked Moved Unsolved
General
5
31
22.0k
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.
  • C
    cml Moderator
    last edited by Apr 24, 2015, 11:56 PM

    Disclaimer: I have only tested this on Lenovo laptops.

    Go to this wiki entry: [url]http://www.fogproject.org/wiki/index.php/Building_undionly.kpxe[/url]

    Follow steps until you get to ‘Build the undionly/ipxe files.’

    Build ipxe.usb with this command: [CODE]make bin/ipxe.usb EMBED=ipxescript[/CODE]

    Find your usb location (/dev/sdc for me): [CODE]ls -l /dev/sd*[/CODE]

    Write ipxe.usb to the usb:[CODE]dd if=bin/ipxe.usb of=/dev/sdc[/CODE]

    1 Reply Last reply Reply Quote 0
    • E
      Eze84d
      last edited by Apr 25, 2015, 12:12 AM

      Thank you very much, I also am going to try the weekend !!!

      1 Reply Last reply Reply Quote 0
      • E
        Eze84d
        last edited by May 28, 2015, 12:06 AM

        Well guys, I was a little lost with this issue … and I wanted to revive …

        I need you through a USB flash drive, if possible I ask for a ip and server redirect me where I have my fog.

        I hope your answers !!!

        Thanks !!!

        1 Reply Last reply Reply Quote 0
        • W
          Wayne Workman
          last edited by May 28, 2015, 12:15 AM

          Ok. Let’s start over.

          You’re using FOG 1.2.0.

          What distribution and version of Linux?

          E 1 Reply Last reply May 28, 2015, 12:21 AM Reply Quote 0
          • E
            Eze84d @Wayne Workman
            last edited by May 28, 2015, 12:21 AM

            @Wayne-Workman

            Correct, fog 1.2.0 and 7.8.0 debian.

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman
              last edited by May 28, 2015, 12:22 AM

              And you said you’d try dnsmasq if it was simple ?

              E 1 Reply Last reply May 28, 2015, 12:28 AM Reply Quote 0
              • E
                Eze84d @Wayne Workman
                last edited by May 28, 2015, 12:28 AM

                @Wayne-Workman

                I have no idea how it works dnmasq … if not bring me problems with what is already armed … there would be problems.

                My dhcp, currently assigned ips, and also has a boot loader for dumb terminals for remote desktop working … and it is not feasible to modify this …

                Therefore, I need “something” bootee via USB, take my dhcp ip, and be redirected to the server will boot directly fog … if by network normally reach a remote Windows desktop …

                I hope is clear, as I am using Google translator, not handle the English.

                Apologies and thank you very much for your help !!!

                1 Reply Last reply Reply Quote 0
                • W
                  Wayne Workman
                  last edited by Wayne Workman May 27, 2015, 6:32 PM May 28, 2015, 12:31 AM

                  Ok.

                  I’ll work on a USB boot drive tonight, and if/when I get it going, I’ll provide an ISO copy.

                  I want one for myself anyways.

                  E 1 Reply Last reply May 28, 2015, 12:34 AM Reply Quote 0
                  • E
                    Eze84d @Wayne Workman
                    last edited by May 28, 2015, 12:34 AM

                    @Wayne-Workman

                    Thank you very much for your help !!!

                    If it is easier to teach and explain a dnsmask … and not generate problems will miss him … welcome received !!!

                    The only bear with me … I’m a beginner with all this !!!

                    1 Reply Last reply Reply Quote 0
                    • W
                      Wayne Workman
                      last edited by May 28, 2015, 12:26 PM

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • W
                        Wayne Workman
                        last edited by May 28, 2015, 11:50 PM

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • W
                          Wayne Workman
                          last edited by May 29, 2015, 2:02 AM

                          Making serious progress with this…

                          Fighting with syslinux.cfg, trying to get it’s code right.

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman
                            last edited by May 29, 2015, 3:02 AM

                            syslinux.cfg

                            That’s what I have so far… it’s not working.

                            1 Reply Last reply Reply Quote 0
                            • W
                              Wayne Workman
                              last edited by May 29, 2015, 12:55 PM

                              ditched syslinux.

                              etherboot seems very promising and I had more luck with it, and it’s simpler to use.

                              1 Reply Last reply Reply Quote 0
                              • C
                                cml Moderator
                                last edited by May 29, 2015, 1:10 PM

                                ipxe.iso

                                I got it working with this iso.

                                ipxescript:

                                #!ipxe
                                echo -n Please enter tftp server: && read next-server && goto netboot
                                :netstart
                                dhcp && goto netboot || goto netstart
                                :netboot
                                ping -c 1 ${next-server} || goto netstart
                                chain tftp://${next-server}/default.ipxe || shell
                                
                                W E 2 Replies Last reply May 29, 2015, 1:19 PM Reply Quote 2
                                • W
                                  Wayne Workman @cml
                                  last edited by May 29, 2015, 1:19 PM

                                  @cml Can you elaborate?

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    cml Moderator
                                    last edited by May 29, 2015, 1:32 PM

                                    Sure.

                                    I followed the instructions in the Building undionly.kpxe wiki entry.

                                    Except for the ipxescript I used the previous script and the command to build was:

                                    make bin/ipxe.iso EMBED=ipxescript
                                    

                                    I wrote the iso using dd: “dd if=ipxe.iso of=/dev/sdb bs=4M” replace sdb with your drive

                                    1 Reply Last reply Reply Quote 0
                                    • E
                                      Eze84d
                                      last edited by May 29, 2015, 4:41 PM

                                      I just saw that went far … now I could explain how official … that is, if you meet the requirements to which I am bound?

                                      I hope ancioso your answers !!! Thank you all for your contributions !!!

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        Eze84d @cml
                                        last edited by May 29, 2015, 9:58 PM

                                        @cml

                                        Well, I tell them that I took the time to try the ISO CML … and the truth … it’s very nearly what I need … exept for a question … if I need to install 10 pcs at the same time, having this ISO on a flash drive … it could perform smoothly … nor any conflict with my dhcp ??? From what I saw, putting the direction of the mist, it goes directly to the …

                                        I have to get the hat !!! Spectacular !!!

                                        Surely … I will continue to consult for further progress and learning!

                                        Thank you very much !!!

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

                                        157

                                        Online

                                        12.1k

                                        Users

                                        17.3k

                                        Topics

                                        155.3k

                                        Posts
                                        Copyright © 2012-2024 FOG Project