Merge pull request #106 from kyrios123/master
VirtualBox troubleshooting wrong kernel - Install clarifications
This commit is contained in:
commit
7f18c52906
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "Disks"
|
||||
lastmod = "2017-07-22T15:15:08+03:00"
|
||||
lastmod = "2017-10-22T19:02:00+02:00"
|
||||
+++
|
||||
# Disks
|
||||
|
||||
|
@ -10,6 +10,7 @@ Solus provides multiple ways you can install onto your system.
|
|||
2. You can install Solus next to your existing operating system, such as Windows. *If you have multiple operating systems
|
||||
installed, we will choose the largest option.*
|
||||
3. You can manually configure your system. This is only recommend for advanced users which may desire to have a dedicated `/home` partition. Note that if you manually configure your system, you will need to restart the Installer for those changes to apply appropriately.
|
||||
**Note:** Legacy (BIOS) must use MBR partition table while Unified EFI (UEFI) must use GPT partition table.
|
||||
|
||||
Alongside these options, we also provide the ability to use full-disk encryption. For the obvious reason of it being full-disk, this
|
||||
assumes you are installing Solus onto the entire drive.
|
||||
|
@ -22,6 +23,7 @@ To create an EFI System Partition, open up GParted and create a FAT32 partition
|
|||
|
||||
**Notes:**
|
||||
|
||||
- Your system must be booted using UEFI mode, as opposed to a "legacy mode".
|
||||
- Your system must be booted using Unified EFI (UEFI) mode, as opposed to a "legacy (BIOS) mode".
|
||||
- Secure Boot needs to be disabled.
|
||||
- Your disk is required to be GPT formatted.
|
||||
- Your disk is required to be GPT formatted.
|
||||
- If cannot see your SSD drive, set the SATA configuration to AHCI.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "VirtualBox"
|
||||
lastmod = "2017-11-09T15:30:00+01:00"
|
||||
lastmod = "2017-11-22T19:03:00+02:00"
|
||||
+++
|
||||
# VirtualBox
|
||||
|
||||
|
@ -26,6 +26,11 @@ virtualbox | virtualbox-current
|
|||
----- | -----
|
||||
VirtualBox modules for the **linux-lts** kernel | VirtualBox modules for the **linux-current** kernel
|
||||
|
||||
### Troubleshooting
|
||||
If the wrong VirtualBox package was installed, the following error will pop up when starting a virtual machine. Please check the instructions just above to install the correct package for your kernel.
|
||||
|
||||
{{< altimg "vbox-kernel.png" "help-center/software/virtualbox/" >}}
|
||||
|
||||
## Solus as Guest
|
||||
|
||||
### Preparing your system
|
||||
|
|
Reference in New Issue