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

    Booting ISO issue / Mount /dev/cdrom

    Scheduled Pinned Locked Moved Solved
    General Problems
    3
    17
    4.7k
    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.
    • Wayne WorkmanW
      Wayne Workman @fmslick
      last edited by Wayne Workman

      @fmslick said in Booting ISO issue / Mount /dev/cdrom:

      Thinks guys and yeah I know in a way it would be some what “easier” to just run off of a CD but I have about 50 some odd servers I need to run this ISO on and just burning CD’s will not work.

      Just 50? I would definitely use the optical disk in that case.

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      fmslickF 1 Reply Last reply Reply Quote 0
      • fmslickF
        fmslick @Wayne Workman
        last edited by

        @Wayne-Workman 50 is the test, I plan on making this work with other servers and + this is a good way for me to get my hands on a few thing I don’t know and up my skills 🙂

        ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @fmslick
          last edited by Wayne Workman

          @fmslick Most legitimate servers have an iDRAC or iLO that will allow you to directly boot an ISO file. You shouldn’t even need fog to do this - FOG will really overcomplicate this. UCS servers from cisco have an especially fancy management interface.

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          fmslickF 1 Reply Last reply Reply Quote 0
          • fmslickF
            fmslick @Wayne Workman
            last edited by

            @Wayne-Workman All the servers I am testing with are Dell 1950 III , do you have a link to where I can read up on? (if you don’t mind and think you)

            ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @fmslick
              last edited by

              @fmslick This looks like a good place to start: http://www.dell.com/support/article/us/en/04/SLN148589/how-to-setup-and-manage-your-drac-5-and-bmc-for-dell-poweredge-9g-and-10g-servers?lang=EN

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              fmslickF 1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                Future readers - and @fmslick - please bear in mind I am recommending in this particular instance to use DRAC instead of FOG because these are servers that already have DRAC and the ability to boot from an ISO using their DRAC card. If the case was with an end-user’s workstation, we would go the FOG route.

                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!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                1 Reply Last reply Reply Quote 1
                • fmslickF
                  fmslick @Wayne Workman
                  last edited by

                  @Wayne-Workman Think 🙂

                  ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

                  1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator
                    last edited by george1421

                    I’m looking at this as a puzzle, so I’m only speculating on how this could be done.

                    1. On the fog server create the following file path /images/iso/dell1950
                    2. Extract the contents of the cdrom to the fog server file path you just created in step 1
                    3. Copy the following files from /images/iso/dell1950/isolinux to /var/www/html/fog/service/ipxe
                    4. This last part is to create a fog iPXE menu to boot this kernel.

                    Menu Item: iso.dell1950
                    Description: Dell 1950 something cdrom
                    Parameters:
                    kernel SA.1 initrd=SA.2 ramdisk_size=400000 Stage3_type=cdrom DEBUG=0 quiet BUILD=955 vmalloc=256M share_type=nfs share_location=<fog_server_ip>:/images/iso/dell1950e share_script=drm_files/apply_bundles.sh share_opts=nolock selinux=0
                    imgfetch SA.2
                    boot || goto MENU

                    Menu Show with: Registered Hosts

                    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!

                    fmslickF 1 Reply Last reply Reply Quote 0
                    • fmslickF
                      fmslick @george1421
                      last edited by fmslick

                      @george1421 said in Booting ISO issue / Mount /dev/cdrom:

                      I’m looking at this as a puzzle, so I’m only speculating on how this could be done.

                      1. On the fog server create the following file path /images/iso/dell1950
                      2. Extract the contents of the cdrom to the fog server file path you just created in step 1
                      3. Copy the following files from /images/iso/dell1950/isolinux to /var/www/html/fog/service/ipxe
                      4. This last part is to create a fog iPXE menu to boot this kernel.

                      Menu Item: iso.dell1950
                      Description: Dell 1950 something cdrom
                      Parameters:
                      kernel SA.1 initrd=SA.2 ramdisk_size=400000 Stage3_type=cdrom DEBUG=0 quiet BUILD=955 vmalloc=256M share_type=nfs share_location=<fog_server_ip>:/images/iso/dell1950e share_script=drm_files/apply_bundles.sh share_opts=nolock selinux=0
                      imgfetch SA.2
                      boot || goto MENU

                      Menu Show with: Registered Hosts

                      Well that is a start, it will boot and start to run but skips over starting the drm_files/apply_bundles.sh

                      EDIT:
                      I found the issue, there was a type’o of “delle” in your line " share_location=<fog_server_ip>:/images/iso/dell1950e " … I fixed the type’o and now I have Permission denied but got that fixed… thanks for the help m8

                      ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

                      george1421G 1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @fmslick
                        last edited by

                        @fmslick So do you have it working? Not sure based on your edit.

                        As for the type-o… if it was perfect what would you have learned?? 😉

                        If you have it worked out good job.

                        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!

                        fmslickF 1 Reply Last reply Reply Quote 0
                        • fmslickF
                          fmslick @george1421
                          last edited by fmslick

                          @george1421 Yes I have it working, now I am working on moving the files off my fog server and on to a file server. I like to do things the hard way 😛 anyhow you make a point on the type-o lol.
                          Thank you alt text

                          ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

                          george1421G 1 Reply Last reply Reply Quote 0
                          • george1421G
                            george1421 Moderator @fmslick
                            last edited by

                            @fmslick said in Booting ISO issue / Mount /dev/cdrom:

                            I am working on moving the files off my fog server and on to a file server

                            There was also guidance for using both nfs as well as CIFS (windows) share depending on the file server you intend to use. The use of the fog server is not a requirement of this setup.

                            But great!! Case solved!!

                            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!

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

                            176

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project