Advertisement
Guest User

Error

a guest
Oct 13th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. #########################################################
  2. # #
  3. # OpenELEC.tv USB Installer #
  4. # #
  5. #########################################################
  6. # #
  7. # This will wipe any data off your chosen drive #
  8. # Please read the instructions and use very carefully.. #
  9. # #
  10. #########################################################
  11. checking MD5 sum...
  12. target/KERNEL: OK
  13. target/SYSTEM: OK
  14. writing new disklabel on /dev/sdb1 (removing all partitions)...
  15. Error: Partition(s) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64 on /dev/sdb1 have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.
  16. creating partitions on /dev/sdb1...
  17. Error: Error informing the kernel about modifications to partition /dev/sdb1p1 -- Invalid argument. This means Linux won't know about any changes you made to /dev/sdb1p1 until you reboot -- so you shouldn't mount it or use it in any way before rebooting.
  18. Error: Failed to add partition 1 (Invalid argument)
  19. Error: Error informing the kernel about modifications to partition /dev/sdb1p1 -- Invalid argument. This means Linux won't know about any changes you made to /dev/sdb1p1 until you reboot -- so you shouldn't mount it or use it in any way before rebooting.
  20. Error: Failed to add partition 1 (Invalid argument)
  21. marking partition active...
  22. Error: Error informing the kernel about modifications to partition /dev/sdb1p1 -- Invalid argument. This means Linux won't know about any changes you made to /dev/sdb1p1 until you reboot -- so you shouldn't mount it or use it in any way before rebooting.
  23. Error: Failed to add partition 1 (Invalid argument)
  24. telling kernel we have a new partition table...
  25. Error: Error informing the kernel about modifications to partition /dev/sdb1p1 -- Invalid argument. This means Linux won't know about any changes you made to /dev/sdb1p1 until you reboot -- so you shouldn't mount it or use it in any way before rebooting.
  26. Error: Failed to add partition 1 (Invalid argument)
  27. creating filesystem on /dev/sdb11...
  28. mkfs.vfat 3.0.14 (23 Jan 2023)
  29. /dev/sdb11: No such file or directory
  30. creating filesystem on /dev/sdb12...
  31. mke2fs 1.42.5 (29-Jul-2012)
  32. Could not stat /dev/sdb12 --- No such file or directory
  33.  
  34. The device apparently does not exist; did you specify it correctly?
  35. mounting partition /dev/sdb11 ...
  36. mount: special device /dev/sdb11 does not exist
  37. creating bootloader configuration...
  38. copying files to /tmp/openelec_install...
  39. syncing disk...
  40. unmounting partition /tmp/openelec_install ...
  41. umount: /tmp/openelec_install: not mounted
  42. cleaning tempdir...
  43. rmdir: failed to remove ‘/tmp/openelec_install’: Directory not empty
  44. ...installation finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement