[How-To] Boot Entirely from SATA

This forum is for all other ARMv5 devices

Re: [How-To] Boot Entirely from SATA

Postby budapia » Fri Mar 02, 2012 1:04 pm

I succeeded booting from SATA perfectly using your thread. Thanks a lot.
After I configured my pogoplug, I connected a HDD that I used for pogoplug to my pc for backup the data.
I reconnected that to my pogo, however it keep blinking and the mac address changed from 00:25:31:XX:XX to 00:30:E0:00:00.
After setting for booting from SATA, can't I connect the HDD to other devices?
budapia
 
Posts: 2
Joined: Fri Mar 02, 2012 12:50 pm

Re: [How-To] Boot Entirely from SATA

Postby WarheadsSE » Fri Mar 02, 2012 1:21 pm

If you're LED is still blinking, the `modprobe -a` (once) and the /etc/rc.d/set-oxnas-mac should properly load oxnas_led.ko/kgz which will stop the blinking.

If you're MAC has changed, verify /usr/local/mac_addr file exists and is properly formatted.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: [How-To] Boot Entirely from SATA

Postby budapia » Fri Mar 02, 2012 2:02 pm

I found out I edited wrong DAEMONs in rc.conf. Now, it's ok. :D
budapia
 
Posts: 2
Joined: Fri Mar 02, 2012 12:50 pm

Re: [How-To] Boot Entirely from SATA

Postby ldi9999 » Mon Mar 05, 2012 10:39 pm

Two questions here:
1. When you say "create an msdos partition table (no fidsk -c=dos, just an MBR.)", do you mean doing something manually or it would be automatic when creating the 1st partition?
2. Can I create 3rd partition for all my shared data? I would like to have them separate from system. If that's the case, what's the recommended size for the 2nd partition for rootfs? What's the best format for the 3rd partition (data) for performance, still ext3?

Thanks
ldi9999
 
Posts: 59
Joined: Mon Mar 05, 2012 10:31 pm

Re: [How-To] Boot Entirely from SATA

Postby WarheadsSE » Mon Mar 05, 2012 10:59 pm

1) MBR, just MBR.. don't think to much into it unless you know where MBR came from...


2) rootfs: ~10G? that ought ti give you all kinds of room to play. All others: totally up to you, feel free to experiment. I use ext3/4
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: [How-To] Boot Entirely from SATA

Postby ldi9999 » Mon Mar 05, 2012 11:41 pm

$this->bbcode_second_pass_quote('WarheadsSE', '1')) MBR, just MBR.. don't think to much into it unless you know where MBR came from...


2) rootfs: ~10G? that ought ti give you all kinds of room to play. All others: totally up to you, feel free to experiment. I use ext3/4


Thanks. More questions here:

The pogoplug I have is the pink one from J&R. I opened the box and on one of the chips, it's printed "Pogoplug Pro r2.."
1. What version is this?
2. What are the symlinks should I change to?
stage1.wrapped: 700MHZ?
uImage: pci or nopci?
3. What tools did you use to punch the whole to mount eSata? Was the circuit board still attached to the back panel when you working on it?
ldi9999
 
Posts: 59
Joined: Mon Mar 05, 2012 10:31 pm

Re: [How-To] Boot Entirely from SATA

Postby bonelifer » Tue Mar 06, 2012 12:12 am

ldi9999: I have that one and it's "nopci". I used the bracket from my donor esata: http://www.newegg.com/Product/Product.a ... 6812226003 That pogo is either a New "Classic" B01 or a B02. Luckily I got it for less than $20 from J&R a month ago.

I taped the metal bracket on the outside to help keep the drill bits where they should be. I used a variable speed drill to drill out the two screw holes. Then changed to a drill bit that filled up the rectangle space to drill out the hole for the esata cable to plugin too. I'm fairly confidant in my drilling abilities so I left my board on(really your skill level/choice). You could also drill the screw holes out, then drill out on each end of the rectangle and use a "project/hobby knife" like you find at Hobby Lobby to cut/clean out the rest. I just "cleaned" it out carefully with the drill bit while the bracket was taped on to keep it inside the space that needed removed. I would however make sure the bracket is far enough away from the ethernet before taping it down and starting the process(you only get one chance to do it right). Just remember to work slowly as the white plastic is fairly thin.
bonelifer
 
Posts: 11
Joined: Thu Jan 26, 2012 10:30 pm

Re: [How-To] Boot Entirely from SATA

Postby ldi9999 » Tue Mar 06, 2012 12:31 am

$this->bbcode_second_pass_quote('bonelifer', 'l')di9999: I have that one and it's "nopci". I used the bracket from my donor esata: http://www.newegg.com/Product/Product.a ... 6812226003 That pogo is either a New "Classic" B01 or a B02. Luckily I got it for less than $20 from J&R a month ago.

I taped the metal bracket on the outside to help keep the drill bits where they should be. I used a variable speed drill to drill out the two screw holes. Then changed to a drill bit that filled up the rectangle space to drill out the hole for the esata cable to plugin too. I'm fairly confidant in my drilling abilities so I left my board on(really your skill level/choice). You could also drill the screw holes out, then drill out on each end of the rectangle and use a "project/hobby knife" like you find at Hobby Lobby to cut/clean out the rest. I just "cleaned" it out carefully with the drill bit while the bracket was taped on to keep it inside the space that needed removed. I would however make sure the bracket is far enough away from the ethernet before taping it down and starting the process(you only get one chance to do it right). Just remember to work slowly as the white plastic is fairly thin.


Thanks for the detailed reply. Which stage1.wrapped are you using (700M)? Do you know how to detach the circuit board from the rear panel?. It's kind of fragile, I do not want to force and break it.
ldi9999
 
Posts: 59
Joined: Mon Mar 05, 2012 10:31 pm

Re: [How-To] Boot Entirely from SATA

Postby bonelifer » Tue Mar 06, 2012 12:41 am

I just went with the default. I think the motherboard is attached via 2-4 screws. I never bothered removing the motherboard or power supply. All I did was remove the original symlink and redid it with the "nopci" image.
bonelifer
 
Posts: 11
Joined: Thu Jan 26, 2012 10:30 pm

Re: [How-To] Boot Entirely from SATA

Postby ldi9999 » Tue Mar 06, 2012 12:44 am

$this->bbcode_second_pass_quote('bonelifer', 'I') just went with the default. I think the motherboard is attached via 2-4 screws. I never bothered removing the motherboard or power supply. All I did was remove the original symlink and redid it with the "nopci" image.


So you are using 850. Is it stable?
Again, thank you so much for your help!
ldi9999
 
Posts: 59
Joined: Mon Mar 05, 2012 10:31 pm
Top

PreviousNext

Return to Community Supported

Who is online

Users browsing this forum: No registered users and 13 guests