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

[BUG] OVA virtual image installer can't find disk #4684

Open
CvH opened this issue Nov 22, 2020 · 9 comments
Open

[BUG] OVA virtual image installer can't find disk #4684

CvH opened this issue Nov 22, 2020 · 9 comments
Labels

Comments

@CvH
Copy link
Member

CvH commented Nov 22, 2020

Starting the OVA image and running the installer at VMWare can't find any disk.

vmware

with pr #4615 from @mglae
http://ix.io/2F7Z

LE Master
http://ix.io/2F81

@CvH CvH added the LE 10.0 label Nov 22, 2020
@CvH
Copy link
Member Author

CvH commented Nov 22, 2020

you need to type run to make it work instead of installer

@CvH CvH closed this as completed Nov 22, 2020
@mglae
Copy link
Contributor

mglae commented Nov 22, 2020

The vmware disk is seen if configured as "SATA".

Default HD mode is supported by adding CONFIG_FUSION_SPI=y to the kernel.

More worse: I did not get any sound until adding CONFIG_SND_ENS1371=y.

Time for a convenience PR...

@CvH
Copy link
Member Author

CvH commented Nov 23, 2020

image

looks like vmware detect it as IDE

@mglae
Copy link
Contributor

mglae commented Nov 23, 2020

When creating a virtual HD you can choose the type:

vmplyer hd

You seem to have "IDE" configured. Is this default on Windows?

"SATA" is supported (kernel driver ata_piix). The CONFIG_FUSION_SPI above is for the recommended "SCSI".

Can you test your configuration (I'm interested in checking audio too)? Boot installer, then Alt-F3 for debug console and:

mount -o rw,remount /flash
lspci -v >/flash/lspci.log
poweroff

@CvH
Copy link
Member Author

CvH commented Nov 23, 2020

https://pastebin.com/fKJCenMs
btw I double-click at the ova then it get opened, there is no possibility to change anything
here is he ova template https://github.com/LibreELEC/LibreELEC.tv/blob/master/projects/Generic/config/ovf.template

@mglae
Copy link
Contributor

mglae commented Nov 23, 2020

OK, got it. You are using the generated OVA file. I should not answer late at night ;-)

I can confirm the included simulated HW is supported and you have to use "run" because of already using the HD.

I did use vmplayer for some PXE boot tests and run into the issues with the default simulated HW.

Let us keep this issue closed.

@CvH CvH reopened this Mar 24, 2023
@CvH
Copy link
Member Author

CvH commented Mar 24, 2023

Not sure why I closed it :)
it still not work at LE11

@mglae
Copy link
Contributor

mglae commented Mar 24, 2023

You have to use the run feature because there is only one disk defined in the OVA.

If motivated you can try to define a second empty disk but then the boot order may be an issue.

@mglae
Copy link
Contributor

mglae commented Mar 30, 2023

  • Use "Edit virtual machine settings" and add a second IDE HD.
  • Boot into installer and perform the installation.
  • Press F2 at reboot to open BIOS.
  • Change boot order to boot from second HD.

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

No branches or pull requests

2 participants