Sorry for my bad English. I installed Nas4Free embedded on a usb stick. I booting from usb stick but the option #9 is missing.I do not understand why.
Thanks.
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!
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!
Help me to install Nas4Free to usb.
-
baringia
- NewUser

- Posts: 3
- Joined: 15 Feb 2014 18:28
- Status: Offline
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: Help me to install Nas4Free to usb.
Because you have a embeded install, so no need to have option 9,baringia wrote:I installed Nas4Free embedded on a usb stick. I booting from usb stick but the option #9 is missing.I do not understand why.
If you need to have option 9, you need to burn LiveUSB.img version, and boot from it, once boot you can see option 9 to install embeded or full to other USB key or hard Disk.
Please read Wiki for more info: http://wiki.nas4free.org/doku.php?id=faq:0075
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
Wiki
Last changes
HP T510
-
baringia
- NewUser

- Posts: 3
- Joined: 15 Feb 2014 18:28
- Status: Offline
Re: Help me to install Nas4Free to usb.
I had this doubt. Forums Nas4fre Italians say installing the embedded version. Thank you very much
-
armandh
- Advanced User

- Posts: 398
- Joined: 23 Jun 2012 04:15
- Location: St Louis County Missouri USA
- Status: Offline
Re: Help me to install Nas4Free to usb.
to clarify
if you see option #9 you have booted the live OS
it can be used to create an embedded or full OS
booting an OS created from the live OS does not show #9
if you see option #9 you have booted the live OS
it can be used to create an embedded or full OS
booting an OS created from the live OS does not show #9
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]
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]
-
rbscycle
- Starter

- Posts: 16
- Joined: 26 Dec 2012 02:14
- Location: Peterborough, Ontario, Canada
- Status: Offline
Re: Help me to install Nas4Free to usb.
I know this has been covered a lot, but I could never get it to work ... Until today! Try This:
CREATING AN EMBEDDED BOOT USB (Without a CD/DVD Drive)
======================================================
1. Download the latest Embedded Image (*.img) File.
e.g.: NAS4Free-x64-embedded-9.2.0.1.943.img
2. Prepare the USB Media
i) Plugin the USB Media
ii) Find the "Disk" utility.
iii) Format the USB Media: FAT
3. Open your "Terminal" Window.
cd /Downloads
OR
cd /to wherever you stored the above *.img file!
4. Identify your USB media correctly!
sudo blkid
5. Create the Bootable USB Media.
sudo gunzip -c NAS4Free-x64-embedded-9.2.0.1.943.img | dd of=/dev/sdx bs=16k
sudo sync
Done!
CREATING AN EMBEDDED BOOT USB (Without a CD/DVD Drive)
======================================================
1. Download the latest Embedded Image (*.img) File.
e.g.: NAS4Free-x64-embedded-9.2.0.1.943.img
2. Prepare the USB Media
i) Plugin the USB Media
ii) Find the "Disk" utility.
iii) Format the USB Media: FAT
3. Open your "Terminal" Window.
cd /Downloads
OR
cd /to wherever you stored the above *.img file!
4. Identify your USB media correctly!
sudo blkid
5. Create the Bootable USB Media.
sudo gunzip -c NAS4Free-x64-embedded-9.2.0.1.943.img | dd of=/dev/sdx bs=16k
sudo sync
Done!