daily pastebin goal
74%
SHARE
TWEET

Untitled

a guest May 24th, 2012 21 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@ubuntu:~$ sudo mount /dev/sda3 /mnt
  2. ubuntu@ubuntu:~$ sudo mount --bind dev /mnt/dev
  3. mount: special device dev does not exist
  4. ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
  5. ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/proc
  6. ubuntu@ubuntu:~$ sudo mount --bind /proc /mnt/sys
  7. ubuntu@ubuntu:~$ sudo chroot /mnt
  8. root@ubuntu:/# grub-install /dev/sda
  9. Installation finished. No error reported.
  10. root@ubuntu:/# update-grub
  11. Generating grub.cfg ...
  12. Found linux image: /boot/vmlinuz-3.2.0-23-generic-pae
  13. Found initrd image: /boot/initrd.img-3.2.0-23-generic-pae
  14. Found memtest86+ image: /boot/memtest86+.bin
  15. Cannot find list of partitions!  (Try mounting /sys.)
  16. done
  17. root@ubuntu:/#
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top