-
Notifications
You must be signed in to change notification settings - Fork 70
Common Installation Issues
Michael DeGuzis edited this page May 23, 2017
·
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:
- Answer no to both prompts to enter the location
- From the list, choose "execute a shell"\
- List your devices with
blkid
- Mount your usb drive with
sudo mount /dev/sdX /cdrom
, where X is the letter of your USB drive - Type
exit
and try the detection again
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"