This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Graphical Installer Not Supported openSUSE 12.3 64 bit
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 21, 2014
12:19 AM
Graphical Installer Not Supported openSUSE 12.3 64 bit
Using trial version, I created a basic project template.
Only things changed from the defaul project:
After building the .bin file and launch it gives the error "Graphical installers are not supported by the VM. The console mode will be used instead...
I have searched the logs and could not find any reason as to why it would not be supported when I bundled the VM.
The requirements page stated openSUSE 12.3 was supported as a target system but it does not provide any pre-requisites that may be required (if any) or if GUI was supported for the target system.
Only things changed from the defaul project:
- Installer UI -> Checked GUI, Console, Silent
- Build -> Build Targets -> Linux with VM -> Don't Search for VM; use bundled VM -> (tried AMD/Intel 1.7,1.6)
After building the .bin file and launch it gives the error "Graphical installers are not supported by the VM. The console mode will be used instead...
I have searched the logs and could not find any reason as to why it would not be supported when I bundled the VM.
The requirements page stated openSUSE 12.3 was supported as a target system but it does not provide any pre-requisites that may be required (if any) or if GUI was supported for the target system.
(1) Reply
May 23, 2014
05:20 PM
Issue is now resolved when running as root user, limited user worked fine.
DO NOT use commands:
Instead use:
DO NOT use commands:
sudo su
sudo su -
sudo /install.bin
sudo -i
Instead use:
su -