단일 파티션 전용 GPT 파티션 디스크, ext4 포맷, extlinux (버전 4.05)를 부트 로더로, Ubuntu Core 버전 13.10 amd64를 rootfs로, Ubuntu linux-image-3.11.0-18-generic을 커널로 사용하여 새 시스템 설치 부트 로더 설정을 생성하기위한 extlinux-update.
재부팅 후 결과 (여전히 KVM 기반 가상 머신 내부)는 (initramfs) 프롬프트이며 다음 메시지가 표시됩니다.
mount: can't read '/etc/fstab': No such file or directory
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
The filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
BusyBox는 v1.20.2입니다.
회귀 :
- 파일 시스템이 확인되었습니다
fsck.ext4
루트 존재 확인
(initramfs) ls -l /dev/[hs]da*
ls: /dev/[hs]da*: No such file or directory
루트 부팅 인수
(initramfs) cat /proc/cmdline
initrd=/boot/initrd.img-3.11.0-18-generic ro quiet BOOT_IMAGE=/boot/vmlinuz-3.11.0-18-generic
로드 된 모듈 확인
(initramfs) cat /proc/modules
e1000 145368 0 - Live 0xffffffffa0000000
/ boot 폴더 내용
$ sudo ls -l boot
-rw------- 1 root root 3296162 Feb 18 22:37 System.map-3.11.0-18-generic
-rw-r--r-- 1 root root 1007681 Feb 18 22:37 abi-3.11.0-18-generic
-rw-r--r-- 1 root root 163258 Feb 18 22:37 config-3.11.0-18-generic
drwxr-xr-x 2 root root 4096 Mar 17 20:13 extlinux
-rw-r--r-- 1 root root 4995000 Mar 16 23:35 initrd.img-3.11.0-18-generic
-rw------- 1 root root 5634192 Feb 18 22:37 vmlinuz-3.11.0-18-generic
이 시스템을 기본 bash 프롬프트로 부팅하는 방법은 무엇입니까?