Posez votre question Signaler

Probleme windows linux

nugs - Dernière réponse le 24 août 2008 à 19:32
Bonjour,
j'ai un pc bipartite xp-linux, et en faisant ma mise a jour linux, j'ai perdu mon acces a xp. quand j'allumais mon pc j'avais le choix entre ubuntu et xp maintenant je l'ai plus. je voudrais remettre l'ancienne configuration de mon systeme ( avant les mises a jours) ou enlever linux.
merci
Lire la suite 

Probleme windows linux »

38 réponses
Réponse
+0
moins plus
Bonjour, tu as mis linux sur une partition differente de xp ?
Ajouter un commentaire
Réponse
+0
moins plus
je ne sais pas pour ubuntu, mais pour mandriva, j'ai dans ladministration les options de démarages
GRUB. et tu peux, réinstaller grub, et reparametrer, ou juste reparametrer... XD
Ajouter un commentaire
Réponse
+0
moins plus
c'est pas tres dificile : il suffit de remettre les GRUB : c'est lui qui te permet de choisir entre windows et linux non?
C'était marqué : "grub loading stage 1,5..." lors du démarrage avant?
Ajouter un commentaire
Réponse
+0
moins plus
alors, deja merci d'etre aussi rapide

-mon disque dur est divisé en trois parties : une linux une windows et une commune
- je sais pas ce que c'est que GRUB (desole)
-au demarrage j'avais un ecran noir avec marque windows xp et en dessous kernel unbuntu et je devais choisir
Ajouter un commentaire
Réponse
+0
moins plus
grub, c'est le "logiciel" qui justement permet de choisir entre les systemes d'exploitations.
Ajouter un commentaire
Réponse
+0
moins plus
et je dois faire comment donc ? je suis sur linux j'ouvre un terminal et je tape grub dedans ? desole je suis vraiment pas tres doue avec linux et meme windows
Ajouter un commentaire
Réponse
+0
moins plus
attends, je passe sous linux...
Ajouter un commentaire
Réponse
+0
moins plus
merci c'es sympa
Ajouter un commentaire
Réponse
+0
moins plus
je suis de retour (pour vous jouer un mauvais tour.., désolé...)

au fait, tu utilises ubuntu?
Ajouter un commentaire
Réponse
+0
moins plus
oui c'est ubuntu, mais il y a marque kernel aussi ( je sais pas si ca change quelque chose ou non )
Ajouter un commentaire
Réponse
+0
moins plus
ubuntu 8.04?

de toute facon, celà ne doit pas changer beaucoups...
ouvres un terminal et tapes :
sudo gedit /boot/grub/menu.lst
Ajouter un commentaire
Réponse
+0
moins plus
ok 2 minutes s'il te plais
Ajouter un commentaire
Réponse
+0
moins plus
il y a une page qui s'est ouverte avec plein de trucs en anglais dessus
Ajouter un commentaire
Réponse
+0
moins plus
oui, c'est le fichier qui te permet de changer la liste des systèmes d'exploitation qui apparaissent au début du démarrage de l'ordi :

alors, tu vas devoir faire un copier coller de tout le fichier, pour que je puisse te dire ce qui doit être changé.

Ajouter un commentaire
Réponse
+0
moins plus
le bas de la page qui s'est ouverte est mon ecran de demarrage ( celui ou avant je pouvais choisir entre linux et xp...sniff)
Ajouter un commentaire
Réponse
+0
moins plus
encore une fois merci.....


alors voila la page :



# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 7

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda3 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title Ubuntu, kernel 2.6.15-52-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-52-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-52-386
savedefault
boot

title Ubuntu, kernel 2.6.15-52-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-52-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.15-52-386
boot

title Ubuntu, kernel 2.6.15-51-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-51-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-51-386
savedefault
boot

title Ubuntu, kernel 2.6.15-51-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-51-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.15-51-386
boot

title Ubuntu, kernel 2.6.15-29-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-29-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-29-386
savedefault
boot

title Ubuntu, kernel 2.6.15-29-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-29-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.15-29-386
boot

title Ubuntu, kernel 2.6.15-28-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-28-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-28-386
savedefault
boot

title Ubuntu, kernel 2.6.15-28-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-28-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.15-28-386
boot

title Ubuntu, kernel 2.6.12-10-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.12-10-386
savedefault
boot

title Ubuntu, kernel 2.6.12-10-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.12-10-386
boot

title Ubuntu, kernel 2.6.10-5-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.10-5-386
savedefault
boot

title Ubuntu, kernel 2.6.10-5-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.10-5-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.10-5-386
boot

title Ubuntu, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title ...............................................
root

title Euh... ne pas toucher!:
root

title Ubuntu, kernel 2.6.12-10-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro single
initrd /boot/initrd.img-2.6.12-10-386
boot

title Ubuntu, kernel memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
savedefault
boot


fin de la page.


comme je te le disais avant j'avais juste marque windows ou linux, et la mention "heu ne pas toucher" qu'avais ajouté le pote qui m'a installe la bi partition
Ajouter un commentaire
Réponse
+0
moins plus
fais aussi une copie du fichier : vas dans "racourcis" (en haut) puis poste de travail>systeme de fichier>boot>grub et reperes le fichier menu.lst, fait clic droit, puis copier.

ensuite, tu vas dans racourcis, documents, puis clic droit et coller. (c'est pour faire une copie de sauvegarde.
Ajouter un commentaire
Réponse
+0
moins plus
alors, tu me dis que tu as 3 partition : mais la quelle est celle de windows? la premeire, la second, ou le troisiemme?
Ajouter un commentaire
Réponse
+0
moins plus
c'est desolé pour l'attente
Ajouter un commentaire
Réponse
+0
moins plus
bouge pas je vais regarder
Ajouter un commentaire
Ce document intitulé « probleme windows linux » issu de CommentCaMarche (www.commentcamarche.net) est mis à disposition sous les termes de la licence Creative Commons. Vous pouvez copier, modifier des copies de cette page, dans les conditions fixées par la licence, tant que cette note apparaît clairement.
Dossier à la une
5 extensions si vous voulez revenir à l'ancien Facebook
probleme windows linux - page 2