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

New Kernel copies in raw mode

Scheduled Pinned Locked Moved
FOG Problems
2
31
11.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.
  • C
    cyberion1985
    last edited by Feb 19, 2014, 12:20 PM

    The TM255 sata setup is set up for AHCI , IDE mode is not available on this model , neither is RAID.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Feb 19, 2014, 12:21 PM

      That doesn’t make any sense that you can change the “mode” of the sata controller. It defeats the purpose of even displaying the option.

      Let me do some research.

      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
      • C
        cyberion1985
        last edited by Feb 19, 2014, 12:41 PM

        Well the TMP453 has that option. It has AHCI and IDE. Other Acer laptops even have the RAID option and the other two options. But this new TMP255 only has AHCI. I just updated the BIOS on this unit to see if it makes any difference … and …it did not. Detects file system as raw and starts.

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Feb 21, 2014, 12:57 AM

          Just built 3.13.4 kernel. Removed “raid” modes.

          Please give this one a shot on your TM 255 machine and let me know if you can.

          [url]https://mastacontrola.com/fogboot/kernel/bzImage[/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
          • C
            cyberion1985
            last edited by Feb 24, 2014, 8:39 AM

            Hello Tom,

            Many thanks for your help so far. Unfortunately, that Kernel made no difference. Would it be possible for you to send me the firmware of the tigon ? Or to give me a link where I can download / find it ? Thanks in advance

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Feb 24, 2014, 12:03 PM

              Cyberion,

              While I’ve been trying kernels, I don’t think that’s what’s causing the issue in your particular case. I think this because if it was the kernel, you’d be seeing the SAME results on the TMP453 system. The kernel doesn’t determine the imaging type, the image type does.

              Can you create a task, don’t start the system, and take a look at the file created for the task?

              The file should be located in /tftpboot/pxelinux.cfg/

              It will follow suit as:
              [code]01-XX-XX-XX-XX-XX-XX[/code] Where the X’s represent the system’s MAC Address. If you can past the contents of the file here (less the mac address if you want) so I can take a look at the build of it.

              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
              • C
                cyberion1985
                last edited by Feb 24, 2014, 12:39 PM

                [CODE]# Created by FOG Imaging System

                DEFAULT send

                LABEL send

                kernel fog/kernel/bzImage

                append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.10.254 type=up img=testtest imgid=65 mac=2x:xx:xx:xx:xx:xx storage=192.168.10.254:/images/dev/ web=192.168.10.254/fog/ ignorepg=1 osid=5 pct=5 imgType=mps shutdown=on loglevel=4 consoleblank=0 fdrive= chkdsk=0[/CODE]

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Feb 24, 2014, 12:46 PM

                  Can you load the system into debug, whether from the “upload - debug” or the actual debug mode?

                  I want to have you run some commands on the system to try obtaining some more information.

                  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
                  • C
                    cyberion1985
                    last edited by Feb 24, 2014, 1:04 PM

                    Ok, let me know what commands I should run (debug mode)

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Feb 24, 2014, 1:11 PM

                      fdisk -l

                      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
                      • C
                        cyberion1985
                        last edited by Feb 24, 2014, 1:17 PM

                        Thank you. Only seeing one disk with only one EFI GPT partition:
                        Device Boot Start End Blocks Id System
                        /dev/sda1 1 60802 488386583+ ee EFI GPT

                        1 Reply Last reply Reply Quote 0
                        • T
                          Tom Elliott
                          last edited by Feb 24, 2014, 1:18 PM

                          So can you disable EFI on the TM 255?

                          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
                          • C
                            cyberion1985
                            last edited by Feb 24, 2014, 1:30 PM

                            Hi Tom,

                            Unfortunately the TM does not have the option 😞 One can only change from legacy to UEFI mode Boot Mode, but in UEFI it will not allow to boot from Network. Legacy mode then we have the EFI partition problem 😞

                            1 Reply Last reply Reply Quote 0
                            • T
                              Tom Elliott
                              last edited by Feb 24, 2014, 1:31 PM

                              Well, you may have to remove all information from the drive, or pull the image from the other system, then try to deploy it to this one.

                              Uploading the image, with the drive in GPT mode will not work at all.

                              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
                              • C
                                cyberion1985
                                last edited by Feb 24, 2014, 1:36 PM

                                Thank you, will see what I can do.;)

                                1 Reply Last reply Reply Quote 0
                                • T
                                  Tom Elliott
                                  last edited by Feb 24, 2014, 1:49 PM

                                  Sorry I wasn’t able to help much further.

                                  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
                                  • 2
                                  • 2 / 2
                                  2 / 2
                                  • First post
                                    25/31
                                    Last post

                                  231

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project