Advertisement
ehansen

Untitled

May 16th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. root@sfu-dsk001:~# ./find_kernels.pl
  2. Found device /dev/sda1 with ID 83 (Linux)
  3. Found device /dev/sda2 with ID 83 (Linux)
  4. Found device /dev/sdb1 with ID 83 (Linux)
  5.  
  6. Found a total of 3 partitions to mount to /tmp/partition/...
  7.  
  8. Checking sda1...
  9. >> sda1 is already mounted on /
  10. >> Checking /boot/ on /dev/sda1
  11. Found 11 files.
  12. Kernel Found: vmlinuz-3.2.0-24-generic
  13. Ramdisk Found: initrd.img-3.2.0-24-generic
  14.  
  15. Checking sda2...
  16. >> Mounting sda2...done.
  17. Found 11 files.
  18. Kernel Found: vmlinuz-linux
  19. >> Unmounting sda2...done.
  20.  
  21. Checking sdb1...
  22. >> Mounting sdb1...done.
  23. >> /tmp/partition/sdb1/boot/ was not found on /dev/sdb1
  24. >> Unmounting sdb1...done.
  25.  
  26. GRUB Layout:
  27. ------------------------------------------------
  28.  
  29. title Linux Partition #1 On /dev/sda1
  30. root (hd0, 0)
  31. kernel /boot/vmlinuz-3.2.0-24-generic ro quiet splash
  32.  
  33. ! >> Ramdisk: initrd /boot/initrd.img-3.2.0-24-generic
  34.  
  35. title Linux Partition #1 On /dev/sda2
  36. root (hd0, 1)
  37. kernel /boot/vmlinuz-linux ro quiet splash
  38.  
  39.  
  40. Pleae note: Ramdisks/initrds are in their own category because not every system or kernel will need to run one.
  41. root@sfu-dsk001:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement