If you should install image through USB, Follow the steps:
• Connect your USB stick; you will see its icon should show on the desktop also.
• After that open a terminal from Applications > Accessories > Terminal.
• run the command in terminal to find out the device name of your USB stick:
mount
• In the offing can move the netbootme.usb image to the USB stick, you should unmount the USB stick. For this, Right-click its icon on the desktop and choose Unmount Volume. Now you can move the netbootme.usb image to the USB stick as follows command and restart the ststem through USB stick.
Code:
sudo dd if=~/Desktop/netbootme.usb of=/dev/sdf
Bookmarks