|
2013-04-22
, 18:15
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#272
|
mount /mnt/2 /boot/menu/select_os_animated.sh ; echo $? /usr/bin/disable_pm ; kexec -e ; echo $? ; sleep 10
The Following 3 Users Say Thank You to thedead1440 For This Useful Post: | ||
|
2013-04-22
, 18:41
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#273
|
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-04-22
, 18:44
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#274
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2013-04-22
, 19:16
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#275
|
Just seen juiceme's advice and I have to add that this is only possible with ubiboot-02.
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-04-22
, 19:24
|
Posts: 15 |
Thanked: 27 times |
Joined on Jul 2012
|
#276
|
The Following User Says Thank You to danielcbit For This Useful Post: | ||
|
2013-04-24
, 05:35
|
|
Posts: 592 |
Thanked: 1,603 times |
Joined on Apr 2010
@ Berlin / Germany
|
#277
|
Yes, that's basically it.
You should follow the guide https://wiki.merproject.org/wiki/Nemo/Installing using the part "Dual-boot method" which will not flash your bootloader but just starts up the MOSLO installer.
When your mmcblk0 is repartitioned, it will be exported to your linux PC via USB, then you can just untar the NEMO image to the exported partition. Then, unmount, and if you have already installed ubiboot, just boot it to the Nemo installation.
The defaults in boot.conf already contain reference to the Nemo partition and kernel, if you have not changed them.
When in Nemo, set up 3G or WIFI networking, login to shell and do "zypper ref; zypper dup" as root to get the latest updates. It looks quite slick with the new homescreen layout
The Following User Says Thank You to explit For This Useful Post: | ||
|
2013-04-24
, 06:11
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#278
|
First I LOAD a modified moslo, to have the ability to repartition my MyDocs Partition EMMC on N9:
sudo flasher -k usr/share/moslo-n9/zImage-moslo -n usr/share/moslo-n9/initrd-moslo -l -b
Right?
How I should repartition the MyDocs ?
Should I run autopartition.sh script ? With which options? or the partition will be repartitioned automaticaly when I load a modified Moslo?
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-04-24
, 16:05
|
|
Posts: 592 |
Thanked: 1,603 times |
Joined on Apr 2010
@ Berlin / Germany
|
#279
|
When you do that with a device that contains the default 3 partitions (root, home, MyDocs) the partitioning is started automatically by init on the moslo ramdisk.
What will happen, is your mmcblk0p1 (MyDocs) is broken into 2 pieces, it will become mmcblk0p1 and mmcblk0p4, where the partition 4 is at the end of the original MyDocs.
The new partiton size is 4G, so if you have a 16G device it will quite drastically shorten your MyDocs partition.
And hey, backup your MyDocs before the partitoning!!
When the partitoning and formatting is done, the new device is exported over USB to your linux PC (and it has to be linux, since if you do this with windows it will not understand anything about the new partition, since it's ext4fs...)
Now you are ready to unpack the content of the Nemo filesystem tar to the new fresh partition.
|
2013-04-24
, 16:20
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#280
|
Thank You juiceme, thank you guys! You are the best!
Now i have tripleboot !
The Following User Says Thank You to juiceme For This Useful Post: | ||
I managed to get up and running with ubiboot using Harmattan and Nittroid, but in this last weekend the baterry of my N9 went dead and now I can't chage it with ubiboot.
If I leave the usb cable connected to the charger the phone charges a bit and then enters the debug mode, as there is a usb cable connected. If I leave it there, it doesn't do nothing and short after, the phone shuts down when baterry runs out of juice.
Is there any way I can continue the boot process through telnet without unplugging the usb from the phone?
I think I need to go throught the OS seclection of ubi boot so it can charge correctly.
I have G_DEFAULT options in place:
G_DEFAULT_OS="Harmattan"
G_DEFAULT_KERNEL="/boot/Harmattan/boot/zImage-2.6.32.54-dfl61-20121301"