एक HDD मेरे RAID से दुर्घटनाग्रस्त हो गया और मैंने एक नया HDD जोड़ा।
अब मैं नए 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 अभी भी एसडीए पर होना है) मैंने सिस्टम को पुनरारंभ किया। सिस्टम बूट हो गया और चेतावनी चली गई। मुझे नहीं पता कि क्या चेतावनी दी।
grub-install /dev/md1
, लेकिन क्या आप सुनिश्चित हैं कि आपको md डिवाइस पर ग्रब की आवश्यकता है? क्या आप md डिवाइस से बूट करते हैं?
cat /proc/mdstat
यहाँ का परिणाम पोस्ट करें।