Qemu Sparc64 emulation - keyboard doesn't work (Windows, Ubuntu host tested) - cpu

people
I need to run sparc64 emulator in order to install Solaris 10 for sparc64. I tried to run it on following hosts:
Windows 10 Professional
Windows 10 Enterprise
Windows Server 2019 Datacenter
Ubuntu 21.04
Ubuntu 18.04 LTS (ran on Windows hosted Hyper-v)
Every time I get this:
Keyboard is not responsive and I can not continue.
You can also view that i8042 module used for the keyboard is not available.
Can someone help with how to enable keyboard (it is not usb keyboard, it is integrated - on notebook - used for all except for Win Server)?
The starting command for qemu is (minimalistic):
qemu-system-spark64 -cdrom sol-10-u11-ga-sparc-dvd.iso -drive file=Image.img -m 2G -boot d

Related

How do I install Pterodacty local on my maschine

I am attempting to install the Pterodactyl Panel on my local machine for development designing purposes. I am running Windows 10 Pro.
From the Pterodactyl installation documentation page, Here are some OS that can run Pterodactyl:
Ubuntu 18.04, 20.04
CentOS 7, 8
Debian 9, 10, 11
And the way of installation is also mostly using the linux command. From here it can be concluded, maybe Pterodactyl can not be installed / running on Windows.
Try to use something like a vps or linux vm to run Pterodactyl, if it's just for development don't need to use too high specs.
Source: https://pterodactyl.io/panel/1.0/getting_started.html#picking-a-server-os

Is it possible to use Docker without Windows 10 pro?

I need to install Docker on my pc with Windows 10 home. I read that I can only install Docker Toolbox. Is there any way to have the latest Docker version instead without upgrading my pc to windows 10 pro?
Thanks
Update
Docker can now be installed on Windows 10 Home (version 2004 or higher).
Refer to this article for installation instructions
https://docs.docker.com/docker-for-windows/install-windows-home/
Old Answer
Docker for Windows requires Hyper-V, and Hyper-V requires Windows 10 Pro (or Windows Server). So no, you can't run Docker without upgrading.
https://docs.docker.com/docker-for-windows/install/
README FIRST for Docker Toolbox and Docker Machine users: Docker for Windows requires Microsoft Hyper-V to run. The Docker for Windows installer enables Hyper-V for you, if needed, and restart your machine.
https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v
Check Requirements
Windows 10 Enterprise, Professional, or Education
64-bit Processor with Second Level Address Translation (SLAT).
CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's).
Minimum of 4 GB memory.
The Hyper-V role cannot be installed on Windows 10 Home.
You can now install Docker Desktop on Windows Home machines using the WSL 2 backend. Docker Desktop on Windows Home is a full version of Docker Desktop for Linux container development.
https://docs.docker.com/docker-for-windows/install-windows-home/
Install Windows 10, version 2004 or higher.
Enable the WSL 2 feature on Windows. For detailed instructions, refer to the Microsoft documentation.
https://learn.microsoft.com/en-us/windows/wsl/install-win10
The following hardware prerequisites are required to successfully run WSL 2 on Windows 10 Home:
64 bit processor with Second Level Address Translation (SLAT)
4GB system RAM
BIOS-level hardware virtualization support must be enabled in the BIOS settings. For more information, see Virtualization.
https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization-must-be-enabled
Download and install the Linux kernel update package.
https://learn.microsoft.com/en-us/windows/wsl/wsl2-kernel

which windows 10 edition for running docker containers?

it says that prereqisite is windows 10 pro or enterprise edition because of hyper-v but ia that for running windows containers only or is pro/enterprise edition needed for running linux containers also?
If you don't have access to a Windows 10 version with Hyper-V, you can use the older Docker Toolbox product which relies on VirtualBox: https://www.docker.com/products/docker-toolbox
As #friism pointed out w/o HyperV you have to use the old Docker toolbox option. This is due to the fact that the docker daemon does not run on Windows natively. Instead it started a small Linux machine (on windows using hyperV); inside this linux machine is where all the docker and tools are executed. The desktop client is simply a nice UI to send the commands to the virtualized linux machine.

How do I make ssh connection between macOS and Windows with bluetooth?

I want to make ssh connection between macOS and Windows(exclude Windows Subsystem for Linux, I'm asking about just Windows) with bluetooth.
Is there a way to do it?
I want to work Both Computers as a client and server.
In macOS, I'll use pre-installed ssh and sshd command, And https://github.com/PowerShell/Win32-OpenSSH/ use as windows ssh toolset.
I apologize that I am Japanese so My English is broken.
The following is environment of my computers.
(PC)
OS: Windows 10 Home x64
Bluetooth adapter: Intel Dual Band Wireless-AC 7260 for Desktop 7260HMWDTX1.R
(Mac)
Hardware: Mid 2012 MacBook Pro
OS: macOS 10.12.6
Supporting Bluetooth version: 4.0 (it maybe wrong?)
No, it is not possible to make an SSH connection over Bluethooth. SSH requires TCP / IP and Bluethooth does not support TCP / IP.

How can I reboot from windows to windows again? (remotely , windows-ubuntu multiboot)

I use Windows 10 and ubuntu 14.04LTS on desktop
I want to use desktop from my laptop remotely.
My grub select ubuntu as a default os boot system.
And I know how to reboot the desktop from ubuntu to windows remotely
(sudo grub-reboot boot_number && sudo reboot)
But How can I reboot from windows to windows again?
In this situation, when I reboot from windows, ubuntu is selected as a default.
But sometimes, I want to reboot from windows to windows!
In summary...
1. I want to rebbot from windows to windows or ubuntu / from ubuntu to windows or ubuntu remotely.
2. I know the way of rebbot other things.
3. But I don't know how to reboot from windows to windows
Thank you in advance.
You will need to edit grub configuration from Ununtu first. The detailed steps are given here.

Resources