스크래치로부터 라이브 CD - vmlinuz* / initrd.img* 없음

스크래치로부터 라이브 CD - vmlinuz* / initrd.img* 없음

이 가이드를 따르세요:

https://help.ubuntu.com/community/LiveCDCustomizationFromScratch

묻는 경우 :

cp chroot/boot/vmlinuz-2.6.--일반 이미지/casper/vmlinuz

cp chroot/boot/initrd.img-2.6.--일반 이미지/casper/initrd.lz

다음과 같은 파일이 없습니다.

ls chroot/부팅

grub memtest86+.bin memtest86+.elf memtest86+_multiboot.bin

가이드가 오래되었나요? 아니면 제가 한 단계를 놓쳤나요?

편집하다:

아래 내 의견에 따라 나는 다음을 수행하고 있습니다.

sudo debootstrap --arch=$ARCH $RELEASE chroot

amd64와 trusty는 값입니다.

답변1

이 가이드는 오래되었으며 2.6.xx 커널을 기반으로 합니다. 이 질문이 최근에 요청되었으므로 최신 커널 버전을 실행하고 있다고 가정합니다.

Trusty Tahr용, 64비트 -

sudo debootstrap --arch=amd64 trusty chroot

커널 버전을 확인하려면 터미널에 다음을 입력하세요.

uname -r

이제 2.6.x-x커널 버전으로 교체하십시오. 예- 3.13.0-37.

cp chroot/boot/vmlinuz-3.13.0-37-generic image/casper/vmlinuz

cp chroot/boot/initrd.img-3.13.0-37-generic image/casper/initrd.lz

관련 정보