daily pastebin goal
17%
SHARE
TWEET

toastedmilk

a guest Feb 12th, 2010 51 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@ubuntu:~$ sudo mkdir -p /media/ubuntu
  2. ubuntu@ubuntu:~$ sudo mount /dev/sda1 /media/ubuntu
  3. ubuntu@ubuntu:~$ sudo mount proc /media/ubuntu/proc -t proc
  4. ubuntu@ubuntu:~$ sudo mount -o bind /dev /media/ubuntu/dev
  5. ubuntu@ubuntu:~$ sudo chroot /media/ubuntu
  6.  
  7.  
  8. (Yes, I ran sudo apt-get update, and yes, everything connected)
  9.  
  10.  
  11. root@ubuntu:/# sudo apt-get install --reinstall linux-image-2.6.31-17-generic
  12. Reading package lists... Done
  13. Building dependency tree      
  14. Reading state information... Done
  15. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 21 not upgraded.
  16. 1 not fully installed or removed.
  17. After this operation, 0B of additional disk space will be used.
  18. Do you want to continue [Y/n]? y
  19. Setting up linux-image-2.6.31-17-generic (2.6.31-17.54) ...
  20. Running depmod.
  21. update-initramfs: Generating /boot/initrd.img-2.6.31-17-generic
  22. Not updating initrd symbolic links since we are being updated/reinstalled
  23. (2.6.31-17.54 was configured last, according to dpkg)
  24. Not updating image symbolic links since we are being updated/reinstalled
  25. (2.6.31-17.54 was configured last, according to dpkg)
  26. Running postinst hook script /usr/sbin/update-grub.
  27. Generating grub.cfg ...
  28. Found Debian background: moreblue-orbit-grub.png
  29. Found linux image: /boot/vmlinuz-2.6.31-19-generic
  30. Found initrd image: /boot/initrd.img-2.6.31-19-generic
  31. Found linux image: /boot/vmlinuz-2.6.31-17-generic
  32. Found initrd image: /boot/initrd.img-2.6.31-17-generic
  33. Found linux image: /boot/vmlinuz-2.6.31-15-generic
  34. Found initrd image: /boot/initrd.img-2.6.31-15-generic
  35. Found memtest86+ image: /boot/memtest86+.bin
  36. Cannot find list of partitions!
  37. done
  38. Examining /etc/kernel/postinst.d.
  39. run-parts: executing /etc/kernel/postinst.d/dkms
  40. run-parts: executing /etc/kernel/postinst.d/nvidia-common
RAW Paste Data
Top