<div dir="ltr">Hi Michael<br><br>I did that but i still cant boot...<div>In the link you can see what i made.</div><div><br><a href="http://tinypic.com/r/jzabdv/9">http://tinypic.com/r/jzabdv/9</a><br><br><br>Thanks <br><br>Francisco Gonçalves</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-29 18:03 GMT+00:00 Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Francisco,<br>
<span class=""><br>
> Another question, when i boot the blueonyx in one disk it boots normally<br>
> but when i use two to make raid 1 (mirror) in the boot i receive this error<br>
><br>
> error: invalid arch independent ELF magic<br>
> grub rescue ><br>
<br>
</span>This seems to indicate that the boot-loader wasn't installed correctly.<br>
In VMware VPS's this can happen after installing the VMware tools. Or it<br>
can happen if the device names for the disks are not within our<br>
expectations.<br>
<br>
Recommended fix:<br>
<br>
Boot off the BlueOnyx CD again and enter rescue mode. It'll boot up and<br>
will eventually give you a shell after asking you if you want to boot<br>
with network (you can say no to that) and if you want to detect and<br>
mount the disks (you can say yes to that).<br>
<br>
Once at the root shell do an "fdisk -l" to see which disks and<br>
partitions are there and how they are named.<br>
<br>
This should usually be sda and sdb, but in your case it may be different.<br>
<br>
Say your OS has been mounted by the rescue disk under /mnt/sysimage/ and<br>
"fdisk -l" reports your disks as being /dev/vda and /dev/vdb. In that<br>
case you would run this to reinstall the boot-loader:<br>
<br>
grub-install --root-directory=/mnt/sysimage /dev/vda<br>
<br>
If you decided NOT to mount the disks, you need to do this manually<br>
before you run the command:<br>
<br>
mount /dev/vda1 /mnt<br>
grub-install --root-directory=/mnt /dev/vda<br>
<br>
Of course replace mount points and drive letters as applicable to your<br>
actual configuration.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
______________________________<wbr>_________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/<wbr>mailman/listinfo/blueonyx</a><br>
</div></div></blockquote></div><br></div>