Goflex home problem

This forum is for topics dealing with problems with software specifically in the ARMv5 repo.

Re: Goflex home problem

Postby pocket » Sat Jul 25, 2015 9:00 am

I lost The IP again só what you tink with serial cable is possible to solve my problem, ir not i go put this on trash
pocket
 
Posts: 14
Joined: Mon Dec 23, 2013 10:35 am
Location: Portugal

Re: Goflex home problem

Postby moonman » Sat Jul 25, 2015 9:14 am

A serial connection will show you what is going on and will let you interact with the device without a network connection, so yes, you will likely solve your problem. I would not put it in trash, but rather put it aside and come back to it after some time. This device is almost unbrickable.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: Goflex home problem

Postby pocket » Mon Jul 27, 2015 10:28 am

hello moonman

i buy a serial cable can you tell.me the next steps .

this tutorial is ok??

http://cyanlabs.net/Thread-Seagate-GoFl ... via-serial
pocket
 
Posts: 14
Joined: Mon Dec 23, 2013 10:35 am
Location: Portugal

Re: Goflex home problem

Postby WarheadsSE » Mon Jul 27, 2015 1:38 pm

for the serial port, yes. You don't have to should not need to reset the entire flash contents however.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Goflex home problem

Postby pocket » Mon Jul 27, 2015 3:40 pm

hy WarheadsSE

So can you please tell.me the commands to put the goflex again in factory mode.

after this steps i will try again to put archlinux

regards
pocket
 
Posts: 14
Joined: Mon Dec 23, 2013 10:35 am
Location: Portugal

Re: Goflex home problem

Postby WarheadsSE » Mon Jul 27, 2015 5:10 pm

Just hook up the serial console, and watch it boot.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Goflex home problem

Postby pocket » Thu Jul 30, 2015 8:02 am

hello heres the boot processo from serial console


$this->bbcode_second_pass_quote('', 'U')-Boot 2014.04.R2-1 (May 15 2014 - 14:36:05) Arch Linux ARM
Seagate GoFlex Home

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0

Reset IDE: ide_preinit failed
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found

IDE device 0 not available

Partition Map for USB device 0 -- Partition Type: DOS

Part Start Sector Num Sectors UUID Type
1 2048 1897953 4177d067-01 83
2 1900544 5931008 4177d067-02 83
Attempting to boot from usb 0:1...
** File not found /boot/uEnv.txt **
Checking if uenvcmd is set ...
Running default loadzimage ...
** File not found /boot/zImage **
Running default loaduimage ...
EHCI timed out on TD - token=0xa0008d80
EHCI timed out on TD - token=0x20008d80
EHCI timed out on TD - token=0x20008d80
** ext4fs_devread read error - block
GoFlexHome>


and heres the printenv command
$this->bbcode_second_pass_quote('', '
')GoFlexHome> printenv
baudrate=115200
bootcmd=ide reset; usb start; setenv letter 9;for type in ide usb; do for disk in 0; do if ${type} part ${disk};then setexpr letter $letter + 1;run load;fi;done;done;
bootdelay=3
bootm=echo Booting from ${disk} ...; run setargs; bootm ${loadaddr};
bootz=echo Booting from ${disk} ...; run setargs; bootz ${loadaddr} - ${fdt_addr};
console=ttyS0
ethact=egiga0
ethaddr=00:10:75:2E:D9:4D
fdt_addr=0x800000
fdt_file=/boot/dtbs/kirkwood-goflexnet.dtb
importbootenv=echo Importing environment (uEnv.txt)...; env import -t $loadaddr $filesize
load=echo Attempting to boot from ${type} ${disk}:1...;if run loadbootenv; then run importbootenv;fi;echo Checking if uenvcmd is set ...;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;echo Running default loadzimage ...;if run loadzimage; then run loadfdt;run bootz;fi;echo Running default loaduimage ...;if run loaduimage; then run bootm;fi;
loadaddr=0x810000
loadbootenv=load ${type} ${disk}:1 ${loadaddr} /boot/uEnv.txt
loadfdt=load ${type} ${disk}:1 ${fdt_addr} ${fdt_file}
loaduimage=load ${type} ${disk}:1 ${loadaddr} ${uimage}
loadzimage=load ${type} ${disk}:1 ${loadaddr} ${zimage}
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),-(rootfs)
setargs=setenv bootargs console=${console},${baudrate} ${optargs} root=/dev/sd${letter}1 rw rootwait ${mtdparts}
uimage=/boot/uImage
zimage=/boot/zImage


and here new boot usb with archlinux inside $this->bbcode_second_pass_quote('', 'U')-Boot 2014.04.R2-1 (May 15 2014 - 14:36:05) Arch Linux ARM
Seagate GoFlex Home

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0

Reset IDE: ide_preinit failed
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found

IDE device 0 not available

Partition Map for USB device 0 -- Partition Type: DOS

