Start-up Satellite P200-14M from USB-stick

Hi,
Is it possible to start up my laptop from a usb-stick?

Hi
As far as I know the BIOS supports just booting from USB floppy disk drive, HDD1, HDD2, CD/DVD drive and LAN

Similar Messages

  • 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.

  • 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)

  • 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.

  • 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.

  • 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.

  • Automatic Start of a script / programm once USB Stick is mounted?

    Is there a way to start a programm each time an USB Stick - in fact any volume - is mounted? In windows that is possible with autorun.inf . Is there something similar with mac?
    All help is appreciated.
    John

    Thanks, that works very well. Although Lignon starts the script everytime anything is mounted I had it to just do the stuff I want by putting another script on the USB Stick that is only available when that stick is inserted. Thus the script I want only runs when I insert the USB Stick.
    Thanks for your help!
    John

  • Lightroom starting when I plug in a USB stick

    Hi all;
    How can I prevent Lightroom starting when I plug in a USB stick?
    I cannot fins any solution in the Win 7 settings.
    Thanks
    Maarten

    Lightroom preferences (General panel). You'll find an option labeled 'Show import dialog when memory card is detected' . Remove the checkmark.

  • 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

  • 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.

  • 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

  • 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

  • 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.

  • 1)Problems with Fusiondrive 2) Can't start from USB-Stick to repair

    I have a big problem witn my self created fusion drive on my macbook pro. For weeks it worked fine and fast. But since the last week more and more errors ocured, such like stopping com.apple.medialibrary service etc. The system ran hot and hanged sometimes or shut down suddenly..
    Now, it won't start anymore.
    Following message appears after turning on:
    panic(cpu 0 caller 0xffffff7f93075b65): *This LVG was created before the fix for <rdar ://11023142>,you must recreate your LVGs"@/SourceCache/CoreStorage-380/core/btree/btree_impl .h:55
    Debugger called: <panic>
    Backtrace (CPU 0), Frame : Return Adress
    ....followed by somelines of hex-adresses and further error mesages corresponding to the LVG-Problem...
    I tried to start from my mavericks-usb-Stick, which works on my second Macbook (nearly the same settimg) fine and without problems. I pressed the "alt"-key while system start and could choose the stick as startup medium.
    But after a few seconds the same error messages appear... The system won't start.
    So I can't reformat and create a new Fusion drive. I have erased the NVRAM, which solved the problem, that the startup chime was missing...
    I tried also to start with cmd+R, but the errors stayed the same...
    Please is there anyone who can give me a hint. I need my macbook and I have only today a little time to fix it...
    Thank
    Mike

    Thank you for your answer. I have put me internal DVD in an external case to make place for the hard disk (the ssd is at the old place of the hard disc).
    I can't choose the externalDVD to start when I press "alt"-key...
    Any other idea?

  • Re: Satellite NB10T-A-101 - cannot boot from USB stick

    Hello,
    I bought a new Toshiba Satellite NB10T-A-101 and would like to boost performance by changing the HDD by a SSD and install windows 8.1 Pro.
    I'm however unable to boot from USB, it always mention:
    +Reboot and select proper Boot Device or insert boot media in selected boot device and press a key.+
    I already disabled secure boot, used 5+ different usb sticks (work all fine on other laptops).
    Can you please tell me what the approach is to change the HDD and then boot from a bootable (UEFI) usb stick.
    Thank you.

    Hi
    The notebook Satellite NB10T-A-101 was equipped with an Intel N2810 CPU which is part of the new Intel Bay Trail-M platform.
    This new Intel Bay Trail technology allows the installation of UEFI capable systems:
    Win 8 or Win 8.1
    Just few questions:
    Did you already change the HDD to SSD drive?
    If yes, is the new SSD drive recognized in the BIOS?
    Did you try to boot from this Win 8.1 USB flash memory stick before you switched to SSD drive?

Maybe you are looking for

  • App-V 5 SP2 and FolderRedirection

    Can anyone advise what aspects of folder redirection Microsoft will be supporting with the SP2 release of the App-V client?  I have been testing the beta release and this has fixed an issue we have with an internal app where folder redirection of App

  • Remove Movie same way it came in

    i want to have a movie reverse the same way it came in to the stage. Sample ( http://www.ideaworks.com.au/) So if the user is on the "about page" and the user clicks "contact" the "about page" reverses and then the contact movie loads. I was thinking

  • BEx Query Columns come back in different Order after drill?

    I have a strange effect when I work with BEx Queries in Xcelsius. On default, I open and display the Bex Query "A". Columns are in order like defined in BEx Designer (Column1, Column2, Column3.....) I want to do a drill, and so in Xcelsius BEx Connec

  • Color looks muted and darker outside of photoshop

    I have checked all the color settings in PS and nothing has changed.. My photos look one way in PS then when saved and opened elsewhere (ie: just my desktop background & others) they muted and darker. please help, I have not changed anything that I k

  • Restore Image not working...

    Part of an issue still unsolved My situation: I just got a new hard drive for the MacBook today, the 200 GB Toshiba. I'm replacing the 60 GB drive that came with the computer, so before I removed it, I was sure to make an image of the entire 60 GB dr