Probléme de démarage entre 2 systéme
pti doud
Messages postés
346
Statut
Membre
-
pti doud Messages postés 346 Statut Membre -
pti doud Messages postés 346 Statut Membre -
Bonjour,
j'ai installer xp et linux sur 2 partition de mon DD mai quand je démare mon pc il me dit erreur de chargenent de systéme d'exploitation .
Quelqu'un aurai pa une idée a me donner ou faut'il pas installer un logiceil ??? Merci
j'ai installer xp et linux sur 2 partition de mon DD mai quand je démare mon pc il me dit erreur de chargenent de systéme d'exploitation .
Quelqu'un aurai pa une idée a me donner ou faut'il pas installer un logiceil ??? Merci
A voir également:
- Probléme de démarage entre 2 systéme
- Restauration systeme windows 10 - Guide
- Supercopier 2 - Télécharger - Gestion de fichiers
- 2 ecran pc - Guide
- Word numéro de page 1/2 - Guide
- Comment refaire le système d'un ordinateur - Guide
12 réponses
ok, toujours a l'invité grub> tapes ceci (le 0 etant le zero):
root (hd0,0)
ensuite:
setup (hd0)
ensuite:
quit
redémarre ton pc tu devrais avoir de nouveau acces a ubuntu
root (hd0,0)
ensuite:
setup (hd0)
ensuite:
quit
redémarre ton pc tu devrais avoir de nouveau acces a ubuntu
pti doud
Messages postés
346
Statut
Membre
1
merci , tu me sauve la vie mai ya des fih=chier que je retrouve plus sé normale sa et moi linux é en 7.10 au lieu de 8.04 ??
ok donc tu me parles depuis le cd live c'est bien ça?
peus tu donner le résultat de cette commande dans un terminal:
sudo fdisk-l
peus tu donner le résultat de cette commande dans un terminal:
sudo fdisk-l
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1549f232
Device Boot Start End Blocks Id System
/dev/sda1 1 29742 238902583+ 83 Linux
/dev/sda2 30009 30401 3156772+ 5 Extended
/dev/sda3 * 29743 30008 2136645 83 Linux
/dev/sda5 30030 30401 2988058+ 82 Linux swap / Solaris
/dev/sda6 30009 30029 168619+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x1549f232
Device Boot Start End Blocks Id System
/dev/sda1 1 29742 238902583+ 83 Linux
/dev/sda2 30009 30401 3156772+ 5 Extended
/dev/sda3 * 29743 30008 2136645 83 Linux
/dev/sda5 30030 30401 2988058+ 82 Linux swap / Solaris
/dev/sda6 30009 30029 168619+ 82 Linux swap / Solaris
Partition table entries are not in disk order
bon et bien voila,
il n'y a plus windows sur ton disque....
as tu acces a ubuntu? ou est ce le meme message d'erreur?
il n'y a plus windows sur ton disque....
as tu acces a ubuntu? ou est ce le meme message d'erreur?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
ok donc toujours dans ce terminal tapes:
sudo grub –batch
ensuite: a l'invité grub>
find /boot/grub/stage1
et reviens me voir pour la suite en laissant le terminal ouvert, donne moi ce qu'a répondu la deuxième commande
sudo grub –batch
ensuite: a l'invité grub>
find /boot/grub/stage1
et reviens me voir pour la suite en laissant le terminal ouvert, donne moi ce qu'a répondu la deuxième commande
ubuntu@ubuntu:~$ sudo grub –batch
Probing devices to guess BIOS drives. This may take a long time.
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> find /boot/grub/stage1
find /boot/grub/stage1
(hd0,0)
grub>
mai j'ai déjà installer grub et lilo mai sa me marche pas
Probing devices to guess BIOS drives. This may take a long time.
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> find /boot/grub/stage1
find /boot/grub/stage1
(hd0,0)
grub>
mai j'ai déjà installer grub et lilo mai sa me marche pas
c'est surement parce que ta version 8.04 se trouve sur la troisième partition de ton disque dur et son grub aussi...
ouvre un terminal sous gutsy et tapes y:
sudo gedit
rends toi a /boot/grub/
et copie colle ici le contenu de ton menu.lst
laisse gedit ouvert ;)
ouvre un terminal sous gutsy et tapes y:
sudo gedit
rends toi a /boot/grub/
et copie colle ici le contenu de ton menu.lst
laisse gedit ouvert ;)
escuse moi j'avais mal comprit :
# 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 3
## 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=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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 locale=fr_FR
## 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, kernel 2.6.24-17-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-server
quiet
title Ubuntu 8.04, kernel 2.6.24-17-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-server
title Ubuntu 8.04, kernel 2.6.24-17-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-17-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-rt
title Ubuntu 8.04, kernel 2.6.24-17-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-17-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-openvz
title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-generic
title Ubuntu 8.04, kernel 2.6.24-16-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-server
quiet
title Ubuntu 8.04, kernel 2.6.24-16-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-server
title Ubuntu 8.04, kernel 2.6.24-16-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-16-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-rt
title Ubuntu 8.04, kernel 2.6.24-16-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-16-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-openvz
title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# 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 3
## 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=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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 locale=fr_FR
## 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, kernel 2.6.24-17-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-server
quiet
title Ubuntu 8.04, kernel 2.6.24-17-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-server
title Ubuntu 8.04, kernel 2.6.24-17-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-17-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-rt
title Ubuntu 8.04, kernel 2.6.24-17-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-17-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-openvz
title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-generic
title Ubuntu 8.04, kernel 2.6.24-16-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-server
quiet
title Ubuntu 8.04, kernel 2.6.24-16-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-server
title Ubuntu 8.04, kernel 2.6.24-16-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-16-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-rt
title Ubuntu 8.04, kernel 2.6.24-16-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-16-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-openvz
title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
hé ben tu en a des lignes dans ton grub.....
soit,
demain donc,
tu ouvre une console et tu tapes:
sudo gedit
tu ouvres ton menu list que tu trouveras a ce raccourci /boot/grub/menu.lst
tu rajoute ces lignes a la fin:
title other operating systems
root
# linux installation on /dev/sda3
title ubuntu 8.04
root (hd0,2)
chainloader +1
ensuite tu enregistres les modifications
tu fermes gedit
et lorsque tu redémarreras ton pc tu aura une nouvelle ligne a ton menu grub en dessous
choisis la,tu devrais arriver sur un autre grub
d'ou tu pouras booter ton autre distro ubuntu
bonne chance
malheureusement windows est disparu de ton disque
cette solution ne te permettras que d'acceder a tes deux partitions linux
si tu veus windows a nouveau,il faudra le reinstaller sur la première partition,préalablement formatée en NTFS
salut, et encore bonne chance :)
soit,
demain donc,
tu ouvre une console et tu tapes:
sudo gedit
tu ouvres ton menu list que tu trouveras a ce raccourci /boot/grub/menu.lst
tu rajoute ces lignes a la fin:
title other operating systems
root
# linux installation on /dev/sda3
title ubuntu 8.04
root (hd0,2)
chainloader +1
ensuite tu enregistres les modifications
tu fermes gedit
et lorsque tu redémarreras ton pc tu aura une nouvelle ligne a ton menu grub en dessous
choisis la,tu devrais arriver sur un autre grub
d'ou tu pouras booter ton autre distro ubuntu
bonne chance
malheureusement windows est disparu de ton disque
cette solution ne te permettras que d'acceder a tes deux partitions linux
si tu veus windows a nouveau,il faudra le reinstaller sur la première partition,préalablement formatée en NTFS
salut, et encore bonne chance :)
salut alor j'ai fait se que tu ma dit :
# 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 3
## 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=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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 locale=fr_FR
## 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, kernel 2.6.24-17-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-server
quiet
title Ubuntu 8.04, kernel 2.6.24-17-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-server
title Ubuntu 8.04, kernel 2.6.24-17-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-17-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-rt
title Ubuntu 8.04, kernel 2.6.24-17-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-17-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-openvz
title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-generic
title Ubuntu 8.04, kernel 2.6.24-16-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-server
quiet
title Ubuntu 8.04, kernel 2.6.24-16-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-server
title Ubuntu 8.04, kernel 2.6.24-16-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-16-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-rt
title Ubuntu 8.04, kernel 2.6.24-16-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-16-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-openvz
title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
title other operating systems
root
# linux installation on /dev/sda3
title ubuntu 8.04
root (hd0,2)
chainloader +1
### END DEBIAN AUTOMAGIC KERNELS LIST
mai il me dise que j'ai pas la permision pour enregistrer les modification ???
# 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 3
## 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=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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 locale=fr_FR
## 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, kernel 2.6.24-17-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-server
quiet
title Ubuntu 8.04, kernel 2.6.24-17-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-server
title Ubuntu 8.04, kernel 2.6.24-17-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-17-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-rt
title Ubuntu 8.04, kernel 2.6.24-17-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-17-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-openvz
title Ubuntu 8.04, kernel 2.6.24-17-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-17-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-17-generic
title Ubuntu 8.04, kernel 2.6.24-16-server
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-server
quiet
title Ubuntu 8.04, kernel 2.6.24-16-server (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-server root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-server
title Ubuntu 8.04, kernel 2.6.24-16-rt
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-rt
quiet
title Ubuntu 8.04, kernel 2.6.24-16-rt (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-rt root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-rt
title Ubuntu 8.04, kernel 2.6.24-16-openvz
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-openvz
quiet
title Ubuntu 8.04, kernel 2.6.24-16-openvz (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-openvz root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-openvz
title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro quiet splash locale=fr_FR
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 8.04, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=9ac75d5a-1573-4d2e-9ea8-b1a7142e1234 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
title other operating systems
root
# linux installation on /dev/sda3
title ubuntu 8.04
root (hd0,2)
chainloader +1
### END DEBIAN AUTOMAGIC KERNELS LIST
mai il me dise que j'ai pas la permision pour enregistrer les modification ???
salut a vous deux :)
dis moi pti doud,tu as accès a ta seconde partition ubuntu a présent?
tu es bien arrivé sur un autre grub non?
fais moi savoir
ensuite ,si tu as un cd d'installation d'xp
je peus te dire comment remettre xp au début du disque et recreer un dual boot avec ubuntu
@+
dis moi pti doud,tu as accès a ta seconde partition ubuntu a présent?
tu es bien arrivé sur un autre grub non?
fais moi savoir
ensuite ,si tu as un cd d'installation d'xp
je peus te dire comment remettre xp au début du disque et recreer un dual boot avec ubuntu
@+
salut , oui j'ai accés mais elle fait 2 giga ,oui j'ai toujour le cd de xp mais le probléme c'est quand j'installe xp internet me marche pas et tu serai pas comment faire pour retrouvé mais fichier qui était avent et aussi quand je démarre mon pc il y a beaucoup de version de ubuntu il y a ubuntu server, recordi mode, vz,......ques se que sait que sa ??
salut :)
pour xp: si tu n'as pas internet c'est que tu n'as pas installé le pilote soit;de ta carte ethernet,soit de ta carte wifi
verifie si tu n'as pas un cd "driver" avec ton pc
pour tes fichiers perdus: désolé je ne peus pas t'aider :(
tu as plus que probablement écrasé la partition ou ils se trouvaient :(
pour les differentes entrées dans ton grub, certaine ont leur utilité (memtest,recovery mode...)
si tu as des doublons inutiles tu sais maintenant comment on les supprimer ;)
sudo gedit/boot/grub/menu.lst
voila, bonne chance :)
pour xp: si tu n'as pas internet c'est que tu n'as pas installé le pilote soit;de ta carte ethernet,soit de ta carte wifi
verifie si tu n'as pas un cd "driver" avec ton pc
pour tes fichiers perdus: désolé je ne peus pas t'aider :(
tu as plus que probablement écrasé la partition ou ils se trouvaient :(
pour les differentes entrées dans ton grub, certaine ont leur utilité (memtest,recovery mode...)
si tu as des doublons inutiles tu sais maintenant comment on les supprimer ;)
sudo gedit/boot/grub/menu.lst
voila, bonne chance :)
pour l'internet j'ai essayer avec le cd de la free box sa marche pas avec le pammaux de configuration pour créer une nouvelle conextion sa me marche pa non plus et la partition ou se trouvé mes fichier je les pas toucher enfet la j'ai les fichier que j'avais effacer ya lontemps mai mon DD mafiche qu'il i a des fichier dessu
sous ubuntu:
cherche après tes fichiers dans le repertoire (ou les repertoires) "home" depuis:
raccourcis/poste de travail/volume ou systeme de fichiers
pour xp:il te manques surement les pilotes ;)
d'autres question? :)
cherche après tes fichiers dans le repertoire (ou les repertoires) "home" depuis:
raccourcis/poste de travail/volume ou systeme de fichiers
pour xp:il te manques surement les pilotes ;)
d'autres question? :)
cherche bien tes fichiers sur tout tes volumes(partitions) si tu ne les trouves pas, je ne peus pas t'aider
:(
en ce qui concerne la machine virtuelle je te conseille d'ouvrir un nouveau topic, perso je la trouve pas très au point encore et je ne l'utilise pas
mais quelqu'un d'autre pourais t'aider mieux que moi a ce sujet... ;)
voila :)
:(
en ce qui concerne la machine virtuelle je te conseille d'ouvrir un nouveau topic, perso je la trouve pas très au point encore et je ne l'utilise pas
mais quelqu'un d'autre pourais t'aider mieux que moi a ce sujet... ;)
voila :)
de rien,
il est préferable de toujours bien se documenter avant de se lancer dans une installation en dual boot,
les risques d'une mauvaise manipulation sont nombreux aussi bien pour windows que pour linux.
utilise la fonction "recherche" de poste de travail dans le navigateur de fichiers
a toi de voir si tu place ce topic en "resolu" ;)
il est préferable de toujours bien se documenter avant de se lancer dans une installation en dual boot,
les risques d'une mauvaise manipulation sont nombreux aussi bien pour windows que pour linux.
utilise la fonction "recherche" de poste de travail dans le navigateur de fichiers
a toi de voir si tu place ce topic en "resolu" ;)