Difference between revisions of "Pinebook Pro Debian Installer"
Jump to navigation
Jump to search
m (Added issues) |
|||
Line 1: | Line 1: | ||
== Information == | |||
* This is an image creator and Debian installer that runs from an existing Linux OS and installs Debian Bullseye | * This is an image creator and Debian installer that runs from an existing Linux OS and installs Debian Bullseye | ||
** Installer can configure an encrypted rootfs and provides a choice of desktops, including the default Debian desktop based on Gnome 3 | ** Installer can configure an encrypted rootfs and provides a choice of desktops, including the default Debian desktop based on Gnome 3 | ||
Line 4: | Line 6: | ||
* Download at: https://github.com/daniel-thompson/pinebook-pro-debian-installer/ | * Download at: https://github.com/daniel-thompson/pinebook-pro-debian-installer/ | ||
* Pull requests welcome but for discussion and support please use [https://forum.pine64.org/showthread.php?tid=8487 the forum topic]. | * Pull requests welcome but for discussion and support please use [https://forum.pine64.org/showthread.php?tid=8487 the forum topic]. | ||
== Features == | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 33: | Line 37: | ||
| | | | ||
| | | | ||
|} | |||
== Current issues == | |||
{| class="wikitable" | |||
! style="text-align: center;" | Issue | |||
! style="text-align: center;" | Category | |||
! style="text-align: center;" | Status | |||
! style="text-align: center;" | Workaround | |||
! style="text-align: center;" | Notes | |||
|- | |||
| Firefox 'Illegal instruction' | |||
| Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948708 | |||
| | |||
| Use a different browser meanwhile (epiphany for instance) | |||
| | |||
|- | |||
| cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2 | |||
| Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857054 | |||
| If having FDE, it fails to load at boot as the firmware is not included in initramfs | |||
| Include the dptx.bin firmware in the initramfs (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857054#5) | |||
|} | |} |
Revision as of 11:20, 17 January 2020
Information
- This is an image creator and Debian installer that runs from an existing Linux OS and installs Debian Bullseye
- Installer can configure an encrypted rootfs and provides a choice of desktops, including the default Debian desktop based on Gnome 3
- Strict adoption of upstream Debian packages (with exception of kernel and bootloaders) in order to provide a clean upgrade path as Bullseye matures
- Download at: https://github.com/daniel-thompson/pinebook-pro-debian-installer/
- Pull requests welcome but for discussion and support please use the forum topic.
Features
Feature | Status | Notes |
---|---|---|
Wifi | Works out of the box | |
Full disk encryption | Works | Requires running the installer with `CRYPT=yes` |
Current issues
Issue | Category | Status | Workaround | Notes |
---|---|---|---|---|
Firefox 'Illegal instruction' | Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948708 | Use a different browser meanwhile (epiphany for instance) | ||
cdn-dp fec00000.dp: Direct firmware load for rockchip/dptx.bin failed with error -2 | Debian issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857054 | If having FDE, it fails to load at boot as the firmware is not included in initramfs | Include the dptx.bin firmware in the initramfs (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857054#5) |