chroot apt-get 업데이트의 우분투 실패 - 패키지를 구문 분석할 수 없습니다.

chroot apt-get 업데이트의 우분투 실패 - 패키지를 구문 분석할 수 없습니다.

Ubuntu 12.04에서 chroot하고 apt-get updatechroot 홈에서 실행하면 다음을 얻습니다.

100% [21 Translation-en gzip 0 B] [22 Translation-en bzip2 3E: Unable to parse package file /var/lib/apt/lists/partial/ports.ubuntu.com_ubuntu-ports_dists_precise_multiverse_i18n_Translation-en.decomp (1)

W: Failed to fetch gzip:/var/lib/apt/lists/partial/ports.ubuntu.com_ubuntu-ports_dists_precise_main_source_Sources Hash Sum mismatch  

W: Failed to fetch gzip:/var/lib/apt/lists/partial/ports.ubuntu.com_ubuntu-ports_dists_precise_universe_i18n_Translation-en Encountered a section with no Package: header             

E: Some index files failed to download. They have been ignored, or old ones used instead.

이 오류를 어떻게 해결할 수 있나요?

답변1

mount /dev/sda2 /mnt/xxx
mount -t sysfs none /mnt/xxx/sys
mount -t proc none /mnt/xxx/proc
mount --bind /dev/ /mnt/xxx/dev
mount --bind /dev/pts /mnt/xxx/dev/pts
mount -o bind /etc/resolv.conf /mnt/xxx/etc/resolv.conf
chroot /mnt/xxx

관련 정보