Page 1 of 1

Help me to install Nas4Free to usb.

Posted: 11 Mar 2014 15:24
by baringia
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.

Re: Help me to install Nas4Free to usb.

Posted: 11 Mar 2014 15:56
by raulfg3
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.
Because you have a embeded install, so no need to have option 9,


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

Re: Help me to install Nas4Free to usb.

Posted: 11 Mar 2014 21:08
by baringia
I had this doubt. Forums Nas4fre Italians say installing the embedded version. Thank you very much

Re: Help me to install Nas4Free to usb.

Posted: 12 Mar 2014 05:00
by armandh
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

Re: Help me to install Nas4Free to usb.

Posted: 13 Mar 2014 20:05
by rbscycle
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!