Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. 0 1 PMBR
  2. 1 1 Pri GPT header
  3. 2 32 Pri GPT table
  4. 34 6
  5. 40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
  6. 409640 size-main-v 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
  7. totalsize-1269576 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  8. totalsize-40 7
  9. totalsize-33 32 Sec GPT table
  10. totalsize-1 1 Sec GPT header
  11.  
  12. 0 (0) 1 (8) PMBR
  13. 1 (8) 1 (8) Pri GPT header
  14. 2(16) 4 (32) Pri GPT table
  15. 6(48) 51200(409600) 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
  16. 76806(..) size-main-v 2 GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
  17. totalsize-158697(..) 158692(..) 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  18. totalsize-5(..) 4 (32) Sec GPT table
  19. totalsize-1(..) 1 (8) Sec GPT header
  20.  
  21. sudo gpt create diskX #(with diskX the disk identifier of the target disk(512)
  22.  
  23. sudo gpt add -b 40 -s (size-old-efi*8) -i 1 -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B diskX
  24. sudo gpt add -b 40+(size-old-efi*8) -s (size-old-main-vol*8) -i 2 -t 53746F72-6167-11AA-AA11-00306543ECAC diskX
  25. sudo gpt add -b 40+(size-old-efi*8)+(size-old-main-vol*8) -s 1269536 -i 3 -t 426F6F74-0000-11AA-AA11-00306543ECAC diskX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement