Deploy only working with the original machine... Why??
-
2 troy again:
in /boot/grub/menu.lst there are lines like:
kernel /boot/vmlinuz-3.1.10-1.9-desktop root=/dev/disk/by-id/ata-ST9320423AS_5VH5W2C7-part3 resume=/dev/disk/by-id/ata-ST9320423AS_5VH5W2C7-part4 splash=silent quiet showopts vga=0x367
change them to:
kernel /boot/vmlinuz-3.1.10-1.9-desktop root=/dev/sda1 resume=/dev/sda1 splash=silent quiet showopts vga=0x367
replace /dev/sda1 by your partition number
if u use some “pseudo-beautified” distro like Ubuntu u might have to change this line somewhere else and reconfigure grub.
But be careful, the auto-reconf of grub will put the OLD value in place of your partition-name. So finally you will end up changing the file /boot/grub/menu.lst which says somewhere in a comment “do not touch me”if u want to have my script to reconfigure your NICs, let me know, I am back in my lab tomorrow.
greets,
Xibeaga -
Hi Xibeaga,
thank you very much,
I have good news, the problem appear to be solved. The only change I’ve made was in the type of the partitions, for the ubuntu 11.10 ext3 primary, and for the swap instead of logical a PRIMARY PARTITION. After this changes I can image different machines and with different hardwares too. Wonderfull!
troy
-
Great!
Did u verify the NIC-Names? I had eth11 and higher on the clones with ubuntu 11.10 and suse12.1
so i reconfigured the udev stuffxibeaga
-
Oh boy!!!
Another issue,
I’m testing now 4 machines with identical hardwares:
-
Upload the image of the machine 1 - OK
-
Deploy the image of the machine 1 on machine 1 - OK
-
Deploy the image of the machine 1 on machine 2 - OK
-
Deploy the image of the machine 1 on machine 3 - OK
-
Deploy the image of the machine 1 on machine 4 - No Go!! Boot looping
4 machines with Identical hardwares, how could this be possible??
Using Ubuntu 11.10 with ext3
Troy
-
-
Hi!
I experienced this problem too.
It happens always to the SAME machine at my site.
This machine “forgets” - no idea why - the BIOS-Boot-Order and drops the harddisk off the bootlist.
It does this ALWAYS after cloning.
So, i just reconfigure the BIOS sigh .
Maybe this happens at your site too.
xibeaga -
tell me ur NIC-names (the names of the Ehternet-Interfaces) - I would really like to know if this works or not
-
Hi Xibeaga,
thank you again, how can I reconfigure the bios sight? I don’t know what this mean for sure. And the NIC-names that you want, tell me more about how get this so I can post to you.
Troy
-
you must enter the BIOS by pressing “DEL” or something at power-up and then reorder the boot-devices,
that means for example: boot from PXE, CD, HarddiskThe NIC-Names: after cloning open a shell and enter “ip add” or “iconfig”
then you can see som config stuff, a few lines will begin with “eth0” or “eth1” or “eth12”. these are the names i am asking for.
NIC = Network Interface CardThanks!
-
Xibeaga,
the boot order remains correct, and teh NIC is eth1.
I’m testing Ubuntu 12.04 LTS today single boot ext3 and no success, it’s getting hard to continue.
Troy
-
Updating,
Two very importante things that I’ve experienced:
- Wipe the disk before the image
- Run FSCK if the image is not uploading properly
Now seems to be working well in all hardwares.
Thanks!
Troy