Advertisement
moonlightcheese

Untitled

Nov 17th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. proc umounted
  2. Warning: WARNING: partition(s) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 on /dev/sdb1 could not be modified, probably because it/they is/are in use. As a result, the old partition(s) will remain in use until after reboot. You should reboot now before making further changes.
  3. Checking that no-one is using this disk right now ...
  4. BLKRRPART: Invalid argument
  5. OK
  6. Warning: partition 3 does not end at a cylinder boundary
  7. BLKRRPART: Invalid argument
  8. If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
  9. to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
  10. (See fdisk(8).)
  11. Traceback (most recent call last):
  12. File "/usr/bin/linaro-media-create", line 169, in <module>
  13. args.should_format_rootfs, args.should_align_boot_part)
  14. File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/partitions.py", line 146, in setup_partitions
  15. media, board_config)
  16. File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/partitions.py", line 419, in get_boot_and_root_partitions_for_media
  17. "Could not find boot/root partition for %s" % media.path)
  18. AssertionError: Could not find boot/root partition for /dev/sdb1
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement