Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error executing oz install in ARM architecture environment #313

Open
gastanki opened this issue Jan 28, 2024 · 1 comment
Open

Error executing oz install in ARM architecture environment #313

gastanki opened this issue Jan 28, 2024 · 1 comment

Comments

@gastanki
Copy link

gastanki commented Jan 28, 2024

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.

@gastanki
Copy link
Author

environmental information:
CPU architecture——>ARM
operating system——>Centos 7.6
Libguest version——>libguestfs-1.40.

This is a screenshot of my observation while executing the command. You can take a look at my tag information.
9898c0e4b6df3040a3cf47db3cee3c6c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant