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 15/02/2009, à 18:12

boudepain

PB boot windows

Bonjour, après avoir décidé de me passer de windows et de m'en tenir à Ubuntu, j'ai du réinstaller windows pour continuer de jouer sous pc (souci de simplification). J'ai donc réinstaller windows sur mon deuxième disque dur et j'ai perdu ubuntu au boot. J'ai donc suivi le tutoriel de restauration de grub pour pouvoir le sélectionner au lancement et depuis je ne parviens plus à lancer windows.

Ci-dessous le résultat de ma commande fdisk -l :

Disque /dev/sda: 160.0 Go, 160041885696 octets
255 heads, 63 sectors/track, 19457 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x86ad86ad
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1               1        2188    17575078+  83  Linux
/dev/sda2            2189        5736    28499310    5  Extended
/dev/sda3   *        5737       19457   110206976    7  HPFS/NTFS
/dev/sda5            2189        2250      497983+  82  Linux swap / Solaris
/dev/sda6            2251        5736    28001263+  83  Linux

Disque /dev/sdb: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x000616dc

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdb1   *           2       30401   244188000    f  W95 Etendu (LBA)
/dev/sdb5               2       15201   122093968+   b  W95 FAT32
/dev/sdb6           15202       30401   122093968+   7  HPFS/NTFS

Ci-dessous mon fichier /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		25

## 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=c5a3d693-b788-4167-a087-58c6459d8212 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=c5a3d693-b788-4167-a087-58c6459d8212

## 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=splash vga=769

## 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.10, kernel 2.6.27-11-generic
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro splash vga=769 
initrd		/boot/initrd.img-2.6.27-11-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro  single
initrd		/boot/initrd.img-2.6.27-11-generic

title		Ubuntu 8.10, kernel 2.6.27-9-generic
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-9-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro splash vga=769 
initrd		/boot/initrd.img-2.6.27-9-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-9-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro  single
initrd		/boot/initrd.img-2.6.27-9-generic

title		Ubuntu 8.10, kernel 2.6.27-7-generic
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro splash vga=769 
initrd		/boot/initrd.img-2.6.27-7-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro  single
initrd		/boot/initrd.img-2.6.27-7-generic

title		Ubuntu 8.10, memtest86+
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

Pourriez-vous m'aider svp? Merci d'avance

Hors ligne

#2 Le 15/02/2009, à 18:52

Carroués

Re : PB boot windows

Salut,

Si ton Windows est sur le 2e disque, c'est loupé, car c'est une partition étendue !

C'est quelle partition qui contient Windows : sda3 ou sdb6 ?

Edit : Télécharge ceci sur ton bureau puis saisis (ou copier-coller) ceci dans un terminal

sudo bash ~/Bureau/boot_info_script*.sh

Poste en entier le fichier texte RESULTS.txt que tu trouveras sur ton bureau.

Dernière modification par carroues (Le 15/02/2009, à 19:19)

Hors ligne

#3 Le 16/02/2009, à 10:56

boudepain

Re : PB boot windows

Bonjour,

Je ne suis pas chez moi de la semaine donc je ne pourrai te donner le résultat de la commande qu'à partir de vendredi soir. Concernant le windows, il est effectivement sur mon deuxième disque qui est une partition étendue : c'est la partition sdb5 en FAT32. Merci de la réponse rapide cela dit.

Hors ligne

#4 Le 16/02/2009, à 10:59

slasher_fun

Re : PB boot windows

Bonjour

boudepain a écrit :

Concernant le windows, il est effectivement sur mon deuxième disque qui est une partition étendue

Fail : Windows ne sait pas booter depuis une partition étendue. Ça ne pourra donc pas fonctionner wink

Hors ligne

#5 Le 16/02/2009, à 12:00

boudepain

Re : PB boot windows

Aïe sad OK, mais pourrais-tu m'expliquer pourquoi je bootais dessus jusqu'à temps que je fasse la restauration de Grub sur la première partition de mon premier disque dur {(hd0,0) en suivant le tutoriel de restauration de Grub, commande find /boot/grub/stage1} ?

Hors ligne

#6 Le 16/02/2009, à 12:28

Compte anonymisé

Re : PB boot windows

