How to enter Rescue mode ?

Asked by Vlad Gheorghe

Hello everyone,

Is there a way to enter AC100 in rescue mode ?

Cheers
Vlad

Question information

Language:
English Edit question
Status:
Solved
For:
AC100_enablement Edit question
Assignee:
No assignee Edit question
Solved by:
Vlad Gheorghe
Solved:
Last query:
Last reply:
Revision history for this message
Vlad Gheorghe (vlad-gheorghe) said :
#1

( just in case you'll ask - sudo gives me segfault -
- this would be another way to try to fix it... http://askubuntu.com/questions/260353/segmentation-fault-when-using-su-or-sudo )

Revision history for this message
Marc Dietrich (marvin24) said :
#2

what do you mean by "rescue mode"? you can enter something like a recovery mode by pressing "ctrl-esc-power" instead of only power when switching on, but I guess you know this already if you use a different os.

Revision history for this message
Vlad Gheorghe (vlad-gheorghe) said :
#3

I mean to get the system into single user mode - a text root console.

Revision history for this message
Marc Dietrich (marvin24) said :
#4

I think you have to modify the kernel cmdline for this (e.g. adding "S" or single). At least that was the old SysV way of doing it. Edit /boot/bootimg.cfg and run flash-kernel to do so.

Revision history for this message
Vlad Gheorghe (vlad-gheorghe) said :
#5

But is there any magic key combination which is read by the bootloader ?
That is - can it be done without a host computer ?

Btw - thanks a lot for the support !

Cheers
Vlad

Revision history for this message
Marc Dietrich (marvin24) said :
#6

if you still use the android 2.1 bootloader, you can flash a different kernel (with different kernel cmdline) to the rescure partition and let the bootloader switch. Also there is some "flag" which could be read by the initrd (I guess V2.2 bootloaders do it like this). And a third alternative would be to use u-boot with keyboard support.