'chroot' cherche '/bin/bash'
Bonjour,
après avoir installé un dual boot via secure remix Ubuntu et W7, j'essaye d'installer Debian 7.5.0, toujours en dual boot avec W7, sur un LVM chiffré.
l'installation de grub2 s'étant terminée par des erreurs, j'ai continué l'installation sans grub2. l'installer a dit que c'était fait :-)
j'entre dans le pc via un live lubuntu 14.04, décrypte le groupe de volumes et les monte ainsi que la partition séparée /boot :
root@lubuntu:~# mount
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/mapper/gvdeb750wheezy-lv_slash_racine on /mnt/system type ext4 (rw)
/dev/mapper/gvdeb750wheezy-lv_usr on /mnt/system/usr type ext4 (rw)
/dev/mapper/gvdeb750wheezy-lv_var on /mnt/system/var type ext4 (rw)
/dev/mapper/gvdeb750wheezy-lv_tmp on /mnt/system/tmp type ext4 (rw)
/dev/mapper/gvdeb750wheezy-lv_home on /mnt/system/home type ext4 (rw)
/dev/sda6 on /mnt/system/boot type ext2 (rw)
/dev on /mnt/system type none (rw,bind)
/proc on /mnt/system/proc type none (rw,bind)
/dev on /mnt/system/dev type none (rw,bind)
au passage je ne sais pas pourquoi il y a deux fois la ligne '/dev on /mnt/system/dev type none (rw,bind)'
j'essaye d'entrer dans le systeme monté :
root@lubuntu:~# chroot /mnt/system
chroot: failed to run command ‘/bin/bash’: No such file or directory
et là j'ignore où se trouve ce /bin
voilà ce qu'il y a dans le /mnt/system :
root@lubuntu:/mnt/system# ls
agpgart loop2 rfkill tty23 tty57 ttyS31
autofs loop3 rtc tty24 tty58 ttyS4
block loop4 rtc0 tty25 tty59 ttyS5
bsg loop5 sda tty26 tty6 ttyS6
btrfs-control loop6 sda1 tty27 tty60 ttyS7
bus loop7 sda2 tty28 tty61 ttyS8
char loop-control sda3 tty29 tty62 ttyS9
console mapper sda5 tty3 tty63 uhid
core mcelog sda6 tty30 tty7 uinput
cpu mem sda7 tty31 tty8 urandom
cpu_dma_latency net sdb tty32 tty9 usb
cuse network_latency sdb1 tty33 ttyprintk v4l
dev network_throughput sg0 tty34 ttyS0 vcs
disk null sg1 tty35 ttyS1 vcs1
dm-0 port shm tty36 ttyS10 vcs2
dm-1 ppp snapshot tty37 ttyS11 vcs3
dm-2 proc snd tty38 ttyS12 vcs4
dm-3 psaux stderr tty39 ttyS13 vcs5
dm-4 ptmx stdin tty4 ttyS14 vcs6
dm-5 pts stdout tty40 ttyS15 vcs7
dm-6 ram0 tty tty41 ttyS16 vcsa
dri ram1 tty0 tty42 ttyS17 vcsa1
ecryptfs ram10 tty1 tty43 ttyS18 vcsa2
fb0 ram11 tty10 tty44 ttyS19 vcsa3
fd ram12 tty11 tty45 ttyS2 vcsa4
full ram13 tty12 tty46 ttyS20 vcsa5
fuse ram14 tty13 tty47 ttyS21 vcsa6
gvdeb750wheezy ram15 tty14 tty48 ttyS22 vcsa7
hidraw0 ram2 tty15 tty49 ttyS23 vga_arbiter
hidraw1 ram3 tty16 tty5 ttyS24 vhost-net
hpet ram4 tty17 tty50 ttyS25 video0
input ram5 tty18 tty51 ttyS26 zero
kmsg ram6 tty19 tty52 ttyS27 zram0
kvm ram7 tty2 tty53 ttyS28 zram1
log ram8 tty20 tty54 ttyS29
loop0 ram9 tty21 tty55 ttyS3
loop1 random tty22 tty56 ttyS30
voilà le contenu du groupe de volumes :
root@lubuntu:/mnt/system/gvdeb750wheezy# ls
lv_home lv_slash_racine lv_swap lv_tmp lv_usr lv_var
root@lubuntu:/mnt/system/gvdeb750wheezy# ls /dev/mapper
control gvdeb750wheezy-lv_slash_racine gvdeb750wheezy-lv_usr
encrypted-volume gvdeb750wheezy-lv_swap gvdeb750wheezy-lv_var
gvdeb750wheezy-lv_home gvdeb750wheezy-lv_tmp
y# df -h
df: ‘/mnt/system/usr’: No such file or directory
df: ‘/mnt/system/var’: No such file or directory
df: ‘/mnt/system/tmp’: No such file or directory
df: ‘/mnt/system/home’: No such file or directory
Filesystem Size Used Avail Use% Mounted on
/cow 2.0G 104M 1.9G 6% /
/dev/mapper/gvdeb750wheezy-lv_slash_racine 2.0G 4.0K 2.0G 1% /mnt/system
tmpfs 392M 1.2M 391M 1% /run
/dev/sdb1 15G 715M 15G 5% /cdrom
/dev/loop0 635M 635M 0 100% /rofs
none 4.0K 0 4.0K 0% /sys/fs/cgroup
tmpfs 2.0G 4.0K 2.0G 1% /tmp
none 5.0M 0 5.0M 0% /run/lock
none 2.0G 0 2.0G 0% /run/shm
none 100M 20K 100M 1% /run/user
/dev 2.0G 4.0K 2.0G 1% /mnt/system
après création des répertoires manquants dans /mnt/system et re-mounté les partitions lv dans /mnt/system :
root@lubuntu:/mnt/system# df -h
Filesystem Size Used Avail Use% Mounted on
/cow 2.0G 104M 1.9G 6% /
/dev/mapper/gvdeb750wheezy-lv_slash_racine 2.0G 4.0K 2.0G 1% /mnt/system
tmpfs 392M 1.2M 391M 1% /run
/dev/sdb1 15G 715M 15G 5% /cdrom
/dev/loop0 635M 635M 0 100% /rofs
none 4.0K 0 4.0K 0% /sys/fs/cgroup
tmpfs 2.0G 4.0K 2.0G 1% /tmp
none 5.0M 0 5.0M 0% /run/lock
none 2.0G 0 2.0G 0% /run/shm
none 100M 20K 100M 1% /run/user
/dev/mapper/gvdeb750wheezy-lv_usr 9.1G 3.2G 5.8G 36% /mnt/system/usr
/dev/mapper/gvdeb750wheezy-lv_var 3.7G 249M 3.3G 7% /mnt/system/var
/dev/mapper/gvdeb750wheezy-lv_tmp 4.5G 9.4M 4.4G 1% /mnt/system/tmp
/dev/mapper/gvdeb750wheezy-lv_home 142G 60M 139G 1% /mnt/system/home
/dev/sda6 1.8G 8.3M 1.7G 1% /mnt/system/boot
nouvelle tentative :
root@lubuntu:/mnt/system# chroot /mnt/system
chroot: failed to run command ‘/bin/bash’: No such file or directory
je ne sais pas non plus entrer dans la partition racine :
root@lubuntu:/mnt/system# cd /dev/mapper/gvdeb750wheezy-lv_slash_racine
-bash: cd: /dev/mapper/gvdeb750wheezy-lv_slash_racine: Not a directory
il semble bien qu'il y ait un pb avec la partition racine et son 'bin' :-)
une idée ?
merci d'avance.
cordialement.
debianux
Dernière modification par debianux (28-06-2014 08:45:26)