This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

LiveUSB & Install Problems

New installs of XigmaNAS.
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
skewj
NewUser
NewUser
Posts: 2
Joined: 17 Aug 2012 01:22
Status: Offline

LiveUSB & Install Problems

Post by skewj »

I downloaded the latest release (NAS4Free 9.1.0.1.323) in the LiveUSB x64 flavor (.img).

Here are the steps I took to attempt an install:
- Copied the image on a USB stick using UNetBootin (USB Stick formatted in FAT before running Unetbootin)
- It booted to the standard NAS4Free menu
- Selected "9) Install/Upgrade NAS4FREE from LiveUSB"
- Selected "da0 Flash Disk" for the Select USB Pen drive from installation option
- Selected "ada0 WDC Hard Disk" for the location for the OS to be installed

After that I was prompted with the following error...
Mount USB source drive
Error: Failed to mount usb device 'da0'!
There was a problem while mounting the USB source pen drive
Why can it recognize it is there but not be able to mount it even though it read from the drive to get to this point of the installation?

armandh
Advanced User
Advanced User
Posts: 398
Joined: 23 Jun 2012 04:15
Location: St Louis County Missouri USA
Status: Offline

Re: LiveUSB & Install Problems

Post by armandh »

this is the reason I like the CD
I have never had a problem where it would not mount to copy out the OS
USB in general is just too unreliable for me
none of my nas boot from the usb
[although when USB does work it does it well.]
mine all boot from SATA or PATA flash drives

since the usb or flash need not be loaded on the future nas
any box with a good optical drive works for me
4 thread 3300 Mhz Intel i3, 1 TB ZFS mirror, available RAM 7.823 Gb, 64 bit NAS4Free 9.1.0.1 rev 573 [88 watts, 48 Mbps]
2 thread 1600 Mhz atom/ion, 1 TB ZFS mirror, available RAM 3.083 Gb, 64 bit NAS4Free-9.1.0.1 rev 573 [27 watts, 35 Mbps]
2 thread 3900 Mhz AMD A6-6400K, 2 TB ZFS Mirror, available RAM 7.557 Gb, 64 bit Nas4Free 9.3.0.2.1771 [89 watts, 68 Mbps]

User avatar
daoyama
Developer
Developer
Posts: 394
Joined: 25 Aug 2012 09:28
Location: Japan
Status: Offline

Re: LiveUSB & Install Problems

Post by daoyama »

skewj wrote: - Copied the image on a USB stick using UNetBootin (USB Stick formatted in FAT before running Unetbootin)
I don't know about UNetBootin, but NAS4Free's Live USB such as NAS4Free-x64-LiveUSB-9.1.0.1.323.img
is bootable image it self. You don't need extra loader to boot it.
You need just write it to USB as is. Under unix, you can use dd for it like this:

dd if=NAS4Free-x64-LiveUSB-9.1.0.1.323.img of=/dev/yourUSBdevice

Then, your device can boot.
NAS4Free 10.2.0.2.2115 (x64-embedded), 10.2.0.2.2258 (arm), 10.2.0.2.2258(dom0)
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: LiveUSB & Install Problems

Post by raulfg3 »

In windows you can use physdiskwrite with gui to write *.img files on USB keys
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

User avatar
alexey123
Moderator
Moderator
Posts: 1469
Joined: 19 Aug 2012 08:22
Location: Israel, Karmiel
Contact:
Status: Offline

Re: LiveUSB & Install Problems

Post by alexey123 »

daoyama wrote: You need just write it to USB as is. Under unix, you can use dd for it like this:

dd if=NAS4Free-x64-LiveUSB-9.1.0.1.323.img of=/dev/yourUSBdevice

Then, your device can boot.
I have small request for future.
Image for embedded version stored as archived images. Images for liveUSB version stored as raw images. Users are not aware of this facts, so confused.
I think - need any standard for images, better stored as archive. And image need have name for archivers, for example Name.img.gz, Name.img.zip
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600

User avatar
alexey123
Moderator
Moderator
Posts: 1469
Joined: 19 Aug 2012 08:22
Location: Israel, Karmiel
Contact:
Status: Offline

Re: LiveUSB & Install Problems

Post by alexey123 »

For all users.
Now!

Embedded images --> archived, under windows pls use physdiskwrite or unzip image and use diskimager or another program.
Under Ubuntu -- > use gunzip -c <path-to>/NAS4Free-xxx-embedded-xxxxx.img | sudo dd of=/dev/sdx , where sdx - your flash name
Under Nas4Free ---> use gunzip NAS4Free-xxx-embedded-xxx.img |dd of=/dev/yourUSBdevice


LiveUSB umage ---> raw image, under windows use diskimager or another program, for use physdiskwrite compess it.
Under Ubuntu (-- > use dd if=/<path-to>/NAS4Free-xxx-embedded-xxxxx.img of=/dev/sdx , where sdx - your flash name
Under Nas4Free ---> use dd if=NAS4Free-x64-LiveUSB-9.1.0.1.323.img of=/dev/yourUSBdevice
Last edited by alexey123 on 06 Oct 2012 18:15, edited 1 time in total.
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600

skewj
NewUser
NewUser
Posts: 2
Joined: 17 Aug 2012 01:22
Status: Offline

Re: LiveUSB & Install Problems

Post by skewj »

I fixed my problem by using Win32 Disk Imager to write the LiveUSB (.img) image to the USB stick.

Worked like a charm. Really enjoy having the LiveUSB....makes my life easier to update instead of waiting on USB .img's releases (thanks for making those release alexey123).

Thanks for everyone's help.

Post Reply

Return to “Install XigmaNAS”