Thread: H2O not booting
View Single Post
Old 02-01-2015, 02:12 PM   #11
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
I posted my experience opening it:

https://www.mobileread.com/forums/sho...d.php?t=248214 (#40-#46)

Feel free to read the entire thread.

If you open it, the device will no longer be waterproof in any way. Still I think it's preferable to cutting a hole in the back directly which is what I attempted (and failed) to do. If you cut it while the device is closed and you cut too deep, the device is broken for good.

If you have the card in a cardreader, and booted a Linux CD, the commands are something like this:

Code:
cat /proc/partitions # find the device with sdx1 sdx2 sdx3 - for example sde
mkdir /mnt/kobo
mount /dev/sde1 /mnt/kobo
chmod +x /mnt/kobo/etc/init.d/*
umount /mnt/kobo
After that put the card back into the device and hit the reset button again...

Last edited by frostschutz; 02-01-2015 at 02:15 PM.
frostschutz is offline   Reply With Quote