একজন এইচডিডি আমার রেড থেকে ক্র্যাশ হয়ে গেছে এবং আমি একটি নতুন এইচডিডি যুক্ত করেছি।
এখন আমি নতুন HDD এ GRUB ইনস্টল করতে চেয়েছিলাম: সঙ্গে grub-install /dev/sdb
। আমি এই সতর্কতাগুলি পেয়েছি:
Installing for i386-pc platform.
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
grub-install: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Installation finished. No error reported.
উপর update-grub2
আমি পাবেন:
Generating grub configuration file ...
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found linux image: /boot/vmlinuz-3.13.0-30-generic
Found initrd image: /boot/initrd.img-3.13.0-30-generic
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found memtest86+ image: /memtest86+.elf
Found memtest86+ image: /memtest86+.bin
done
আউটপুট cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md3 : active raid1 sdb4[3] sda4[2]
1847608639 blocks super 1.2 [2/2] [UU]
md1 : active raid1 sdb2[3] sda2[2]
524276 blocks super 1.2 [2/2] [UU]
md2 : active raid1 sdb3[3] sda3[2]
1073740664 blocks super 1.2 [2/2] [UU]
md0 : active raid1 sdb1[3] sda1[2]
8387572 blocks super 1.2 [2/2] [UU]
unused devices: none
আমি উভয় কার্নেল দিয়ে apt-get install --reinstall
আবার ইনস্টল করেছি তবে এই ত্রুটিগুলি / সতর্কতা অব্যাহত রয়েছে।
কেউ কীভাবে জানে যে আমি কীভাবে এগুলি থেকে মুক্তি পেতে পারি?
হালনাগাদ:
যেহেতু এটি কেবল একটি সতর্কবার্তা ছিল, ত্রুটি নয় (এবং GRUB এখনও Sda তে থাকা উচিত) আমি সিস্টেমটি পুনরায় চালু করেছি। সিস্টেমটি বুট হয়ে গেছে এবং সতর্কতাগুলি গেছে। সতর্কতাগুলি কি ট্রিগার করেছিল তা আমি জানি না।
grub-install /dev/md1
, তবে ব্যবহার করুন , তবে আপনি কি এমডি ডিভাইসে গ্রাবের প্রয়োজন? আপনি এমডি ডিভাইস থেকে বুট করবেন?
cat /proc/mdstat
এখানে ফলাফল পোস্ট করুন।