Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. make menuconfig
  2. make
  3. make modules_install
  4. make install
  5. update-initramfs -c -k 3.17.2
  6. update-grub
  7.  
  8. **early console in decompress_kernel
  9. Decompressing Linux... Parsing ELF... done.
  10. Booting the kernel.
  11. Gave up waiting for root device. Common problems:
  12. - Boot args (cats /proc/cmdline)
  13. - Check rootdelay= (did the system wait long enough?)
  14. - Check root= (did the system wait for right device?)
  15. - Missing modules (cat /proc/modules; ls /dev)
  16. ALERT! /dev/disk/by-uuid/c519ae92-164a-4078-b687-2b4734166533 does not exist.
  17. Dropping to a shell!
  18. BusyBox v1.22.1 (Ubuntu 1:1.22.0-8ubuntu1) built-in shell (ash)
  19. Enter 'help'for a list of built-in commands.
  20. (initramfs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement