A voir également:
- Linux et win2k?
- Linux reader - Télécharger - Stockage
- R-linux - Télécharger - Sauvegarde
- Backtrack linux - Télécharger - Sécurité
- Toutou linux - Télécharger - Systèmes d'exploitation
- Linux mint 22.1 - Accueil - Linux
6 réponses
Salut,
Quelle distrib de Linux ?
Normalement en bootant sur le CD d'install de Linux, tu dois pouvoir remettre le "bootloader" d'origine.
Donc au boot de ton CD d'install, tape sur "F1" ou "ESC" ça dépend des versions et tape ensuite :
;-))
Z'@+...che.
Quelle distrib de Linux ?
Normalement en bootant sur le CD d'install de Linux, tu dois pouvoir remettre le "bootloader" d'origine.
Donc au boot de ton CD d'install, tape sur "F1" ou "ESC" ça dépend des versions et tape ensuite :
linux rescuesuis les écrans qui te seront proposés et choisis de réinstaller le "bootloader" de ton système Linux.
;-))
Z'@+...che.
JP : Zen, my Nuggets ! ;-)
ma distrib est fedora core 2
j'avais fait ce que tu viens de dire mais quand je fais f1 je reviens u menu principal
j'avais tapé linuxrescue mais j'ai pas trouvé comment on pouvais remettre ce bootload
j'avais Grub comme demarrage
je vais refaire l'essai
merci
j'avais fait ce que tu viens de dire mais quand je fais f1 je reviens u menu principal
j'avais tapé linuxrescue mais j'ai pas trouvé comment on pouvais remettre ce bootload
j'avais Grub comme demarrage
je vais refaire l'essai
merci
Tiens pour réinstaller le bootloader de Fedora :
http://www.brothersofnet.freesurf.fr/sans_popup/booterFC2.htm
;-))
Z'@+...che.
http://www.brothersofnet.freesurf.fr/sans_popup/booterFC2.htm
;-))
Z'@+...che.
JP : Zen, my Nuggets ! ;-)
voici ce que j'ai dans menu.lst de grub
root (hdo,2)
kernel /boot/vmlinz-version ro root/dev/hda3/
initrd /boot/initrd-version.img
boot=/dev/hda
default=0
timeout=10
splasimage=(hdo,2) /boot/grub/splash.xpm.gz
title fedora core 2 (2.6.5....)
root (hd0,2)
kernel /boot/vmlinuz-2.6.5.... ro root=LABEL=/ rhgh quiet
initrd /boot/initrd-2.6.5....
title other
rootnoverify (hd0,0)
chainloader +1
on peut pas incrire dans le boot de windows un menu demarrage
a lepoque avec win98 on pouvait
root (hdo,2)
kernel /boot/vmlinz-version ro root/dev/hda3/
initrd /boot/initrd-version.img
boot=/dev/hda
default=0
timeout=10
splasimage=(hdo,2) /boot/grub/splash.xpm.gz
title fedora core 2 (2.6.5....)
root (hd0,2)
kernel /boot/vmlinuz-2.6.5.... ro root=LABEL=/ rhgh quiet
initrd /boot/initrd-2.6.5....
title other
rootnoverify (hd0,0)
chainloader +1
on peut pas incrire dans le boot de windows un menu demarrage
a lepoque avec win98 on pouvait
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Allez encore un lien pour booter linux depuis le bootloader (NTLDR) de Windows, puisque tu n'a pas l'air de vouloir essayer de reinstaller celui de Fedora :
http://www.bellamyjc.net/fr/pratiquemultiboot.html#linux
;-))
Z'@+...che.
http://www.bellamyjc.net/fr/pratiquemultiboot.html#linux
;-))
Z'@+...che.
JP : Zen, my Nuggets ! ;-)
la methode que j'ai prise:
info grub a écrit:
Once started, GRUB will show the command-line interface. First, set the GRUB's "root device" to the partition
containing the boot directory, like this:
grub> root (hd0,0)
If you are not sure which partition actually holds this directory,
use the command `find', like this:
grub> find /boot/grub/stage1
This will search for the file name `/boot/grub/stage1' and show the
devices which contain the file.
Once you've set the root device correctly, run the command `setup':
grub> setup (hd0)
This command will install the GRUB boot loader on the Master Boot
Record (MBR) of the first drive. If you want to put GRUB into the boot
sector of a partition instead of putting it in the MBR, specify the
partition into which you want to install GRUB:
grub> setup (hd0,0)
info grub a écrit:
Once started, GRUB will show the command-line interface. First, set the GRUB's "root device" to the partition
containing the boot directory, like this:
grub> root (hd0,0)
If you are not sure which partition actually holds this directory,
use the command `find', like this:
grub> find /boot/grub/stage1
This will search for the file name `/boot/grub/stage1' and show the
devices which contain the file.
Once you've set the root device correctly, run the command `setup':
grub> setup (hd0)
This command will install the GRUB boot loader on the Master Boot
Record (MBR) of the first drive. If you want to put GRUB into the boot
sector of a partition instead of putting it in the MBR, specify the
partition into which you want to install GRUB:
grub> setup (hd0,0)