Linux on chromebook [no dev mode][GNURoot Debian] - Chromebooks

I was able to get this up and running using the good ole' gnuroot debian + xdsl server. Ignore what xdsl says about chroot environments, use the topmost command. eg export DISPLAY=:100.115.x.x:x PULSE_SERVER=tcp:100.115.x.x:xxxx
This was done on chromebook Pro. Xsdl will crash several times, but it will eventually start working after a few minutes. (not too long) . Attaching a pic so you guys can see.

could we have a tutorial? I'd really appreciate it!

Related

[UBUNTU][Testing] How-to install it on the Prime

-----------
HOW-TO: Ubuntu on Asus Transformer Prime TF201
Port by lilstevie (thank you for your hard work)
--------
DISCLAIMER:
I wrote this how-to from my experience installing successfully Ubuntu on my Prime.
I am in no way responsible for what you do with your Prime, even when you are following my instructions.
There is always the risk of making it worse, hardbricking your device, and this risk is completely down to you !
This is not a final version. This port is currently very unstable !
Install Ubuntu on your TF201 for testing purposes only !
HOW-TO Unbrick your Prime (or not...):
http://forum.xda-developers.com/showthread.php?t=1514088
--------
VERSION:
v0.1: First version of the tutorial
ABOUT:
- Working:
Wifi – Same patch as for the TF101
Keyboard (if you have a dock)
USB Host (if you have a dock)
- Partially working:
Graphics Acceleration (only 2D at this point)
Touchscreen (it works but every few touches are off target by 1/2 the screen)
- Not working:
Bluetooth
Trackpad
Sound
Sensors (ALS, Gyroscope, Accelerometer, GPS, magnetometer)
Shutdown, Reboot, Suspend
--------
Links:
Bootimage http://173.244.200.139/ports/prime-sdlinux.blob
RootFS http://173.244.200.139/ports/ubuntu-prime.img.gz
Fastboot http://alpharev.nl/wintools.zip
MD5:
9625d336062b2ff7eb9530dd5e48fb9e prime-sdlinux.blob
1a59e7918c199a85f805cb62ca130dae ubuntu.img
81238957a42b207213442cba7eeff684 wintools.zip
--------
Hardware:
Asus Transformer Prime TF201 (bootloader unlocked & with data/charge cable)
A computer with Linux installed
MicroSD card of at least 4GB (a fast card is better)
--------
Pre-requisities:
1. You need to have an already unlocked Prime.
To unlock it, use the official Asus Bootloader Unlock Tool APK on Android.
2. You need to have the latest ClockWorkMod (CWM) Recovery installed to easily backup & restore your device.
To install it, you can use the Android tool 'ROM Manager' from Play Store if you system is already rooted.
Otherwise, you can use the 'Fastboot' tool along with this tutorial (BE CAREFUL!):
HOW-TO 1: http://www.theandroidsoul.com/install-cwm-5-8-2-0-on-transformer-prime/
HOW-TO 2: http://forum.xda-developers.com/showthread.php?t=1576937
(You can also install the Touch version of CWM to avoid destroying your volume buttons while navigating )
CLASSIC : http://download.clockworkmod.com/recoveries/recovery-clockwork-5.8.2.0-tf201.img
TOUCH : http://download.clockworkmod.com/recoveries/recovery-clockwork-touch-5.8.1.8-tf201.img
3. Before trying to do anything with your device, make a full nandroid backup of the current WORKING Android system.
To do that:
- Reboot on CWM (see the sticky, at the end)
- Navigate to 'backup and restore', then 'backup'
- Wait until the full backup is done...
--------
- INSTALL Ubuntu -
Introduction:
To have a working Ubuntu system on the Prime, you have to:
- Extract the root file system on your MicroSD card
- Flash the bootimage right on the device
While installing Ubuntu, the only thing you modify about Android, is the bootimage. You leave the system intact,
so you'll be able to do a pseudo-dualboot between Ubuntu, and Android (we'll see that later).
HOW-TO:
Extraction of the root filesystem:
- Connect your MicroSD card on the computer running linux (ex: /dev/sdc)
- Umount all current partitions from the card
- Using fdisk, fully erase it, rebuild partition table, and create one partition (ex: /dev/sdc1)
- Format it in 'ext4' (ex: $ mkfs.ext4 /dev/sdc1)
- Using 'dd' command, extract the 'ubuntu.img' filesystem to the recently created partition
(ex: $ dd if=ubuntu.img of=/dev/sdc1)
- Wait until extraction completes... (It takes a while...)
- Mount the partition to verify that the extraction completes successfully (ex: $ mount /dev/sdc1 folder)
- Umount it, eject the card and put it on the Prime (ex: $ umount /dev/sdc1)
- Your Ubuntu filesystem is ready to use !
Flashing the bootimage (BE CAREFUL!):
- Reboot in fastboot mode (see the sticky, at the end)
- Connect the Prime to the computer, and be sure the drivers are correctly installed
You can find the drivers here: http://forum.xda-developers.com/showthread.php?t=1426502
- Extract the fastboot archive 'wintools.zip' and move the file 'prime-sdlinux.blob' in the same folder
- Execute the command: fastboot -i 0x0b05 flash boot prime-sdlinux.blob
(WARNING! This command will overwrite the bootimage of your Prime! Be sure you know what you're doing!)
- Wait until the flash completes... (it generally takes a few seconds...)
- When the blue progress bar is full, on the Prime, hold the Power switch to reboot the device
- Be sure that the MicroSD card is in the Prime
- Your Prime is now booting on Ubuntu, you should see some text displaying on the screen
- Wait until the system initializes... (It takes a while for the first boot...)
You should see kernel verbose booting, displaying something saying the system is resizing a partition
on the MicroSD card...
- Your Ubuntu system is installed ! You can do the graphical basic setup, then do a hard reboot of the device !
- Good luck with your freshly installed Ubuntu on your awsome Asus Transformer Prime !
--------
- RESTORE Android -
Introduction:
After installing Ubuntu, to have Android back on the Prime, you have to:
- (OPTIONAL: Do a full nandroid backup to be able to restore the Ubuntu bootimage directly from the CWM later)
- Simply restore the Android bootimage from the nandroid backup made before the installation of Ubuntu
HOW-TO:
To do that:
- Reboot on CWM (see the sticky, at the end)
- Go to 'backup and restore', then 'advanced restore'
- Choose the Android backup made before installing Ubuntu
- Choose 'Restore boot' option
- Wait until the restore is done...
- Choose 'reboot system now' to boot in Android
--------
- DUALBOOT Android/Ubuntu -
Introduction:
We can note that the both systems are installed on two different storage devices.
Android is directly on the device and Ubuntu is on the MicroSD.
The only thing that changes between the two systems is the bootimage.
If you have a nandroid backup of each WORKING systems, you can do an advanced restore of the boot 'boot.img'
of Ubuntu to boot it from the MicroSD card, or restore the boot of the Android backup to boot on Android !
HOW-TO:
To do that:
- Reboot on CWM (see the sticky, at the end)
- Go to 'backup and restore', then 'advanced restore'
- Choose the correct backup (the Android one, or the Ubuntu one)
- Choose 'Restore boot' option
- Wait until the restore is done...
--------
STICKY:
- Booting the Prime on recovery mode (CWM):
1. Power off the device (using Android, or by a long press of the power switch)
2. Power it on, by keeping simultaneously pressed the power switch and the volume down button
3. When text displays on top of the screen, release all, and press the volume up button
4. Wait a few seconds and CWM will appear on the Prime...
- Booting the prime in fastboot mode:
1. Power off the device (using Android, or by a long press of the power switch)
2. Power it on, by keeping simultaneously pressed the power switch and the volume down button
3. Wait until the message saying 'OS will coldboot in 10 seconds' etc... then release all buttons
4. Use the volume down button to select the USB icon
5. Validate with volume up
6. You can connect your device to a computer to send fastboot commands...
Testing request
If someone want to test it and confirm that this tutorial can be fully approved, it'll be great
This is really great news!!!...I wanted to run ubuntu on my prime and use it as fully fledged portable laptop...
all there already was had either ubuntu running through vnc server and that too outdated version or chroot ubuntu...(if i am not missing anything here)
I wish that we would be soon able to get ubuntu for android (UFA) from canonical preinstalled with the next update of tf201...I heard that we cannot possibly install it without asus agreeing to team up with canonical...
atm, this seems great...will test and report...!!!
Would be nice to have grub or a similar bootmanager to switch between the systems on startup
OP, so what is your connection with lilstevie? I notice the links for the downloads of the blob and image file go to http://lilstevie.geek.nz/ports/ and the files there are almost 6 weeks old. Your working/not working list is also the exact same as the original post from lilstevie at http://androidroot.mobi/2012/02/23/ubuntu-on-the-transformer-prime/
Just wondering are you actually developing any of this or just found the links and put up a howto?
Thanks
As I said at the beginning, this is the work of lilstevie. I searched how to install it, and once I've set it up on my Prime, I made that tutorial today.
I share it here if someone want to try installing Ubuntu on their Prime.
The files are the original ones hosted by lilstevie. And I did not found any version newer, so let's wait for a new release, or a final version.
And no I don't work with him for the development.
I was waiting for something like this! Thanks a lot for writing up a guide and trying it on tf201.
Now we need proper dual boot, shouldn't be too hard to figure out...
Just followed your howto and it's working fine on my tf201.
Now I'm updating via apt-get
Looking Forward to this
Will transform then Device into a laptop excellent.
Not sure why more people arn't getting involved.
ryanbell said:
Will transform then Device into a laptop excellent.
Not sure why more people arn't getting involved.
Click to expand...
Click to collapse
Probably due the the high risk of completely bricking your prime until a safe dual boot or single boot solution is in place. Certainly that is what is holding me back.
The whole reason I bought the Prime was for this, but without nvflash I am going to hold back until some more intrepid soul does the boot work
do we need linux to format the sd card or can we do it in windows?
jellydroid13 said:
do we need linux to format the sd card or can we do it in windows?
Click to expand...
Click to collapse
You need Linux, but don't let that stop you if you're a windows user - installing, say, Ubuntu is INCREDIBLY simple on windows, you can install it as a windows program, run live CDs, or (with just a liitle more effort) set up a dual-boot with windows and the Linux distros you like. I am NOT computer savvy, so trust me when I say it isn't hard
To anyone who has tried this, any comments on how well it runs? I'm not going to try this just yet, but I'm really curious. Does it run as well as Ubuntu on today's low-range laptops? I guess what I'm wondering is, does it seem like ordinary Ubuntu on ordinary x86 machine? Forget about the known issues, just browsing Unity or gnome, is it smooth and pleasant enough? Thanks for any info
Komodo Rogue said:
You need Linux, but don't let that stop you if you're a windows user - installing, say, Ubuntu is INCREDIBLY simple on windows, you can install it as a windows program, run live CDs, or (with just a liitle more effort) set up a dual-boot with windows and the Linux distros you like. I am NOT computer savvy, so trust me when I say it isn't hard
To anyone who has tried this, any comments on how well it runs? I'm not going to try this just yet, but I'm really curious. Does it run as well as Ubuntu on today's low-range laptops? I guess what I'm wondering is, does it seem like ordinary Ubuntu on ordinary x86 machine? Forget about the known issues, just browsing Unity or gnome, is it smooth and pleasant enough? Thanks for any info
Click to expand...
Click to collapse
thanks but i dug through and found my live linux flash drive(im no noob ) i will be installing soon and tell you how it goes.
just tried it and it looks very promising. I could finally use remote desktop decently from my prime and control vms within the server, which was awesome.
can't wait for these corageous and smart people to get dual boot working among the other issues
also found out:
- no functioning battery indicator for both batteries (dock/tablet)
- couldn't install flash so for youtube (guess none is available for arm?)
i also just tried it out and cant wait for it to be fully functional (is anyone even still working on it?) anyways i would replace android with it.
jellydroid13 said:
i also just tried it out and cant wait for it to be fully functional (is anyone even still working on it?) anyways i would replace android with it.
Click to expand...
Click to collapse
But then what is the point of having a tablet over a netbook or cheap laptop? Battery life? Touch screen?
dotnerdify said:
But then what is the point of having a tablet over a netbook or cheap laptop? Battery life? Touch screen?
Click to expand...
Click to collapse
Both of those things, plus versatility (dock, no dock, Linux or Android), and of course the cool factor
I would want to keep android around (hence desire for dual boot) for the times I might want it (like to watch movies on a flight, etc) but I think for the most part if there was a good, fast native Linux that's where I would be.
My opinion is that there is no need for Linux Ubutnu on Primes, because I bought just because PRIME has Android OS and has features that no laptop! And more like Prime with Android OS because it is function of the sea than no have a laptop with Windows, Mac or Linux Ubuntu. Some of the features that I like on my To: Touchscreen, Bluetooth, trackpad, sensor (ALS, Gyroscope, Accelerometer, GPS, magnetometer), shutdown, reboot, no need for always shotdown and wait time for the system start, It is great for work and playing games, two cameras, GPS, BATTERY LIVES IS MUCH BETTER THAN IN LAPTOPS and lot more options.
Sure tabs have their use cases, but having a full blown Linux distro running as well extends that set of use cases by a phenomenal amount. I can certainly use a Linux distro on my tab for the full blown IDE Eclipse an other apps available like FTP, VNC etc.
Current users, can you say how the touch screen works? Still half of the screen?
qubz said:
Sure tabs have their use cases, but having a full blown Linux distro running as well extends that set to use cases by a phenomenal amount. I can certainly use a Linux distro on my tab for the full blown IDE Eclipse an other apps available like FTP, VNC etc.
Current users, can you say how the touch screen works? Still half of the screen?
Click to expand...
Click to collapse
My touchscreen has been working fine so far also lilsteve said on his twitter that he has a most stuff working and that the release of Ubuntu 12.04 in 4 days is supposed to have native tegra 3 support so he is planning on a 12.04 release with most stuff working soon.
Sent from my Galaxy Nexus using Tapatalk 2

[Q] Running Debian (preferably Squeeze) on Android - any good way?

Hi.
I would like to run Debian Squeeze on Android.
Complete Linux Installer delivers Debian images that are very problematic and annoying.
Debian Kit doesn't let me install openssh-server and not only that, skipped many packages due to extracting problems.
Lil' Deby is very unstable, it hangs before it does everything to complete the installation.
Linux Deploy causes many errors to happen
Is there another app to do that? Or if there's a well explained way to do that manually? I'm having some software that would be great to have in my phone so let's just focus on it
I'm counting for help!
EDIT: Sorry, forgot to check "Is this a question". Yes, it is

[Q] Installing Kali linux on lg g3

I have been trying for a few weeks to install kali linux on my lg g3. So far with no luck I have tried every guide on the internet but all have failed me can someone give me a detailed walkthrough on how to do so? my sd card is formatted and partitioned to fat32. I wish to install kali to the second 14 gig partition I made and named ext2. my phone is rooted with busy box installed it is the lg g3 S990 runing stock rom 5.0.1
anyone have any experience with this?
Here are some screen shots
Here are some screen shots
I don't think that you can..... They don't offical support it and there is a lot of things you have to take into effect. For example kernel, arm version, and hardware, wifi chips, touch screen drivers and a WHOLE LOT MORE!.
What would you suggest then? I'm debating getting a nexus 7 and installing nethunter on it would that be better??? I've been able to get quite close to having it work
turatt said:
What would you suggest then? I'm debating getting a nexus 7 and installing nethunter on it would that be better??? I've been able to get quite close to having it work
Click to expand...
Click to collapse
You can try that
GOOD NEWS (maybe)
I am able to get kali running through the complete linux installer app BUT it appears to be missing all pentesting tools and has no gui because vnc viewer wont connect but it does at least behave the way the app makers say it should :/
turatt said:
I am able to get kali running through the complete linux installer app BUT it appears to be missing all pentesting tools and has no gui because vnc viewer wont connect but it does at least behave the way the app makers say it should :/
Click to expand...
Click to collapse
Well, that's a start...
You can try opening a terminal and running: sudo apt-get install aircrack-ng
It says files are corrupted and cannot be read :/ ithink I will try limbo pc emulator instead will post the results
turatt said:
It says files are corrupted and cannot be read :/ ithink I will try limbo pc emulator instead will post the results
Click to expand...
Click to collapse
OK
So after many weeks of working day and night I finally have time to sit and tinker will post updates in the coming days
turatt said:
So after many weeks of working day and night I finally have time to sit and tinker will post updates in the coming days
Click to expand...
Click to collapse
Have you just looked into installing it onto like raspberry pi or a Chromebook or something? It seems pretty easy..... Plusnit might work better then the phone.
If I can't get to work ill be switching to a nexus seven with nethunter. I found a guide on how to run kali in limbo pc emulator and it appears to work to some extent but I get no gui nothing. I fear the iso file may be corrupted. Ill post screenshots next
turatt said:
If I can't get to work ill be switching to a nexus seven with nethunter. I found a guide on how to run kali in limbo pc emulator and it appears to work to some extent but I get no gui nothing. I fear the iso file may be corrupted. Ill post screenshots next
Click to expand...
Click to collapse
Just install gnome fallback or something....
Or open a terminal and try running "startx"
Here are my screenshots.
http://ikrami.net/2014/05/26/kali-linux-android/
This is the guid I have been using^
Just tried again with a new iso and limbo stopped working I will try reinstalling and wipeing cache in recovery.
turatt said:
Just tried again with a new iso and limbo stopped working I will try reinstalling and wipeing cache in recovery.
Click to expand...
Click to collapse
It could just be the arm version of our phone.... What are you trying to do with Kali?
Just run it I have a pwn box for mobile hacking so I can bluesnarf and do alot of fun things. I'm doing freelance pin testing so I thought it would be nice to be able to do those things on my phone without having to lug my laptop out
turatt said:
Just run it I have a pwn box for mobile hacking so I can bluesnarf and do alot of fun things. I'm doing freelance pin testing so I thought it would be nice to be able to do those things on my phone without having to lug my laptop out
Click to expand...
Click to collapse
OK, cool
Then I guess the nexus 7 is your best guest unless you get something like a Samsung S2 and put it in monitor mode and use aircrack-ng. Also the raspberry pi thing is pretty good if your like pretty handy you can wire up a battery, pi, and screen then just use a wireless keyboard.
S2 link: https://www.google.com/url?sa=t&sou...mgJhCRpHtESmUYXTw&sig2=IeGml16hwDKXeV9V7JXwRg
You can install kali linux on linux deploy and run with android VNC
I am running with linux deploy it on my AT&T 3g.
Im pretty sure your problem is in your configuration on preferences. Generally the SD is formatted to FAT which has maximum image file size 4095 MB. So pretty much if you want kali tools then hypothetically you could reformat your SD or external to ext4. There is also a permissions problem because of the image location. Here's how I got around it for now, I just started altering this phone 2 days ago so I'll keep you updated if you want. I moved the environment location to a folder in SD and it has consistently held up to 6000MB which is plenty for the os, necessary additions and a few fun kali tools.
Here's my mini pictorial, it's only my second post so maybe this will help.
Just do the settings like mine, Wait forever while it installs then after it finishes hit reconfigure. It takes a couple of minutes to reconfigure then you press start and wait until it's finished loading, press your home button, open VNC, make sure your port is 5900 and default password is "change me"
Open up a terminal and type "sudo su" make a password, update and make sure you have fun.
When you're finished go back to linux deploy, press stop and then use the menu button to exit the app

Install PhoenixOS/RemixOS on HP Stream 7

Hi XDA community, since I don't have enough power to land this on other forums I choose here.
First, this is my disclaimer:
Please try this at home at your own risk, the steps performed on this guide worked for me and may work for you.
Click to expand...
Click to collapse
But come on, this is XDA, you will figure it out without problems.:fingers-crossed:
Second, the good thing about this is you only need 3 ingredients:
Old tablet, The HP Stream 7 tablet SPECS
Precious Disk Space :victory:
Sweet Internet
W00t? no USB or Keyboard required? Yes, that's why it took me a while to glue the pieces together. Now, here we go:
I suggest to download PhoenixOS (November Release v1.1.2-226), because it worked for me immediately, I have an issue with RemixOS that I didn't try to fix it yet, I got stuck on the "Select Language" screen, but the steps may work for you.
Now, free disk space on your tablet, I did the upgrade to Windows 10 a while back and I had almost 1GB left on C, that's ridiculous because the drive has 20GB-ish, so, I google (yes, you need to do your homework too because I did the steps on the fly) how to recover space from the greedy Windows 10 OS, I removed a lot of useless info/cache/downloads/apps/etc and even compressed the Windows binaries (yes, you can do that). Concerned about Windows performance? be not, it works faster than ever. After the next steps this may seem useless but free space is free space, you'll need it later on life.
After all that dark magic, I was able to reclaim 10GB-ish, yeah!, but then realized I had 8GB more on the tablet "lost", this is the recovery partition for Windows 10, now, this is something that you may think of because you can get rid of all that info and reclaim what is yours, that partition is for you, but maybe you wont so this is one of these life choices. I did, I don't care about recovery stuff, most of my gadgets have custom ROMs or OSes. Used Minitool Partition Wizard Free and managed to reclaim the precious Disk Space.
Important thing here, some users Shrink the drive C to create a new partition, I didn't, used the 8GB partition instead.
We have Disk Space available, now, we prepare the operations table:
Disable Bitlocker on the drive you want to install the new OS.
Disable Secure Boot, power off the device and press Power+VolDown for a few seconds until you're on the BIOS.
Boot on Windows and install the Android OS flavor you want, I'll split the installation in two because for RemixOS is harder.
NOTE: Remember that grub doesn't support touch and both Android OSes grub have Windows as first OS to boot and kids, there is the key.
PhoenixOS
Download the OS
Extract it and run the installer
Select install to Hard Drive and install it on the Drive desired (I did that on E: which is the 8GB partition).
Restart and let the system do the job, you'll land on Windows again.
In Windows, as you read on the NOTE, we need to change grub.
Open Windows Powershell ISE in Admin mode (yeah yeah, yo can use whatever you want)
Then execute the command
Code:
mountvol B: /s
With this you'll be able to see the contents from the UEFI partition
Now, remember to select view all files, with WPISE open the grub.cfg file located on
Code:
B:\EFI\PhoenixOS\
Put the Windows entry below the PhoenixOS entry, change the grub timeout to 3 or whatever timeout you want, this change is for faster boot, save the file and you're ready to go.
Restart the system, press Power+VolDown -> F9, Select the PhoenixOS, let grub do the magic and you win
Notes about PhoenixOS
Phoenix OS installation, straight-forward on the 8GB partition
Needed to change Grub but friendlier than RemixOS
Keyboard behaves weird, you need to be accurate when using your fingers
When using browser and playing videos the tablet heats up hard
Rotation is wrong, I selected not to use rotation so I can use the UI without problems
Is fast, Wireless work
Something I saw one time is it got stuck when showing my user recently booted, restarted the device and then it worked again.
Video after the break.
Veredict: It works for me and can play with Android in a tablet without the need to buy another.
RemixOS
It supposed to have more support for things but looks like PhoenixOS has more . Not going to start a war here, I always try to find what suits best for me .
RemixOS is a pain on this tablet with the newest November 2016 version, I need to play more and harder.
You do almost the same as PhoenixOS, the installer is easy as well but it shows you an installation issue the first time, you need to restart the device and try the installation again. After that it was a game of try and fail but I sorted out the pieces.
Restart and you'll be on Windows again, well, let the system land on Windows and modify grub, kind of same as PhoenixOS:
Open Windows Powershell ISE in Admin mode
Then execute the command
Code:
mountvol B: /s
With this you'll be able to see the contents from the UEFI partition
Now, with WPISE open the grub.cfg file located on
Code:
B:\boot\grub\
Remember to select view all files
Put the Windows entry below the RemixOS entries, save the file, change the timeout and you're ready to go.
For RemixOS you also need to change the timeout for the theme.cfg file on
Code:
B:\EFI\RemixOS\
Restart the system, press Power+VolDown -> F9, Select the OS Bootloader, let grub do the magic (after some errors, just let it be) and you win (see, no hands mom!), well, sort of because it freezes :silly:.
I'll try to do more tests with RemixOS and see what happens.
Is this guide enough for you, not? blame the Internet or leave your comments.
Enjoy.
Thanks for the info.
I'm not getting any sound with PhoenixOS. WiFi is OK but sound & Bluetooth is not functional. Any suggestions ?
I've experimented with RemixOS as well...... sound works but it's very laggy and touch-screen / rotation is unresponsive. PhoenixOS is very stable and far far better but no sound :crying:
android x86 nougat on hp stream 7
Try this ISO of Android Nougat on the Stream 7, Wifi Bluetooth & Audio work. touchscreen is a little sensitive
Search youtube for HP Stream 7 for a link to the ISO.
I'm not aloud to post links on hear
mlckchip said:
Try this ISO of Android Nougat on the Stream 7, Wifi Bluetooth & Audio work. touchscreen is a little sensitive
Search youtube for HP Stream 7 for a link to the ISO.
I'm not aloud to post links on hear
Click to expand...
Click to collapse
Could you please explain the installation instructions?
Any news? I tried newest phoenix, but it´s way too heavy for it. Runs very slow. The older lollipop works better. The touchscreen is more a problem, it´s like a tablet from hell, very bad sensitivity.
The "Trekstor Surftab Xintron i 7.0" should be the same hardware and has android, so there could be a way to install this or at least use the touchscreen drive in phoenix. But I´m afraid of bricking it.

Advice on Acer CX12 Chromebox ChromeOS options

I recently aquired 2 Acer CX12 Chromeboxes from my boss which were in storage at work which were just going to be thrown away. Acer Chromebook 14 CB3-431 model - (Intel Celeron N3060, 2GB RAM, 16GB eMMC)
They had linux cinnamon mint on both of them when I got them, but I restored the official ChromeOS onto one of them using the help of MrChromebox scripts etc as its being used by my son (as hes familiar with ChromeOS from school) Thing is unfortunately the playstore is not available on this model having checked Googles listing its shown as "planned" but considering these boxes stop being officially updated June next year I very much doubt Playstore integration will now happen.
I've tried doing various workarounds from the web to get the Playstore on this device but with no luck.
However I have briefly been told by a friend about Brunch ChromeOS? Does anyone know if this would install on these Chromeboxes with Playstore at all ? Or any other alternative options that include the Playstore? Any advice /help appreciated
Just an update - i thought I would just give it a try & see if brunch worked on the chromebox & everything installed fine, with no issues. Although I am no expert on Linux / ChromeOS - what I did was basically turn the chromebox into a "conventional pc" & using MrChromebox UEFI script in linux mint live & then followed the instructions in this video .. cant believe it actually worked, I have tried many suggestions to get the Playstore to no avail. Everything works as it should with no issues at all. Obviously Netflix / Amazon Prime is only viewable in Chrome browser (the app just shows black screen) but apart from that my son is well happy.
jotei66 said:
Just an update - i thought I would just give it a try & see if brunch worked on the chromebox & everything installed fine, with no issues. Although I am no expert on Linux / ChromeOS - what I did was basically turn the chromebox into a "conventional pc" & using MrChromebox UEFI script in linux mint live & then followed the instructions in this video .. cant believe it actually worked, I have tried many suggestions to get the Playstore to no avail. Everything works as it should with no issues at all. Obviously Netflix / Amazon Prime is only viewable in Chrome browser (the app just shows black screen) but apart from that my son is well happy.
Click to expand...
Click to collapse
Can you make a guide? I have installed chrome on a PC but the steps to do this on a chromebox are not that clear to me. I have a cn60 box.
vinicioh23 said:
Can you make a guide? I have installed chrome on a PC but the steps to do this on a chromebox are not that clear to me. I have a cn60 box.
Click to expand...
Click to collapse
Unfortunately as its over a year ago (Im actually selling this Acer Chromebox with brunch OS installed atm on ebay) I cant remember the step by step process i did. I know i used MrChromebox's utility script to essentially turn the chromebox into a standard PC by flashing the UEFI firmware & put linux mint onto it - you can find MrChromebox's link here: https://mrchromebox.tech/#fwscript Then i used both ChromeOS brunch instructions alongside the video stated in above. Sorry, i just cant remember what I did step by step but it certainly wasn't difficult. If i remember you must have an intel based cpu in your chromebox (but that may have changed since last year).
A you are using a cn60 box, these 2 threads may be of help to you:
IMPORTANT: Kodi Forum - Data Breach | News
Updated 17th April - please see below. If you need help while we recover/rebuild the systems, you can find a read-only April snapshot of the forum on the Internet Archive here. In addition, the…
forum.kodi.tv
Brunch r88 seems not be working on Asus Chromebox CN60 · Issue #897 · sebanc/brunch
I have tried r88 four times, both vid Chrome 88 and 87. Evertime I try: I see the white screen with Chrome logo, after that I see a black screen with a mouse cursor. I can move the cursor. When I c...
github.com
Hope you manage to get it sorted as Brunch still works really well ;0)

Categories

Resources