Peut être tout simplement parcequ'Xp est installé non sur le deuxième disque mais sur le premier (/dev/sda3)

Pour en être sûr édite menu.lst :
sudo  gedit /boot/grub/menu.lst

et en fin de fichier tu ajoutes ceci :

title Windows Xp
root (hd0,2)
chainloader +1

Et aussi, en début de ce même fichier, mets en commentaire la ligne :
#  hiddenmenu

@+

Dernière modification par Compte anonymisé (Le 16/02/2009, à 12:30)

#7 Le 21/02/2009, à 12:33

boudepain

Re : PB boot windows

Bonjour, désolé de ne répondre que maintenant mais je viens de rentrer chez moi: je poste le contenu du fichier Results.txt

============================= Boot Info Summary: ==============================

 => Grub0.97 is installed in the MBR of /dev/sda and looks on the same drive 
    in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
 => Windows is installed in the MBR of /dev/sdb

sda1: _________________________________________________________________________

    File system:       ext3
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 8.10
    Boot files/dirs:   /boot/grub/menu.lst /etc/fstab

sda2: _________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sda5: _________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

sda6: _________________________________________________________________________

    File system:       ext3
    Boot sector type:  -
    Boot sector info:  
    Operating System:  
    Boot files/dirs:   

sda3: _________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows XP
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files/dirs:   /boot.ini /ntldr /NTDETECT.COM

sdb1: _________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sdb5: _________________________________________________________________________

    File system:       vfat
    Boot sector type:  Fat32
    Boot sector info:  According to the info in the boot sector, sdb5 starts 
                       at sector 63.
    Operating System:  Windows XP
    Boot files/dirs:   

sdb6: _________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows XP
    Boot sector info:  According to the info in the boot sector, sdb6 starts 
                       at sector 63.
    Operating System:  
    Boot files/dirs:   

=========================== Drive/Partition Info: =============================

Drive sda: _____________________________________________________________________

Disque /dev/sda: 160.0 Go, 160041885696 octets
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 secteurs
Units = secteurs of 1 * 512 = 512 bytes
Identifiant disque: 0x86ad86ad

Partition  Boot         Start           End          Size  Id System

/dev/sda1                  63    35,150,219    35,150,157  83 Linux
/dev/sda2          35,150,220    92,148,839    56,998,620   5 Extended
/dev/sda5          35,150,283    36,146,249       995,967  82 Linux swap / Solaris
/dev/sda6          36,146,313    92,148,839    56,002,527  83 Linux
/dev/sda3    *     92,162,048   312,575,999   220,413,952   7 HPFS/NTFS


Drive sdb: _____________________________________________________________________

Disque /dev/sdb: 250.0 Go, 250059350016 octets
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 secteurs
Units = secteurs of 1 * 512 = 512 bytes
Identifiant disque: 0x000616dc

Partition  Boot         Start           End          Size  Id System

/dev/sdb1    *         16,065   488,392,064   488,376,000   f W95 Ext d (LBA)
/dev/sdb5              16,128   244,204,064   244,187,937   b W95 FAT32
/dev/sdb6         244,204,128   488,392,064   244,187,937   7 HPFS/NTFS


blkid -c /dev/null: ____________________________________________________________

/dev/sda1: UUID="c5a3d693-b788-4167-a087-58c6459d8212" TYPE="ext3" 
/dev/sda3: UUID="52BC3EA8BC3E868F" LABEL="Datas_2" TYPE="ntfs" 
/dev/sda5: UUID="20bed2b9-272a-420c-88ad-86ee35f6167e" TYPE="swap" 
/dev/sda6: UUID="ad4e670a-6379-49b9-9d6f-4e0f9779475a" TYPE="ext3" 
/dev/sdb5: UUID="4996-5AC6" TYPE="vfat" 
/dev/sdb6: UUID="CEB8FC2AB8FC12A7" LABEL="Data_1" TYPE="ntfs" 

=============================== "mount" output: ===============================

/dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
/dev/sda6 on /home type ext3 (rw,relatime)
/dev/sdb6 on /media/Data1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda3 on /media/Data2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb5 on /media/sdb5 type vfat (rw,utf8,umask=0)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/keba/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=keba)

