diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-07-10 00:53:28 +0200 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-07-10 23:24:45 +0200 |
commit | 9026dbbfd6a1bcbd842ff7f3eb3b2575c1d1fa68 (patch) | |
tree | 71d4a09ca2c777c631e05246d20ec1bb3c8f8740 /Documentation/VMware.md | |
parent | 9780cdfb339a6ae9d0db99ac240cf5cb51c4da4c (diff) | |
download | serenity-9026dbbfd6a1bcbd842ff7f3eb3b2575c1d1fa68.zip |
Documentation: Reorganize the build documentation
Diffstat (limited to 'Documentation/VMware.md')
-rw-r--r-- | Documentation/VMware.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/VMware.md b/Documentation/VMware.md index b985df573d..a0c0da334a 100644 --- a/Documentation/VMware.md +++ b/Documentation/VMware.md @@ -4,7 +4,7 @@ There are currently issues with running Serenity in VMware. Please refer to the [open issue](https://github.com/SerenityOS/serenity/issues/5716) for a list of currently known issues. Anything that doesn't currently work will be noted in this document. ## Creating the disk image -Before creating a disk image that will work in VMware, you will need to create a GRUB image as described in the [Serenity installation guide](https://github.com/SerenityOS/serenity/blob/master/Documentation/INSTALL.md). Please skip the final step of that section, as that is only relevant for putting the image onto a real drive. You **cannot** use the same disk image created for QEMU. Using that image will halt immediately with the message ``FATAL: No bootable medium found! System halted.`` +Before creating a disk image that will work in VMware, you will need to create a GRUB image as described in the [Serenity installation guide](BareMetalInstallation.md). Please skip the final step of that section, as that is only relevant for putting the image onto a real drive. You **cannot** use the same disk image created for QEMU. Using that image will halt immediately with the message ``FATAL: No bootable medium found! System halted.`` The easiest way to convert the disk image is with QEMU: |