Difference between revisions of "FAQ"
Jbob.21733 (talk | contribs) (→HAVE YOU TRIED (AS ROOT ON YOUR FOG SERVER)) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | = Kernel Panic or Drivers Not functioning= | |
− | + | ==Have you tried(As root on your FOG server)== | |
− | + | ===FOG 0.32 or earlier.=== | |
Code: | Code: | ||
<pre>cd /tftpboot/fog/kernel | <pre>cd /tftpboot/fog/kernel | ||
mv bzImage bzImage.orig.<CURRENTDATE> | mv bzImage bzImage.orig.<CURRENTDATE> | ||
− | wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32</pre> | + | wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32 |
− | + | chown -R fog:root /tftpboot</pre> | |
+ | ===FOG 0.33 (64 Bit) OR Download through the kernel updater under Unofficial Kernels.=== | ||
Code: | Code: | ||
<pre>cd /var/www/<FOGWEBDIR>/service/ipxe | <pre>cd /var/www/<FOGWEBDIR>/service/ipxe | ||
mv bzImage bzImage.orig.<CURRDATE> | mv bzImage bzImage.orig.<CURRDATE> | ||
− | wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage</pre> | + | wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage |
− | + | chown -R fog.<APACHEUSER (e.g. apache -- redhat, www-data -- debian)> /var/www/<FOGWEBDIR>/service/ipxe</pre> | |
+ | |||
+ | ===FOG 0.33 (32 Bit) OR Download through the kernel updater under Unofficial Kernels.=== | ||
Code: | Code: | ||
<pre>cd /var/www/<FOGWEBDIR>/service/ipxe | <pre>cd /var/www/<FOGWEBDIR>/service/ipxe | ||
mv bzImage32 bzImage32.orig.<CURRDATE> | mv bzImage32 bzImage32.orig.<CURRDATE> | ||
− | wget -O bzImage32 --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32</pre> | + | wget -O bzImage32 --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32 |
+ | chown -R fog.<APACHEUSER (e.g. apache -- redhat, www-data -- debian)> /var/www/<FOGWEBDIR>/service/ipxe</pre> |
Latest revision as of 09:05, 14 May 2015
Contents
Kernel Panic or Drivers Not functioning
Have you tried(As root on your FOG server)
FOG 0.32 or earlier.
Code:
cd /tftpboot/fog/kernel mv bzImage bzImage.orig.<CURRENTDATE> wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32 chown -R fog:root /tftpboot
FOG 0.33 (64 Bit) OR Download through the kernel updater under Unofficial Kernels.
Code:
cd /var/www/<FOGWEBDIR>/service/ipxe mv bzImage bzImage.orig.<CURRDATE> wget -O bzImage --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage chown -R fog.<APACHEUSER (e.g. apache -- redhat, www-data -- debian)> /var/www/<FOGWEBDIR>/service/ipxe
FOG 0.33 (32 Bit) OR Download through the kernel updater under Unofficial Kernels.
Code:
cd /var/www/<FOGWEBDIR>/service/ipxe mv bzImage32 bzImage32.orig.<CURRDATE> wget -O bzImage32 --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32 chown -R fog.<APACHEUSER (e.g. apache -- redhat, www-data -- debian)> /var/www/<FOGWEBDIR>/service/ipxe