Advertisement
Guest User

Untitled

a guest
May 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. grep with -q taken out
  2.  
  3. [root@sysresccd /]# grub-install /dev/sda
  4. (hd0) /dev/sda
  5. /dev/sda: Not found or not a block device
  6.  
  7.  
  8. root@sysresccd /root % grub-install --root-directory=/mnt/hd /dev/sda
  9. Installation finished. No error reported.
  10. This is the contents of the device map /mnt/hd/boot/grub/device.map.
  11. Check if this is correct or not. If any of the lines is incorrect,
  12. fix it and re-run the script `grub-install'.
  13.  
  14. (fd0) /dev/fd0
  15. (hd0) /dev/sda
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement