Anduin Xue

Results 262 comments of Anduin Xue

Finally I installed virtualbox on AnduinOS. Seems I repro this successfully. Investigating now..

I found this! https://github.com/VirtualBox/virtualbox/issues/226 It's a bug with VirtualBox. If you are planning to run AnduinOS on a virtual machine, KVM is strongly recommanded because I test every build in...

Mentioned in doc: https://docs.anduinos.com/KNOWN_ISSUES.html#limited-experience-in-virtualbox-on-anduinos-14

Hi! What's the branch you are making? Are you builidng it on an AMD64 PC or i386? Mind if sharing more log in stdout? Any configuration change you made?

Yeah. Please run `make` and wait till its crash. Share as much log as you can.

If the mirror is broken, simply change it via editing this file: https://github.com/Anduin2017/AnduinOS/blob/1.4/src/args.sh Find the: ```bash export BUILD_UBUNTU_MIRROR="http://mirror.aiursoft.cn/ubuntu/" ``` And change it to any item in the following: ```bash "https://archive.ubuntu.com/ubuntu/"...

This error might only be happening with BIOS-only machines. I was always using UEFI to build and test and I have never encounterd this issue. I will start a BIOS-only...

The issue: ```bash Error: Package 'ubuntu-session-xsession' has no installation candidate ``` Was fixed in 1.4. Can you try running make again in a virtual machine with UEFI?

1.4 is not released yet. Just the source code `1.4` branch. You can build it via running `make` under the repo root.

> Is there a way to quiet the make output so that it only prints the [ OK ] parts? AFAIK no... Is this virtual machine BIOS based or UEFI...