@Los0jos
No, on install the last task was to install the grub bootloader which I answered yes to. If it is of any help, I have a /boot/grub folder.
Cheers
Printable View
@Los0jos
No, on install the last task was to install the grub bootloader which I answered yes to. If it is of any help, I have a /boot/grub folder.
Cheers
type "grub-install -v" in a terminal (without quotes) and tell me what output you get back please (it should tell you which version of grub is installed, if any)
grub-install (GRUB) 1.98+20100804-5ubuntu3
Ok well that's a good sign, you at least have grub installed (Grub2 actually) so we can work from there. First thing to do is check that the boot partition is marked as bootable. Go in to "System > Administration > Partition Editor". The first partition (mount point "/") is your boot partition, and should have "boot" as a flag. If not, right click it, select "Choose Flags" and tick boot, then restart the machine and see if it boots now. If it's already marked as bootable, the next step will be to try reinstalling grub2.
Do you have anything that suggests you could edit partition with it? if not, run the following commands (one by one) from a terminal to install GParted:
PS: sorry if some of the things I'm saying come across as condescending, I don't mean to I just don't know what level of knowledge you have with Linux :)Code:sudo apt-get update
sudo apt-get install gparted
Guys
I've just got home after massive town power outage so early bath!!! Left school with all UPS's singing loudly. If its OK I'll resume this thread Monday morning, so off now for snifter ;)
Paul
Hi Chaps
Installed 10.04 as suggested, still wont boot!!!! Anyway, FreeNAS will suffice for what we need to do so at this stage I'm binning the Ubuntu idea.
Many thanks for all your help.
Regards
Paul
have you tried running grub-install from the command line ?