Part Start Sector Num Sectors UUID Type
1 2048 7823360 5214c3c3-01 83
Attempting to boot from usb 0:1...
** File not found /boot/uEnv.txt **
Checking if uenvcmd is set ...
Running default loadzimage ...
** File not found /boot/zImage **
Running default loaduimage ...
4118016 bytes read in 416 ms (9.4 MiB/s)
Booting from 0 ...
## Booting kernel from Legacy Image at 00810000 ...
Image Name: Linux-4.1.0-1-ARCH
Created: 2015-06-23 6:14:19 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4117952 Bytes = 3.9 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.0-1-ARCH (builduser@leming) (gcc version 5.1.0 (GCC) ) #1 PREEMPT Tue Jun 23 00:14:03 MDT 2015
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397 f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Home
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 32480
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rw rootw ait mtdparts=orion_nand:1M(u-boot),-(rootfs)
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 120800K/131072K available (5857K kernel code, 422K rwdata , 1700K rodata, 264K init, 699K bss, 10272K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0769728 (7558 kB)
[ 0.000000] .init : 0xc076a000 - 0xc07ac000 ( 264 kB)
[ 0.000000] .data : 0xc07ac000 - 0xc08158ac ( 423 kB)
[ 0.000000] .bss : 0xc08158ac - 0xc08c4570 ( 700 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737 418237ns
[ 12.911237] clocksource orion_clocksource: mask: 0xffffffff max_cycles: 0xfff fffff, max_idle_ns: 9556302233 ns
[ 12.911426] Console: colour dummy device 80x30
[ 12.911453] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 13.001324] pid_max: default: 32768 minimum: 301
[ 13.001417] Security Framework initialized
[ 13.001499] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 13.001519] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 13.002212] Initializing cgroup subsys blkio
[ 13.002242] Initializing cgroup subsys memory
[ 13.002305] Initializing cgroup subsys devices
[ 13.002331] Initializing cgroup subsys freezer
[ 13.0023[ 16.826690] scsi 1:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 0 CCS
[ 16.836638] sd 1:0:0:0: [sda] 7829504 512-byte logical blocks: (4.00 GB/3.73 GiB)
[ 16.844259] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 16.849875] sd 1:0:0:0: [sda] Write Protect is off
[ 16.855221] sd 1:0:0:0: [sda] No Caching mode page found
[ 16.860567] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 16.870313] sda: sda1
[ 16.874999] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 16.946258] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsyste m
[ 18.708700] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 18.716472] VFS: Mounted root (ext3 filesystem) on device 8:1.
[ 18.726309] devtmpfs: mounted
[ 18.730227] Freeing unused kernel memory: 264K (c076a000 - c07ac000)
[ 19.958666] NET: Registered protocol family 10
[ 19.964299] systemd[1]: Inserted module 'ipv6'
[ 19.988633] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 19.994060] systemd[1]: Inserted module 'ip_tables'
[ 20.023611] random: systemd urandom read with 48 bits of entropy available
[ 20.051267] systemd[1]: systemd 221 running in system mode. (+PAM -AUDIT -SEL INUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[ 20.069773] systemd[1]: Detected architecture arm.

Welcome to Arch Linux ARM!

[ 20.096666] systemd[1]: Set hostname to <alarm>.
[ 21.035821] systemd[1]: display-manager.service: Cannot add dependency job, i gnoring: Unit display-manager.service failed to load: No such file or directory.
[ 21.056645] systemd[1]: Started Forward Password Requests to Wall Directory W atch.
[ 21.064425] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ OK ] Created slice Root Slice.
[ 21.095227] systemd[1]: Created slice Root Slice.
[ 21.100105] systemd[1]: Starting Root Slice.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 21.125210] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 21.132331] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 21.161533] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on networkd rtnetlink socket.
[ 21.185260] systemd[1]: Listening on networkd rtnetlink socket.
[ 21.191365] systemd[1]: Starting networkd rtnetlink socket.
[ OK ] Created slice System Slice.
[ 21.215215] systemd[1]: Created slice System Slice.
[ 21.220307] systemd[1]: Starting System Slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 21.245214] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 21.251636] systemd[1]: Starting system-serial\x2dgetty.slice.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 21.275208] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 21.281457] systemd[1]: Starting LVM2 metadata daemon socket.
[ OK ] Listening on udev Control Socket.
[ 21.305206] systemd[1]: Listening on udev Control Socket.
[ 21.310763] systemd[1]: Starting udev Control Socket.
[ OK ] Listening on Journal Socket.
[ 21.335204] systemd[1]: Listening on Journal Socket.
[ 21.340376] systemd[1]: Starting Journal Socket.
[ 21.359300] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 21.373078] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 21.409768] systemd[1]: Started Load Kernel Modules.
[ 21.422704] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 21.469396] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 21.511691] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ OK ] Reached target Swap.
[ 21.565895] systemd[1]: Reached target Swap.
[ 21.570389] systemd[1]: Starting Swap.
[ 21.584167] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 21.615697] systemd[1]: Started Dispatch Password Requests to Console Directo ry Watch.
[ 21.626114] systemd[1]: Starting Dispatch Password Requests to Console Direct ory Watch.
[ OK ] Reached target Paths.
[ 21.655339] systemd[1]: Reached target Paths.
[ 21.659879] systemd[1]: Starting Paths.
[ 21.675134] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ OK ] Created slice system-getty.slice.
[ 21.705281] systemd[1]: Created slice system-getty.slice.
[ 21.710884] systemd[1]: Starting system-getty.slice.
[ 21.720513] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 21.775211] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 21.781933] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ OK ] Listening on udev Kernel Socket.
[ 21.805209] systemd[1]: Listening on udev Kernel Socket.
[ 21.810676] systemd[1]: Starting udev Kernel Socket.
[ OK ] Reached target Remote File Systems.
[ 21.835194] systemd[1]: Reached target Remote File Systems.
[ 21.840905] systemd[1]: Starting Remote File Systems.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 21.865222] systemd[1]: Set up automount Arbitrary Executable File Formats Fi le System Automount Point.
[ 21.874805] systemd[1]: Starting Arbitrary Executable File Formats File Syste m Automount Point.
[ 21.886860] systemd[1]: Started Set Up Additional Binary Formats.
[ OK ] Reached target Encrypted Volumes.
[ 21.915210] systemd[1]: Reached target Encrypted Volumes.
[ 21.920773] systemd[1]: Starting Encrypted Volumes.
[ OK ] Listening on Journal Socket (/dev/log).
[ 21.945206] systemd[1]: Listening on Journal Socket (/dev/log).
[ 21.951289] systemd[1]: Starting Journal Socket (/dev/log).
[ 21.960900] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Created slice User and Session Slice.
[ 22.005274] systemd[1]: Created slice User and Session Slice.
[ 22.011703] systemd[1]: Starting User and Session Slice.
[ OK ] Reached target Slices.
[ 22.035285] systemd[1]: Reached target Slices.
[ 22.039931] systemd[1]: Starting Slices.
[ 22.044775] systemd[1]: Mounted Configuration File System.
[ 22.051187] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 22.085308] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted FUSE Control File System.
[ 22.115295] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted Debug File System.
[ 22.145248] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Temporary Directory.
[ 22.165267] systemd[1]: Mounted Temporary Directory.
[ OK ] Started Remount Root and Kernel File Systems.
[ 22.195440] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started Setup Virtual Console.
[ 22.225339] systemd[1]: Started Setup Virtual Console.
[ OK ] Started Apply Kernel Variables.
[ 22.255500] systemd[1]: Started Apply Kernel Variables.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ 22.295287] systemd[1]: Started Create list of required static device nodes f or the current kernel.
[ OK ] Started Journal Service.
[ 22.785242] systemd[1]: Started Journal Service.
Starting Rebuild Dynamic Linker Cache...
Starting Rebuild Hardware Database...
Starting Load/Save Random Seed...
Starting Create System Users...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Load/Save Random Seed.
[ 23.486159] systemd-journald[103]: Received request to flush runtime journal from PID 1
[ 23.990075] random: nonblocking pool is initialized
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting udev Kernel Device Manager...
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
Starting Update is Completed...
[ OK ] Started Update is Completed.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Permit User Sessions...
[ OK ] Started D-Bus System Message Bus.
Starting D-Bus System Message Bus...
Starting Network Service...
[ OK ] Started Entropy Harvesting Daemon.
Starting Entropy Harvesting Daemon...
Starting Login Service...
Starting SSH Key Generation...
[ OK ] Reached target Timers.
[ OK ] Started Permit User Sessions.
[ OK ] Started Network Service.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Login Service.
[ OK ] Reached target Network.
Starting Network Name Resolution...
[ OK ] Started Getty on tty1.
Starting Getty on tty1...
[ OK ] Started Serial Getty on ttyS0.
Starting Serial Getty on ttyS0...
[ OK ] Reached target Login Prompts.
[ 35.805606] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ OK ] Started Network Name Resolution.
[ 37.534508] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 37.544385] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Arch Linux 4.1.0-1-ARCH (ttyS0)

alarm login: root
Password:
[root@alarm ~]#


Now what i need to do do reinstall archlinux

i have afraid to reboot the system any one can help
with this usb i have acess to ssh

i will note use a hdd only a usb pen with 32gb

Regards
pocket
 
Posts: 14
Joined: Mon Dec 23, 2013 10:35 am
Location: Portugal
Top

Re: Goflex home problem

Postby pocket » Thu Jul 30, 2015 11:27 am

Hello again

i have success recovering my goflex home now i´m with firmware stock. i have access to main page of goflex

Now i will try again put archlinux

heres the boot with original firmware

$this->bbcode_second_pass_quote('', 'r')esetting ...


-- NAS EXPLORER --
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
** QSI BOARD: NAS-PLUG LE

U-Boot 1.1.4 (Jun 10 2010 - 08:28:13) Marvell version: 3.4.27
QSI NAS version: 1.0.4

U-Boot code: 00600000 -> 0067FFF0 BSS: -> 006CFB00

Soc: 88F6281 A1 (DDR2)
CPU running @ 1200Mhz L2 running @ 400Mhz
SysClock = 400Mhz , TClock = 200Mhz

DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6
DRAM CS[0] base 0x00000000 size 128MB
DRAM Total size 128MB 16bit width
Addresses 8M - 0M are saved for the U-Boot usage.
Mem malloc Initialization (8M - 7M): Done
NAND:256 MB
Flash: 0 kB

