Bug 1670288
| Summary: | Cannot use virt-install to create win10 guest with iso file on both rhel7 and rhel8 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | zonglin jiang <zjiang> | ||||||
| Component: | cdrkit | Assignee: | Jakub Martisko <jamartis> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 7.6 | CC: | juzhou, mxie, mzhan, phrdina, tzheng, xiaodwan, ysu, zili, zjiang | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 1670286 | Environment: | |||||||
| Last Closed: | 2019-03-11 09:16:44 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | 1670286 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
zonglin jiang
2019-01-29 07:34:09 UTC
Hello,
could you provide a reproducer please? Also you mentioned that you were able to install the iso via virt-manager, do you have any debug log of the successful installation?
Tried a quick test and it seems to work as expected:
[root@jamartisT480s ~]# ls ./iso
file
[root@jamartisT480s ~]# cat ./iso/file
hello world!
[root@jamartisT480s ~]# mkisofs -o isonojoliet ./iso
I: -input-charset not specified, using utf-8 (detected in locale settings)
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
175 extents written (0 MB)
[root@jamartisT480s ~]# mkisofs -J -o isojoliet ./iso
Warning: creating filesystem with Joliet extensions but without Rock Ridge
extensions. It is highly recommended to add Rock Ridge.
I: -input-charset not specified, using utf-8 (detected in locale settings)
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 0
181 extents written (0 MB)
[root@jamartisT480s ~]# isoinfo -J -f -x /file -i ./isonojoliet
isoinfo: Unable to find Joliet SVD
[root@jamartisT480s ~]# isoinfo -J -f -x /file -i ./isojoliet
hello world!
/file
Hi Pavel, could you help to check if virt-manager needs to handle the scenario that when ISO file is built without joliet? It may be a virt-manager bug. Created attachment 1535044 [details]
virt-manager_install_win10_log
Created attachment 1535045 [details]
virt-install_install_win10_log
Hello Jakub, I've uploaded both virt-manager and virt-install's logs. The virt-manager can install it successfully while the virt-install failed, and both use the same iso file downloaded from MS official website. I don't understand how to follow your steps to reproduce it successfully, but I will try if you need further help. So it looks like the issue is only with Windows ISO image when you use --location with virt-install. As Cole stated in BZ 1670286, you cannot use Windows ISO with --location because Windows doesn't provide install tree. I would say to close this BZ as NOTABUG. Tried to use "-c" and "--cdrom" and both can work. Thanks a lot. |