Difference between revisions of "FAQ"

From FOG Project
Jump to: navigation, search
(HAVE YOU TRIED (AS ROOT ON YOUR FOG SERVER))
(FOG 0.33 (32 Bit) OR Download through the kernel updater under Unofficial Kernels.)
Line 18: Line 18:
 
mv bzImage32 bzImage32.orig.<CURRDATE>
 
mv bzImage32 bzImage32.orig.<CURRDATE>
 
wget -O bzImage32 --no-check-certificate https://mastacontrola.com/fogboot/kernel/bzImage32
 
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/fog/service/ipxe</pre></pre>
+
chown -R fog.<APACHEUSER (e.g. apache -- redhat, www-data -- debian)> /var/www/<FOGWEBDIR>/ipxe</pre></pre>

Revision as of 11:19, 9 May 2014

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/fog/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>/ipxe
</pre>