Can i start mba from usb-stick ?

hi
is it possible to start a mba from usb-stick with osX ?
thanks for response.

is it possible to start a mba from usb-stick with osX ?
Yes, if the stick's large enough and formatted as Mac OS Extended (Journaled).
(53239)

Similar Messages

  • Can all macbooks boot from usb(stick,hdd) and firewire(hdd) an os: linux, win, mac os x, opensolaris, etc

    Subject: BOOT FROM EXTERNAL STORAGE DEVICE - After this setup properly
    Can all macbooks boot from usb(stick,hdd) and firewire(hdd) an os: linux, win, mac os x, opensolaris, etc?
    what about:
    Apple MacBook Pro MB133LL/A 15.4-inch Laptop(OLD VERSION) (4GB RAM 120G HD 2.33 GHz Core 2 Duo processor, 15.4" Matte Screen, 4GB memory, 120 GB 7200 rpm hard drive) White

    Yes,
    Disconnect everything hooked up to the PC except the keyboard, mouse and monitor.
    Then use this method to flash the BIOS.  It is the safest way to go.
    USB Device BIOS Flashing in DOS
    DOS Flash  (DOSFlash.exe, FlshUefi.cpu) is the DOS-compatible System BIOS flash utility that can be used from a DOS bootable storage device (where "DOS" refers to any of a number of compatible operating systems such as FreeDOS, MS-DOS or DR-DOS). FlshUefi.cpu is the required driver for DOSFlash.exe. To flash the System BIOS from a bootable USB storage device, you will need to copy the contents of the DOS Flash folder to the USB device, boot the PC from the USB device, and execute the DOSFlash application. To see a more complete description of the DOS flash utilities, view DOSFlash.txt located in the DOS Flash folder. This folder also contains the required binary image of the BIOS.  The binary image file is named xxx_MMmm.bin where "xxx" is the BIOS family, "MM" is the major version number, and "mm" is the minor version number.  This file can be copied to the root directory of any USB removable medium for use with the F10 setup "Flash System ROM" option 
    View Contents of DOS Flash Folder
    The links on this post don't work. I copied the section from the BIOS flashing instructions for the specific section you need.
    Paul

  • Trouble opening Jar from USB stick on a Mac

    Hi all,
    Has anyone else had any problems running Jar files from a USB stick on a Mac -- directly clicking on them in the finder?
    What I've found:
    - I cannot run any Jar file I try if it is on a USB stick and I double-click on the jar file in my Mac
    - I CAN run jar files from a CD by double-clicking
    - I CAN run jar files from USB sticks on Windows directly from the window
    - I CAN run jar files from a USB stick on a mac if I call "java -jar" directly from the terminal
    I have tried running from USB sticks on several different Macs, and I've tried a number of different Jars that I've created over the years -- nothing works. The Java code isn't doing any path-based finding of files or anything like that.
    Anyone else tried this? Are there any solutions?
    Thanks,
    Sam

    Try this:
    With the stick plugged in, go to Finder->Applications->Utilities->Disk Utility.  From there, you should see your memory stick appear in a sidebar on the left.  Click on it, then click on the "erase" tab and follow the instructions.

  • How to transfer files from USB stick

    How can you transfer files from USB stick to ipad2?

    Buy a portable wi-fi router with file sharing such as MOCREO 5-in-1 Portable WiFi (not personaly vouching for this one it just happens to be the one I have and it cost less than the apple connection cables).
    Plug your USB stick into the router
    Connect your phone via wi-fi to the router.
    Log into the routers built in file managment or use any FTP capable app to connect (GoodReader, ifiles, etc)
    Transfer files.

  • Portege P3500: It's possible to start from USB-stick?

    Is it possible to start from usb-stick? i have tried to make a bootable usb-stick , and it really worked on my pc at home , but not on the laptop ..bios settings are ok , as far i know (usb-fdd legacy enable , first boot device fdd)
    where is the problem ?

    Try to update bios. Even though it has that option does not mean that it will. Make sure in BIOS that legacy emulation is enabled as well. Then connect your USB and turn on the computer. Go into bios and check to see if your USB keystick is located under boot devices, which it should be. Other then that, you might have installed the boot program wrong. CD's etc have a boot.ini file. Basically an ini means initiate. So boot.ini initiates boot process. If this is configured wrong, or doesnt exist on the boot device you are using, it will not boot from the device even if configured in BIOS.

  • OS X Lion USB Thumb Drive can run from usb stick?

    OS X Lion USB Thumb Drive can run from usb stick[no install]?

    Your questions are easily answered by means of a web search, which you can do as well as I can. You can order a Lion installer on a USB stick. I don't know how big it is, and it doesn't matter, because all you can do with that stick is install Lion, which is what you don't seem to want. If you have a Mac and want to be able to run Lion from an external storage device, the capacity of the device has to be at least 7 GB.
    Apple - OS X Lion - Technical specifications
    I hope you understand that if you buy the Lion USB installer with the intention of installing onto a PC, or running Lion on a PC without installing, you'll be wasting your money. It won't work.

  • IMacs can boot Linux or Windows from usb stick

    iMacs 21' can boot Linux or Windows from usb stick? from Firewire 400 or 800 hdd/ssd? from USB HDD/SSD?
    May boot fromCD/DVD/DVDDL in internal DVD DRIVE, too?
    Exist Blu-ray drives able connect on Thunderbolt slot on iMac 21'?

    Here is the memo of the steps I followed. Hope this helps.
    <Create VHD image in temp folder at local drive>
    diskpart
    create vdisk file=C:\Temp\Win2go.vhd maximum=20480 type=fixed
    select vdisk file=C:\Temp\Win2go.vhd
    attach vdisk
    exit
    <Create partition in VHD, format in NTFS and assign drive letter "O">
    diskpart
    list disk
    select disk n (n is a number of VHD)
    clean
    create partition primary
    format fs=ntfs quick override
    assign letter=o
    active
    attribute volume set NODEFAULTDRIVELETTER
    exit
    <Execute "DISM" utility in Windows DVD and extract installer image to VHD>
    G:\sources\dism /apply-image /imagefile:G:\sources\install.wim /index:1 /applydir:O:\
    ** "G" is drive letter for Windows DVD
    ** "O" is drive letter for VHD partition
    <Write boot program into VHD>
    O:\windows\system32\bcdboot O:\windows /f ALL /s O:
    ** "O" is drive letter for VHD partition
    <Detach VHD>
    diskpart
    select vdisk file=C:\Temp\Win2go.vhd
    detach vdisk
    exit
    <Format USB thumb drive in NTFS>
    diskpart
    list disk
    select disk n (n is a number of USB thumb drive)
    clean
    create partition primary
    format fs=ntfs quick override
    active
    exit
    ** "E" is drive letter for USB thumb drive
    <Write loader into boot sector>
    G:\boot\bootsect /nt60 E:
    ** "G" is drive letter for Windows DVD
    ** "E" is drive letter for USB thumb drive
    <Copy VHD file to USB thumb drive and mount>
    copy C:\Temp\Win2go.vhd E:\
    diskpart
    select vdisk file=E:\Win2go.vhd
    attach vdisk
    exit
    <Write boot info into USB thumb drive>
    F:\Windows\system32\bcdboot F:\Windows /s E: /f ALL /v
    ** "E" is drive letter for USB thumb drive
    ** "F" is drive letter for VHD partition on USB thumb drive

  • Howto boot recovery discs from usb stick

    hi.i have t40 and i just bought recovery media(because predesktop area is dead).i tried many ways but i cant afford to boot recovery medias from usb stick.which tool should i use?? i dont have optical drive??

    Hello mate,
    What version of windows are using ? It's possible with windows 7.
    http://forum.lenovo.com/t5/X-Series-ThinkPad-Laptops/Making-a-usb-stick-with-the-Lenovo-recovery-par...
    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.
    ThinkPad T510 4313-CTO Windows 8 x64 - Intel Core i7-620M - NVIDIA NVS 3100M - 8GB RAM - 240GB SSD- Intel Centrino Ultimate-N 6300 - Gobi 2000.
    ThinkPad Helix 3697-CTO Windows 8.1 x64 - Intel Core i7-3667U - Intel HD Graphics 4000 - 8GB RAM- 256GB SSD - Intel Centrino Advanced-N 6205 - Ericsson C5621gw

  • Boot from usb stick a usb stick OS like Linux

    The below can boot from usb stick a usb stick OS like Linux on stick?
    Apple MacBook MB403LL/A 13.3-inch Laptop (2.4 GHz Intel Core 2 Duo Processor, 2 GB RAM, 160 GB Hard Drive) White
    Apple's Mac OS X 10.5 Leopard operating system can upgraded to Lion? If yes this has any impact in this laptop (Is it best leave like is the Leopard?)?
    memory can upgraded with this[15' or 13' RAM is the same?]:
    Kingston Apple 4GB Kit (2x2GB Modules) 667MHz DDR2 SoDimm iMac and Macbook Memory (KTA-MB667K2/4GR)
    http://www.amazon.com/Kingston-Modules-Macbook-KTA-MB667K2-4GR/dp/B001265GI2/ref =pd_sim_pc_2

    Hmm, when you mean "bootable" are you meaning booting a operating system from the USB to run the computer with?
    Because that's what "booting" means, not mounting, which is what I think you mean.
    I say this is because you mentioned a PC, and a generic PC can't normally boot from a USB with OS X installed without a LOT of extra help of the hacking/breaking software agreement kind which is beyond the capability of most.
    If you mean your USB thumb drive is not mounting or showing up on the computer to trade files, then please tell us how you formatted the USB or if you didn't or not and it's volume size.
    Also if it does have OS X on it, what version and where did you install it from, because it might be lacking the hardware drivers for the other Mac.

  • NEED HELP! - Installing Camera raw presets from USB Stick

    NEED HELP! -installing Camera raw presets from USB Stick.
    I am attempting to install the Camera Raw Presets. 
    It says to put them into User Name/Library/Application Support/Adobe/CameraRaw/Settings... 
    When I get to CameraRaw the ONLY folders in there are CameraProfiles & Lens Profiles. 
    I have searched everywhere looking for a CameraRaw-Settings folder and cannot find one. 
    I have latest version of CameraRaw installed and still no settings folder. 
    I even attempted to find it by looking in camera raw where it has saved the custom settings I made as presets and it shows that they are saved but will not show me where. 
    I am using CS5 specifically Photoshop v12.0.4 and Bridge. I have Lightroom 4. I have iMac OS  10.7.3
    Do I need to reinstall Camera Raw and how do you do that?
    Will I then lose my presets that I made in CameraRaw?  
    Thanks for your help

    Here is a note from the ACR 7.1 beta release.  http://labs.adobe.com/technologies/cameraraw7-1/?tabID=details
    Perhaps this answers question.
    Frequently Asked Questions
    Why is it no longer required to place the plug-in file in the specified directory on my hard drive?
    The Camera Raw update process has grown to include lens profile and camera profile files which are easiest to install via a single installer process instead of updating several different directories manually.

  • HT1338 If I have OS 7.5 installed on an external drive, can I start up from the external drive in that OS when my macbook pro is 10.7?

    If I have OS 10.6 installed on an external drive, can I start up from the external drive if I have 10.7 installed on my macbook pro?

    Provided that the MBP supports booting from that version of 10.6, and the install was from a retail disk (not a different Mac model), then yes. If it's a newer Pro that came with Lion, it may not boot to 10.6.
    Matt

  • Can Solaris 10 boot from USB devices like USB thumb?

    1. Any live CD build for Solaris 10? That's the one which can boot up from CD and run immediately.
    No installation requirement.
    2. Can Solaris 10 boot from USB devices like USB thumb?

    You can find "live" CD and DVD images at OpenSolaris site: www.genunix.org/distributions/belenix_site. This OSolaris version is booted from CD/DVD drive and can be permanently installed on HD drive. Moreover You can find at this site suitable script for USB thumb preparation. However You should remember that the number of read/writes on USB thumb is limited (ca 400 and slightly more in more expensive versions).
    Good luck.

  • [Solved] Can't start GParted from XFCE menu

    Hi,
    I have polkit installed but I can't start GParted from the XFCE menu. Do I need to edit any configuration files to make this work? The wiki isn't very clear about what to do after installing polkit. Thanks.
    Last edited by kaixi (2012-11-02 15:09:12)

    In my Xfce4 installation, it's /usr/share/applications/GParted, which I copied over to ~/.local/share/applications/, as kaixi suggested, and it appeared there as gparted.desktop.  Right-click for Properties > Launcher > Command, and in that field (not wanting to install gksu) I put sudo gparted, which works, thanks.

  • Can't start up from Install disk

    I'm using a MacBook purchased 3/07. System 10.4.11
    I can't start up from the Install Disk for Leopard. I only get a screen with the apple logo and the spinning thing. I wait 10 minutes. Nothing happens. I've tried both using the Disk for the start up and clicking on Install icons but when it shuts down to restart....nothing.
    Can anyone help me?
    Thanks. Lois

    Hi Josef,
    I left it on for over an hour and nothing happened. Finally called Apple and after an hour and a half of all kinds of testing, restarts, zapping and I don't know what else, the nice man there talked to his supervisor and then had me test the hardware (hold down D when starting). Turns out there is a problem with my ram so now I have to take it to a local technician and if he can't fix it, it'll have to go back to Apple for repairs. Ho hum. I just hope it finally gets working to make all this worthwhile.
    Thanks again for your interest and help.
    Berengaria

  • ThinkCentre m58 did not start booting from usb!!

    heloo ..
    i have ThinkCentre m58 , i tray to format it by usb bootable windows but the pc did not start booting from usb!!
    my usb have windows insid it.

    Thanks for your effort!!
    I deleted solaris and I'll continue to use Debian

Maybe you are looking for

  • BETWEEN FUNCTION WITH IN A DECODE FUNTION IN A CURSOR

    The following below is my query..I have to get the hours,min and seconds from a 'yyyy-mm-dd-24hh.mi.ss' value and check if the time is between 12 am to 6 am , then write it with one value else write an another value..I am trying to use 'BETWEEN' func

  • Accessing Java HttpServer from PHP;

    Hello all, I have created an httpserver using 'com.sun.net.httpserver'. Everything works fine except one thing. When i make this simple call from PHP (http://localhost:8081/something outputs an XML file):- $url = 'http://localhost:8081/something';  $

  • How to call operating system(windows) functions like sutdown,refresh,et

    Hello, I am new in Oracle D2k.I want to know that how to call windows XP/7 shell commands(operating system functions) or windows function key(like F5 for system refresh in windows xp/7) in an Oracle Form. Actually I have to make a trigger which can f

  • IDVD freezes whenever I try to use it

    I was able to create a picture project DVD for my sister a month or so ago, when she got back from vacation and such. Soon after I deleted the pictures. Now when i tried to make a DVD for school, it says it cant find all the pictures I used for my si

  • OES2 NetStorage - unable to download or upload files

    OSE2 - SUSE Linux 10 SP3 Settings.properties file contains ServerProtocol = http:// ServerPort = 80 ServerName = 192.219.64.11 Users can login successfully. Users can download successfully if they double click on a file. Users cannot download if they