एक एकल विभाजन के लिए समर्पित GPT विभाजन वाली डिस्क, ext4 स्वरूपित, extlinux (संस्करण 4.05) को बूटलोडर के रूप में, उबंटू कोर संस्करण 13.10 amd64 को रूटफिश के रूप में और उबंटू लिनक्स-छवि-3.11.0-18-जेनेरिक को कर्नेल के रूप में उपयोग करके एक नई प्रणाली स्थापित करना । और बूटलोडर विन्यास उत्पन्न करने के लिए एक्स्टलिनक्स-अपडेट।
रिबूट (अभी भी एक 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.
बिजीबॉक्स 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
/ बूट फ़ोल्डर सामग्री
$ 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
इस सिस्टम को अपेक्षित डिफॉल्ट बैश प्रॉम्प्ट पर बूट कैसे करें?