CPU : Marvell Feroceon (Rev 1)

Streaming disabled
Write allocate disabled


USB 0: host mode
PEX 0: interface detected no Link.
Net: egiga0 [PRIME]
Hit any key to stop autoboot: 0

NAND read: device 0 offset 0x100000, size 0x600000

Reading data from 0x6ff800 -- 100% complete.
6291456 bytes read: OK
## Booting image at 00800000 ...
Image Name: Linux-2.6.22.18
Created: 2010-06-17 5:37:59 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2095148 Bytes = 2 MB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
OK

Starting kernel ...

Uncompressing Linux....................................................................................................... ............................. done, booting the kernel.
Linux version 2.6.22.18 (ramang@es5x86.axentra.com) (gcc version 4.3.2 (sdk3.2rc1-ct-ng-1.4.1) ) #16 Thu Jun 17 01:37:53 E DT 2010
CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053977
Machine: Feroceon-KW
Using UBoot passing parameters structure
Memory policy: ECC disabled, Data cache writeback
CPU0: D VIVT write-back cache
CPU0: I cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
CPU0: D cache: 16384 bytes, associativity 4, 32 byte lines, 128 sets
Built 1 zonelists. Total pages: 32512
Kernel command line: console=ttyS0,115200 ubi.mtd=2,2048 root=ubi0:rootfs rootfstype=ubifs init=/linuxrc
PID hash table entries: 512 (order: 9, 2048 bytes)
Console: colour dummy device 80x30
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 128MB 0MB 0MB 0MB = 128MB total
Memory: 125568KB available (3844K code, 261K data, 128K init)
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
NET: Registered protocol family 16

CPU Interface
-------------
SDRAM_CS0 ....base 00000000, size 128MB
SDRAM_CS1 ....disable
SDRAM_CS2 ....disable
SDRAM_CS3 ....disable
PEX0_MEM ....base e8000000, size 128MB
PEX0_IO ....base f2000000, size 1MB
INTER_REGS ....base f1000000, size 1MB
NFLASH_CS ....base fa000000, size 2MB
SPI_CS ....base f4000000, size 16MB
BOOT_ROM_CS ....no such
DEV_BOOTCS ....no such
CRYPT_ENG ....base f0000000, size 2MB

Marvell Development Board (LSP Version KW_LSP_4.3.4_patch22)-- SHEEVA PLUG Soc: 88F6281 A1 LE

Detected Tclk 200000000 and SysClk 400000000
MV Buttons Device Load
Marvell USB EHCI Host controller #0: c057b600
PEX0 interface detected no Link.
PCI: bus0: Fast back to back transfers enabled
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
NET: Registered protocol family 2
Time: kw_clocksource clocksource has been installed.
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 4096 bind 4096)
TCP reno registered
RTC registered
XOR registered 2 channels
XOR 2nd invalidate WA enabled
cesadev_init(c0011854)
mvCesaInit: sessions=640, queue=64, pSram=f0000000
Warning: TS unit is powered off.
MV Buttons Driver Load
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
io scheduler noop registered
io scheduler anticipatory registered (default)
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: module loaded
Loading Marvell Ethernet Driver:
o Cached descriptors in DRAM
o DRAM SW cache-coherency
o Single RX Queue support - ETH_DEF_RXQ=0
o Single TX Queue support - ETH_DEF_TXQ=0
o TCP segmentation offload enabled
o Receive checksum offload enabled
o Transmit checksum offload enabled
o Network Fast Processing (Routing) supported
o Driver ERROR statistics enabled
o Driver INFO statistics enabled
o Proc tool API enabled
o SKB Reuse supported
o SKB Recycle supported
o Rx descripors: q0=128
o Tx descripors: q0=532
o Loading network interface(s):
o register under eth%d platform
o eth0, ifindex = 1, GbE port = 0

Warning: Giga 1 is Powered Off

