Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/02/2009, à 21:37

MUMU40

ubuntu à côté d' xp pro

Bonjour,
j'ai un portable dell latitude D630 avec XP PRO installé. J'ai installé Ubuntu hardy héron, fais les mises à jour (un bon nombre car j'avais installé hardy héron depuis plus de 6 mois sans y toucher). Avant de faire les mises à jour j'avais le choix de démarrer sur XP ou sur UBUNTU. Maintenant je ne vois plus XP PRO et je ne peux démarrer que sur UBUNTU (plusieurs options possible) ou sur le boot DELL.
Au secours que faire car je ne suis pas encore assez férue pour passer complètement sur Ubuntu.
Aidez moi s'il vous plait au moins à récupérer tous mes documents.
Merci

Hors ligne

#2 Le 17/02/2009, à 21:44

paul92

Re : ubuntu à côté d' xp pro

salut, va dans accessoires→terminal et tappe:

sudo update-grub

poste de résultat... wink

EDIT: c'est moi le prem's tongue

Dernière modification par paul92 (Le 17/02/2009, à 21:49)

Hors ligne

#3 Le 17/02/2009, à 21:44

xelator

Re : ubuntu à côté d' xp pro

sous ubuntu dans un terminal tapes :

cat /boot/grub/menu.lst

puis

sudo fdisk -l

et post le tout ici.

Hors ligne

#4 Le 17/02/2009, à 21:44

Compte anonymisé

Re : ubuntu à côté d' xp pro

Salut

Voir par ICI

@+

#5 Le 17/02/2009, à 21:46

pmdzlineur

Re : ubuntu à côté d' xp pro

Bizarre, il y a du y avoir autre chose...
Essaye de faire

sudo gedit /boot/grub/menu.lst

et relis

http://doc.ubuntu-fr.org/grub?s[]=double&s[]=boot

je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#6 Le 17/02/2009, à 21:47

pmdzlineur

Re : ubuntu à côté d' xp pro

excellent lol
je vous laisse wink


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#7 Le 18/02/2009, à 09:42

MUMU40

Re : ubuntu à côté d' xp pro

jeanjd63 a écrit :

Salut

Voir par ICI

@+

Bonjour, je voudrais bien comprendre mais pour moi qui suis nouvelle sur ubuntu c'est un petit peu compliqué.
je vais essayer les autres conseils

Hors ligne

#8 Le 18/02/2009, à 09:46

MUMU40

Re : ubuntu à côté d' xp pro

paul92 a écrit :

salut, va dans accessoires→terminal et tappe:

sudo update-grub

poste de résultat... wink

EDIT: c'est moi le prem's tongue

Bonjour Paul92
voilà le résultat

mdf@mdfpcbureau:~$ sudo update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.24-23-generic
Found kernel: /boot/vmlinuz-2.6.24-21-generic
Found kernel: /boot/vmlinuz-2.6.24-19-generic
Found kernel: /boot/vmlinuz-2.6.24-16-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done

Hors ligne

#9 Le 18/02/2009, à 09:47

MUMU40

Re : ubuntu à côté d' xp pro

xelator a écrit :

sous ubuntu dans un terminal tapes :

cat /boot/grub/menu.lst

puis

sudo fdisk -l

et post le tout ici.

Bonjour, xelator,

voilà le résultat

Disque /dev/sda: 80.0 Go, 80026361856 octets
255 heads, 63 sectors/track, 9729 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0xeede9d79

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1               1          11       88326   de  Dell Utility
/dev/sda2   *          12        5292    42419632+   7  HPFS/NTFS
/dev/sda3            5293        9729    35640202+   5  Extended
/dev/sda5            5293        9541    34130061   83  Linux
/dev/sda6            9542        9729     1510078+  82  Linux swap / Solaris


merci de votre aide à tous

Hors ligne

#10 Le 18/02/2009, à 09:53

MUMU40

Re : ubuntu à côté d' xp pro

xelator a écrit :

sous ubuntu dans un terminal tapes :

cat /boot/grub/menu.lst

puis

sudo fdisk -l

et post le tout ici.

re bonjour Xelator, j'avais oublié la première ligne de commande:

mdf@mdfpcbureau:~$ cat /boot/grub/menu.lst
# 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'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default        0

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

## 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=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

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

## 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

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) 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

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title        Ubuntu 8.04.2, kernel 2.6.24-23-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-23-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-23-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-23-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-23-generic

title        Ubuntu 8.04.2, kernel 2.6.24-21-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-21-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-21-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-21-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-21-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-21-generic

title        Ubuntu 8.04.2, kernel 2.6.24-19-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-19-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-19-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-19-generic

title        Ubuntu 8.04.2, kernel 2.6.24-16-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-16-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-16-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-16-generic

title        Ubuntu 8.04.2, memtest86+
root        (hd0,4)
kernel        /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

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

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title        Dell Utility Partition
root        (hd0,0)
savedefault
makeactive
chainloader    +1



mdf@mdfpcbureau:~$ sudo fdisk - l

Usage: fdisk [-b TAILLE] [-u] DISQUE    modifier la table de partitions
       fdisk -l [-b TAILLE] [-u] DISQUE lister les tables de partitions
       fdisk -s PARTITION               donner la taille de partition en blocs
       fdisk -v                         afficher la version de fdisk
