Hey just a quick update
if you add the uefi 32 bit to the Linux usb, it does start to install, in the case of ubuntu 16.0X it will fail to setup the the boot loader, saying it does not have the 32 bit GNU GRUB. (if only it was that simple)
Debian has a multi arch setup, which seems to install ok, but fails to actually boot (not sure why, but it does not help that it is on the v3 version of the linux kernal)
there is a dude, that got Kali Linux to work, which require a bit of poking about.
I was going to give this another go this weekend.
[DISCUSSION] Linux on LattePanda
Forum rules
- Posts are to be made in the relevant forum. Users are asked to read the forum descriptions before posting.
- Members should post in a way which is consistent with "normal writing". That is users should not post excessive numbers of emoticons, large, small or coloured text, etc. Similarly users should not SHOUT or use excessive punctuation (e.g. ! and ?) in topic titles or posts.
- Members should use an appropriate, descriptive subject when posting a new topic. Examples of bad subjects include; "Help me!", "I'm stuck!", "I've got an error!", etc. Examples of good subjects include; "Getting an TABLE FULL error upon login", "Cannot restore a backup".
- Members are asked to post in English only so that posts can be well received and properly monitored.
- Spam is not tolerated here under any circumstance. This includes offering hosting services (charged and free), installation services, solicitation etc. Recruiting members for your own projects (moderators, designers, professional MOD work, etc.) is not permitted and is also considered spam. Users posting spam will be warned and their post removed.
- Members should post in a way that is respectful of other users. Flaming or abusing users in any way will not be tolerated and will lead to a warning. Vulgar language and inappropriate material is not allowed and will be removed. We try to maintain a family friendly atmosphere whenever it is possible within the main subject matter of this community. Please keep this in mind when participating.
- Each user is allowed to create one account. If you would like to change your username, please contact us and, most likely, we can do it for you while you can keep all of your profile data, posts, and other content.
- If a user violates our guidelines and shows a disregard for them, our staff and our community, they run the risk of losing their account. We reserve the right to deactivate any account and to edit or remove any content without warning. These guidelines are subject to change at any time without notice.
Thank you for visiting LattePanda.com!
- Posts are to be made in the relevant forum. Users are asked to read the forum descriptions before posting.
- Members should post in a way which is consistent with "normal writing". That is users should not post excessive numbers of emoticons, large, small or coloured text, etc. Similarly users should not SHOUT or use excessive punctuation (e.g. ! and ?) in topic titles or posts.
- Members should use an appropriate, descriptive subject when posting a new topic. Examples of bad subjects include; "Help me!", "I'm stuck!", "I've got an error!", etc. Examples of good subjects include; "Getting an TABLE FULL error upon login", "Cannot restore a backup".
- Members are asked to post in English only so that posts can be well received and properly monitored.
- Spam is not tolerated here under any circumstance. This includes offering hosting services (charged and free), installation services, solicitation etc. Recruiting members for your own projects (moderators, designers, professional MOD work, etc.) is not permitted and is also considered spam. Users posting spam will be warned and their post removed.
- Members should post in a way that is respectful of other users. Flaming or abusing users in any way will not be tolerated and will lead to a warning. Vulgar language and inappropriate material is not allowed and will be removed. We try to maintain a family friendly atmosphere whenever it is possible within the main subject matter of this community. Please keep this in mind when participating.
- Each user is allowed to create one account. If you would like to change your username, please contact us and, most likely, we can do it for you while you can keep all of your profile data, posts, and other content.
- If a user violates our guidelines and shows a disregard for them, our staff and our community, they run the risk of losing their account. We reserve the right to deactivate any account and to edit or remove any content without warning. These guidelines are subject to change at any time without notice.
Thank you for visiting LattePanda.com!
- cyphergenetics
- Posts: 17
- Joined: Mon May 30, 2016 2:58 am
Chroot is your friend
boot off gparted live cd and mount ext4 to /mnt and "inbuild" panda emmc EFI partition to /mnt/boot/efi then chroot into /mnt.. Honestly tho, i love how linux is able to do all this unlike windows. You be able to multiboot with ease. UEFI and GRUB detects disk by UUID 


