Advertisement
Guest User

Untitled

a guest
May 14th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. $ sudo ./my_pi_os.sh
  2.  
  3. Checking for root ..
  4. Yuppers .. :)~
  5.  
  6. Checking for necessary programs...
  7. Checking for fuser ... ok
  8. Checking for ioctl ... ok
  9. Checking for kpartx ... ok
  10. Checking for partprobe ... ok
  11. Checking for dosfstools ... ok
  12. Checking for cdebootstrap ... ok
  13. No applications needed .. :)~
  14.  
  15. Installing raspbian to /dev/mmcblk0
  16. 8 0 488386584 sda
  17. 8 1 358400 sda1
  18. 8 2 104813568 sda2
  19. 8 3 342016 sda3
  20. 8 4 1 sda4
  21. 8 5 378962944 sda5
  22. 8 6 3905536 sda6
  23. /dev/mmcblk0 not mounted
  24.  
  25.  
  26. Creating partitions
  27.  
  28. fdisk_version 20
  29. old
  30.  
  31. Command (m for help): Building a new DOS disklabel with disk identifier 0x3a5a6e81.
  32. Changes will remain in memory only, until you decide to write them.
  33. After that, of course, the previous content won't be recoverable.
  34.  
  35. Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
  36.  
  37. Command (m for help): Partition type:
  38. p primary (0 primary, 0 extended, 4 free)
  39. e extended
  40. Select (default p): Using default response p
  41. Partition number (1-4, default 1): Using default value 1
  42. First sector (2048-3911679, default 2048): Using default value 2048
  43. Last sector, +sectors or +size{K,M,G} (2048-3911679, default 3911679):
  44. Command (m for help): Partition number (1-4):
  45. Command (m for help): Selected partition 1
  46. Hex code (type L to list codes): Changed system type of partition 1 to 6 (FAT16)
  47.  
  48. Command (m for help): Partition type:
  49. p primary (1 primary, 0 extended, 3 free)
  50. e extended
  51. Select (default p): Using default response p
  52. Partition number (1-4, default 2): Using default value 2
  53. First sector (83968-3911679, default 83968): Using default value 83968
  54. Last sector, +sectors or +size{K,M,G} (83968-3911679, default 3911679): Using default value 3911679
  55.  
  56. Command (m for help): The partition table has been altered!
  57.  
  58. Calling ioctl() to re-read partition table.
  59.  
  60. WARNING: If you have created or modified any DOS 6.x
  61. partitions, please see the fdisk manual page for additional
  62. information.
  63. Syncing disks.
  64. \n\nPartprobing /dev/mmcblk0\n
  65.  
  66.  
  67. Setting up boot and root for /dev/mmcblk0
  68.  
  69. Boot partition is /dev/mmcblk01
  70. Root partition is /dev/mmcblk02
  71.  
  72. Formating partitions
  73.  
  74. mkfs.fat 3.0.26 (2014-03-07)
  75. /dev/mmcblk01: No such file or directory
  76.  
  77. mkfs.ext4 -O ^has_journal -E stride=0,stripe-width=128 -b 4096 -L Raspbian /dev/mmcblk02
  78. mke2fs 1.42.9 (4-Feb-2014)
  79. Could not stat /dev/mmcblk02 --- No such file or directory
  80.  
  81. The device apparently does not exist; did you specify it correctly?
  82.  
  83.  
  84.  
  85. Disk /dev/mmcblk0: 2002 MB, 2002780160 bytes
  86. 4 heads, 16 sectors/track, 61120 cylinders, total 3911680 sectors
  87. Units = sectors of 1 * 512 = 512 bytes
  88. Sector size (logical/physical): 512 bytes / 512 bytes
  89. I/O size (minimum/optimal): 512 bytes / 512 bytes
  90. Disk identifier: 0x3a5a6e81
  91.  
  92. Device Boot Start End Blocks Id System
  93. /dev/mmcblk0p1 * 2048 83967 40960 6 FAT16
  94. /dev/mmcblk0p2 83968 3911679 1913856 83 Linux
  95.  
  96. Setting up for cdebootstrap
  97. mkdir sdcard, mount sdcard as /, cdebootstraping /dev/mmcblk02, mount /boot as /dev/mmcblk01 and mount /proc,/sys & /dev/pts
  98.  
  99.  
  100. mkdir: created directory ‘sdcard’
  101. Mounting mount: special device /dev/mmcblk02 does not exist
  102.  
  103. cdebootstrap's line cdebootstrap --arch armhf wheezy sdcard http://mirrordirector.raspbian.org/raspbian/ --include=kbd,locales,keyboard-configuration,console-setup,dphys-swapfile --exclude=
  104.  
  105. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement