This page describes Debian on the Dell XPS 13 9360 released in October 2016
# dmidecode | grep "Product Name" Product Name: XPS 13 9365 Product Name: 0F8YYT
BIOS Update
Before you install Debian, you must upgrade to the latest BIOS update from Dell (at least 1.0.21). Without upgrade, the AHCI mode for the disk controller is really slow/unusable.
Power on your notebook and press F12 to get into the BIOS. Choose the "BIOS Flash Update" option. This will show you the revision of your current BIOS.
Go to the Dell XPS 13 9365 2-in-1 support page and look for "BIOS". If there's a new BIOS update, download the XPS_9365_x.y.z.exe file and put it on a USB stick (formatted with VFAT). Put the USB stick into your Dell and click the button on the upper right corner to select the .exe file.
For some reason, I can click on some things in the BIOS with the touchpad but I cannot confirm choices by pressing the touchpad. I have to use the cursor keys and enter.
Choose "Begin Flash Update" to update your BIOS.
BIOS Settings
You have to change some BIOS settings before you can install Debian. Press F12 again when starting your notebook to get into the BIOS.
Choose the first option, BIOS Setup. You have to change/check three settings:
- System Configuration: SATA Operation: change "RAID On" to "AHCI". Without this change, Linux won't find the SSD.
- Secure Boot: Secure Boot Enable: change to "disabled" since Debian currently doesn't support secure boot.
- Uncheck legacy ROM option, else GRUB won't be able to see the SSD
Choose "apply".
Debian installer
Prepare a USB stick with Debian installer on it. You can consult the manual for more information.
Make sure to install Debian stretch (Debian 9). Debian jessie doesn't properly support the hardware.
When you connect the USB stick and start your Dell notebook, the installer menu should automatically come up. If not, enter the BIOS and change the boot order or type F8 to get a one-time boot menu.
You can choose "Graphical install" or "Install" (the text-based installer). In both cases, the fonts are quite hard to read. There are some bugs on this already (e.g. 816111).
The wifi card is supported but requires non-free firmware. You'll get a message about missing firmware files
You can download the "Unofficial non-free images including firmware packages" Debian installer : http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/
You can get the firmware-atheros .deb file and extract it to a USB stick.
Make sure you install the GNOME desktop environment. There's probably a deeper and subtler issue at hand here, but installing XFCE only does not allow you to use the Wifi, whereas installing GNOME (still using XFCE) led to a fully functional installation which remembered the settings used for the Wifi network selected during the installation process.
Debian
Wifi
3c:00.0 Network controller: Intel Corporation Device 24fd (rev 78)
After the installation, configure the non-free repository in APT and install the firmware-iwlwifi package in order to get firmware updates for the wifi card.
Video System
00:02.0 VGA compatible controller: Intel Corporation Device 591e (rev 02)
Video Systems works out of the box. With Gnome (other environment not tested), the touchscreen also works out of the box, even if Gnome complains about unknown Tablet on boot.