[quote=“giammy, post: 1148, member: 362”]
The image deploy are done correctly, and the MBR is correctly dded on destination PC,
but the system do not boot: if I start with a live CD and do a grub-install everything starts
correctly.
[/quote]
Yes, we deploy multisystems, but when you deploy only a Ubuntu 11.xx system, it crash. The PC reboots constantly.
The solution is simply (you can see it [URL=‘http://www.ehu.es/es/web/instalaciones/fogehu/-/wiki/main/conocimiento#Despliegue_de_imágenes_con_Ubuntu_11.04’]here[/URL] in spanish). Using Google Traductor :
[I]Deployment of images with Ubuntu 11.04
Although FOG not support Linux-based systems, the tool can deploy images with these systems. With the latest release to date, Ubuntu 11.04, we have encountered a problem when displaying images with this system only installed. With dual systems is not presented.
Symptoms: The computer after deploying an image of Ubuntu 11.04, reboots constantly.
Solution:[/I]
[LIST]
[*][I]Create or modify / boot / grub menu.lst file[/I]
[/LIST]
[CODE] timeout 0
Grub title
root (hd0, 0)
kernel / boot/vmlinuz-2.6.38-8-generic root = / dev/sda1 ro quiet splash
initrd / boot/initrd.img-2.6.38-8-generic
quiet
savedefault
boot[/CODE]
[I]
Note: Verify that there initrd and vmlinuz files makes referred to in the menu.lst[/I]
[LIST]
[*][I]Run: (install and configure grub-legacy)[/I]
[/LIST]
[CODE]$ sudo apt-get install grub
$ sudo grup-install / dev / sda[/CODE]
Try it and say, please, if it works.
[I][/I]