mvFpRuleDb (c7da7000): 1024 entries, 4096 bytes
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
Copyright (c) 1999-2006 Intel Corporation.
e100: Intel(R) PRO/100 Network Driver, 3.5.17-k4-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
Integrated Sata device found
scsi0 : Marvell SCSI to SATA adapter
scsi1 : Marvell SCSI to SATA adapter
NFTL driver: nftlcore.c $Revision: 1.98 $, nftlmount.c $Revision: 1.41 $
NAND device: Manufacturer ID: 0x98, Chip ID: 0xda (Toshiba NAND 256MiB 3,3V 8-bit)
Scanning device for bad blocks
Using static partition definition
Creating 3 MTD partitions on "nand_mtd":
0x00000000-0x00100000 : "u-boot"
0x00100000-0x00700000 : "uImage"
0x00700000-0x10000000 : "root"
UBI: attaching mtd2 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 126976 bytes
UBI: smallest flash I/O unit: 2048
UBI: sub-page size: 512
UBI: VID header offset: 2048 (aligned 2048)
UBI: data offset: 4096
UBI: attached mtd2 to ubi0
UBI: MTD device name: "root"
UBI: MTD device size: 249 MiB
UBI: number of good PEBs: 1992
UBI: number of bad PEBs: 0
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 1
UBI: available PEBs: 0
UBI: total number of reserved PEBs: 1992
UBI: number of PEBs reserved for bad PEB handling: 38
UBI: max/mean erase counter: 2/0
UBI: background thread "ubi_bgt0d" started, PID 296
ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
USB Universal Host Controller Interface driver v3.0
usbcore: registered new interface driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
Linux telephony interface: v1.00
Marvell Telephony Driver:

