Quote:
Hi, sorry I missed this question earlier...
You can do something similar to what we do which is use rootstock to create a rootfs tarball. Then you need to do all the other steps of it.
As for forcing the resolution, you will need to add siihdmi.teneighty=0 to the boot script file, and then compile it again.
If you're using our Ubuntu and our flash-kernel you can do:
Code:
sudo flash-kernel `uname -r`
And it will regenerate everything you need in /boot.
By far the best way to get an Ubuntu Server is to take the SD card installer and make a tarball of the content from another system. Mount the second partition as the target and mount the first partition as boot inside..
The best way to proceed is to rsync it to another box (make sure you specify --numeric-ids) and then delete the contents of /etc/rc.local between the first comment block and "exit 0" (the exit 0 is important). Delete the contents of the /home/oem directory that you can see (scripts, and the desktop tarball). Edit /etc/fstab such that it points to /dev/sda1 and /dev/sda2.
Then you can tar that directory. Make sure you specify "--numeric-owner" to tar.
Now make another copy of the SD card installer and replace the tarball with your own. Booting from this new installer card will install an Ubuntu Standard installation.
Then just add the packages.efikamx.info repository, pull flash-kernel, and whatever else you want, and "apt-get update && apt-get upgrade && apt-get install ubuntu-server" or something similar.
There is also another option to the SII9022 driver - "sii9022.seventwenty=0" which will turn off looking for a fixed 1280x720 mode too. With teneighty and seventwenty modes turned off, it will try for the panel native resolution..