मुझे कई बार इससे काट दिया गया है, और आज openssl
मेरे सर्वर में अपडेट के बाद ग्रब ने शिकायत की कि मुझे इसे फिर से स्थापित करना चाहिए क्योंकि "हार्ड डिस्क जो पहले स्थापित थी, वह मौजूद नहीं है"।
मेरे पास निम्न सेटअप के साथ 1 स्थापना है (बूटिनफॉस्क्रिप्ट के अनुसार):
> ============================= Boot Info Summary: ===============================
>
> => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at
> sector 1 of the same hard drive for core.img. core.img is at this location and looks
> for (mduuid/d2a04f98760e2b3cc23ba87845667605)/grub on this drive.
>
> => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
> the same hard drive for core.img. core.img is at this location and looks
> for (mduuid/d2a04f98760e2b3cc23ba87845667605)/grub on this drive.
My mount points are:
> /dev/md2 on / type ext4 (rw)
> /dev/md1 on /boot type ext3 (rw)
And mduuid seems to match the ones bootinfoscript mentions:
> ls -l /dev/disk/by-id/md-uuid-*
>
> lrwxrwxrwx 1 root root 9 Mar 19 11:37 /dev/disk/by-id/md-uuid-38048286:e3004e47:510ca3e1:2bae3f2e -> ../../md2
>
> lrwxrwxrwx 1 root root 9 Mar 19 11:37 /dev/disk/by-id/md-uuid-d2a04f98:760e2b3c:c23ba878:45667605 -> ../../md1
>
> lrwxrwxrwx 1 root root 9 Mar 19 11:37 /dev/disk/by-id/md-uuid-e099b695:0143bb58:e4ef7645:0f22ce0b -> ../../md0
ग्रब-इंस्टॉल कार्य चलाना, लेकिन मैं यह सुनिश्चित करना चाहता हूं कि रिबूट करने के बाद ग्रब वास्तव में मेरे विभाजन को सही ढंग से बूट करेगा।
मैं इसे कैसे सत्यापित कर सकता हूं?