Installation stopped after reboot and unable to SSH since

This forum is for all other ARMv5 devices

Re: Installation stopped after reboot and unable to SSH sinc

Postby tassheloff » Sat Jun 23, 2012 1:30 pm

For sure i'm a complete idiot..... but....
After all passes you suggested i make an pacman -Syu. First it ask for updating pacman itself, and then it ask to install udev.

I installed all 23 packages needed and when i try to reinstall udev-oxnas.... it is impossible and dont relog after reboot..... what is the right procedure?
tassheloff
 
Posts: 18
Joined: Sun Mar 04, 2012 3:03 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby WarheadsSE » Sat Jun 23, 2012 2:22 pm

Have you run the kernel update? From my "Important Update Notice" Thread?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby tassheloff » Sat Jun 23, 2012 3:06 pm

i follow this


1 - reformat the drive
2 - extract the 2012.05 rootfs
3 - extract update-oxnas to root/
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
6 - login as root
7 - cd update-oxnas
9 - nano update-oxnas.sh
10 - edit the nand_write command to read uImage.pci instead of uImage.nopci (because you have a pro)
11 - ./update-oxnas.sh

then reboot and pacman
tassheloff
 
Posts: 18
Joined: Sun Mar 04, 2012 3:03 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby tassheloff » Sat Jun 23, 2012 7:16 pm

after step 11 i've to

- update pacman?
- install libusbx removing libusb?
-install systemd-tools?

installing pacman and libusbx i've found
error: failed to commit transaction (conflicting files)
hwids: /usr/share/hwdata/usb.ids exists in filesystem
tassheloff
 
Posts: 18
Joined: Sun Mar 04, 2012 3:03 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby James » Sun Jun 24, 2012 1:54 am

Thank you for your help then everything is working great
James
 
Posts: 6
Joined: Tue Jun 19, 2012 8:27 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby WarheadsSE » Sun Jun 24, 2012 1:56 am

Great to hear :mrgreen:
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby bastafidli » Wed Jun 27, 2012 8:38 pm

This didn't work for me

$this->bbcode_second_pass_quote('WarheadsSE', '
')1 - reformat the drive
2 - extract the 2012.05 rootfs
3 - extract update-oxnas to root/
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
6 - login as root
7 - cd update-oxnas
9 - nano update-oxnas.sh
10 - edit the nand_write command to read uImage.pci instead of uImage.nopci (because you have a pro)
11 - ./update-oxnas.sh

12 - either wipe & extract the 2012.06 oxnas rootfs (skipping the package hiccups around hwids, filesystem, etc), or pacman -Syu and go the round-about.


After step
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
I never got an IP address

But this worked for me

1 - reformat the drive
2 - extract the 2012.05 rootfs + update mac_addr + update rc.conf (timezone, etc.)
3 - Boot.
4 - login as root
5 - wget http://archlinuxarm.org/os/oxnas/update-oxnas.tar.gz
6 - tar xzf update-oxnas.tar.gz -C /
7 - cd /update-oxnas/
8 - nano update-kernel.sh and

replace the line in the script by replacing this

nandwrite -p -s 0x500000 /dev/mtd1 boot/uImage.nopci

with this

nandwrite -p -s 0x500000 /dev/mtd1 boot/uImage.pci

since I am on Pro
9. ./update-kernel.sh
10. :: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n
11. Targets (2): libaccept4-0.1.0-2 mtd-utils-1.4.1-1

Total Download Size: 0.19 MiB
Total Installed Size: 1.01 MiB

Proceed with installation? [Y/n] y
12 - reformat the drive
13 - extract the 2012.06 rootfs

Thanks a lot for all the work you have done!
bastafidli
 
Posts: 8
Joined: Tue Sep 13, 2011 2:18 pm

Re: Installation stopped after reboot and unable to SSH sinc

Postby Trav08x » Tue Jul 03, 2012 3:37 am

$this->bbcode_second_pass_quote('bastafidli', 'T')his didn't work for me

$this->bbcode_second_pass_quote('WarheadsSE', '
')1 - reformat the drive
2 - extract the 2012.05 rootfs
3 - extract update-oxnas to root/
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
6 - login as root
7 - cd update-oxnas
9 - nano update-oxnas.sh
10 - edit the nand_write command to read uImage.pci instead of uImage.nopci (because you have a pro)
11 - ./update-oxnas.sh

12 - either wipe & extract the 2012.06 oxnas rootfs (skipping the package hiccups around hwids, filesystem, etc), or pacman -Syu and go the round-about.


After step
4 - copy & replace root/update-oxnas/lib/modules/ to lib/modules/
5 - Boot.
I never got an IP address

But this worked for me

1 - reformat the drive
2 - extract the 2012.05 rootfs + update mac_addr + update rc.conf (timezone, etc.)
3 - Boot.
4 - login as root
<span>5 - wget <a class="smarterwiki-linkify" href="http://archlinuxarm.org/os/oxnas/update-oxnas.tar.gz">http://archlinuxarm.org/os/oxnas/update-oxnas.tar.gz</a></span>
6 - tar xzf update-oxnas.tar.gz -C /
7 - cd /update-oxnas/
8 - nano update-kernel.sh and

replace the line in the script by replacing this

nandwrite -p -s 0x500000 /dev/mtd1 boot/uImage.nopci

with this

nandwrite -p -s 0x500000 /dev/mtd1 boot/uImage.pci

since I am on Pro
9. ./update-kernel.sh
10. :: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n] n
11. Targets (2): libaccept4-0.1.0-2 mtd-utils-1.4.1-1

Total Download Size: 0.19 MiB
Total Installed Size: 1.01 MiB

Proceed with installation? [Y/n] y
12 - reformat the drive
13 - extract the 2012.06 rootfs

Thanks a lot for all the work you have done!


Thank you so much for posting this, this helped me out tremendously! :D I was so frustrated, I was about to give up. Thanks :)
Trav08x
 
Posts: 6
Joined: Fri Feb 24, 2012 5:16 am
Top

Re: Installation stopped after reboot and unable to SSH sinc

Postby gburke » Wed Jul 04, 2012 1:38 am

OOPS, I may have bricked my pogoplug.

I made the false assumption that I have the Pro version of Pogoplug, and made the alteration found in step 10:
edit the nand_write command to read uImage.pci instead of uImage.nopci

However I have the V3 (21), so apparently I don't have PCIe.

Now when I try to boot up the box flashes briefly (not the previous 20 seconds of flashing), then the light turns completely off. It doesn't show up on my router, so I can neither ping it, nor SSH to it.

Is there an edit I can make to any of the files on the boot flash drive to get it back to where I can start over?

Thanks,
Gary
gburke
 
Posts: 1
Joined: Wed Jul 04, 2012 1:29 am

Re: Installation stopped after reboot and unable to SSH sinc

Postby WarheadsSE » Wed Jul 04, 2012 2:10 am

You're going to have to crack the shell. It needs either a serial cable, or a SATA boot bypass to fix that.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

PreviousNext

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 31 guests