maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Android (https://talk.maemo.org/forumdisplay.php?f=54)
-   -   Multiboot 0.2.5 released (https://talk.maemo.org/showthread.php?t=58797)

Devrim 2010-07-20 13:06

Re: Multiboot 0.2.5 released
 
Ok guys I just looked up the examples folder and it looks like the config files are ready in that directory.
I just moved one of them from the examples dir to /etc/multiboot.d/
I hope it's gonna work now lol

:)

-edit-

ok the examples do NOT work.
I'm gonna reconfigure it now brb

-edit2-

Ok I found out why it doesn't work on my phone.

ITEM_DEVICE=${EXT_CARD}p2

This line redirect to a different folder then I have NITDroid in my phone.
Gonna try to redirect it to the correct folder

babyshamie 2010-07-20 13:32

Re: Multiboot 0.2.5 released
 
why do i get the error: access of file or directory not found in terminal

blah 2010-07-20 13:37

Re: Multiboot 0.2.5 released
 
Quote:

Originally Posted by babyshamie (Post 757876)
why do i get the error: access of file or directory not found in terminal

Make sure that your files are in /home/user/MyDocs and then make sure that you typed the command correctly.

babyshamie 2010-07-20 13:45

Re: Multiboot 0.2.5 released
 
i have my files in Ducuments,how do i write that then.thx

Dousan 2010-07-20 13:58

Re: Multiboot 0.2.5 released
 
Quote:

Originally Posted by babyshamie (Post 757904)
i have my files in Ducuments,how do i write that then.thx

/home/user/MyDocs/.documents ;)

mornage 2010-07-20 14:00

Re: Multiboot 0.2.5 released
 
documents is actually located in /home/user/MyDocs/.documents

mornage 2010-07-20 14:23

Re: Multiboot 0.2.5 released
 
Quote:

Originally Posted by Devrim (Post 757835)
Ok I found out why it doesn't work on my phone.

ITEM_DEVICE=${EXT_CARD}p2

This line redirect to a different folder then I have NITDroid in my phone.
Gonna try to redirect it to the correct folder

That should be correct as NITdroid installs on partition 2 of the SD card.

I am thinking it might possibly be the kernel version maybe????

Devrim 2010-07-20 14:30

Re: Multiboot 0.2.5 released
 
Quote:

Originally Posted by mornage (Post 757945)
That should be correct as NITdroid installs on partition 2 of the SD card.

I am thinking it might possibly be the kernel version maybe????

nah that line points to mmcblk0p2 while it should be mmcblk1p2 (atleast on my phone)
Anyways I reconfigured it and it still didn't work

Devrim 2010-07-20 14:31

Re: Multiboot 0.2.5 released
 
Quote:

Originally Posted by Gundogan (Post 757745)
hm...getting an error when trying to install the 2nd deb file:

/home/user # dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
(Reading database ... 27236 files and directories currently installed.)
Preparing to replace multiboot-extras 0.1 (using .../multiboot-extras_0.1_armel.deb) ...
Unpacking replacement multiboot-extras ...
Setting up multiboot-extras (0.1) ...
/home/user # dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb
(Reading database ... 27236 files and directories currently installed.)
Preparing to replace multiboot 0.2.5 (using .../multiboot_0.2.5_armel.deb) ...
Unpacking replacement multiboot ...
dpkg: dependency problems prevent configuration of multiboot:
multiboot depends on kexec-tools (>= 2.0.1.git-maemo3); however:
Package kexec-tools is not installed.
dpkg: error processing multiboot (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
multiboot

I uninstalled the old multiboot without any problems, along with the power kernel files.

If you haven't fixed it yet
Type in:

Code:

sudo gainroot
apt-get install kexec-tools

After that it should work

mornage 2010-07-20 14:33

Re: Multiboot 0.2.5 released
 
Quote:

Originally Posted by babyshamie (Post 757904)
i have my files in Ducuments,how do i write that then.thx

I am guessing you are getting the error when typing
Code:

dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb

In which case, move the files from documents by
Code:

sudo gainroot
mv /home/user/MyDocs/.documents/multiboot-extras_0.1_armel.deb /home/user/MyDocs/
mv /home/user/MyDocs/.documents/multiboot_0.2.5_armel.deb /home/user/MyDocs/
dpkg -i /home/user/MyDocs/multiboot-extras_0.1_armel.deb
dpkg -i /home/user/MyDocs/multiboot_0.2.5_armel.deb


E: missed a bit :S


All times are GMT. The time now is 07:54.

vBulletin® Version 3.8.8