B.13. rootfs 이미지가 initramfs가 아닙니다
설치 프로그램을 부팅할 때 콘솔에 다음 메시지가 표시되면 설치 프로그램 initrd.img 전송에 오류가 있을 수 있습니다.
[ ...] rootfs image is not initramfs
[ ...] rootfs image is not initramfs
이 문제를 해결하려면 initrd 를 다시 다운로드하거나 sha256sum 을 initrd.img 와 실행하고 설치 미디어의 .treeinfo 파일에 저장된 체크섬과 비교합니다. 예를 들면 다음과 같습니다.
sha256sum dvd/images/pxeboot/initrd.img fdb1a70321c06e25a1ed6bf3d8779371b768d5972078eb72b2c78c925067b5d8 dvd/images/pxeboot/initrd.img
$ sha256sum dvd/images/pxeboot/initrd.img
fdb1a70321c06e25a1ed6bf3d8779371b768d5972078eb72b2c78c925067b5d8 dvd/images/pxeboot/initrd.img
.treeinfo 에서 체크섬을 보려면 다음을 수행합니다.
grep sha256 dvd/.treeinfo images/efiboot.img = sha256:d357d5063b96226d643c41c9025529554a422acb43a4394e4ebcaa779cc7a917 images/install.img = sha256:8c0323572f7fc04e34dd81c97d008a2ddfc2cfc525aef8c31459e21bf3397514 images/pxeboot/initrd.img = sha256:fdb1a70321c06e25a1ed6bf3d8779371b768d5972078eb72b2c78c925067b5d8 images/pxeboot/vmlinuz = sha256:b9510ea4212220e85351cbb7f2ebc2b1b0804a6d40ccb93307c165e16d1095db
$ grep sha256 dvd/.treeinfo
images/efiboot.img = sha256:d357d5063b96226d643c41c9025529554a422acb43a4394e4ebcaa779cc7a917
images/install.img = sha256:8c0323572f7fc04e34dd81c97d008a2ddfc2cfc525aef8c31459e21bf3397514
images/pxeboot/initrd.img = sha256:fdb1a70321c06e25a1ed6bf3d8779371b768d5972078eb72b2c78c925067b5d8
images/pxeboot/vmlinuz = sha256:b9510ea4212220e85351cbb7f2ebc2b1b0804a6d40ccb93307c165e16d1095db
올바른 initrd.img 가 있지만 설치 프로그램을 부팅하는 동안 다음 커널 메시지가 표시되는 경우 종종 부팅 매개변수가 누락되거나 잘못 입력되고 설치 프로그램은 일반적으로 inst.repo= 매개변수로 참조된 stage2 를 로드할 수 없어 메모리 내 루트 파일 시스템에 전체 설치 프로그램 초기 램디스크를 제공합니다.
이 문제를 해결하려면 다음을 확인하십시오.
-
지정된 설치 소스가 커널 명령줄(
inst.repo=) 또는 Kickstart 파일에서 올바른 경우 - 네트워크 구성은 커널 명령줄에 지정됩니다(설치 소스가 네트워크로 지정된 경우)
- 다른 시스템에서 네트워크 설치 소스에 액세스할 수 있습니다.