Boot into Android's debug mode, and wait until you see:
----------
Type 'exit' to continue booting...
Running busybox ash...
/android #
----------
At this point, type the following commands:
mount -o remount,rw /mnt
vi /mnt/grub/menu.lst
If you're familiar with the vi editor, I'm sure you can work out what to do
from here.
If not...
Use the cursor keys to get to the first line starting with "kernel" - it should
be the one which does not say "debug mode" in the title just above it.
Move along to where you see vga= , press insert, and change the setting to
791.
Press escape to return to command mode.
If you want to change the order of the entries, try the following:
- place the cursor on the first line of a section you want to move
- type Shift-V
- move the cursor to the last line you want to move
- press d
- the section will disappear
- move the cursor to the line just above where you want to move the section
to
- press p to paste the section in at this location
Type ":wq" (it'll appear at the bottom of the screen) to write the file and
quit the editor.
Then type "sync" and reboot the machine with "reboot -f".
Hope that helps,
Antony.
--
"It is easy to be blinded to the essential uselessness of them by the sense of
achievement you get from getting them to work at all. In other words - and
this is the rock solid principle on which the whole of the Corporation's
Galaxy-wide success is founded - their fundamental design flaws are completely
hidden by their superficial design flaws."
- Douglas Noel Adams
Please reply to the list;
please *don't* CC me.