- LattePanda
- Site Admin
- Posts: 2717
- Joined: Wed Jan 20, 2016 9:09 am
been having a tinker and got debian jessie to install using rufus
image can be found here http://cdimage.debian.org/pub/debian-cd ... ch/iso-cd/
to be honest linux hasnt been our priority as we are really trying to build a windows-based community. BUT, it is intended to be a hackable device! so we are happy to experiment with this.
so far got a minimal install, havent had time to check if all hardware functions properly, no gui installed, etc.
advice would be very welcome. as time goes on i expect we can add how to do this to the documentation. if anyone else would like to contribute tutorials this would be cool too. will post more findings as they come...
image can be found here http://cdimage.debian.org/pub/debian-cd ... ch/iso-cd/
to be honest linux hasnt been our priority as we are really trying to build a windows-based community. BUT, it is intended to be a hackable device! so we are happy to experiment with this.
so far got a minimal install, havent had time to check if all hardware functions properly, no gui installed, etc.
advice would be very welcome. as time goes on i expect we can add how to do this to the documentation. if anyone else would like to contribute tutorials this would be cool too. will post more findings as they come...
Enjoy Tinkering with LattePanda ! 

- LattePanda
- Site Admin
- Posts: 2717
- Joined: Wed Jan 20, 2016 9:09 am

running debian with kde. still trying to get drivers going, but a proof of concept. I have added the multiarch image i used to the lattepanda resources list for your pleasure...
cheers!
Enjoy Tinkering with LattePanda ! 

- LattePanda
- Site Admin
- Posts: 2717
- Joined: Wed Jan 20, 2016 9:09 am
apologies for delay in answeringdbones wrote:I read the link, this may be the case that the UEFI is 32 BIT (if this is true this should have been made explicit).getout wrote:Hi dbones,
you will find that the UEFI requires the same bit depth of OS. ie 64bit UEFI will boot 64bit OS etc 2/32 LP may only have a 32bit UEFI?.. Good source for UEFI info:
http://www.rodsbooks.com/linux-uefi/
quote: "you should use a 64-bit distribution on a computer with a 64-bit EFI"
Also, as I've posted above I'm surprised that there is no Legacy BIOS option in the 2/32 LP UEFI. I have also emailed LP and hope to get some assistance with this, if not then I guess the LP will be useless for my Legacy Linux OS install...
+1 for legacy boot, or is there is a way to upgrade the bios
1. LattePanda BIOS uses UEFI boot.
2. As we use different Windows images for two LP version. The BIOS should match the images. So LattePanda 2G/32GB uses 32bit UEFI boot and 4G/64GB uses 64bit UEFI boot.
I will add this info to the main docs as well as per your suggestion.
Enjoy Tinkering with LattePanda ! 

- LattePanda
- Site Admin
- Posts: 2717
- Joined: Wed Jan 20, 2016 9:09 am
merged all linux topics in to one thread
Enjoy Tinkering with LattePanda ! 

- LattePanda
- Site Admin
- Posts: 2717
- Joined: Wed Jan 20, 2016 9:09 am
to clarify - are you running a guest vm inside windows on the lattepanda?
did you install guest additions?
https://virtualboxes.org/doc/installing ... on-debian/
did you install guest additions?
https://virtualboxes.org/doc/installing ... on-debian/
Enjoy Tinkering with LattePanda ! 

Debian 8 is the host, Windows 10 is the guest OS, and yes, I have guest additions installed. Also Debian 8 is installed without a desktop environment (to be as light as possible).LattePanda wrote:to clarify - are you running a guest vm inside windows on the lattepanda?
did you install guest additions?
https://virtualboxes.org/doc/installing ... on-debian/
I have improved the performance by disabling the visual effects and superfetch, prefetch, disk indexation, hibernation and some services like Windows Search and Windows Update (to not update automatically). W10 is usable, but it takes a little longer to open file explorer, a web browser... etc.
In the VirtualBox GUI if I enable 3D acceleration on the settings of the VM and I start it, it shows me the following error:
This VM was configured to use 3D acceleration. However, the 3D support of the host is not working properly and the VM cannot be started. To fix this problem, either fix the host 3D support (update the host graphics driver?) or disable 3D acceleration in the VM settings (VERR_NOT_AVAILABLE).