Welcome to the community forums for Theopenem. All responses are provided by other users that wish to help out. Theopenem will not respond to these posts. If you require more assistance than what the community can provide, we offer various paid support options.

TOEMS Unable to Partition/Deploy RHEL7 Linux Partition Type Extended


  • ec f4 bb 65 e6 13-unregdeploy.txt TOEMS 1.4.8.0 using Windows Server 2019 for DHCP is unable to restore a RHEL7 image that contains an extended type partition.

    It appears that when TOEMS is creating the partitions on the target SSD that TOEMS is unable to create the partition type of extended (type 5). In this case according to the Unregistered Imaging Logs TOEMS is unable to parse the partition type which is indicated on line 286 of the included unregdeplly.txt log file.

    I also included a capture of the source file system layout using fdisk and lsblk for your convenience.


  • It's difficult to say exactly why the partition isn't being created correctly. You would need to step through the partition process manually to see which step is failing. You could boot to debug mode and run these commands from your log. Every place you see an empty line, press enter, this will replicate the automated partition process to try and find out which step is failing and why.

    fdisk /dev/sda
    n
    p
    1
    2048
    +1048575
    t
    83
    a
    n
    p
    2

    +1341016915
    t
    2
    83
    n
    p
    3

    +191573833
    t
    3
    83
    n
    e
    4

    +399367706
    t
    4
    5
    n

    +95784860
    t
    5
    83
    n

    +95782811
    t
    6
    83
    n

    +95780762
    t
    7
    83
    n

    +8380412
    t
    8
    82
    n

    +95776664
    t
    9
    83
    w