-
Notifications
You must be signed in to change notification settings - Fork 70
Common Installation Issues
Ashley—Oliver—Dixon edited this page Dec 28, 2019
·
6 revisions
Table of Contents generated with DocToc
This page details some common issues and pitfalls when installing SteamOS
Try creating you USB install media again with the methods outlined in the Getting Started wiki page. Aside from this you can do the following when the failure occurs:
- Use CTRL+ALT+F2 to enter a shell;
- Find the installation partition in
/dev
, e.g./dev/sdb1
; - Mount the partition with
mount -t vfat /dev/sdXX /cdrom
, replacingXX
as appropriate; - Return to the installer with CTRL+ALT+F5 and retry the detection process.
Message:
"Failure trying to run: chroot /target dpkg --force-overwrite --force-confold --skip-same-version --install /var/cache/apt/archives/nvidia-legacy-check_$VERSION"
-
Translation:
Your video card is either too old, or unsupported for the mentioned driver version. See "Getting Started - GPU"