Warning Tdm is Powered Off
md: linear personality registered for level -1
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
raid6: int32x1 91 MB/s
raid6: int32x2 109 MB/s
raid6: int32x4 119 MB/s
raid6: int32x8 94 MB/s
raid6: using algorithm int32x4 (119 MB/s)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
raid5: measuring checksumming speed
arm4regs : 1084.400 MB/sec
8regs : 822.000 MB/sec
32regs : 803.200 MB/sec
raid5: using function: arm4regs (1084.400 MB/sec)
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
dm_crypt using the OCF package.
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
UBIFS: mounted UBI device 0, volume 0, name "rootfs"
UBIFS: file system size: 239857664 bytes (234236 KiB, 228 MiB, 1889 LEBs)
UBIFS: journal size: 9023488 bytes (8812 KiB, 8 MiB, 72 LEBs)
UBIFS: media format: 4 (latest is 4)
UBIFS: default compressor: zlib
UBIFS: reserved for root: 0 bytes (0 KiB)
VFS: Mounted root (ubifs filesystem).
Freeing init memory: 128K
Failed to execute /linuxrc. Attempting defaults...
INIT: version 2.86 booting
Welcome to HipServ
Press 'I' to enter interactive startup.
Setting clock : Thu Jul 30 11:15:42 GMT 2015 [ OK ]
Starting udev: [ OK ]
Setting hostname axentraserver.bysimba.seagateshare.com: [ OK ]
Setting up Logical Volume Management: No volume groups found
[ OK ]
Checking filesystems
Checking all file systems.
[ OK ]
Mounting local filesystems: mount: sysfs already mounted or /sys busy
mount: according to mtab, /sys is already mounted on /sys
[FAILED]
Enabling /etc/fstab swaps: [ OK ]
INIT: Entering runlevel: 3
Entering non-interactive startup
HipServ startup:[ OK ]
Starting reset: [ OK ]
Starting seagate-lifecycle:[ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0:
Determining IP information for eth0... done.
/usr/share/admin-util/ifup-wan-final: line 14: /etc/init.d/iptables: Permission denied
[ OK ]
check_igd.pl: no process killed
Starting igd-daemon:sh: /usr/sbin/oe-gateway-check: No such file or directory
error reading information on service transmission.init: No such file or directory
[ OK ]
Starting system logger: [ OK ]
Starting kernel logger: [ OK ]
Starting locator:[ OK ]
Starting system message bus: [ OK ]
Starting sshd: [ OK ]
Starting cups: [ OK ]
Starting vsftpd for vsftpd: [ OK ]
Starting httpd: [ OK ]
Starting appserver: [ OK ]
Starting crond: [ OK ]
Starting Netatalk services:
Starting cnid_metad:[ OK ]
Starting afpd:[ OK ]

Starting SMB services: [ OK ]
Starting NMB services: [ OK ]
Starting OEone System Proxy: SPD starting....log level=1, uid=0

[ OK ]
Starting Avahi daemon... [ OK ]
Starting /usr/sbin/minidlna ...
Starting S99lld2: [ OK ]
0
Starting DAAP server: [ OK ]
Starting mynetworkd:[ OK ]
HipServ - Checking if RAID needs to be rebuilt
HipServ - No RAID found
HipServ - Bringing up iptables
HipServ - Updating date...
success
HipServ - Enabling swap
HipServ - Cleaning USB mountpoints
HipServ - Mounting USB devices

HipServ - Checking for FTPS certificate
HipServ - Found vsftpd key file
HipServ - Ensuring that table structures are up-to-date
HipServ - Starting usbreaderd: [ OK ]
HipServ - Checking for updates...
success
HipServ - boot complete
Starting spindownd.init: [ OK ]
Starting transmission-daemon: [ OK ]
Starting xMySyncMount.php: [ OK ]
pocket
 
Posts: 14
Joined: Mon Dec 23, 2013 10:35 am
Location: Portugal
Top

Re: Goflex home problem

Postby Socaltom » Mon Aug 03, 2015 6:01 pm

$this->bbcode_second_pass_quote('pocket', 'h')ello heres the boot processo from serial console


$this->bbcode_second_pass_quote('', 'U')-Boot 2014.04.R2-1 (May 15 2014 - 14:36:05) Arch Linux ARM
Seagate GoFlex Home

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0

Reset IDE: ide_preinit failed
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found

IDE device 0 not available

Partition Map for USB device 0 -- Partition Type: DOS

Part Start Sector Num Sectors UUID Type
1 2048 1897953 4177d067-01 83
2 1900544 5931008 4177d067-02 83
Attempting to boot from usb 0:1...
** File not found /boot/uEnv.txt **
Checking if uenvcmd is set ...
Running default loadzimage ...
** File not found /boot/zImage **
Running default loaduimage ...
EHCI timed out on TD - token=0xa0008d80
EHCI timed out on TD - token=0x20008d80
EHCI timed out on TD - token=0x20008d80
** ext4fs_devread read error - block
GoFlexHome>


and heres the printenv command
$this->bbcode_second_pass_quote('', '
')GoFlexHome> printenv
baudrate=115200
bootcmd=ide reset; usb start; setenv letter 9;for type in ide usb; do for disk in 0; do if ${type} part ${disk};then setexpr letter $letter + 1;run load;fi;done;done;
bootdelay=3
bootm=echo Booting from ${disk} ...; run setargs; bootm ${loadaddr};
bootz=echo Booting from ${disk} ...; run setargs; bootz ${loadaddr} - ${fdt_addr};
console=ttyS0
ethact=egiga0
ethaddr=00:10:75:2E:D9:4D
fdt_addr=0x800000
fdt_file=/boot/dtbs/kirkwood-goflexnet.dtb
importbootenv=echo Importing environment (uEnv.txt)...; env import -t $loadaddr $filesize
load=echo Attempting to boot from ${type} ${disk}:1...;if run loadbootenv; then run importbootenv;fi;echo Checking if uenvcmd is set ...;if test -n $uenvcmd; then echo Running uenvcmd ...;run uenvcmd;fi;echo Running default loadzimage ...;if run loadzimage; then run loadfdt;run bootz;fi;echo Running default loaduimage ...;if run loaduimage; then run bootm;fi;
loadaddr=0x810000
loadbootenv=load ${type} ${disk}:1 ${loadaddr} /boot/uEnv.txt
loadfdt=load ${type} ${disk}:1 ${fdt_addr} ${fdt_file}
loaduimage=load ${type} ${disk}:1 ${loadaddr} ${uimage}
loadzimage=load ${type} ${disk}:1 ${loadaddr} ${zimage}
mtdids=nand0=orion_nand
mtdparts=mtdparts=orion_nand:1M(u-boot),-(rootfs)
setargs=setenv bootargs console=${console},${baudrate} ${optargs} root=/dev/sd${letter}1 rw rootwait ${mtdparts}
uimage=/boot/uImage
zimage=/boot/zImage


and here new boot usb with archlinux inside $this->bbcode_second_pass_quote('', 'U')-Boot 2014.04.R2-1 (May 15 2014 - 14:36:05) Arch Linux ARM
Seagate GoFlex Home

SoC: Kirkwood 88F6281_A1
DRAM: 128 MiB
WARNING: Caches not enabled
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0

Reset IDE: ide_preinit failed
(Re)start USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found

IDE device 0 not available

Partition Map for USB device 0 -- Partition Type: DOS

Part Start Sector Num Sectors UUID Type
1 2048 7823360 5214c3c3-01 83
Attempting to boot from usb 0:1...
** File not found /boot/uEnv.txt **
Checking if uenvcmd is set ...
Running default loadzimage ...
** File not found /boot/zImage **
Running default loaduimage ...
4118016 bytes read in 416 ms (9.4 MiB/s)
Booting from 0 ...
## Booting kernel from Legacy Image at 00810000 ...
Image Name: Linux-4.1.0-1-ARCH
Created: 2015-06-23 6:14:19 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4117952 Bytes = 3.9 MiB
Load Address: 00008000
Entry Point: 00008000
Verifying Checksum ... OK
Loading Kernel Image ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.0-1-ARCH (builduser@leming) (gcc version 5.1.0 (GCC) ) #1 PREEMPT Tue Jun 23 00:14:03 MDT 2015
[ 0.000000] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=0005397 f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Seagate GoFlex Home
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 32480
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/sda1 rw rootw ait mtdparts=orion_nand:1M(u-boot),-(rootfs)
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 120800K/131072K available (5857K kernel code, 422K rwdata , 1700K rodata, 264K init, 699K bss, 10272K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xc8800000 - 0xff000000 ( 872 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0769728 (7558 kB)
[ 0.000000] .init : 0xc076a000 - 0xc07ac000 ( 264 kB)
[ 0.000000] .data : 0xc07ac000 - 0xc08158ac ( 423 kB)
[ 0.000000] .bss : 0xc08158ac - 0xc08c4570 ( 700 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:114
[ 0.000013] sched_clock: 32 bits at 200MHz, resolution 5ns, wraps every 10737 418237ns
[ 12.911237] clocksource orion_clocksource: mask: 0xffffffff max_cycles: 0xfff fffff, max_idle_ns: 9556302233 ns
[ 12.911426] Console: colour dummy device 80x30
[ 12.911453] Calibrating delay loop... 1191.11 BogoMIPS (lpj=5955584)
[ 13.001324] pid_max: default: 32768 minimum: 301
[ 13.001417] Security Framework initialized
[ 13.001499] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 13.001519] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 13.002212] Initializing cgroup subsys blkio
[ 13.002242] Initializing cgroup subsys memory
[ 13.002305] Initializing cgroup subsys devices
[ 13.002331] Initializing cgroup subsys freezer
[ 13.0023[ 16.826690] scsi 1:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 0 CCS
[ 16.836638] sd 1:0:0:0: [sda] 7829504 512-byte logical blocks: (4.00 GB/3.73 GiB)
[ 16.844259] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 16.849875] sd 1:0:0:0: [sda] Write Protect is off
[ 16.855221] sd 1:0:0:0: [sda] No Caching mode page found
[ 16.860567] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 16.870313] sda: sda1
[ 16.874999] sd 1:0:0:0: [sda] Attached SCSI removable disk
[ 16.946258] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsyste m
[ 18.708700] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 18.716472] VFS: Mounted root (ext3 filesystem) on device 8:1.
[ 18.726309] devtmpfs: mounted
[ 18.730227] Freeing unused kernel memory: 264K (c076a000 - c07ac000)
[ 19.958666] NET: Registered protocol family 10
[ 19.964299] systemd[1]: Inserted module 'ipv6'
[ 19.988633] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 19.994060] systemd[1]: Inserted module 'ip_tables'
[ 20.023611] random: systemd urandom read with 48 bits of entropy available
[ 20.051267] systemd[1]: systemd 221 running in system mode. (+PAM -AUDIT -SEL INUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[ 20.069773] systemd[1]: Detected architecture arm.

Welcome to Arch Linux ARM!

[ 20.096666] systemd[1]: Set hostname to <alarm>.
[ 21.035821] systemd[1]: display-manager.service: Cannot add dependency job, i gnoring: Unit display-manager.service failed to load: No such file or directory.
[ 21.056645] systemd[1]: Started Forward Password Requests to Wall Directory W atch.
[ 21.064425] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ OK ] Created slice Root Slice.
[ 21.095227] systemd[1]: Created slice Root Slice.
[ 21.100105] systemd[1]: Starting Root Slice.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 21.125210] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 21.132331] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 21.161533] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on networkd rtnetlink socket.
[ 21.185260] systemd[1]: Listening on networkd rtnetlink socket.
[ 21.191365] systemd[1]: Starting networkd rtnetlink socket.
[ OK ] Created slice System Slice.
[ 21.215215] systemd[1]: Created slice System Slice.
[ 21.220307] systemd[1]: Starting System Slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 21.245214] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 21.251636] systemd[1]: Starting system-serial\x2dgetty.slice.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 21.275208] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 21.281457] systemd[1]: Starting LVM2 metadata daemon socket.
[ OK ] Listening on udev Control Socket.
[ 21.305206] systemd[1]: Listening on udev Control Socket.
[ 21.310763] systemd[1]: Starting udev Control Socket.
[ OK ] Listening on Journal Socket.
[ 21.335204] systemd[1]: Listening on Journal Socket.
[ 21.340376] systemd[1]: Starting Journal Socket.
[ 21.359300] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 21.373078] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 21.409768] systemd[1]: Started Load Kernel Modules.
[ 21.422704] systemd[1]: Mounting FUSE Control File System...
Mounting FUSE Control File System...
[ 21.469396] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 21.511691] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ OK ] Reached target Swap.
[ 21.565895] systemd[1]: Reached target Swap.
[ 21.570389] systemd[1]: Starting Swap.
[ 21.584167] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 21.615697] systemd[1]: Started Dispatch Password Requests to Console Directo ry Watch.
[ 21.626114] systemd[1]: Starting Dispatch Password Requests to Console Direct ory Watch.
[ OK ] Reached target Paths.
[ 21.655339] systemd[1]: Reached target Paths.
[ 21.659879] systemd[1]: Starting Paths.
[ 21.675134] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ OK ] Created slice system-getty.slice.
[ 21.705281] systemd[1]: Created slice system-getty.slice.
[ 21.710884] systemd[1]: Starting system-getty.slice.
[ 21.720513] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 21.775211] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 21.781933] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ OK ] Listening on udev Kernel Socket.
[ 21.805209] systemd[1]: Listening on udev Kernel Socket.
[ 21.810676] systemd[1]: Starting udev Kernel Socket.
[ OK ] Reached target Remote File Systems.
[ 21.835194] systemd[1]: Reached target Remote File Systems.
[ 21.840905] systemd[1]: Starting Remote File Systems.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 21.865222] systemd[1]: Set up automount Arbitrary Executable File Formats Fi le System Automount Point.
[ 21.874805] systemd[1]: Starting Arbitrary Executable File Formats File Syste m Automount Point.
[ 21.886860] systemd[1]: Started Set Up Additional Binary Formats.
[ OK ] Reached target Encrypted Volumes.
[ 21.915210] systemd[1]: Reached target Encrypted Volumes.
[ 21.920773] systemd[1]: Starting Encrypted Volumes.
[ OK ] Listening on Journal Socket (/dev/log).
[ 21.945206] systemd[1]: Listening on Journal Socket (/dev/log).
[ 21.951289] systemd[1]: Starting Journal Socket (/dev/log).
[ 21.960900] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ OK ] Created slice User and Session Slice.
[ 22.005274] systemd[1]: Created slice User and Session Slice.
[ 22.011703] systemd[1]: Starting User and Session Slice.
[ OK ] Reached target Slices.
[ 22.035285] systemd[1]: Reached target Slices.
[ 22.039931] systemd[1]: Starting Slices.
[ 22.044775] systemd[1]: Mounted Configuration File System.
[ 22.051187] systemd[1]: Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 22.085308] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted FUSE Control File System.
[ 22.115295] systemd[1]: Mounted FUSE Control File System.
[ OK ] Mounted Debug File System.
[ 22.145248] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Temporary Directory.
[ 22.165267] systemd[1]: Mounted Temporary Directory.
[ OK ] Started Remount Root and Kernel File Systems.
[ 22.195440] systemd[1]: Started Remount Root and Kernel File Systems.
[ OK ] Started Setup Virtual Console.
[ 22.225339] systemd[1]: Started Setup Virtual Console.
[ OK ] Started Apply Kernel Variables.
[ 22.255500] systemd[1]: Started Apply Kernel Variables.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ 22.295287] systemd[1]: Started Create list of required static device nodes f or the current kernel.
[ OK ] Started Journal Service.
[ 22.785242] systemd[1]: Started Journal Service.
Starting Rebuild Dynamic Linker Cache...
Starting Rebuild Hardware Database...
Starting Load/Save Random Seed...
Starting Create System Users...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create System Users.
Starting Create Static Device Nodes in /dev...
[ OK ] Started Load/Save Random Seed.
[ 23.486159] systemd-journald[103]: Received request to flush runtime journal from PID 1
[ 23.990075] random: nonblocking pool is initialized
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Rebuild Journal Catalog...
Starting udev Kernel Device Manager...
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Rebuild Dynamic Linker Cache.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
Starting Update is Completed...
[ OK ] Started Update is Completed.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Permit User Sessions...
[ OK ] Started D-Bus System Message Bus.
Starting D-Bus System Message Bus...
Starting Network Service...
[ OK ] Started Entropy Harvesting Daemon.
Starting Entropy Harvesting Daemon...
Starting Login Service...
Starting SSH Key Generation...
[ OK ] Reached target Timers.
[ OK ] Started Permit User Sessions.
[ OK ] Started Network Service.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started Login Service.
[ OK ] Reached target Network.
Starting Network Name Resolution...
[ OK ] Started Getty on tty1.
Starting Getty on tty1...
[ OK ] Started Serial Getty on ttyS0.
Starting Serial Getty on ttyS0...
[ OK ] Reached target Login Prompts.
[ 35.805606] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ OK ] Started Network Name Resolution.
[ 37.534508] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 100 Mb/s, full duplex, flow control disabled
[ 37.544385] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Arch Linux 4.1.0-1-ARCH (ttyS0)

alarm login: root
Password:
[root@alarm ~]#


Now what i need to do do reinstall archlinux

i have afraid to reboot the system any one can help
with this usb i have acess to ssh

i will note use a hdd only a usb pen with 32gb

Regards

The system booted Arch linux just fine in your last example above. In the first one, the problem was that the drive was corrupted.
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side
Top

Previous

Return to ARMv5

Who is online

Users browsing this forum: No registered users and 25 guests