Reply
Thread Tools
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#871
Originally Posted by juiceme View Post
No, your system looks good now.
I am reading the postings in order and replying to them, it takes time to catch up so many postings
OK I see, Thanks for your help: But above ? was to @coderus #865
__________________
OK

Last edited by Garp; 2013-12-04 at 08:01.
 

The Following User Says Thank You to Garp For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#872
So many postings, and nothing to add...

@garp
I have also no idea why your p2 shows empty, but as juiceme already said it is no problem at all (and could be easily fixed with sfdisk).
I have this back to back in suspicion. Could you give us in detail and exactly the steps you made?
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#873
Originally Posted by peterleinchen View Post
So many postings, and nothing to add...

@garp
I have also no idea why your p2 shows empty, but as juiceme already said it is no problem at all (and could be easily fixed with sfdisk).
I have this back to back in suspicion. Could you give us in detail and exactly the steps you made?
Thanks, maybe it was no problem but now I'm caught again after run
sudo flasher -k usr/share/moslo/zImage-moslo -n usr/share/moslo/initrd-moslo -l -b
FATAL: Re-partitioning failed! You might be in trouble!
Try to repair in Gparted and by fdisk!
Do you know how to mount the partitions again?
__________________
OK
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#874
dont use moslo. do repartition manually with GParted.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following User Says Thank You to coderus For This Useful Post:
Posts: 111 | Thanked: 62 times | Joined on Apr 2012 @ Hong Kong
#875
fyi: https://wiki.merproject.org/wiki/Nem..._in_trouble.21
Just noticed ubiboot repair/maintanance mode can used with gparted, but gparted said limit of 4 primary partitions (MBR ?) How to create more partition?
Code:
~ #  /sbin/sfdisk -l

Disk /dev/mmcblk0: 1957120 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/mmcblk0p1         16  1504543  1504528   48144896    c  W95 FAT32 (LBA)
/dev/mmcblk0p2     1760512  1891583  131072    4194304   83  Linux
/dev/mmcblk0p3     1891584  1957119   65536    2097152   83  Linux
/dev/mmcblk0p4     1632512  1760511  128000    4096000   83  Linux

Disk /dev/dm-0: 0 cylinders, 0 heads, 0 sectors/track
already reserved space for new partition
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#876
You need to delete one primary partition and create a new extended partition in its place. Then, create the rest of the partitions inside it.
 

The Following User Says Thank You to juiceme For This Useful Post:
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#877
Here is my partition layout (to be seen as example):
Code:
~ $ /sbin/sfdisk  -l /dev/mmcblk0

Disk /dev/mmcblk0: 1957120 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start     End   #cyls    #blocks   Id  System
/dev/mmcblk0p1         16  1236223  1236208   39558656    c  W95 FAT32 (LBA)
/dev/mmcblk0p2     1760512  1891583  131072    4194304   83  Linux
/dev/mmcblk0p3     1891584  1957119   65536    2097152   83  Linux
/dev/mmcblk0p4     1367296  1760511  393216   12582912   85  Linux extended
/dev/mmcblk0p5     1367296+ 1498367  131072-   4194303+  83  Linux
/dev/mmcblk0p6     1498368+ 1629439  131072-   4194303+  83  Linux
/dev/mmcblk0p7     1629440+ 1760511  131072-   4194303+  83  Linux
~ $ /sbin/sfdisk  -d /dev/mmcblk0
# partition table of /dev/mmcblk0
unit: sectors

/dev/mmcblk0p1 : start=     1024, size= 79117312, Id= c
/dev/mmcblk0p2 : start=112672768, size=  8388608, Id=83
/dev/mmcblk0p3 : start=121061376, size=  4194304, Id=83
/dev/mmcblk0p4 : start= 87506944, size= 25165824, Id=85
/dev/mmcblk0p5 : start= 87506945, size=  8388607, Id=83
/dev/mmcblk0p6 : start= 95895553, size=  8388607, Id=83
/dev/mmcblk0p7 : start=104284161, size=  8388607, Id=83
NB: p1 is shrunk by 16GB, p4 is just a container (extended) for p5/p6/p7, also note that I left a 4GB spare between p1 and p4
Done manually on device.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature

Last edited by peterleinchen; 2013-12-04 at 12:07.
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Posts: 111 | Thanked: 62 times | Joined on Apr 2012 @ Hong Kong
#878
How to load boot menu or specific OS when connect to computer via telent?
I always connect and disconnect the usb now
 
Posts: 446 | Thanked: 207 times | Joined on Sep 2012 @ Austria/Germany
#879
You don't...

This is a feature if ubiboot!

Why would you want to start with USB connected if not for maintenance mode?
 
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#880
Originally Posted by michaelmhk View Post
How to load boot menu or specific OS when connect to computer via telent?
I always connect and disconnect the usb now
Run this in Ubuntu terminal: sudo flasher -k zImage_2.6.32.54-ubiboot-02_301013 -l -b
__________________
OK
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:37.