![]() |
Re: Introducing ubiboot N9 (multiboot OS loader)
I have followed the Wiki and cant remember anything related to editing the ubiboot.conf... Did I miss that ?!
|
Re: Introducing ubiboot N9 (multiboot OS loader)
And I cannot remember if there is the need to edit at all. Afair juiceme named the kernels in conf according to their image names (but when downloaded from other site or using own name schema or using other kernel/partition then it is needed).
What about the logs? They will tell you what's wrong. Power off device and connect to USB. Open a telnet session to 192.168.2.14 and check /var/log... |
Re: Introducing ubiboot N9 (multiboot OS loader)
Most times when booting fails is because you do not have the kernels in /boot/, or do not have the correct modules for the kernels in /lib/modules/<kernel_id_string>/
In case of Nitdroid kernels, "standard" open mode kernels and l2fixed open mode kernels the modules are same as with the Nokia original PR1.3 kernel, so your modules are propably correct. So, it is possible that the kernels are missing from /boot/ or are named differently than in ubiboot.conf file. Just as peterleinchen says, look up the log file from /var/log/ubiboot.log, there will be cleartext indication of the selected kernel/OS, and if the loading succeeded or failed. |
Re: Introducing ubiboot N9 (multiboot OS loader)
how bout my problem haha
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
So, to make sure, you need to ssh to the device. Possibilities:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
i used this one nemo-armv7hl-n950-0.20130411.1.NEMO.2013-04-26.1.tar
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
What you could do is try to wipe your mmcblk0p4 and re-extract the FS image, in case something went wrong with unpacking... |
Re: Introducing ubiboot N9 (multiboot OS loader)
how? what do i need to type in terminal?
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Well, if you do it on the device (that is running harmattan) give the following commands.
Prerequisite; copy your NEMO tar archive to /home/user/MyDocs for example. ## go to root devel-su ## mount your Nemo partition somewhere to access it mount /dev/mmcblk0p4 -t ext4 /mnt ## now confirm that you REALLY have the correct partition there, this should give you some info about your Nemo release: cat /mnt/etc/meego-release ## now, wipe the stuff you have got there: rm -rf /mnt sync ## now, extract the archive to partition: tar --numeric-owner -xf filename+path-of-your-tar-archive -C /mnt/ sync ## now, detach the mount umount /mnt That's how to do it. Now if everything went dandies, just boot your device and retry booting to Nemo. |
All times are GMT. The time now is 21:40. |
vBulletin® Version 3.8.8