Tu peux le faire à la main en suivant cette procédure : http://www.linuxquestions.org/ques [...] p?t=534085
Citation :
Code :
- bcdedit /create /d "Linux" /application BOOTSECTOR
- bcdedit /set {ID} device boot
- bcdedit /set {ID} PATH \bootsect.lnx
- bcdedit /displayorder {ID} /addlast
- bcdedit /timeout 5
|
NOTE:
ID is a very long number (UUID) that you get after using the first command.
The file "bootsect.lnx" can have any name providing that it contains a copy of the Linux partition boot sector (that loads GRUB).
You should be able to use "/addfirst" instead of "/addlast" if you want Linux to appear in the boot menu before Vista.
If you're familiar with creating a bootsector file to add Linux into the Windows XP boot menu, you create the "bootsect.lnx" file for Vista in exactly the same way. Use a "dd" command similar to this in Linux.
Code :
- # dd if=/dev/hda2 of=bootsect.lnx bs=512 count=1
|
|
Je l'ai fait sur un Vista Home Premium pour démarrer une Fedora Core 6, aucun problème