I Cant install Chromium OS 0.5 on Raspberry Pi 3 - Raspberry Pi Q&A, Help & Troubleshooting

Hi I am so used to installing Retropie and other distros on Raspberry Pi. You get the image and put in win32 and your ready to be written.
Now I want to install Chromium OS to test out V.05
So here's what I am doing. I download the V0.5 for the 16 Gig version.
I used 7 zip extract all to folder when it does that it gives me this.
SamKinison_v0.5_Pi3_16GB.tar.xz
I then change the extention to SamKinison_v0.5_Pi3_16GB.tar.img
Write to SD using win 32 and nothing works.
So what am I doing wrong?

Hi, think you need to decompress SamKinison_v0.5_Pi3_16GB.tar.xz file with WinRAR, and then mount the img file to Win32

now when I write the ISO after running WinRaR after mounting my SD card is now write protected and cant access it ((( How can I unwrite protect it? I dont have a button hit.

Try to Reformat your SD card as fat32

It says it's write protected no physical tab is on to make write protected. I was looking at this will step 4 work?
http://www.techcloud7.org/remove-write-protection-sd-card.html

Yes?

It said it was successful then I tried to format it and it said this disk is right protected still.

did you try to delete all of the partitions on the card? and make a new one, and then format it as fat32.

How can you do that if I can't format it?

I went into disk manager and I get this: message and this is a 16 gig card so I feel like I hosed it but all I did was mount it using win32.
https://drive.google.com/file/d/0BxbcZNbmYKFKbVdRZkxPWUEwSHM/view?usp=sharing
https://drive.google.com/file/d/0BxbcZNbmYKFKaEQ5Q05raWg1bk0/view?usp=sharing

if its offline you can try diskpart command. http://www.sevenforums.com/tutorials/52129-disk-clean-clean-all-diskpart-command.html

I did exactly what you said and got this. and screen shot of the whole process I did.
DiskPart has encountered an error: The device is not ready.
See the System Event Log for more information.
https://drive.google.com/file/d/0BxbcZNbmYKFKN0U3emtLWW5Vbms/view?usp=sharing

Here is the system event log screen shot of the event it asked about too.
https://drive.google.com/file/d/0BxbcZNbmYKFKcEpaOGdPTWhzbk0/view?usp=sharing

have you tried Partition Wizard 7 or a linux computer to delete partitions and make new ones?

chras said:
have you tried Partition Wizard 7 or a linux computer to delete partitions and make new ones?
Click to expand...
Click to collapse
I don't know how to use linux to partition it. I have Ubuntu Mate 16.04 on a flash drive for a live flash OS. But if there is a easy guide like before I will try. I never tried partition wizard 7 before either.

Here is a step by step guide for you http://jsmylinux.no-ip.org/hard-drive-management/creating-partitions-with-disk-utility/

Alright with a lot of trying I finally got the card to erase and go back to normal with this format. Then ran the official sd card formatter to get it to work. This method truly works if your sd card says "write protected". Thank you.
https://drive.google.com/file/d/1arjgOt9qb4DSTYet1g-8zVxyqP9zTmFyag/view?usp=drivesdk

back to this topic I used Win RaR and extracted the Chromium OS 16 gig here. I get this one file out of the extracted file being 13 gigs its not a image. Should i change the extention to. IMG? Here is a screen shot. I don't want to write protect my SD card again lol
https://drive.google.com/open?id=0BxbcZNbmYKFKcVNJZmhIaFgwbkU

open it in WinRAR and extract the file. right click and hit "Open With" and then choose WinRAR

Try SDFormatter
http://www.trendy.co.jp/sd/en/p_formatter.html

Related

Question - migrating memory cards

I'm currently using a 2GB MicroSD card with an apps2SD partition (Ext2) and a storage partition (FAT32)
I have a 4GB card that I'd like to move everything to. I could surely partition it the same way I did my 2GB card, but then it would be a blank, partitioned card. What's a good way to get all my apps and such moved over, as I'm running windows (which won't read the Ext2 partition)
Would Norton Ghost do it?
no try Ext2IFS_1_11a
can't remember where it is: if it doesnt work DL linux and boot into it from disc (no need to install) and copy onto disc from there...
Use linux.
plug in uSD card, do NOT mount. If it automounts, UNMOUNT it. Check device name "tail dmesg".
If device name is for example, sdb, then copy contents to hard disk;
"dd if=/dev/sdb of=~/sdbackup" -- this will create a file in your home directory called "sdbackup".
pull card, insert new card. If it mounts, unmount it. Again check device path.
"dd if=~/sdbackup of=/dev/sdb"
Now pull card, the data on the new card mirrors the old card. Plug back in. Note: we pull and then reinsert to make sure that the kernel reloads the partition table. There are other ways of forcing this, but this is the easiest and most fool-proof.
You have unpartitioned free space at the end of the card.
Use a combination of "parted" and "resize2fs" to resize/move partitions, or just use gparted to handle these operations graphically.
jook11 said:
I'm currently using a 2GB MicroSD card with an apps2SD partition (Ext2) and a storage partition (FAT32)
I have a 4GB card that I'd like to move everything to. I could surely partition it the same way I did my 2GB card, but then it would be a blank, partitioned card. What's a good way to get all my apps and such moved over, as I'm running windows (which won't read the Ext2 partition)
Would Norton Ghost do it?
Click to expand...
Click to collapse
Thanks for your help.
lbcoder said:
Use linux.
plug in uSD card, do NOT mount. If it automounts, UNMOUNT it. Check device name "tail dmesg".
If device name is for example, sdb, then copy contents to hard disk;
"dd if=/dev/sdb of=~/sdbackup" -- this will create a file in your home directory called "sdbackup".
pull card, insert new card. If it mounts, unmount it. Again check device path.
"dd if=~/sdbackup of=/dev/sdb"
Now pull card, the data on the new card mirrors the old card. Plug back in. Note: we pull and then reinsert to make sure that the kernel reloads the partition table. There are other ways of forcing this, but this is the easiest and most fool-proof.
You have unpartitioned free space at the end of the card.
Use a combination of "parted" and "resize2fs" to resize/move partitions, or just use gparted to handle these operations graphically.
Click to expand...
Click to collapse
Are these directions explicit/comprehensive? Will I need to partition first? I don't know very much at all about linux, but I've got an ubuntu cd downloading. I've poked at it a little before - I can at least get a terminal and follow your directions, if this is all there is to it.
edit
I'm trying copying things manually in ubuntu's file.. explorer.. thingy. Then I'll partition the new memory stick with gparted and copy the files there.
This seems more natural to me, since I'm not familiar with command-line operations much anyway. Personally, I don't see why it won't work.
edit again:
I don't have permission to copy the folders "app" "app-private" or "dalvik-cache"
How can I do this?
edit edit again
google found me a "sudo nautilus" command which seems to open a file browser window with more permissions. I still can't actually copy the folders I mentioned before, but I recreated them in my backup location and I can copy the contents. Maybe this will take care of it.
update:
nope, that worked for "app" and some (but not all) of "dalvik-cache" but not "app-private"
How do I gain permission to copy it?
I'm willing to go back to the terminal, but I get an error on the tail command. There's nothing found, or somesuch. Sorry, I meant to copy the message exactly but I forgot before I rebooted the computer I was doing it with.
Can anybody help me out a little more with this?
The error I get right off the bat is "tail: cannot open 'dmesg' for reading: no such file or directory"
The only access to linux I have is an ubuntu live CD
Code:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
[email protected]:~$ tail dmesg
tail:cannot open `dmesg' for reading: No such file or directory
[email protected]:~$ _
MontAlbert said:
no try Ext2IFS_1_11a
can't remember where it is: if it doesnt work DL linux and boot into it from disc (no need to install) and copy onto disc from there...
Click to expand...
Click to collapse
How do I make use of this? It sounds like it should make Ext2 partitions appear in Windows Explorer just like anything else...
I installed it, but the Ext2 partition still doesn't show when I plug in the SD card. Do I need to do something particular?
I have rebooted.
Can anyone please give me more information on this, please? I've been poking at it different ways and still can't get it to work. Who knows something I don't?
jook11 said:
Can anyone please give me more information on this, please? I've been poking at it different ways and still can't get it to work. Who knows something I don't?
Click to expand...
Click to collapse
Code:
dmesg | tail
All the information to do this has been stated in this thread by now.

Running android from sd card

hello guys,
i want to share how to running android from sdcard, last time before i lose my X1 it's already running well on my X1.
here's the step :
requirement :
1. linux (mine ubuntu 9.10)
2. for ubuntu do "sudo apt-get install squashfs-tools" for getting unsquashfs (for extract system.sqsh)
prepared equipment :
1. 8gb SDCard (for good starting but you can also using 2 gb or 4gb)
2. partition your sdcard like this (8gb configuration) you can using gparted :
1. 5.5 gb format using fat32 this called : mmcblk0p1
2. 1 gb format using ext2/ext3 for /system this called : mmcblk0p2
3. 1 gb format using ext2/ext3 for /data this called : mmcblk0p3
4. 512 mb format using linuxswap for /swap this called : mmcblk0p4
installation :
1. do execute on terminal : unsquashfs <your system.sqsh directory> after extraction you will see directory called "squashfs-root"
2. copy all files from "squashfs-root" directory into your SD Card /system partition or mmcblk0p2.
3. copy startup.txt, haret.exe, modules<build>.gz, zImage from vdelf build onto your root SDCARD fat32 or mmcblk0p1
4. download and copy/replace rootfs.img from here into your root SDCARD fat32 or mmcblk0p1.
5. execute haret.exe and then wait and pray.
@vdelf :
man...your the best, with this configuration you can easly changes or edit an android modules.
cheers,
fatsal
man u are the 1
so is it only possible to set this up with linux, windows won't work?
CowMix said:
so is it only possible to set this up with linux, windows won't work?
Click to expand...
Click to collapse
same question?
But after all, why ask those questions every time? Get yourself DamnSmallLinux and qemu emulator.. It will be about 60 Mb download total and you'll never have problems with ext2 filesystem and permissions
sp3dev thanx for the hint i was looking for small distro ...
Thanks fatsal, almost there.
But one thing u missed in your first post, was to copy initrd.gz in step 3 (copy it to the fat32 partition)
Otherwise HARET says "/Storage Card/initrd.gz" not found.
But i get stuck in the boot screen (the android loading image with the X).
It just sits there forever. It shows a bit of the animation, then stalls for a second then skips back to the start of the animation...
Not sure whats wrong.
Mic159 said:
Thanks fatsal, almost there.
But one thing u missed in your first post, was to copy initrd.gz in step 3 (copy it to the fat32 partition)
Otherwise HARET says "/Storage Card/initrd.gz" not found.
But i get stuck in the boot screen (the android loading image with the X).
It just sits there forever. It shows a bit of the animation, then stalls for a second then skips back to the start of the animation...
Not sure whats wrong.
Click to expand...
Click to collapse
Yes, i have that problem too!
any help is appriciated!
i've definately done it all correct because when i insert the sd card the /data partition is filled with android files!
but the x just loops, freezes then continues to do that! :S
I have and 8GB SDHC card class 6, but i only ever have 7.42GB available, even when the card is empty. Is this normal?
Also i have tried to use Gparted to partition my SD card following the instructions aove, but i get an error message, can anyone tell me what im doing wrong. See attached for details.
Thanks in advance.
yes the 7.42 gb is normal, i cannot help you with the error though
but until we can get to fully boot up theres no point anyway!
Mic159 said:
But i get stuck in the boot screen (the android loading image with the X).
It just sits there forever. It shows a bit of the animation, then stalls for a second then skips back to the start of the animation...
Click to expand...
Click to collapse
I never managed to get past that. I got the same effect when i modified the system.sqsh. I ASSUME, that a file link is broken or some file permissions are not correct. I am sure, it is something trivial, but no idea how to find out.
fatsal said:
hello guys,
Click to expand...
Click to collapse
Nice to see you around, again!
CowMix said:
so is it only possible to set this up with linux, windows won't work?
Click to expand...
Click to collapse
It is MUCH EASYer to set this up with linux. It is possible using windows, but you have to use some black magic. Windows will not allow you to create more than one partition on an sdcard or usb-drive. Maybe some 3rd-party-partition-program can, but i dont know of one. It is possible to fool windows to think that the sdcard is a fixed disk. Then you can create more partitions.
The next problem is to create the ext2-filesystem in windows. There are drivers to read/modify ext2, but creating it? Maybe that 3rd-party-partition-program can...
we need fatsal's help! :|
vdelf said:
I never managed to get past that. I got the same effect when i modified the system.sqsh
Click to expand...
Click to collapse
Any progress on it?
What are the permissions supposed to be like?
Is there any way to debug the boot process when it wont boot?
can we put something in the eclare config to output the logs to a file?
Mic159 said:
Any progress on it?
What are the permissions supposed to be like?
Is there any way to debug the boot process when it wont boot?
can we put something in the eclare config to output the logs to a file?
Click to expand...
Click to collapse
unfortunately no, and i don't think there will be until an android SD xpert comes along or fatsal himself decides to chek xda
vdelf said:
It is MUCH EASYer to set this up with linux. It is possible using windows, but you have to use some black magic. Windows will not allow you to create more than one partition on an sdcard or usb-drive. Maybe some 3rd-party-partition-program can, but i dont know of one. It is possible to fool windows to think that the sdcard is a fixed disk. Then you can create more partitions.
The next problem is to create the ext2-filesystem in windows. There are drivers to read/modify ext2, but creating it? Maybe that 3rd-party-partition-program can...
Click to expand...
Click to collapse
Ask and ye shall receive
This is the Hitachi fixed-disk filter driver - if you put your device id in the inf file, you can partition your SD card like a normal fixed disk.
NOTE: I take NO responsibility if this driver eats your first-born child, or opens a trans-dimensional portal and sucks you into oblivion. You are on your own for support. If you are unsure what you are doing, DON'T USE THIS - get a live CD linux distro and boot that instead.
If you want to read-write ext2 partitions under windows, use something like http://www.fs-driver.org/ - again if it turns your computer into a smouldering pile of vomit, it's YOUR responsibility!
But have fun anyway!
sp3dev said:
But after all, why ask those questions every time? Get yourself DamnSmallLinux and qemu emulator.. It will be about 60 Mb download total and you'll never have problems with ext2 filesystem and permissions
Click to expand...
Click to collapse
i got damn small linux
how to make partition to my SD card by using the dsl?
thank u in advance
Most linux distributions have cfdisk. Look at the linux log to find the device name for your sd-card. It should be something like /dev/sdb. Run cfdisk /dev/sdb as root, and you can manage partitions on that device. Be carefull not to edit the wrong disc
For partitioning i mostly use gparted. Bigger download, but very comfortable and powerful partitioning system.

Make back up of froyo sd card?

Any way to transfer Froyo from one SD card to another?
I would like to move it to a larger card but on my mac only 2 partitions mount but would love to put it on different device
Can this be done with adb?
is there a tool?
For windows you can use Win32DiskImager. You just select the letter of the drive containing the sd card (must be on an sd reader, not nook itself).
For linux you can use the command dd. You just have to do:
dd if=/dev/sd"letter of mount point here" of=/home/User/Desktop/SD_Backup.img
(to check for the letter you can use gparted, it can be gotten from the synaptic package manager if running ubuntu)
As for Mac, i have no clue. That being said you can easily download an Ubuntu live cd and use that to back it up
MattJ951 said:
For windows you can use Win32DiskImager. You just select the letter of the drive containing the sd card (must be on an sd reader, not nook itself).
For linux you can use the command dd. You just have to do:
dd if=/dev/sd"letter of mount point here" of=/home/User/Desktop/SD_Backup.img
(to check for the letter you can use gparted, it can be gotten from the synaptic package manager if running ubuntu)
As for Mac, i have no clue. That being said you can easily download an Ubuntu live cd and use that to back it up
Click to expand...
Click to collapse
How do I know the mount points? Can I just make one. Img file that will expand to the 4partitions?
From 1.1 Nook Color with 1.1 ghz overclock
Load up gParted once in ubuntu, in the top right it will have an arrow pointing down that lets you switch physical Hardrives (or in our case an SD card). Unless you have multiple HDD that are 2GB or 4GB (whatever size your SD card is) it should be easy to be able to find which one is the SD card. It will be /dev/sdX where x is the letter its mounted under.
Once you get that letter open up a terminal and type
dd if=/dev/sdX of=/home/"You User Name Here, exclude quotes"/Desktop/Backup.img
again, where X is the mount letter
Once it's done it you will have all 4 partitions backed up into one img file, so once you wish to restore it you just type
dd if=/home/"You User Name Here, exclude quotes"/Desktop/Backup.img of=/dev/sdX
(and again, X being the mount letter)
If you just wanted to say backup your /system partition you would do
dd if=/dev/sdX2 of=/home/"You User Name Here, exclude quotes"/Desktop/Backup.img
no number = backs up entire card
1 = backs up boot
2 = backs up system
3 = backs up data
4 = backs up media (stuff that your nook see's as being on the sd card such as what you download from a browser)
Canadoc said:
How do I know the mount points? Can I just make one. Img file that will expand to the 4partitions?
From 1.1 Nook Color with 1.1 ghz overclock
Click to expand...
Click to collapse
Is there a way to make a working backup (that can be recopied to a different card) without switching out of Windows Vista 32 bit? The backups I made with Win32DiskImager or WinImage don't let the NookColor get any farther than the flashing 'android_' screen at start when I copy them to a different card.
Try packing your boot, system, data and sdcard partitions into a .img file then use winimage/win32 or dd to write the image to a new sd card. (Kinda like making your own custom ROM image.)
RileyGrant said:
Try packing your boot, system, data and sdcard partitions into a .img file then use winimage/win32 or dd to write the image to a new sd card. (Kinda like making your own custom ROM image.)
Click to expand...
Click to collapse
@ RileyGrant - Thanks for the quick reply. I haven't done much coding in years and the Nook is my first attempt at rooting/roms/etc (better to brick a $250 toy than a $500 one...). Anyway, I don't have any problems following instructions - can you point me to somewhere that would explain the above procedure in more detail?
Thanks!
ShadowKatcher said:
Is there a way to make a working backup (that can be recopied to a different card) without switching out of Windows Vista 32 bit? The backups I made with Win32DiskImager or WinImage don't let the NookColor get any farther than the flashing 'android_' screen at start when I copy them to a different card.
Click to expand...
Click to collapse
I have the same problem. I 'm trying to move froyo to a 16GB sdcard but it keeps getting stuck on the "Android_" text. Any advice?
You probably failed to reproduce system permissions while copying files.
An easy way of transfering a working OS from one SD to another would be to:
- Download my USB mass storage utility in dev forum
-Install it
- Mount each partition of your SD to your PC, one at a time.. And do the following for each of them:
- Make tar/zip files of partition content
- Then uncompress the files on each new partition of the new SD..
Don't forget to expand 4th partition for maximum SD capacity...
Sam
Sent from my HTC Desire using XDA App
Worked like a charm! Thanks Sam!

[Q] Can't create autonooter 3.0 img on sdcard

Need to have better/clearer instructions on the win32diskimager software to write autonooter to sdcard. Things I did:
1. 16gb microsd card in laptop via sd card adapter.
2. dl autonooter 3.0, unzaipped in seperate folder on desktop(124,627kb size img file)
3. dl win32diskimager-RELEASE0.2-r23-win32, unzipped
4. double click Win32DiskImager.exe under the unzipped folder
5. I select the aformentioned autonooter img file and the program automatically selects my sdcard, in my case g:
6. I click "write"
7. I get a Confirm overwrite message "Writing to a physical device can corrupt the device. Are you sure you want to continue?" I click Yes.
8. Write Error message appears- Not enough space on disk.
wha???
I am confident that I am doing something wrong in the whole windiskimager process, as the process was never explained very well. For example, when you go to the page to dl the win32diskimager there are 4 files 2 win32 files and 2 source files. One each for a .2 release and a .1 release. ok...wtf? what do I use? how do I use them etc etc etc.
It just seems to me that this particular step in the process could stand a little more clarification/simplification. just saying.
Thanks.
I had the exact same issue, someone told me that it might have something to do with using a built in SD card reader to your laptop, like I was using. He said that he tried that and an external reader with win32diskimager, and that the external usb reader worked fine.
I was able to work around this by using the method that involved WinImage instead of win32diskimager...I don't have the instructions on me at the moment but if you look around you may be able to find them.
rohit275 said:
I had the exact same issue, someone told me that it might have something to do with using a built in SD card reader to your laptop, like I was using. He said that he tried that and an external reader with win32diskimager, and that the external usb reader worked fine.
I was able to work around this by using the method that involved WinImage instead of win32diskimager...I don't have the instructions on me at the moment but if you look around you may be able to find them.
Click to expand...
Click to collapse
Actually you might just want to have both. I've the same thing happen with WinImage and had to use Win32DiskImager. As long as I don't run into both having the error, I'm good

Cannot write disk image

Folks, I am trying to root my NC for the first time. I am following the instructions found here:
http://forum.xda-developers.com/showthread.php?t=942424.
I cannot get WinImage to write to the disk. I downloaded auto-nooter-3.0.0. It is about 125 Meg when unzipped. I open Winimage just fine, and point to the .img file. When I try to do the "Restore Virtual Hard Disk Image", it asks me for a VHD file. I checked all the folders I installed, and cannot find a .vhd file anywhere.
I did point it back to the image file and it says it cannot write it because the file is in use...
I also tried the alternate windows application, Win32ImageWriter. No good. It errors out as well. Gives me an undocumented error code: error 8.
There must be something wrong with my setup, but I cannot figure out what it is. I have a brand new MicroSD card, 8GB. The card is visible in windows explorer and it shows empty...
Any help would be appreciated.
Jim
Error 8 means you have to run win32imagewriter as administrator.
Using Win Image 32
Jim,
EDIT: use whatever version of Clockwork Mod that is recommended for the purposes that you are trying accomplish. The one I listed below may not work with what ever you are doing.
I had similar issues when I started to use it, also.
The following is info from another post I made on installing a rom to the Nook. Formatting the XD card with SD Formatter 3.0, and then using version 0.1 of Win Image seemed to be the answer.
A) Download the following software to your PC/MAC for formatting your XD card. This is the best one that I have found.
SD Formatter 3.0 for SD/SDHC/SDXC:
- Format your XD card. This step is very important to correctly write the EXT4 compatible bootable SD recovery.
B) You will need “Image Writer for Windows”
- I found that the “0.1 (truckstop) release” worked the best. The newer version seemed to always have some problem.
- Paste the unzipped folder to you C:\ directory. Put the EXT4 compatible bootable SD recovery file in the same folder. This will help prevent issues. This software is originally intended for a Linux environment and thank you to the developer for making it compatible with Windows.
- Make sure that the chosen device is your XD card. It automatically selects the correct one, but you never know. Go to “my computer” in windows and check to see what Letter has been assigned.
- Choose the EXT4 compatible bootable SD recovery file from Image writer directory.
- Click the “write” button. This will take a few minutes to finish.
- Now you can copy misc files to the flash drive. It is ready to boot your Nook into Clockwork Mod Recovery.
They don't trust me yet on this site, so I cannot post links to other sites. The required links are in my original post: http://forum.xda-developers.com/showthread.php?t=997764
Let me know it this helps.
SUBCAN
Solved: cannot write SD image
solved...
Thanks to both Subcan and n1bsbri for the replies. The one that put me on the right track was N1's statement that I had to run as admin. I was running as admin, but obviously I did not have write permission. I then just tried to write something to the card using dumb old windows explorer and found that the card was write protected.
I am embarrased to admit it took me hours to find a post that highlighted the fact that on some microSD adapters you had to tape (yes, good old Scotch Tape) over the switch to get it writeable. I did that, wrote the card, and the NC booted right up.
I cannot begin to tell you how many bad words it took me to figure that out...
Thanks to both of you for your replies. I am very new at this and I know I will have more questions... thanks for getting me over the hump!
Jim

Categories

Resources