=========================== sda1/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		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=c5a3d693-b788-4167-a087-58c6459d8212 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=c5a3d693-b788-4167-a087-58c6459d8212

## 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=splash vga=769

## 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.10, kernel 2.6.27-11-generic
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro splash vga=769 
initrd		/boot/initrd.img-2.6.27-11-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro  single
initrd		/boot/initrd.img-2.6.27-11-generic

title		Ubuntu 8.10, kernel 2.6.27-9-generic
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-9-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro splash vga=769 
initrd		/boot/initrd.img-2.6.27-9-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-9-generic (recovery mode)
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-9-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro  single
initrd		/boot/initrd.img-2.6.27-9-generic

title		Ubuntu 8.10, kernel 2.6.27-7-generic
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro splash vga=769 
initrd		/boot/initrd.img-2.6.27-7-generic
quiet

title		Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/vmlinuz-2.6.27-7-generic root=UUID=c5a3d693-b788-4167-a087-58c6459d8212 ro  single
initrd		/boot/initrd.img-2.6.27-7-generic

title		Ubuntu 8.10, memtest86+
uuid		c5a3d693-b788-4167-a087-58c6459d8212
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

=============================== sda1/etc/fstab: ===============================

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc	/proc	proc	defaults	0	0
#Entry for /dev/sda1 :
UUID=c5a3d693-b788-4167-a087-58c6459d8212	/	ext3	relatime,errors=remount-ro	0	1
#Entry for /dev/sda6 :
UUID=ad4e670a-6379-49b9-9d6f-4e0f9779475a	/home	ext3	relatime	0	2
#Entry for /dev/sdb6 :
UUID=CEB8FC2AB8FC12A7	/media/Data1	ntfs-3g	defaults,locale=fr_FR.UTF-8	0	0
#Entry for /dev/sda3 :
UUID=52BC3EA8BC3E868F	/media/Data2	ntfs-3g	defaults,locale=fr_FR.UTF-8	0	0
#Entry for /dev/sdb5 :
UUID=4996-5AC6	/media/sdb5	vfat	defaults,utf8,umask=0	0	2
#Entry for /dev/sda5 :
UUID=20bed2b9-272a-420c-88ad-86ee35f6167e	none	swap	sw	0	0
/dev/scd0	/media/cdrom0	udf,iso9660	user,noauto,exec,utf8	0	0



=================== sda1: Location of files loaded by Grub: ===================


   5.2GB: boot/grub/menu.lst
   5.2GB: boot/grub/stage2
   5.1GB: boot/initrd.img-2.6.27-11-generic
   5.1GB: boot/initrd.img-2.6.27-7-generic
   5.1GB: boot/initrd.img-2.6.27-9-generic
   5.1GB: boot/vmlinuz-2.6.27-11-generic
   5.2GB: boot/vmlinuz-2.6.27-7-generic
   5.2GB: boot/vmlinuz-2.6.27-9-generic
   5.1GB: initrd.img
   5.1GB: initrd.img.old
   5.1GB: vmlinuz
   5.2GB: vmlinuz.old

================================ sda3/boot.ini: ================================

[boot loader]

timeout=30

default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS

[operating systems]

multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professionnel" /noexecute=optin /fastdetect

Est-ce que cela vous permet de mieux comprendre pourquoi je n'arriev pasà lancer windows ?

Hors ligne

#8 Le 21/02/2009, à 12:58

Carroués

Re : PB boot windows

Selon ce que je vois, tu confirmes mes soupçons : Windows est sur sda3, donc modifie ton fichier menu.lst selon les instructions de jeanjd63 en post #6. Les lignes sont à rajouter impérativement après ### END DEBIAN AUTOMAGIC KERNELS LIST

Si tu as également installé Windows en sdb6 (edit : ce serait même en sdb5 apparemment), tu pourras re-formater et récupérer les partitions pour en faire autre chose : Windows ne sait pas démarrer sur une partition étendue.

Dernière modification par carroues (Le 21/02/2009, à 13:06)

Hors ligne

#9 Le 21/02/2009, à 13:16

boudepain

Re : PB boot windows

Merci beaucoup, c'était cela le problème. Je peux de nouveau redémarrer windows. Tks

Hors ligne