Active Topics

 


Reply
Thread Tools
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#91
Originally Posted by zeljkobo12 View Post
Exactly same situation here, and it's very hard to get back in multiboot menu. I usually leave phone without battery for several minutes, and sometimes get multiboot back, choosing omap1 helps in getting back to normal condition.
Well, I will unfortunately be unable to help with hardware issues for the next few weeks as it got submerged in salt water and I need to make the money for a new one. But I can suggest booting without the sdcard in, if you haven't tried that already.

Last edited by skykooler; 2011-10-09 at 17:49.
 

The Following User Says Thank You to skykooler For This Useful Post:
Posts: 28 | Thanked: 2 times | Joined on Feb 2010
#92
Originally Posted by skykooler View Post
Well, I will unfortunately be unable to help with hardware issues for the next few weeks as it got submerged in salt water and I need to make the money for a new one. But I can suggest booting without the sdcard in, if you haven't tried that already.
If I do that, how can I boot to Meego, since it is installed to the microSD?
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#93
Originally Posted by The_Legend View Post
If I do that, how can I boot to Meego, since it is installed to the microSD?
You can't. I would use that to get back to Maemo and then re-install multiboot.
 
Posts: 28 | Thanked: 2 times | Joined on Feb 2010
#94
Originally Posted by skykooler View Post
You can't. I would use that to get back to Maemo and then re-install multiboot.
But getting back to Maemo is not a big deal. I can without taking out the microSD. I just need to type "run noloboot", and it comes back to multiboot (or something like it). But I'll try re-installing multiboot again.
 
Posts: 1 | Thanked: 0 times | Joined on May 2011 @ India
#95
How to Delete The Partitions created to Install NITDroid on the Nokia N900? Please help.
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#96
Originally Posted by chethanbp521 View Post
How to Delete The Partitions created to Install NITDroid on the Nokia N900? Please help.
Well, first, do you actually want to delete the partition or just delete nitdroid from it? If the latter is the case, just run:

Code:
root
mount -o noatime,rw /dev/mmcblk0p5
rm -rf /and/.
in xterm. You can then use the nitdroid partition for whatever you want.

Deleting it won't give you any more space unless you resize MyDocs. If you do that, you will lose all data. That said, if you have a backup and want to continue, you can follow these steps (I take no responsibility if you brick your device, make sure you understand what you are doing):

Code:
/home/user/bin/fdisk /dev/mmcblk0
Delete partition 1 (MyDocs) and partition 5 (NITDroid):

Code:
d
1
d
5
Create new primary parition:

Code:
n
p
1
leave the defaults for start and end.
If you are sure you want to continue:

Code:
w
reboot
After the restart:

Code:
root
/home/user/bin/fdisk /dev/mmcblk0
t
1
0c
w
mkfs.vfat -F 32 -n MyDocs  /dev/mmcblk0p1
reboot
Restore from your backup, and everything should be back to normal.
 

The Following User Says Thank You to skykooler For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Mar 2011
#97
i have a question, i follow the steps and i am getting to
cp ./meego-modules/* /media/B68E-53AB

what is this device /media/B68E-53AB?
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#98
Originally Posted by BadDreams View Post
i have a question, i follow the steps and i am getting to
cp ./meego-modules/* /media/B68E-53AB

what is this device /media/B68E-53AB?
It should be one of the partitions on the microsd card. The partitions are there already in the image, so they have these names.
 
Posts: 3 | Thanked: 0 times | Joined on Mar 2011
#99
yes but it is not the kubuntu or meego partitions
may be this is the fat partition?
 
Posts: 482 | Thanked: 550 times | Joined on Oct 2010
#100
Originally Posted by BadDreams View Post
yes but it is not the kubuntu or meego partitions
may be this is the fat partition?
Yes, it should be. But it should be created already by the dd command (however depending on your OS it may be called something else).
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:34.