Ubuntu USB: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Create data on the USB drive== | |||
* http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | * http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/ | ||
===Autorun.inf=== | |||
Proper creation of autorun.inf might be blocked by firewall. So either disable that, or copy text as given below into that file. | |||
As of 2014-09-08 the content of this file as found by ANNAinfo is: | As of 2014-09-08 the content of this file as found by ANNAinfo is: | ||
Line 12: | Line 14: | ||
PictureFiles=false | PictureFiles=false | ||
VideoFiles=false | VideoFiles=false | ||
==BIOS== |
Revision as of 2014-09-08T13:36:51
Create data on the USB drive
Autorun.inf
Proper creation of autorun.inf might be blocked by firewall. So either disable that, or copy text as given below into that file.
As of 2014-09-08 the content of this file as found by ANNAinfo is:
[autorun] open=wubi.exe icon=wubi.exe,0 label=Install Ubuntu [Content] MusicFiles=false PictureFiles=false VideoFiles=false