FreeNAS on Snap Server 110 / 210
I thought I should start out by saying that I had been lurking within these forums for a couple of days and came to the conclusion that without another Snap Server unit on hand, I won’t success in reimaging my unit.
I had acquired a Snap Server 210 as a form of payment for a favor in doing some computer work and didn’t think that without any drives, this unit would have been almost useless to me. From what all the wiki and post about the GuardianOS, it seems like there’s no way around the whole ‘reimaging’ process. So just last night, I completely striped the unit down to the board. Apparently, this board is used in both the Snap Server 110 and 210. What I also notice was there were two jumpers on the board. One closes to the bios battery and a second one closes to the SATA connectors. Before all of this, I read that some of folks on here had success in installing FreeNAS on there units, but not particular on these units. I proceed to put an unused harddrive in my system and installed FreeNAS. I also configured FreeNAS with a static IP that I would know I should hit. I took the harddrive out and popped in the Snap Server and seeing if this had any affect. Gave it a minute, pinged the unit and also ran an IP scanner just for the heck of it, nothing. It was about this moment that I saw the jumpers and wonder would happen if I pulled one of them off. Judging from the jumper closes to the bios battery was most likely a CMOS reset, I pulled the one closes to the SATA connectors. It was from this point that the magic started to happen. The harddrive status light started to blink and there were additional LED lights close to the bios that also started to flash like status lights. (I’m not sure what the leds by the bios are indicating, but it seems like they could be used for debugging of some sort). After a minute or two, I pinged the IP and used my IP scanner. Apparently I started to get some feed back. I opened up Firefox and ‘bam’, there it was, FreeNAS config screen with all it’s glory. Apparently I had found some sort of way for these units to act almost like mini computers and just boot directly in the hard drive. For those with these units (Snap Server 110 / 210) and don’t have drives or images, this is a work around to having the GuardianOS. |
Re: FreeNAS on Snap Server 110 / 210
Micr0, good info to have. Does the jumper have ID/label on the motherboard?
Were you able to look at the BIOS? Was wondering if this is a reset for upgraded drive capacity. Some 410 users have had problems with upgrades. |
Re: FreeNAS on Snap Server 110 / 210
3 Attachment(s)
Quote:
Quote:
Quote:
As far as any real hard ID on what the jumpers represent or even the additional pin headers are for, I have came up blank. Even researching any reassembles on data sheets came up with nothing. Lucky for you folks, I happened to snapped a few shots of the board before I closed it up again. :D (see attachment) |
Re: FreeNAS on Snap Server 110 / 210
Micro,
There is a way to get into Bios through com port at the back, if you use null cable and hyper terminal with following sellings 115200 8 N 1, and you can see the bios startup and booting ..... and if you press F4 at system startup, you can get into bios options and there are quite many options for tweaking..... or else if you like, you can solder a vga scoket on to the board and then connect your monitor to it with usb key board and mouse... I am in a similar situation my Snap server 110 doesnt show status light, looks like there is sth wrong with HDD, I am still investigating, i might give freenas a try if the image is not recoverable.... |
Re: FreeNAS on Snap Server 110 / 210
Quote:
|
Re: FreeNAS on Snap Server 110 / 210
Just want to thank matery for this hot tip. I was able to view a wealth of information pertaining to these units. A few things I found out was that, the boot up process looks at the hard drive first before doing a network boot. There is not usb boot available what so ever. So what this means is that, technically, one can use partimage to create a image of a drive, use pxe to push the image down if no OS is found on the disc. Looks like the unit also can handle hardware raid as there are a few functions about it. Besides that, I'm not sure what else you guys want me to look for.
|
Re: FreeNAS on Snap Server 110 / 210
Its like any other PC,you just have to change the boot order in order for it to boot from other devices, it also does recognise usb and is usb bootable.
Does any one know how to boot an iso from 4gb usb stick that I have? |
Re: FreeNAS on Snap Server 110 / 210
Micro, Thanks for posting the photos and jumper ID for others to learn from.
|
Re: FreeNAS on Snap Server 110 / 210
Great information....for the Snap 110 & 210! Keep us posted on anything new.
bitor |
Re: FreeNAS on Snap Server 110 / 210
Damn you matery for all this great information. LOL. :laugh2: Ok folks, a little update on how this bios does it's boot order. Apparently it will only allow two device in the boot order, so choose wisely. Second, as matery mention, the unit does boot usb devices as long as one has it set in the bios to do it first.
This is fantastic cause, I just purchase a microSD usb adapter, crammed FreeNAS on it and now I got the entire drive all to itself. This would make my raid setup really happy when I do go down this route later down the road. |
Re: FreeNAS on Snap Server 110 / 210
micr0, any luck with free NAS???
|
Re: FreeNAS on Snap Server 110 / 210
matery,
It's working GREAT! Although there is no way to control the fan speed in Freenas, I'm going to source out for a high speed low dbi fan to coup with the fan noise. Other than that, I've been having fun rsyncing my files to it. Micr0 |
Re: FreeNAS on Snap Server 110 / 210
Can you post any more information?
I acquired a Snap Server 110, with a bad hard drive. Installed FreeNAS on a hdd connected to a Dell PE800 with a static ip, put it back in, and nothing. |
Re: FreeNAS on Snap Server 110 / 210
What was the status on your LEDs when you fired up the snapserver? When I had the jumpers connected, I would get two solid green lights. One for power and one for the hdd. Once I removed the jumper, that's when all the magic happened. Have you gone into the bios to double check all your settings? From hyperterminal, I was able to see the system boot up to the point of when freenas was starting to load up. After, that it was just a matter of bringing up the web interface to login.
|
Re: FreeNAS on Snap Server 110 / 210
Ok, I got to watch it boot until I see the FreeNAS boot screen, and that is it. I try pinging the ip, I get nothing. Any ideas?
EDIT: And just to add, it seem to reboot about every 2-3 mins for some reason. micr0, can you tell me what is listed in "/dev/"? I believe its try to boot to "/dev/ad4s1" and it should be "/dev/ad0s1". |
Re: FreeNAS on Snap Server 110 / 210
Well, here's what my dev folder contains.
Quote:
|
Re: FreeNAS on Snap Server 110 / 210
Finally figured out what is going on.
This is while it is booting in the snap. Code:
md0: Preloaded image </mfsroot> 94371840 bytes at 0x80ec3698 EDIT: Figured out why. Code:
Manual root filesystem specification: micr0, what version of FreeNAS did you install? |
Re: FreeNAS on Snap Server 110 / 210
Has anyone else been able to get this to work? I have tried to boot from usb flash drive and the hard drive with no luck. It seems to hang right after the boot options menu. Looks like it could be hanging on or right after the acpi. Could it be the pc I used to create the boot device? I am wondering if it might have installed too advanced drivers or something for the snap architecture. Any help would be appriciated since I am not able to get the 1.5 tb drives to work with GOS on my 210. I guess last ditch effert is to just go with 1tb drives and see if that really was the issue with not getting my drives upgraded.
Also looked at openfiler, anyone have any luck with that? Thanks in advance, Brian |
Re: FreeNAS on Snap Server 110 / 210
I finally got FreeNAS to run. The trick is once you do a usb flash install from another computer add the following lines to the loader.conf file and that should do it.
you need to boot into #3 safe mode and from the webgui on the advanced tab, file editor. browse to /cf/boot/loader.conf. hint.acpi.0.disabled=1 loader.acpi_disabled_by_user=1 hint.apic.0.disabled=1 |
All times are GMT -5. The time now is 06:11 AM. |
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
(C) 2005 ProCooling.com If we in some way offend you, insult you or your people, screw your mom, beat up your dad, or poop on your porch... we're sorry... we were probably really drunk... Oh and dont steal our content bitches! Don't give us a reason to pee in your open car window this summer...