Je ne sais pas ce qui c’est passé mais le système de fichier était passé en ext2 avec pertes de toutes les données dessus. Bref, boote sur Ubuntu, installation d’une Etch via debootstrap, tout ce passe sans anicroches (!), je reboot et là, même souci, donc :
En espérant ne rien oublier (issu d’un chroot sur Debian):
[code]# tail -n 33 /boot/grub/menu.lst
## End Default Options
title Debian GNU/Linux, kernel 2.6.18-5-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.18-5-686
savedefault
title Debian GNU/Linux, kernel 2.6.18-5-686 (single-user mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-5-686 root=/dev/sda1 ro single
initrd /boot/initrd.img-2.6.18-5-686
savedefault
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=9d8e2354-8aa9-441d-8bc7-51a0c849ad5b ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=9d8e2354-8aa9-441d-8bc7-51a0c849ad5b ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Ubuntu, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet
END DEBIAN AUTOMAGIC KERNELS LIST[/code]
# mount
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
/dev/sdb1 on /home type ext3 (rw)
/dev/sda2 on /media/sda2 type ext3 (rw)
/dev/sdc1 on /media/sdc1 type ext3 (rw)
# cat /proc/cmdline
cat: /proc/cmdline: Aucun fichier ou répertoire de ce type
# cat /proc/modules
cat: /proc/modules: Aucun fichier ou répertoire de ce type
# fdisk -l
cannot open /proc/partitions
Voici le fdisk -l sur Ubuntu (plus parlant
):
[code]# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2432 19535008+ 83 Linux
/dev/sda2 2433 4864 19535040 83 Linux
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 19457 156288321 83 Linux
Disk /dev/sdc: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 19457 156288321 83 Linux
[/code]
Voilà, si vous avez des pistes, je suis preneur 