Skip to content

Error executing oz install in ARM architecture environment #313

Open
@gastanki

Description

@gastanki

English is not my native language, please forgive me.

When I installed oz through the master branch in the ARM architecture, everything went smoothly at first until I executed the command;
The command I am executing is oz-install -a centos76.auto -d 4 centos76.tdl .
Error message:Fedora/Red Hat installs can only be done using a boot. iso (netinst) or DVD image (LiveCDs are not Supported) .

I conducted an investigation and found that the problem lies in the Guest.py file_ Copy_ Iso function;

At present, it seems that oz itself has put iso into the fds device;guestfs_ tar_ out function decompresses it to iso_contents path;However, the decompressed data is not complete.
I am interested in_ copy_ Iso function break point;guestfs_ tar_ out function runs normally and exits execution;

I executed the mount command to mount ISO, but did not find any file loss, which means my ISO file is complete;

How to continue troubleshooting incomplete decompression iso of thisguestfs_ tar_ out function.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions