Deploying Ubuntu 12.04 LTS image not working.
-
Yes i have deployed windows OS to them in the past and the PXE screen comes up. at the end of image deployment fog shows task completed.
-
I know FOG itself is working just fine as i just imaged multiple other computers with windows images. its just related to my ubuntu image im not sure why.
Or i should say what’s causing this issue.
-
Okay good I was just trying to make sure the fog server was working as expected.
You can try the setting “Multipartition (all Disks)” this will capture all the disks and all the partitions for transfer, try to push your image again. If this fails, we will try to revert grub.
-
To downgrade GRUB2 to GRUB:
This works only when your boot is not broken!!!
Open a terminal.
Optional: Make backup copies of the main GRUB 2 directories and files.
sudo cp /etc/default/grub /etc/default/grub.oldsudo cp -R /etc/grub.d /etc/grub.d.old
sudo cp -R /boot/grub /boot/grub.old
[B]Remove GRUB 2[/B]
sudo apt-get purge grub-pcThe system will be unbootable until another bootloader is installed!!! DO NOT REBOOT!
[B]Install GRUB 0.97[/B]
sudo apt-get install grubWe still have to create the [B]menu.lst[/B] and [B]stage1/stage2[/B]
sudo grub-install /dev/sdX
Choose the correct device (sda, sdb, etc), normally the one on which Ubuntu is installed.sudo update-grub
Tab to “Yes” when prompted.
RebootClean and upload again.
-
Yea tried that and multipartition for multiple hard drives ( only using 1 hard drive) same result.
Thanks for help
-
I will give that a try and let everyone know how it goes.
-
OK! changing to the older grub did the trick!
-
Awesome, Noted for future attempts! Thanks for letting us know it worked!~
-
[quote=“kelly.bettendorf, post: 18241, member: 5100”]OK! changing to the older grub did the trick![/quote]
If you get a chance, can you try the latest of FOG? fractal13, one of the developers now, found quite a few “tricks” to maybe allow this to work.
If you’re able to test at all and just let us know if this works for you as well, that would be amazing. What this would, ultimately, mean is you no longer have to do the “old grub” trick.
-
[quote=“Tom Elliott, post: 30007, member: 7271”]If you get a chance, can you try the latest of FOG? fractal13, one of the developers now, found quite a few “tricks” to maybe allow this to work.
If you’re able to test at all and just let us know if this works for you as well, that would be amazing. What this would, ultimately, mean is you no longer have to do the “old grub” trick.[/quote]
Tom,
I will be working on are districts ubuntu image soon and will give this a try, I will let you know what i find.
I will capture the ubuntu image (will be running Ubuntu 12.04 and FOG 1.1) without altering GRUB and then i will try deploying to one of our student labs.
-
This post is deleted!