pmbootstrap to sdcard
#15
I've tried again but there is something with the partition, here the log:


Code:
(013263) [15:34:19] (native) partition /dev/install (boot: 69M, root: the rest)
(013263) [15:34:19] (native) % parted -s /dev/install mktable msdos
Error: I/O error during write on /dev/install
(013263) [15:34:21] (native) % parted -s /dev/install mkpart primary ext2 2048s 69M
Error: /dev/install: unrecognised disk label
(013263) [15:34:26] (native) % parted -s /dev/install mkpart primary 69M 100%
Error: /dev/install: unrecognised disk label
(013263) [15:34:32] (native) % parted -s /dev/install set 1 boot on
Error: /dev/install: unrecognised disk label
(013263) [15:34:37] NOTE: (1/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (2/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (3/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (4/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (5/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (6/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (7/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (8/20) failed to find the install partition. Retrying...
(013263) [15:34:37] NOTE: (9/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (10/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (11/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (12/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (13/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (14/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (15/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (16/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (17/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (18/20) failed to find the install partition. Retrying...
(013263) [15:34:38] NOTE: (19/20) failed to find the install partition. Retrying...
(013263) [15:34:39] NOTE: (20/20) failed to find the install partition. Retrying...
(013263) [15:34:39] ERROR: Unable to find the partition prefix, expected the first partition of /dev/mmcblk0 to be located at /dev/mmcblk01 or /dev/mmcblk0p1!
(013263) [15:34:39] See also: <https://postmarketos.org/troubleshooting>
(013263) [15:34:39] Traceback (most recent call last):
 File "/home/albertzdic/.local/lib/python3.7/site-packages/pmb/__init__.py", line 63, in main
   getattr(frontend, args.action)(args)
 File "/home/albertzdic/.local/lib/python3.7/site-packages/pmb/helpers/frontend.py", line 196, in install
   pmb.install.install(args)
 File "/home/albertzdic/.local/lib/python3.7/site-packages/pmb/install/_install.py", line 547, in install
   install_system_image(args)
 File "/home/albertzdic/.local/lib/python3.7/site-packages/pmb/install/_install.py", line 397, in install_system_image
   pmb.install.partitions_mount(args)
 File "/home/albertzdic/.local/lib/python3.7/site-packages/pmb/install/partition.py", line 52, in partitions_mount
   "1 or " + prefix + "p1!")
RuntimeError: Unable to find the partition prefix, expected the first partition of /dev/mmcblk0 to be located at /dev/mmcblk01 or /dev/mmcblk0p1!

 
this error don't understand (this from a log from 2nd time try):

Code:
Error: /dev/install: unrecognised disk label

now i tried to mklabel gpt directly with parted but gives me error
Code:
(parted) mklabel gpt                                                      
Error: Input/output error during write on /dev/mmcblk0

can it be the the sd itself?


Messages In This Thread
pmbootstrap to sdcard - by Jeb5Blovrueb - 11-11-2019, 02:13 PM
RE: pmbootstrap to sdcard - by Danct12 - 11-15-2019, 06:55 PM
RE: pmbootstrap to sdcard - by vetrik55 - 07-06-2020, 03:17 PM
RE: pmbootstrap to sdcard - by fernando_c_m - 07-07-2020, 04:17 AM
RE: pmbootstrap to sdcard - by wgvanveen - 02-02-2020, 05:18 AM
RE: pmbootstrap to sdcard - by Veraendert - 02-02-2020, 06:30 AM
RE: pmbootstrap to sdcard - by wgvanveen - 02-02-2020, 10:11 AM
RE: pmbootstrap to sdcard - by rico - 02-02-2020, 11:27 AM
RE: pmbootstrap to sdcard - by wgvanveen - 02-02-2020, 11:46 AM
RE: pmbootstrap to sdcard - by rico - 02-02-2020, 11:56 AM
RE: pmbootstrap to sdcard - by ksmithaz1 - 02-07-2020, 08:57 AM
RE: pmbootstrap to sdcard - by colin hodsdon - 02-11-2020, 04:39 PM
RE: pmbootstrap to sdcard - by pajux - 02-07-2020, 09:44 AM
RE: pmbootstrap to sdcard - by albertz - 02-09-2020, 06:44 AM
RE: pmbootstrap to sdcard - by Gobelin - 02-10-2020, 02:48 AM
RE: pmbootstrap to sdcard - by albertz - 02-10-2020, 06:51 AM
RE: pmbootstrap to sdcard - by wibble - 02-10-2020, 05:20 AM
RE: pmbootstrap to sdcard - by albertz - 02-10-2020, 08:45 AM
RE: pmbootstrap to sdcard - by albertz - 02-10-2020, 11:28 AM
RE: pmbootstrap to sdcard - by curtvaughan - 02-10-2020, 02:23 PM
RE: pmbootstrap to sdcard - by MartijnBraam - 02-11-2020, 06:44 AM
RE: pmbootstrap to sdcard - by curtvaughan - 02-13-2020, 09:28 AM
RE: pmbootstrap to sdcard - by curtvaughan - 02-14-2020, 02:14 PM
RE: pmbootstrap to sdcard - by canadien666 - 03-19-2020, 06:40 PM
RE: pmbootstrap to sdcard - by PureTryOut - 03-20-2020, 01:32 AM
RE: pmbootstrap to sdcard - by canadien666 - 03-22-2020, 04:50 PM
RE: pmbootstrap to sdcard - by KeithMcN - 06-22-2020, 03:15 AM
RE: pmbootstrap to sdcard - by PureTryOut - 03-23-2020, 04:06 AM
RE: pmbootstrap to sdcard - by valentin - 04-18-2020, 12:28 PM
RE: pmbootstrap to sdcard - by PureTryOut - 04-19-2020, 09:05 AM
RE: pmbootstrap to sdcard - by valentin - 05-11-2020, 07:37 AM
RE: pmbootstrap to sdcard - by PureTryOut - 06-09-2020, 01:27 PM
RE: pmbootstrap to sdcard - by Saliency - 06-17-2020, 11:10 PM
RE: pmbootstrap to sdcard - by PureTryOut - 06-18-2020, 04:39 AM
RE: pmbootstrap to sdcard - by KeithMcN - 06-21-2020, 12:55 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  phone won't boot from emmc with sdcard inserted ssilvi 3 3,650 06-06-2021, 02:47 AM
Last Post: ssilvi
  Cannot boot from SDCard cube 2 3,366 01-31-2021, 11:47 AM
Last Post: cube
  pmbootstrap error lat 2 3,534 12-22-2020, 06:32 PM
Last Post: lat
  pmbootstrap issues IVp 3 5,282 09-24-2020, 02:24 AM
Last Post: Pinethom
  pmbootstrap build large keyboard not usable u20200719 5 7,046 07-25-2020, 02:31 PM
Last Post: u20200719
  Is it possible to pre-configure wifi and ssh with pmbootstrap? kelbot 2 4,701 07-06-2020, 01:55 AM
Last Post: ChriChri
  Dumb question: do I have to use pmbootstrap? quixote 5 6,978 06-11-2020, 09:23 AM
Last Post: plainenough
  pmbootstrap on Mac OSX srfne 2 5,448 02-29-2020, 04:15 PM
Last Post: srfne
  Does pmbootstrap install the latest image? mypine 4 6,174 02-20-2020, 01:02 PM
Last Post: mypine
  pmbootstrap - choose different ui after first run mypine 2 4,028 02-13-2020, 04:35 PM
Last Post: mypine

Forum Jump:


Users browsing this thread: 1 Guest(s)