Dualboot Vista/Mandriva avec EASYBCD : quels reglages ?

Dualboot Vista/Mandriva avec EASYBCD : quels reglages ? - Divers - Linux et OS Alternatifs

Marsh Posté le 24-03-2007 à 19:10:08    

J'ai VISTA sur un DD et Mandriva sur un autre
Je n'arrive pas a regler EASYBCD pour installer le Dualboot
 
Help une solution viiiiiite, j'en peux plus de brancher et debrancher mes DD  :??:


---------------
Mes anciens Feedbacks : http://forum.hardware.fr/hfr/Achat [...] 8226_1.htm
Reply

Marsh Posté le 24-03-2007 à 19:10:08   

Reply

Marsh Posté le 24-03-2007 à 20:31:21    

Réinstalles Grub ou Lilo.


---------------
Décentralisons Internet-Bépo-Troll Bingo - "Pour adoucir le mélange, pressez trois quartiers d’orange !"
Reply

Marsh Posté le 24-03-2007 à 20:58:42    

Fork Bomb a écrit :

Réinstalles Grub ou Lilo.


 
Tu peux preciser pcq je debute sous LINUX..... :(  


---------------
Mes anciens Feedbacks : http://forum.hardware.fr/hfr/Achat [...] 8226_1.htm
Reply

Marsh Posté le 24-03-2007 à 21:00:52    

Tu peux le faire à la main en suivant cette procédure : http://www.linuxquestions.org/ques [...] p?t=534085

Citation :

Code :
  1. bcdedit /create /d "Linux" /application BOOTSECTOR
  2. bcdedit /set {ID} device boot
  3. bcdedit /set {ID} PATH \bootsect.lnx
  4. bcdedit /displayorder {ID} /addlast
  5. 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 :
  1. # 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  :)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed