Archiv > Banana PI

bpi installer

<< < (3/5) > >>

clausmuus:
Probiere mal bitte aus, ob es funktioniert, wenn Du vor dem install ein
--- Code: ---dd if=/dev/zero of=/dev/mmcblk0p2 bs=1024 count=1
--- End code ---
machst.
Und wenn's dann noch immer den gleichen Fehler gibt, mach mal nen
--- Code: ---mkfs.btrfs /dev/mmcblk0p2 -f
--- End code ---
und sag ob das nen Fehler gibt.

Claus

mafe68:
Hi Claus!

Versuche gerade wieder mal eine Installation mir Netinstall und Simple. Habe als erstes den "dd" Befehl ausgeführt und dann versucht zu installieren und bekomme diese Fehlermeldung wieder.
Spoiler (show / hide)MLD> cat /var/log/install.log

==start installation==

==partitioning disk mmcblk0==
1024+0 records in
1024+0 records out
Device contains neither a valid DOS partition table, nor Sun, SGI, OSF or GPT disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that the previous content
won't be recoverable.


The number of cylinders for this disk is set to 7600.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (1-7600, default 1): Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-7600, default 7600):
Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (97-7600, default 97): Using default value 97
Last cylinder or +size or +sizeM or +sizeK (97-7600, default 7600): Using default value 7600

Command (m for help): Partition number (1-4): Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32)

Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table

Disk /dev/mmcblk0: 7969 MB, 7969177600 bytes
64 heads, 32 sectors/track, 7600 cylinders, total 15564800 sectors
Units = sectors of 1 * 512 = 512 bytes

        Device Boot      Start         End      Blocks  Id System
/dev/mmcblk0p1              32      196607       98288   b Win95 FAT32
/dev/mmcblk0p2          196608    15564799     7684096  83 Linux
------ done ------

==format disk mmcblk0p1==
mkfs.fat 3.0.26 (2014-03-07)
------ done ------

==format disk mmcblk0p2==
failed to zero device end -5
SMALL VOLUME: forcing mixed metadata/data groups

WARNING! - Btrfs v3.12 IS EXPERIMENTAL
WARNING! - see http://btrfs.wiki.kernel.org before using


====== failed ======

MLD>
Jetzt den zweiten Befehl ausgeführt und diese Meldung

--- Code: ---MLD> mkfs.btrfs /dev/mmcblk0p2 -f
SMALL VOLUME: forcing mixed metadata/data groups

WARNING! - Btrfs v3.12 IS EXPERIMENTAL
WARNING! - see http://btrfs.wiki.kernel.org before using

device is too small to make filesystem
MLD>

--- End code ---
Device ist zu klein für make filesystem? Nach einen nochmaligen Versuch wieder die selbe Fehlerausgabe wie oben schon.

clausmuus:
So, hab nun einige weitere Fehler im Installer behoben. Eigentlich müsste das Installieren nun durchlaufen.
Das Booten nach dem Installieren hat leider noch nicht geklappt. Da hatte ich noch bei der Anpassung der uEnv.txt ein wenig vergessen.

@Pit,
Du kannst also das neue netinstall image auf die SD Karte packen und schauen ob sich das nun installieren lässt.

@Mario,
Magst Du mal schreiben, wo man nachlesen kann, wie man den NAND Speicher als Systemlaufwerk nutzen kann?

Claus

mafe68:
Hi Claus!

Bin mir jetzt nicht ganz sicher aber ich glaube das der Banana Pi keinen NAND Speicher hat sondern nur der Cubie. Habe auch schon geschaut ob ich in der Hinsicht was finden kann aber ohne Erfolg. Werde aber noch schauen ob ich was finden kann. Sonst Roland macht das am Cubie mit dem NAND Speicher!

Habe jetzt auch das neue Image mal versucht und es installiert. Installation geht aber nach einem reboot kommt er nicht mehr hoch.
Hier der Log dazu:
Spoiler (show / hide)MLD> cat /var/log/install.log

==start installation==

==partitioning disk mmcblk0==
1024+0 records in
1024+0 records out
Device contains neither a valid DOS partition table, nor Sun, SGI, OSF or GPT disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that the previous content
won't be recoverable.


The number of cylinders for this disk is set to 7600.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (1-7600, default 1): Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-7600, default 7600):
Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (2-7600, default 2): Using default value 2
Last cylinder or +size or +sizeM or +sizeK (2-7600, default 7600):
Command (m for help): Command action
   e   extended
   p   primary partition (1-4)
Partition number (1-4): First cylinder (98-7600, default 98): Using default value 98
Last cylinder or +size or +sizeM or +sizeK (98-7600, default 7600): Using default value 7600

Command (m for help): Partition number (1-4):
Command (m for help): Partition number (1-4): Hex code (type L to list codes): Changed system type of partition 1 to b (Win95 FAT32)

Command (m for help): The partition table has been altered.
Calling ioctl() to re-read partition table

/dev/mmcblk0:
rm: can't remove '/etc/udev/rules.d/10-no-automount.rules': No such file or directory

Disk /dev/mmcblk0: 7969 MB, 7969177600 bytes
64 heads, 32 sectors/track, 7600 cylinders, total 15564800 sectors
Units = sectors of 1 * 512 = 512 bytes

        Device Boot      Start         End      Blocks  Id System
/dev/mmcblk0p1            2048      198655       98304   b Win95 FAT32
/dev/mmcblk0p2          198656    15564799     7683072  83 Linux
------ done ------

==unmount /dev/mmcblk0p2==

==format disk mmcblk0p1==
mkfs.fat 3.0.26 (2014-03-07)
------ done ------

==format disk mmcblk0p2==
Detected a SSD, turning off metadata duplication.  Mkfs with -m dup if you want to force metadata duplication.

WARNING! - Btrfs v3.12 IS EXPERIMENTAL
WARNING! - see http://btrfs.wiki.kernel.org before using

fs created label (null) on /dev/mmcblk0p2
   nodesize 16384 leafsize 16384 sectorsize 4096 size 7.33GiB
Btrfs v3.12
------ done ------

==install system on mmcblk0p2==
Create subvolume '/mnt/mmcblk0p2/@cache'
Create subvolume '/mnt/mmcblk0p2/@data'
Create subvolume '/mnt/mmcblk0p2/@root____________________'
Removing package install from root...
------ done ------

==write bootblock on mmcblk0 and boot files on mmcblk0p1==
264+1 records in
264+1 records out
------ done ------
MLD>

clausmuus:
Hi,

ist auf dem Screen irgendwas zu sehen, oder bekommst Du nach dem Installieren nur nen leeren Bildschirm angezeigt?

Claus

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version