• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. todachuy2406
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by todachuy2406

    • RE: Error $this->_kernel = sprintf ?

      @Junkhacker, @george1421, @Tom-Elliott Thank you so much

      @george1421 You are perfect, I edited DHCP configuration file from pxelinux.0 to undionly.kpxe. Then I added more spaces on below code as same here:
      $this->_kernel = sprintf(
      'kernel %s %s initrd=%s root=/dev/ram0 rw ’
      . ‘ramdisk_size=%s%s web=%s consoleblank=0%s rootfstype=ext4% s%s’,

      It works for me!!

      Many Thanks & Best Regards

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @Junkhacker I am still not find what way to solve this problems?

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @george1421 Hi george1421, do I need to change below code?

      $this->_kernel = sprintf(
      'kernel %s %s initrd=%s root=/dev/ram0 rw ’
      . ‘ramdisk_size=%s%sweb=%s consoleblank=0%s rootfstype=ext4%s%s’,

      Add more spaces in “web” and “%s%s”

      $this->_kernel = sprintf(
      'kernel %s %s initrd=%s root=/dev/ram0 rw ’
      . ‘ramdisk_size=%s%s web=%s consoleblank=0%s rootfstype=ext4% s%s’,

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @george1421 Hi george1421, Could you guide me how find out which process is using a configuration file?

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @Junkhacker Thanks Junkhacker, I installed fresh FOG on new server with version 1.3.5-RC-10.

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @Sebastian-Roth Hi Sebastian, I am using default Fog configuration, I don’t know which files does it load? I guess that is pxelinux.0.

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @george1421 I am sorry I thought that they are 2 error is different.

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @Tom-Elliott Hi Tom,

      In attachment file0_1487750195376_boot.php , what is it wrong?

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      @Tom-Elliott Thank you for your response. I have to perform what the next for fixing that error?

      I will edit /var/www/fog/lib/fog/bootmenu.class.php file as following
      $this->kernel = sprintf(‘kernel %s %s initrd=%s root=/dev/ram0 rw ramdisk_size=%s keymap=%s web=%s consoleblank=0%s rootfstype=ext4 %s%s’, ?

      posted in FOG Problems
      T
      todachuy2406
    • RE: Error $this->_kernel = sprintf ?

      I installed FOG version 1.3.5-RC-10, after boot to menu ipxe then I selected Quick registration or Full registration I catched below error:
      0_1487736881671_Selection_026.png

      I followed this topic for fixed error but not working
      https://forums.fogproject.org/topic/7690/kernel-panic-on-quick-register

      My /var/www/fog/lib/fog/bootmenu.class.php file,
      $this->_kernel = sprintf(
      'kernel %s %s initrd=%s root=/dev/ram0 rw ’
      . ‘ramdisk_size=%s%sweb=%s consoleblank=0%s rootfstype=ext4%s%s’,

      Is this code right?
      Thanks,

      posted in FOG Problems
      T
      todachuy2406
    • Error $this->_kernel = sprintf ?
      Server
      • FOG Version: Running Version 1.3.5-RC-10
      • OS: CentOS 7
      Client
      • Service Version: VirtualBox
      • OS: Windows 7
      Description

      Any ideas for this solutions?

      $this->_kernel = sprintf(
      'kernel %s %s initrd=%s root=/dev/ram0 rw ’
      . ‘ramdisk_size=%s%sweb=%s consoleblank=0%s rootfstype=ext4%s%s’,

      posted in FOG Problems
      T
      todachuy2406
    • Kernel panic in Centos 7
      Server
      • FOG Version: Running Version 1.3.5-RC-10
      • OS: CentOS
      Client
      • Service Version: VirtualBox Linux
      • OS: Windows 7
      Description

      After upgrade Version 1.3.5-RC-10, I am still catch the below error. I installed and configured FOG following the guideline
      https://wiki.fogproject.org/wiki/index.php?title=CentOS_7

      I selects Quick Registration or Full Registration both error
      0_1487728729629_Selection_025.png
      0_1487728779654_Selection_026.png

      Any solutions for this?

      posted in FOG Problems
      T
      todachuy2406
    • 1 / 1