====== Lubuntu Dual Os ====== //__About this Article__// * **Author**: benn --- benn@cubietech.com --- 2014/05/14 16:42 * **Copyrights**: [[http://creativecommons.org/licenses/by-sa/3.0/|CC Attribution-Share Alike 3.0 Unported]] * **Contributors**: [[http://cubieboard.org/|Cubieboard Community]] : ... ===== Abstract ===== Some people complain that, after booting Linux from TF card, the Android OS on Nandflash get damaged somehow. Here we give a solution to run dual OS (Android@Nand, Lubuntu@Card). The reason for the issue, is that the sunxi nand driver is quite different with the close sourced one. After loading the sunxi nand driver, it will damage the partition table for Android on nand. Currently, It seems that disabling the sunxi nand driver is the only way. ===== Running Dual OS(Android/Lubuntu) ===== ==== Making Lubuntu Card Image ==== Please look at these tutorials * http://docs.cubieboard.org/tutorials/cb2/installation/cb2_lubuntu_card_install * http://docs.cubieboard.org/tutorials/ct1/installation/install_lubuntu_desktop_server_to_sd_card ==== Disabling Nand Driver ==== After making Card Image successfully, insert the SD card on your host. You will see the script.bin file on the 1st partition. #bin2fex script.bin script.fex #vi script.fex Change 'nand_used=1' to 'nand_used=0' #fex2bin script.fex script.bin ==== Installing Android on Nandflash ==== Please look at these tutorials * http://docs.cubieboard.org/tutorials/cb2/installation/cb2_android_4.2.2_nand_install {{tag>Cubieboard Cubietruck}}