Thank you Nicolas, that has worked but it would be good to configure that in the server.<br><br><div class="gmail_quote">2010/9/28 Nicolas Courtel <span dir="ltr">&lt;<a href="mailto:courtel@cena.fr">courtel@cena.fr</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">mamadou diop a écrit :<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello, i have configured my /srv/fai/config/disk_config/FAIBASE so that after installation the Windows<br>
partition is preserved. I am sure that the Windows partition is preserved because during installation,<br>
setup_harddisks told me that the /dev/sda1 driver was going to be preserved. Also, i have added the GRUB class to<br>
my host. After installation, i didn&#39;t see Windows in the OS choice menu. There are only Ubuntu in the menu of choice of<br>
Operating Systems. What have i forgotten to do?<br>
</blockquote></div></div>
man grub?<br>
<br>
When using grub legacy, you need to add a few lines at the end of /boot/grub/menu.lst, like the following:<br>
<br>
title Windows<br>
rootnoverify (hd0,0)<br>
makeactive<br>
chainloader  +1<br>
boot<br>
<br>
If you use grub-pc, just install os-prober, and run update-grub, Windows should show up.<br>
<br>
-- <br><font color="#888888">
Nicolas<br>
</font></blockquote></div><br>