Advertisement
Guest User

EXIT CODES

a guest
Jan 4th, 2020
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. -- EXIT CODE 3 --
  2. # /sbin/sgdisk -n1 -t1:8300 /dev/sda
  3.  
  4. ***************************************************************
  5. Found invalid GPT and valid MBR; converting MBR to GPT format
  6. in memory.
  7. ***************************************************************
  8.  
  9. Non-GPT disk; not saving changes. Use -g to override.
  10. TASK ERROR: command '/sbin/sgdisk -n1 -t1:8300 /dev/sda' failed: exit code 3
  11.  
  12. -- EXIT CODE 2 --
  13. # /sbin/sgdisk -n1 -t1:8300 /dev/sda
  14. Warning! Disk size is smaller than the main header indicates! Loading
  15. secondary header from the last sector of the disk! You should use 'v' to
  16. verify disk integrity, and perhaps options on the experts' menu to repair
  17. the disk.
  18. Caution: invalid backup GPT header, but valid main header; regenerating
  19. backup header from main header.
  20.  
  21. Warning! One or more CRCs don't match. You should repair the disk!
  22.  
  23. Invalid partition data!
  24. TASK ERROR: command '/sbin/sgdisk -n1 -t1:8300 /dev/sda' failed: exit code 2
  25.  
  26. -- EXIT CODE 4 --
  27. # /sbin/sgdisk -n1 -t1:8300 /dev/sda
  28. Warning! Disk size is smaller than the main header indicates! Loading
  29. secondary header from the last sector of the disk! You should use 'v' to
  30. verify disk integrity, and perhaps options on the experts' menu to repair
  31. the disk.
  32. Caution: invalid backup GPT header, but valid main header; regenerating
  33. backup header from main header.
  34.  
  35. Warning! One or more CRCs don't match. You should repair the disk!
  36.  
  37. ****************************************************************************
  38. Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
  39. verification and recovery are STRONGLY recommended.
  40. ****************************************************************************
  41. Could not create partition 1 from 5858392064 to 5858394078
  42. Error encountered; not saving changes.
  43. TASK ERROR: command '/sbin/sgdisk -n1 -t1:8300 /dev/sda' failed: exit code 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement