Alexander V. Makartsev wrote on 1/24/26 4:09 AM:

Taking everything into consideration the right sequence of commands
should be:
      mkdir /tmp/RFS

OK.

      mount /dev/md126 /tmp/RFS    #Mount root filesystem

OK.

      mount --bind /dev /tmp/RFS/dev    #Mount bind real /dev to populate
chroot-ed /dev

OK.

      mount --bind /proc /tmp/RFS/proc    #Mount bind real /proc to
populate chroot-ed /proc

OK.

      mount --bind /sys /tmp/RFS/sys    #Mount bind real /systo populate
chroot-ed /sys

OK.

      chroot /tmp/RFS /usr/bin/bash    #Change root into directory /tmp/RFS

OK.

      grub-install --target=i386-pc /dev/sda    #Install grub stage 1 and
stage 2 MBR bootloader into /dev/sda and /boot

Produces the following message twice:
grub-install: warning: Couldn't find physical volume '(null)'. Some modules may be missing from core image.

That is followed by:
  Installation finished. No error reported.

Should I be worried about the two warning messages. (And, if so, what do I do about them).

  Doc

--
Web:  http://enginehousebooks.com/drevans

Reply via email to