bon ben de passer le /dev/sda1 en uuid=… , ne change rien du moins dans grub:
[code]title		Ubuntu(initng), kernel 2.6.15-26-amd64-k8
root		(hd0,6)
kernel		/boot/vmlinuz-2.6.15-26-amd64-k8 root=/dev/hda7 ro quiet init=/sbin/initng
initrd		/boot/initrd.img-2.6.15-26-amd64-k8
savedefault
boot
This entry automatically added by the Debian installer for a non-linux OS
on /dev/hdb1
title		Microsoft Windows XP Professionnel
root		(hd1,0)
savedefault
makeactive
map		(hd0) (hd1)
map		(hd1) (hd0)
chainloader	+1
title		Debian sid 32bits, kernel 2.6.15-26-386
root		(hd0,0)
kernel		/boot/vmlinuz-2.6.15-26-386 root=/dev/hda1 ro quiet splash
initrd		/boot/initrd.img-2.6.15-26-386
savedefault
boot
title           Debian GNU/Linux, kernel 2.6.16-2-amd64-k8
root            (hd2,0)
kernel          /boot/vmlinuz-2.6.16-2-amd64-k8 root=UUID=6f66b0e4-6866-4c6c-805d-243072a23b16 ro
initrd          /boot/initrd.img-2.6.16-2-amd64-k8
savedefault[/code]
bon voici le topo:
-Mon chroot est effectué depuis ubuntu 64 sur hda7, visant à installer debian amd64sid sur /dev/sda1 (soit (hd2,0))
-le message d’erreur est en fait waiting for root file system(j’en conclus qu’il attend la partition comportant ma racine / . Une attente de 1min et un message nouveau apparait"dev/sda1 doesn’t exist"
- un fdisk -l sur mon ubuntu64: (seulement la partie en question)
 
[code]Disque /dev/sda: 251.0 Go, 251000193024 octets
255 têtes, 63 secteurs/piste, 30515 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1   *           1        1958    15727603+  83  Linux
/dev/sda2            1959        4569    20972857+  83  Linux
/dev/sda3            4570        4658      714892+  82  Linux swap / Solaris[/code]
-un fdisk -l dans le chroot:
[code]Disk /dev/sda: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1958    15727603+  83  Linux
/dev/sda2            1959        4569    20972857+  83  Linux
/dev/sda3            4570        4658      714892+  82  Linux swap / Solaris
[/code]
- dans le chroot cette comande:
 
root@jerome-desktop:/# dumpe2fs -h /dev/sda1 |grep -i uuid
dumpe2fs 1.39 (29-May-2006)
Filesystem UUID:          6f66b0e4-6866-4c6c-805d-243072a23b16
  grub boot sur le sata, mais il ne trouve pas ma partition racine. Le kernel se lance, est-ce un problème de prise en charge des disques sata?grub ne reconnais pas non plus cette tournure:
ni
 kernel          /boot/vmlinuz-2.6.16-2-amd64-k8 root=/dev/hdc1 ou hdd1
Avec deboostrap faut-il créer le compte root?(ou ca n’a, mais vraiment rien à voir  
 )