Active Topics

 


Reply
Thread Tools
Posts: 116 | Thanked: 40 times | Joined on Mar 2010
#41
Typo I guess. Here's my ls below. I'll sit back and see if you get a response from the other thread.

drwxr-xr-x 24 user users 4096 Aug 1 21:59 .
drwxr-xr-x 27 root root 1832 Dec 31 1969 ..
drwxr-xr-x 3 root root 4096 Jul 27 11:59 .apt-archive-cache
-rw-r--r-- 1 root root 176 Dec 31 1969 .multiboot.item
drwxr-xr-x 2 root root 4096 Jul 27 00:33 bin
drwxr-xr-x 3 root root 4096 Jul 30 14:21 boot
drwxr-xr-x 2 root root 4096 May 11 14:06 cdrom
drwxr-xr-x 9 root root 4096 Aug 1 21:38 dev
drwxr-xr-x 93 root root 4096 Aug 1 21:38 etc
drwxr-xr-x 2 root root 4096 May 11 14:06 floppy
lrwxrwxrwx 1 root root 1 Aug 1 21:59 home -> /
drwxr-xr-x 2 root root 4096 May 11 14:06 initrd
drwxr-xr-x 10 root root 4096 Jul 30 14:33 lib
drwx------ 2 root root 16384 Dec 31 1969 lost+found
-rwxr-xr-x 1 root root 160 Jul 23 12:44 memrestore
drwxr-xr-x 3 root root 4096 Aug 1 21:59 mnt
-rwxr-xr-x 1 root root 159688 Dec 22 2009 nano
drwxr-xr-x 38 root root 4096 Jul 30 17:09 opt
drwxr-xr-x 2 root root 4096 Aug 1 21:59 proc
drwxr-xr-x 6 root root 4096 Jul 31 15:28 root
drwxr-xr-x 2 root root 4096 Jul 31 13:03 sbin
drwxr-xr-x 2 root root 4096 May 11 14:06 srv
drwxr-xr-x 3 root root 4096 Aug 1 21:59 sys
drwxr-xr-x 2 root root 4096 Aug 1 21:59 syspart
drwxr-xr-x 2 root root 4096 Aug 1 21:59 tmp
drwxr-xr-x 77 user users 4096 Aug 1 21:38 user
drwxr-xr-x 14 root root 4096 Jul 30 16:34 usr
drwxr-xr-x 14 root root 4096 May 11 14:14 var
 
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#42
Originally Posted by Coffee View Post
Well I compared it against the list in the first thread:
/home/bin
/home/boot
/home/cdrom
/home/dev
/home/etc
/home/floppy
/home/initrd
/home/lib
/home/proc
/home/root
/home/sbin
/home/src
/home/sys
/home/syspart
/home/usr (usr - not user! /home/user is OK)
/home/var
/home/mnt
/home/tmp
/home/media
/home/home

All but one is different, I have an srv folder and not an src. Can you check what you have, maybe a typo?
As for the ".item" file, I have zero idea, have posted on the Multiboot thread and fingers crossed some kind lad will assist.
You right, it should be /home/src.
 

The Following User Says Thank You to egoshin For This Useful Post:
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#43
Originally Posted by Coffee View Post
Firstly,
Is this correct way to load the .sh file:
sh /home/user/MyDocs/M32GBinit.sh

So It ran and got the following:
Remove old Maemo 5 root files from /home before copying....
Umount /opt bindings (one error on /opt is expected)...
umount: cannot umount /opt: Device or resource busy
Start copying Maemo 5 root file system to /home....
(device can be unresponsible around 10 minutes)
Copying done.
Remount /opt back (error about / is expected)....
start: unkown job: pymaemo optify
Create dirs....
Edit a vital scripts on new root file system in /home partition...
Done: Maemo 5 (10.2010.19-1) has been prepared in /home partition.

Whilst it says done, are the above in red anything to worry about or normal and all part the process. How do I confirm that it has installed correctly?
Anything is OK, M32GBinit.sh did it right. (I guess you haven't pymaemo-optify package).
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#44
Originally Posted by egoshin View Post
Anything is OK, M32GBinit.sh did it right. (I guess you haven't pymaemo-optify package).
Sweet, just wasn't sure and wanted to confirm, thanks.
As to not having pymaemo-optify, I do mate, is installed.
What makes you think I don't, is something not right?
 
Posts: 116 | Thanked: 40 times | Joined on Mar 2010
#45
Thanks to Coffee for asking in the multiboot thread. Here is what you'll need to get this to boot in multiboot environment:

Code:
ITEM_ID="MMCFS" 
ITEM_NAME="2.8.28-omap1 32g" 
ITEM_KERNEL=2.6.28-omap1
ITEM_MODULES=ext3 
ITEM_DEVICE=${INT_CARD}p2 
ITEM_FSTYPE=ext3
 

The Following 4 Users Say Thank You to xopher For This Useful Post:
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#46
Originally Posted by Coffee View Post
Sweet, just wasn't sure and wanted to confirm, thanks.
As to not having pymaemo-optify, I do mate, is installed.
What makes you think I don't, is something not right?
The line

"start: unkown job: pymaemo optify"

means it. But it is actually OK, you don't need that for M32GB.
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#47
Thanks Xopher,
Was going to post it, you beat me to it. I wanted to make sure first all was good though seems to be working correctly I think. How do you tell the /home/ root has loaded?

egoshin,
I do have it loaded and when i went to run it, it told me something about the lastest pymaemo-optify already installed and manually reinstalling. Anyway, to to worry.
Now for testing this out and seeing if it doesn't slow to much, saves power and cpu load.
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#48
xopher,
Have you tried a yours and does work?
I had mine slightly different and worked twice though a little rough, would loop back to boot menu and then the second time shut down and load.
I tried this one and doesn't work, just loops back for me. I also noticed it pops up with a little musical note symbol on the end of the name in boot menu.
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#49
I have no idea what I did before though can't get mine to work now.
I think I simply got the standard from the Nitdroid install and added the bottom 3 lines, don't know.
 
Posts: 222 | Thanked: 22 times | Joined on Jul 2010 @ Sydney Australia
#50
No idea why it works for you and not me.
I just did a flash of both Fiasco and eMMC then ran the M32GBinit and looked to have worked perfectly. I copied and loaded the .item and restart. I get multiboot open and list 1.- with no name and loops when selected.
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:11.