Jump to content

Recommended Posts

Posted

I've just got ubuntu setup and FOG installed and configured.

 

When i pxe boot a machine i get the ASCII art FOG logo and then i just get:

 

boot:

Booting from local disk...

PXE-M0F: Exiting PXE ROM

 

 

no Fog boot menu.

 

What have i done wrong or not configured?

 

Thanks

Posted

Hi Greenbeast,

We are going through the same process although can't get the darn .sh file into the opt folder, no permisssions. grrrr

could you spare any time for some idiots instructions? :)

Posted

:eek2:

IS this to run the install script? Are you doing sudo tar -xvzf fog* after using wget to grab the tarball?

Eh?

:confused:

We have downloaded fog and got stuck moving the file into the opt folder.... I have barely introduced myself to Ubuntu and that was a while ago so quite rusty!

Posted

Ah okay. So, you downloaded the FOG tar file over the internet user wget? This is by far the easiest way to do it if not - don't mess around using any sort of GUI here, it's far harder!

 

Installation - FOGProject Wiki

 

So, at the terminal (Debian/Ubuntu/etc OS):

 

cd /opt

 

sudo wget http://sourceforge.net/projects/freeghost/files/FOG/fog_0.32/fog_0.32.tar.gz

 

This will download the tarball to the /opt folder.

 

sudo tar -xvzf fog*

 

This will unpack the tarball to fog_0.32 folder in /opt

 

cd fog*

 

Enters this fog directory.

 

cd bin

 

Enter the bin directory (/opt/fog_032/bin)

 

sudo ./installfog.sh

 

Runs the installer script - and you're away!

Posted (edited)

ok... something came up but on it now...

fell over on this bit...

sudo tar-xvzffog*

Tried it with the full filename but still no joy..:(

actually got a child error.. plot thickens

status 1, tar: is not recoverable..... call in super nanny!!

Edited by NikChillin
Posted
Enable SFTP on the server (apt-get install ssh openssh-server). Then use WinSCP (or whichever program you choose) to connect in - you can then delete files, drag and drop etc from your workstation. Makes management much easier, especially if you want to use different kernels.
Posted

Sorry Nik, i wouldn't have been able to advise like 3s has.

 

Just that i understand your frustration, i'm only a few months ahead of you on linux familiarity

Posted (edited)
ot two now, new one with a 1 at the end... can't seem to delete and rename.. :( feel such an eeegit!

 

I think your not deleting it as root. You must do one or the other of the following...

 

Start every command with sudo

Or, and this is my favourite, type "sudo su -" and press enter, you are now root and you don't have to worry about the sudo thing until you next login.

Edited by hit
Added quote

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...