Recovering a usb stick after installation

hi all,
i did an usb installation of arch 64 and now would like to have my stick back .
I cannot mount it neither in vista nor linux. I tried this:
http://www.bytetrap.com/blog/2009/04/13 … rch-linux/
but fdisk complained
I then did mkfs.vfat /dev/sdb1 as said on the website and then I can only acces 160mb of my 4 gig stick.
Any solutions?
I did the install of the img on the usb stick like posted on the wiki:
dd bs=8M if=image.img of=/dev/sd[x]
edit: it was fdisk that was complaining not fsck
Last edited by rubend (2009-05-01 18:00:30)

Using windows is probably not necessary. Saying fdisk complained without providing details is wasting everyone's time. As we say in #archlinux:
Post the exact, verbatim error message. Paraphrasing, reciting from memory, or otherwise being vague will earn you a swift boot to the head.

Similar Messages

  • USB Stick not mounting

    Hi Guys,
    I have a 2GB IBM USB 2.0 memory stick and I did an 'erase' because trash wouldnt get rid of some locked files - and nothing else would. I did a 'zero - erase' and now the stick will not mount when I plug it into my computer. It says that it is not recognised and gives option to initialize or eject...
    Please help as this is really useful!
    Many thanks,
    Martin

    Thanks for the attempt, but the disk doesnt mount at all. I tried following the guide, but it is a USB stick after all...
    Any more ideas? I haven't tried putting it into a windows machine yet...
    Martin

  • Making a Windows 7 Installation USB Stick

    This is a discussion of making a bootable Windows 7 Installation USB-stick Media. It might apply to making other USB connected "Disks" like Smartcards bootable too.
    I recently had to do this (a Laptop with no build-in DVD drive and no USB DVD drive around). And it turned out to be surprisingly simple, using nothing but build in Windows tools from the Disk. I only found
    this german langauge guide and nothing in english (but I might just have searched after the wrong terms, google has been wierd regarding langauge lately), so I thought I write it up (along with some problems I ran into).
    Making a USB-Stick into a bootable Windows 7 (and propably Vista) Media is a 3 step process:
    1. Create a Active, Primary, FAT32 Partition of 4+ GB on the stick
    2. use bootsect.exe from Windows Disk to create the MBR and Partition Boot Record for that Partition
    3. Copy all files from the Disk to said Partition
    4. Test if it boots
    Detail analysis:
    Step 1 is so simple I doubt it needs explanations. Create enough free space on the USB disk (at worst delete all previous Partitions). Make a Priamry Partition of 4+ GiB. Mark it as Active. Format it in FAT32. The Guide used Diskpart,
    but this step can be done with any Partition Tool under any Windows, Linux, UNIX or DOS.
    While the choice of FAT32 seems a bit outdated, theye propably did not gave the relevant bootlaoder the ability to read NTFS. Or maybe they just though FAT32 is enough for a media that is mostly read. I have not tried what happens if I format it in NTFS, but
    it might be possible.
    Step 2 was the only tricky part. You need the programm "boot\bootsect.exe" from the Installation Media. It also must be run on a non-UEFI booted OS (otherwise it cancels out).
    I had a Windows 8 on a new Laptop so I had a UEFI booted system. Luckily I also had a VMWare Windows 7 lying around. I just assigned the Windows 7 ISO image to the Windows 7 VM, then connected the USB drive to the host.
    Once you have the USB stick in a a proper Windows mount the Parttion you created under 1 under any driveletter (should happen automatically under Windows), and open a console as Administrator (asumes DVD is drivletter is D: and the USB stick's partition
    ins Driveletter E:):
    //Go into the boot directory on the Install DVD
    D:
    cd boot
    //You should see a command promt like "D:\BOOT>"
    //Run bootsect.exe
    bootsect.exe /nt60 d:
    Step 3 is to either copy the contents of the DVD media (copy and paste) or the Image (Mount into Virtual DVD Drive and copy/paste, unpack ISO images contents) into the partition.
    How does this compare to other Distribution ways?
    To DVD:
    There is no need for a DVD drive. Even if a bootable USB-DVD drive is avalible, the Stick or Card will only need only USB port (most USB drives need 2 Ports due the 1 Ampere energy need of the drives).
    Flash Media has no seek times and much better throughput (the old weakpoint of any Disk and DVD/CD in particular)
    A FAT32 partition is inherently writeable. So modifications to the "Installation media" like Implementing Service Packs and other Windwos Updates, Modifying ei.cfg/preactivation/setup answer files, implementing special Disk/RAID drivers into the Windows
    PE or adding stuff that should be installed with Windows is easy (and do not requrie reburning a 4 GiB Image file).
    Since it only needs a 4 GiB partition, on a big USB stick there would still be place for other Data Partitions
    Since it relies on old techniques (Generic Bootloader + Active Primary Partition + partition boot loader), multiple Installation media on a big enough stick might be feasible (with a more advanced bootloader like GRUB). Have to test that part.
    However, the cost/media is a lot higher then a DVD. So if you need multiple Medias it will propably be cheaper to use the old DVD approach.
    Due to the needs of bootsec.exe, first creating the media can be more difficulty then just burning an image. But once it is bootable this programm is no longer needed.
    To PXE/network Distrubution:
    If you have the nessesary setup already (DHCP/PXE Server, powerfull network), the USB stick is likely inferior. The USB stick should beat a 100 MBIT Network easily, but will propably be beaten by a 1 GBIT Network. Network isntallation uses existing infrastructure
    (that you need for other reasons anyway) so the cost per media is even lower then the DVD.
    The PXE way also has even better modifyability - sending out different answer files or even automatically booting different images based on the Compuers MAC adress are tried techniques.
    If you lack the nessesary setup, the USB stick is a lot easier to implement and a lot easier to transport.
    Advanced things:
    Need to check if the partition could be formated as NTFS. I prefer a Journalling Filesystem for my USB-sticks.
    Need to check if using a advanced boot manager techniques (like Grub or modifciations to the BCD of the Windows PE) allows me to put multiple install media on one Stick (with one primary partition per "media"). Especially combining the x32/x86 and
    x64 Windows Installation Media would be worthwhile. As would be inlcuding a Window 8 or Vista installation media.
    Current Step 3 and 2 can propably be switched. I see no reason bootsect could not run from the USB stick as it runs from the DVD (it only accesses the MBR and
    VBR of the Disk, areas not in use by Windows)
    Steps 1 through 3 might be possible from the Windows PE environment. If so, only a computer with legacy BIOS boot would be nessesary (no actuall installation).
    Windows 7 can be installed on a (U)EFI system, but I have not checked if I can use the boot from teh stick on such a Computer. Latest for Windows 8 Media UEFI compatibilty is nessesary.
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

    Advanced things:
    Need to check if the partition could be formated as NTFS. I prefer a Journalling Filesystem for my USB-sticks.
    Windows 7 can be installed on a (U)EFI system, but I have not checked if I can use the boot from teh stick on such a Computer. Latest for Windows 8 Media UEFI compatibilty is nessesary.
    I converted the stick to NTFS using the convert.exe and it continued booting. So chances are high they only choose FAT32 in the example because no feature of NTFS was per nessesary in a "almost only reading" scenario like installation media.
    The second part depends on the BIOS. I have a more advanced one where I can choose legacy boot options (like USB stick) in the boot option menu even when the default setting is UEFI, as long as I don't need Secure boot (wich I do not).
    Another question arose: Windows 7 has the Kernel/BCD level ability to boot from .VHD Files. The only thing preventing version below corporate from using this feature is a license check that is run just before the login (so way after the booting has been
    completed).
    Starting with 3.0 Windows PE is based on the kernel of Windows 7. So the instlaltion system might have the ability to boot from .VHD too and might have no such check in place. If so, I could put both versions of the Windows 7 installer into .VHD, reducing the
    need to have physical primary partitions for those.
    Windows bootprocess vs. Linux boot process under BIOS:
    The BIOS goes over all the boot media. If it finds one with a MBR, that one is executed and the BIOS part of the boot process is officially over.
     -> Under Windows the MBR contains the "generic boot loader". A simple piece of code as old as BIOS (25 Years) that looks for the primary partition with "Active" Flag on "it's" disk. If it finds one, the Partition Boot Record of that parition is executed.
    The MBR has done it's part
        -> NTLDR (NT too 2000), this one reads the boot.ini file and gives/executeds apropirate options
        -> BOOTMGR (Vista, 7), this one reads the BCD files
          -> Since Windows 7 BOOTMGR can also chainload the Partition Boot Record that is inside a .VHD File
        -> Wicher was used in Windows 3.X/95/98/ME
    Higher versions can chainload lower versions, but must be designed for this and (re)installed in the proper "order".
    The sometimes odd behavior that Windows 7 tries to keep 100 MiB in a seperate primary partition is there to have proper places for later additions to the BOOTMGR settings. Specifically it allows multiple BOOTMGR OS to use/edit the same BOOTMGR instace without
    running into problems with "whose partition is active?" (since it is always the System Reserved one). It's not disimilar to having an extra /boot partition in Linux or how a GRUB's stage 2 works.
    -> Under a typical Grub Legacy the MBR contains the Stage 1. It directly reads the Stage 2 from the proper partition/file system with a hardcoded path, but due to size limit of the MBR cannot do more. In some cases it starts a stage 1.5 wich has more
    space to do work (63 sectors between MBR and first partition), but I never used this Setup
        -> Stage 2 loads the Grub Configuration from the disk. From here it depends on what OS you want to boot.
            -> For Linux or Unix the kernel is started directly.
            -> Any Windows OS up to 7 can be booted using the chainloader command. For the OS this is identical to having the partition choosen by the Generic Bootloader.
    While it can be chainloaded by the Generic Bootloader from the active primary partition, GRUB and thus Linux has no
    requirement for any Primary Partitions. Stage 1 is designed to directly access the specific File System containng the Stage 2. In fact it does not even need to reside on the same disk (as the Generic Bootloader has to).
    If one does not need the Active Flag to control the Generic Bootloader (because a proper Stage 1 is installed in MBR) it is adviseable to mark wichever Windows Partition is chainloaded as active (up to Vista at least I had very odd behavior if the Windows boot
    partition was not marked active, down to randomly shredded Partition boot managers).
    After running a Windows Setup usually the Stage 1 has to be restored, as Windwos Setup will always write it's Generic Bootloader in the MBR. In order to get "rid" of a Grub all one has to do is overwrite the MBR with the Generic Bootloader and set the active
    flag properly.
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

  • My 2G USB stick crash after Pacman -Syu

    I want my 2G usb stick install a archlinux.
    It is very difficult to install a workable GUI interface with just 2G bytes.
    Finally, I succeed by choosing minimal package set carefully.
    I only left a few M bytes space.
    When I 'pacman -Syu', my file system full.
    My question is:
    1. How to prevent out of space when upgrade system?
    2. How can I recover it?

    In fact, I've two USB stick, the cache directory has already moved to another USB stick.
    But, /usr/bin still full.
    And I found some pacman information seems missing after the disk full.
    I don't know how to recover my OS.  Some package seems out of work.

  • Installation using usb-stick & grub4dos

    I want to install arch using grub4dos without any partitions and iso-writing. Just put iso on usb-stick, make some magic with grub4dos and install arch.
    So, Now I can boot arch iso, but my boot from this iso crush.
    Grub:
    map --heads=0 --sectors-per-track=0 /arch.iso (0xff)
    map --hook
    root (0xff)
    chainloader (0xff)
    this code works fine, arch.iso booting fine, that it loads kernel, but can't find device "boot device didn't show up after 30 seconds" because it search for disk-by-label=ARCH-BLABLA, but my usb-stick has FLASH label
    I have tried to boot using kernel and initrd commands in grub, without loading arch boot menu - nothing works.
    I have tried to change label, in arch boot menu I pressed tab, then change archlabel to FLASH (my usb-stick label), but it still can't find device.
    Any ideas?
    Last edited by satanalin (2012-03-04 15:14:51)

    Since grub4dos is still used for this purpose, and since this topic turns up on google as a first hit for some very generic search terms, I'll add an easy solution.
    Arch can easily be booted via it's installation ISO using the OP's method, with a small prior to the initramfs mounting it's filesystems.
    after using
    map --mem (hd?,?)/path/to/arch.iso (0xff)
    map --hook
    chainloader (0xff)
    boot
    GRUB chainloads up the isolinux bootloader from the iso now mapped in memory.
    Upon selecting your architecture, isolinux begins the system's transition from real mode to protected mode.
    It loads the kernel and initrd correctly from memory back to memory, however once the kernel is bootstrapped, the iso in memory is lost.
    The mount's fail because the iso isn't designed to boot via grub4dos memory mapping.
    You are however dropped to a rescue shell.
    You can now mount the filesystem of the usb that the iso is contained within, and copy it back to memory, and with either a loopback mount or a symlink, you're good to go.
    # make a new directory to mount the usb partition
    mkdir /usb
    # mount the usb partition (you can check with lsblk or blkid both included in the initramfs shell)
    mount /dev/sd?? /usb
    # copy the iso to the /dev directory
    # or similar location that is preferrably passed on to the root filesystem at chroot
    cp /usb/path/to/arch.iso /dev/arch.iso
    # cleanup after yourself as a best practice i suppose (also want to remove the flashdrive right?)
    umount /usb;rmdir /usb
    # either of these methods works for me.
    losetup -f /dev/arch.iso
    # or
    ln -s /dev/arch.iso /dev/disk/by-label/ARCH_?????? # being the date on the iso label
    # You could also just copy the iso into the /dev/disk/by-label directory with the label as the file name "ARCH_??????"
    # exit twice because you drop back into rescue shell the first time.
    exit # or [ctrl] + [d]
    exit # or [ctrl] + [d]
    Arch should boot correctly and quickly!

  • How to recover notebook with Recovery DVD's instead of USB-stick?

    I've ordered a Recovery kit from hp.com for my Compaq Mini 110c.
    Apperantly HP sends DVD's to recover notebooks... I don't know if they know it, but there is no DVD-player in a notebook.
    To order a recovery kit, I had to fill in a sheet with my model number and serial number. So they should know what kind of system I have. But OK, let's get to the point.
    First of all, my keyboard doesn't work, my trackpad only works when I didn't touch my keyboard after reboot. If I press any key the trackpad doesn't work anymore and I have to connect my USB mouse. And I cannot connect to my wireless network.
    I've had a stupid virus on this notebook and I think that's why its acting strange.
    Before ordering the recovery kit, I tried formatting my system with a default Windows XP disk (after copying it to a bootable USB stick). I managed to get to the setup menu in XP, but apperantly the SATA-disks in my notebook are not recognized by the WinXP setup.
    I don't have a legal Windows Vista or higher version available.
    So I've ordered the recovery kit from HP. When I try to make a bootable HDD with the recovery DVD's, I get a warning that some file on the DVD was not found.
    I'm a bit out of ideas to recover my notebook.
    Any help or remarks would be great...

    Hi Thom,
    There are Two options available.
    1.  You can order a replacement set of Recovery Discs using the link below - these will reinstall the operating system, all required drivers and nearly all of the original software ( the exception often being trials of MS Office ).
    Order HP Recovery Discs.

  • [SOLVED] Installation on UEFI from usb stick

    Greetings,
    I'm trying to figure out this uefi thing and install arch on my laptop.
    I swear, I've been trying so many times now that I have a headache. My girlfriend too because of all my ranting.
    I downloaded the latest arch iso and "burned" it to a usb stick (my laptop lack a cdrom).
    I booted with the first option and went through the whole installation progress to the grub installing part MANY times before realizing I was doing it all wrong and I had to start from a UEFI shell.
    Now I started from the UEFI shell and I just have no idea what I'm doing, the beginner guide doesn't seem to explain this.
    I should probably wait until my headache pass and I'm fresh and ready to start over but I'm one stubborn guyif there is one and I had enough of failing, I want it to work.
    What do I do from the UEFI shell?
    Do I have to reinstall everything from scratch, partitioning and all or I can just get back to the part where I have to install grub? What do I do?
    Thanks in advance and sorry if I'm asking stupid questions or something but, honestly, I failed so many times that my frustration is seriously high.
    Last edited by arkindal (2013-08-13 23:13:11)

    Hi,
    this is basically what I followed and it worked for me:
    make an archlinux uefi usb stick (it's a bit different than a normal one). Use a live ubuntu cd or something, so you don't have to use windows:
    #format your usb key on /dev/sdXY to fat32 (replace XY with the right device, in the following code too)
    sudo su
    wget http://mirror.us.leaseweb.net/archlinux/iso/2013.08.01/archlinux-2013.08.01-dual.iso
    mkdir -p /mnt/{usb,iso}
    mount -o loop archlinux-2013.08.01-dual.iso /mnt/iso
    awk 'BEGIN {FS="="} /archisolabel/ {print $3}' /mnt/iso/loader/entries/archiso-x86_64.conf | xargs mkfs.vfat -F32 /dev/sdXY -n
    mount /dev/sdXY /mnt/usb
    cp -a /mnt/iso/* /mnt/usb
    sync
    umount /mnt/{usb,iso}
    full instructions here: https://wiki.archlinux.org/index.php/Un … B_from_ISO
    now you have the instalation usb ready.
    When I did this, i could still go to choose my boot device and i had a normal usb key boot option and an uefi shell usb key option, see if you have something like that to be sure you have the uefi boot. you should see an uefi shell and it should boot automatically as a normal archlinux live usb. if it doesn not (happend to me before) run ./start.sh or something like that (it should say in the uefi shell what to run). If that doesn not work, then the uefi usb key didn't work.
    okay if you've successfully booted the uefi usb you have to format your drive so it has the uefi boot partition mounted inside the grup folder, so there has to be a ef00 partition on the begining
    This is my actuall install script, it will wipe your drive, make 5 partitions (uefi boot, boot, swap, root, home) and then mount them, install arch and then chroot into that
    modprobe efivars
    #configure this as you wish
    SWAPSIZE=4G
    ROOTSIZE=50G
    DRIVE=sda
    #these two lines are horrible, you could manually use gdist and format the drive as you wish, as this will just wipe it clean and make the partion table that I have.
    dd if=/dev/zero of=/dev/$DRIVE bs=1M count=1k
    echo "2\no\ny\nn\n\n\n+100M\nef00\nn\n\n\n+100M\n\nn\n\n\n+${SWAPSIZE}\n8200\nn\n\n\n+${ROOTSIZE}\n\nn\n\n\n\n\np\nw\ny\n" | gdisk /dev/$DRIVE
    mkfs.vfat -F 32 /dev/${DRIVE}1
    mkfs.ext2 -L boot /dev/${DRIVE}2
    mkswap -L swap /dev/${DRIVE}3
    mkfs.ext4 -L root /dev/${DRIVE}4
    mkfs.ext4 -L home /dev/${DRIVE}5
    swapon /dev/${DRIVE}3
    mount /dev/${DRIVE}4 /mnt
    mkdir /mnt/home
    mount /dev/${DRIVE}5 /mnt/home
    mkdir /mnt/boot
    mount /dev/${DRIVE}2 /mnt/boot
    #this is the magic uefi part for grub
    mkdir /mnt/boot/efi
    mount /dev/${DRIVE}1 /mnt/boot/efi
    pacstrap /mnt base base-devel zsh
    genfstab -U -p /mnt >> /mnt/etc/fstab
    arch-chroot /mnt
    After doing that, you have can install the system as you wish and for the grub I do this:
    I had problems a few times if i copy pasted all these lines at once, so now i copy paste them one at a time, (I know it should not make a difference but still, sometimes it didn't work)
    # i do this in chmod too, though I'm not sure if it's really necessary
    modprobe efivars
    mkinitcpio -p linux
    echo "installing efi grup thingy"
    pacman -S --noconfirm efibootmgr grub-efi-x86_64
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
    mkdir -p /boot/grub/locale
    cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    grub-mkconfig -o /boot/grub/grub.cfg
    and this is all i have in my install script file and uefi works fine.  I hope you'll get it running soon
    Last edited by zidarsk8 (2013-08-09 00:25:20)

  • TS1587 Hello, I downloaded an ntfs systemfile from tuxera and used it to convert a usb stick, my imac froze a while after so I turned it off the on and now I have blue vertical lines on boot up and the a white screen with lots of tine blue symbols, need h

    Hello, I downloaded an ntfs systemfile from tuxera and used it to convert a usb stick so I could put more than the fat32 4gb on, my Imac froze a while after so I turned it off the on and now I have blue vertical lines on boot up and the a white screen with lots of tine blue symbols after, mouse pointer moves but thats about it.
    Have used R and cmd to get a menu up but once I choose one of the four options my mouse is rendered useless and I cant get any further, have downloaded, to another usb stick recovery disk assisstant and am trying to use that in conjunction with the lion option on the previously mentioned screen, computer was responding really slowly and has now frozen on the terms of software license agreement (maybe the last hurdle!) can anyone pleeeeeease help!!!!!??????

    It's likely that the boot drive is failing, or that there's some other hardware fault. Run the Apple Hardware Test.
    Intel-based Macs: Using Apple Hardware Test
    Even if the test is negative, you should make a "Genius" appointment at an Apple Store to have the machine tested more thoroughly.

  • Do you have to down load from the internet using apple's recover partition, every time you need to do a clean install? or can you make a copy of Mt Lion onto a USB stick and install off that?

    Do you have to down load Mountain Lion from the internet every time you need to do a clean install? or can you make a copy of Mt Lion onto a USB stick and install off that?
    Thanks

    Yes you can make a USB stick of Lion or Mt Lion. Use Lion Disk Maker after you download OS X from the internet.
    For Lion you have to point the download to an external drive and watch when it completes and reboots the system to start the install disconnect the external. If you bought Mt Lion from the Mac App Store then you can download it from there and just cancel the install when it comes up on the desktop.
    If you are downloading from the Recovery HD or from the Online Internet Recovery system, slightly different then the built in Recovery HD, then again you need to point it to an external drive and discoonect that drive when the system reboots to start the real install.
    Then use Lion disk maker to create either a DVD disc or USB thumb of the install files.

  • How do i transfer a compilation photo file from iPhoto consisting of canon(img) and lumix(p..) in the order i compiled them to a usb stick as at the moment it is putting all the lumix files after the canon files?

    I have a macbook pro 15 inch retina 16 gb 1600mhz 2.7intel i7 osx 10.8.5
    I have just put together an iPhoto file of wedding photos consisting of a compilation of images from my canon(img files) and lumix(p..files) I want to know how to transfer them to a usb stick in the order i compiled them as at the moment it is putting all the lumix files after the canon files which is not how i want to present them to the newlyweds?

    Files are ordered by the file-viewer being used.  What viewer are you using, and what data field are you sorting by?
    In Finder, as in most applications, you can select the data field to sort by clicking a column header.  Clicking the selected header will reverse the sort.
    This is the Aperture forum, but what applies to Aperture is likely also true for iPhoto:  if you want to be able to sort your files in a specific order in a file-viewer, you should give them names that allow for sorting in that order when the name field is selected as the data field to sort by.  In Aperture, one creates new files by exporting, and one uses a File Naming Preset to name the files.  The File Naming Preset can start with an ordinal count or a sequence number.  Either of which will allow you to retain your order when viewing your files in a file viewer.

  • Can't boot Arch for installation. USB stick issue.

    I got stuck. I tried to install arch on my dekstop, but booting Arch from USB stick freezes in same point, after running hooks. I tried with two usb sticks, new iso etc. Ubuntu was installed before without any problem from the same stick.
    It freezes after showing:
    Waiting 30 seconds for device /dev/disk/by-label/ARCH_201108 ...
    [4.053579] sd 12:0:0:0: [sdb] No Caching mode page present
    [4.053634] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    [4.056259] sd 12:0:0:0: [sdb] No Caching mode page present
    [4.059035] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    In some attempts I also got this:
    ata_id[12376]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument

    Problem is sovled, but the solution is really courious.
    In fact, there was no issue with usb stick. Display freezes on first showed lines and does not follow the rest. Arch booted successfully but I cannot notice that, because I still see first lines (messages from first post were just warnings). Switching FullHD, 16:9 monitor to old 3:4 display solved the problem.
    It's really strange. Should I report it somewhere?
    Last edited by 0xddr (2012-05-12 23:30:53)

  • LR2 - MacOS: installation and/or running from USB stick

    I am user of LR2
    I wonder if it is possible:
    1) to copy the installation CD to an USB drive and start installation from there (MacBook Air)
    2) to install LR2 onto USB drive and run from the memory stick (USB)
    3) allowed to install 1x on iMac at home and install 1x on laptop computer (Macbook Air) for use when not home
    Thanks for your feedbacks and (if available) links to further resources in above topics!
    Daniel

    As to #1, why don't you just download a fresh copy of 2.7 from the Adobe web site onto your MacBook? That would save you a bunch of figuring out how to create a USB stick to install from. Load it from here
    I suspect Ian is right about #2, that you won't be able to do it.
    #3: no problem. You're allowed two installed copies--you aren't supposed to run them at the same time.
    Hal

  • Iphone 3GS crashed after installing iOS 5. Hard reset doens't work. I keep seeing on the screen the iTunes-logo and USB stick. What can I do now?

    my screen went black with the iTunes log and USB stick on after iTunes took a reserve copy.
    Hard reset or reboot does not work. What can I do next?

    Your iPhone is in recovery mode. See this support message about how to continue. http://support.apple.com/kb/HT1808

  • After waking from sleep, iMac doesn't like my USB stick...

    This is a problem that I consistently have with my iMac which is driving me nuts. When I'm at home, I leave my USB stick plugged into the iMac. Many times during the evening my iMac will go to sleep and wake up. If I try to access my USB drive at any time after the iMac has woken up, Finder freezes up and refuses to do anything, even if I force quit it. I end up having to unplug my USB stick from the iMac, which causes Finder to delete the desktop icons and throw an error message about "safely" removing the device in the future. If I plug the USB stick back in, it shows up and works just fine.
    Does anyone else get this problem? I'm on an iMac 24", OS X 10.4.8, and the USB stick is a SanDisk mini Cruzer 1 GB.

    This has been a problem with the Mini Cruzer for a long time. The only solution is to eject the drive before letting your Mac sleep, or purchasing a different drive. The last I read on this subject was that the Mini Cruzer does not recognize the Mac sleep settings properly and that San disk has no plans to resolve the issue.

  • Kann mir jemand (auf Deutsch) erklären, wie man für photoshop cc die installer-exe auf einen USB-Stick bekommen/downloaden kann. Habe kein Internet.

    Bin z.Z. an einem Fremd-PC. Ich möchte die Trialversion von Photoshop CC gern bei mir zu hause ausprobieren. Dort habe ich aber kein Internetzugang.
    Mein Wunsch wäre also, ps-CC als Installations.exe auf einem USB-Stick zu downloaden.
    Adobe hat mir auf meine Anfrage bis jetzt nur mitgeteilt, dass dies prinzipiell möglich ist. Ich komme aber mit meinen geringen Kenntnissen nicht dahinter, wo/wie ich die
    Installer-exe finden kann.

    ‘DDL’ Articles at ProDesignTools
    Mylenium

Maybe you are looking for

  • Sending .pages doc to iWeb

    i created a document in Pages, my resume actually, that I want to add as a page in iWeb. In Pages, I select from the menu "Send to iWeb." Then, when iWeb opens, I am asked to select a kind of theme page in iWeb. I select just a blank page theme. My .

  • Video problem, help please!

    I just bought the music video to "Call Me When You're Sober" and now it won't play. I've tried every way I could think of to play it, I've even used Quicktime, but it still won't play. --Daniel

  • Show different plots on chart legend

    I was wondering if there's anyway to control which plots show up on the plot legend.  I have created a graph that can display different plots (by making different sets of plots visible and the rest no visible) but I can't figure out a way for the plo

  • Managed Server FAILED_NOT_RESTARTABLE

    Hi, My security providers is in the following order - 1. NegotiateIdentityAsserter - Control Flag - Sufficient 2. ActiveDirectoryAuthenticator - Control Flag - Sufficient 3. ReadOnlySqlAuthenticator -  Control Flag - Sufficient 4. DefaultAutehticator

  • Error in the iTunes 12.0.1 update

    Before actually pointing out the problem, I am using Macbook Air Mid 2013. I am using the upgrade available in the App Store of OS X Yosemite, Version 10.10 I did the updates that OS X Yosemite has in all the documenting apps (Pages, Numbers, Keynote