OVH Cloud OVH Cloud

error 29 : disk write error :$

2 réponses
Avatar
Pumpkin4Real
bonjour =E0 toutes & =E0 tous,


j'ai re=E7u un portable Packard Bell sur lequel j'ai install=E9 XP Pro
puis Ubuntu 5.04 en dualboot.

Tout fonctionnait bien, jusqu'=E0 ce vendredi o=F9 j'ai d=E9cid=E9, =E0 la
sortie de la version 5.10 d'Ubuntu, d'=E9craser la pr=E9c=E9dente !

D=E8s lors, quand j'essaie de lancer XP Pro =E0 partir du message d'accueil=
de Grub,
j'ai le message suivant :


Booting 'Windows XP Professionnel'

root=09(hd0,0)
Filesystem type unknown, partition type 0x7
savedefault
makeactive


Error 29: Disk write error

Press any key to continue...


j'ai fait la m=EAme manipulation sur un autre portable Dell, avec lequel
je n'ai eu aucun probl=E8me.

alors, je voudrais bien savoir qu'est ce qui a pu se passer ?


merci d'avance pour vos suggestions !




--

let's hope the best with best and even more with worse !

--------(@ @)-------
----oOO---OOo---

esp=E8rons le meilleur aux meilleur(e)s et encore plus aux moins bon(ne)s !

--

2 réponses

Avatar
Pumpkin4Real
Disque /dev/hda: 20.0 Go, 20003880960 octets
255 têtes, 63 secteurs/piste, 2432 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets

Périphérique Amorce Début Fin Blocs Id Système
/dev/hda1 1 810 6506293+ 7 HPFS/NTFS
/dev/hda2 811 1658 6811560 f W95 Etendu (LBA)
/dev/hda3 * 1659 2432 6217155 83 Linux
/dev/hda5 811 1620 6506293+ b W95 FAT32
/dev/hda6 1621 1658 305203+ 82 Linux swap / Solari s


puis j'ai monté les 2 partitions (NTFS & FAT32) pour voir si j'y ai acc ès :

Sys. de fich. 1K-blocs Occupé Disponible Capacité Mont é sur
/dev/hda3 6119552 2048608 3760088 36% /
tmpfs 112236 0 112236 0% /dev/shm
tmpfs 112236 12588 99648 12%
/lib/modules/2.6.12-9-386/volatile
/dev/hda1 6506292 2788316 3717976 43% /mnt/partition1
/dev/hda5 6493592 6469708 23884 100% /mnt/partition5




--

let's hope the best with best and even more with worse !

--------(@ @)-------
----oOO---OOo---

espèrons le meilleur aux meilleur(e)s et encore plus aux moins bon(ne)s !

--
Avatar
Pumpkin4Real
voici qlq détails que j'ai modifiés dans mon fichier /boot/grub/menu.ls t


## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default e ntry
# (normally the first entry defined).
timeout 86400 <----------


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

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

title Linux, 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 Other operating systems:
root


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