Où le disque est quelque chose du genre: /dev/hdb ou /dev/sda
et PARTITION est quelque chose du genre: /dev/hda7
-u: donne le Début et la Fin en unités de secteurs (au lieu de cylindres)
-b 2048: (pour certains disques MO) utilise 2048-octets par secteur

Hors ligne

#11 Le 18/02/2009, à 09:57

MUMU40

Re : ubuntu à côté d' xp pro

pmdzlineur a écrit :

Bizarre, il y a du y avoir autre chose...
Essaye de faire

sudo gedit /boot/grub/menu.lst

et relis

http://doc.ubuntu-fr.org/grub?s[]=double&s[]=boot

Bonjour,
voila le menulist que j'ai généré

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'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default        0

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

## 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=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

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

## 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

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) 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

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title        Ubuntu 8.04.2, kernel 2.6.24-23-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-23-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-23-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-23-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-23-generic

title        Ubuntu 8.04.2, kernel 2.6.24-21-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-21-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-21-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-21-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-21-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-21-generic

title        Ubuntu 8.04.2, kernel 2.6.24-19-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-19-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-19-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-19-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-19-generic

title        Ubuntu 8.04.2, kernel 2.6.24-16-generic
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro quiet splash
initrd        /boot/initrd.img-2.6.24-16-generic
quiet

title        Ubuntu 8.04.2, kernel 2.6.24-16-generic (recovery mode)
root        (hd0,4)
kernel        /boot/vmlinuz-2.6.24-16-generic root=UUID=0ee90af6-29e7-48d0-808e-97b8feaf9b9f ro single
initrd        /boot/initrd.img-2.6.24-16-generic

title        Ubuntu 8.04.2, memtest86+
root        (hd0,4)
kernel        /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

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

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title        Dell Utility Partition
root        (hd0,0)
savedefault
makeactive
chainloader    +1


pour le "relis" est-ce une adresse sur le net à consulter?
merci de votre aide à tous j'espère pouvoir récupérer mon système xp.

Hors ligne

#12 Le 18/02/2009, à 10:01

sinbad83

Re : ubuntu à côté d' xp pro

Tu édites menu.lst en faisant

gksudo gedit /boot/grub/menu.lst

et en fin de fichier, tu remplaces l'existant par:


### END DEBIAN AUTOMAGIC KERNELS LIST

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

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title        Windows XP
root        (hd0,1)
savedefault
makeactive
chainloader    +1


La connaissance n'est pas une denrée rare, il faut la partager avec les autres.
Linux registered #484707
Site: www.coursinforev.org/doku.php
Desktop AMD Ryzen 5-3600, RAM 16GB, Ubuntu 20.10,   HP Pavillon G6 Ubuntu 20.10 et Ten, Serveur Ubuntu 18.04

Hors ligne

#13 Le 18/02/2009, à 10:51

MUMU40

Re : ubuntu à côté d' xp pro

Bonjour sinbad 83
j'ai donc remplacé en copiant ce que tu me mets et en enregistrant les modifications. maintenant j'essaie de redémarrer et je reviens si je peux. merci encore à tous pour votre aide;

Hors ligne

#14 Le 18/02/2009, à 15:29

MUMU40

Re : ubuntu à côté d' xp pro

Merci Sinbad83
j'ai récupérer windows XP OUf j'ai eu des sueurs froides;
pas que je tienne spécialement à windows xp mais je n'avais pas fait le nécessaire pour récupérer mes doc et mes profils firefox et thunderbird.. D'ailleurs est-ce possible de récupérer quelque chose de ces deux logiciels pour ne pas avoir à tout reparamétrer et conserver les mails, bookmark.....
merci encore Sinbad

Hors ligne

#15 Le 18/02/2009, à 17:53

sinbad83

Re : ubuntu à côté d' xp pro

Pour récupérer les marque-pages Firefox et carnet d'adresses Thunderbird, c'est archi facile, tu regardes http://coursinforev.ovh.org/dokuwiki/doku.php/changement_ordinateur?DokuWiki=35d69ae8be87c2bf3fed27d5709e79ac que j'avais rédigé pour Windows, mais qui marche pour Ubuntu.
Pour le courrier (Sans Garantie), regarde les répertoires Thunderbird des 2 côtés:
- Documents and Setting/ton_login/Application Data (dossier caché)/Thunderbird/Profiles/6tc0rc48x.default/Mail
- /home/ton_login/.mozilla-thunderbird (répertoire caché [Ctl+H pour le voir])/xcna103p.default/Mail
Tu fais un copier-coller d'une partie, de l'un vers l'autre et tu regardes le résultat dans Thunderbird-Ubuntu. Si cela plante, tu supprimes. Au moins, tu auras essayé (cela marche d'un PC à un autre en Windows en emmenant tout le dossier Thunderbird d'un coup).


La connaissance n'est pas une denrée rare, il faut la partager avec les autres.
Linux registered #484707
Site: www.coursinforev.org/doku.php
Desktop AMD Ryzen 5-3600, RAM 16GB, Ubuntu 20.10,   HP Pavillon G6 Ubuntu 20.10 et Ten, Serveur Ubuntu 18.04

Hors ligne

#16 Le 18/02/2009, à 22:00

MUMU40

Re : ubuntu à côté d' xp pro

encore merci sinbad83
j'ai réussi l'import de mes carnets d'adresses, marque page, il me reste à tenter le courrier et les agendas.
Encore merci j'ai eu vraiment un coup de chaud quand j'ai perdu le boot xp...

Hors ligne