Hi,
I need to always skip the emergency mode because I'll use the rpi2 as a "standalone device" where there's inputs (keyboard, screen...) connected to it.
Any ideias?
Thanks!
You could try Raspbian; works really well for me.Guilherme GM wrote: ... need to always skip the emergency mode because I'll use the rpi2 as a "standalone device" where there's inputs (keyboard, screen...) connected to it ...
Yes, edit fstab to stop fsck. Also consider shutting down properly which will stop filesystem corruption.Guilherme GM wrote:Hi,
I need to always skip the emergency mode because I'll use the rpi2 as a "standalone device" where there's inputs (keyboard, screen...) connected to it.
Any ideias?
Thanks!
I don't have this choice because I have a software that only works on armel architecture so I have to use Ubuntu and gcc-multlib to get it to work.MarkHaysHarris777 wrote:You could try Raspbian; works really well for me.Guilherme GM wrote: ... need to always skip the emergency mode because I'll use the rpi2 as a "standalone device" where there's inputs (keyboard, screen...) connected to it ...
Uffda... well, I'm glad you have something that will work for you, then. Your system is probably not being shutdown cleanly; short end of that is shutdown properly. Also, put it on a ups (even a small one is better than nothing).Guilherme GM wrote:I don't have this choice because I have a software that only works on armel architecture so I have to use Ubuntu and gcc-multlib to get it to work.MarkHaysHarris777 wrote:You could try Raspbian; works really well for me.Guilherme GM wrote: ... need to always skip the emergency mode because I'll use the rpi2 as a "standalone device" where there's inputs (keyboard, screen...) connected to it ...
MarkHaysHarris777 wrote: Uffda... well, I'm glad you have something that will work for you, then. Your system is probably not being shutdown cleanly; short end of that is shutdown properly. Also, put it on a ups (even a small one is better than nothing).
Thank you, now I'm able to skip the emergency mode.asandford wrote:Yes, edit fstab to stop fsck. Also consider shutting down properly which will stop filesystem corruption.Guilherme GM wrote:Hi,
I need to always skip the emergency mode because I'll use the rpi2 as a "standalone device" where there's inputs (keyboard, screen...) connected to it.
Any ideias?
Thanks!