Ubuntu Pastebin

Paste from it at Mon, 26 Oct 2015 18:58:09 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
it@it:~$ sudo grub-install --root-directory=/mnt /dev/sda
Installing GRUB to /dev/sda as (hd0)...
Installation finished. No error reported.
This is the contents of the device map /mnt/boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install'.

(fd0)	/dev/fd0
(hd0)	/dev/sda
(hd1)	/dev/sdb
it@it:~$
Download as text