[SOLVED, kind of] UEFI bootable USB from ISO doesn't start

Hi there,
out of curiosity I wanted to create an UEFI bootable usb stick with the latest Archiso 2013.01.04. I've followed https://wiki.archlinux.org/index.php/UE … B_from_ISO
and created two directories
# mkdir -p /mnt/{usb,iso}
Then I've mounted Archiso to /mnt/iso
# mount -o loop Download/ISO-Images/archlinux-2013.01.04-dual.iso /mnt/iso
After this I used cfdisk to create a FAT32 filesystem /dev/sdb1 on the usb stick, followed by
# awk 'BEGIN {FS="="} /archisolabel/ {print $3}' /mnt/iso/loader/entries/archiso-x86_64.conf | xargs mkfs.vfat /dev/sdb1 -n
Then I've mounted /dev/sdb1 to /mnt/usb and copied all iso-files there:
# mount /dev/sdb1 /mnt/usb
# cp -r /mnt/iso/* /mnt/usb
Followed by:
# umount /mnt/{usb,iso}
# sync
After rebooting and hitting F11 I was presented with the UEFI firmware-tool from which I can choose UEFI (and other) applications to start. I could choose my usb stick in UEFI mode, but - only the screen turned blank for the blink of a second and the UEFI tool was on again.
Because my system is already booting in UEFI mode using rEFInd, I wanted to try rEFInd on the usb stick instead of gummiboot.
Following https://wiki.archlinux.org/index.php/UE … B_from_ISO I've copied /usr/lib/refind/refind_x64.efi (from refind-efi 0.6.4-1) to /mnt/usb/EFI/boot/bootx64.efi and created a /mnt/usb/EFI/boot/refind.conf with this text:
timeout 5
textonly
showtools about,reboot,shutdown,exit
# scan_driver_dirs EFI/tools/drivers_x64
scanfor manual,internal,external,optical
scan_delay 1
dont_scan_dirs EFI/boot
max_tags 0
default_selection "Arch Linux Archiso x86_64 UEFI USB"
menuentry "Arch Linux Archiso x86_64 UEFI USB" {
  loader /arch/boot/x86_64/vmlinuz
  initrd /arch/boot/x86_64/archiso.img
  ostype Linux
  graphics off
  options "pci=nocrs add_efi_memmap archisobasedir=arch archisolabel=ARCH_201301"
menuentry "UEFI x86_64 Shell v2" {
  loader /EFI/shellx64_v2.efi
  graphics off
menuentry "UEFI x86_64 Shell v1" {
  loader /EFI/shellx64_v1.efi
  graphics off
And yes, I've checked the "loader" and "initrd"-Paths - they are correct, as well as the archisolabel
But - again - after rebooting and hitting F11 I could select my usb stick as UEFI boot device, but all that happened was the screen going blank for the glimpse of a second and returning to the UEFI chooser.
Even my last attempt - keeping the original name refind_x64.efi in /mnt/usb/EFI/boot didn't help.
Via efibootmgr I can see:
$ sudo efibootmgr
BootCurrent: 0001
Timeout: 5 seconds
BootOrder: 0001,0002,0007,0005,0006
Boot0001* rEFInd 0.6.4-1
Boot0002* rEFInd_recover
Boot0005* Hard Drive
Boot0006* USB
Boot0007* UEFI: TOSHIBA TransMemory PMAP
with "Boot0007" as my usb stick.
So my question is: Did I miss something or have I found a bug ?
Last edited by swordfish (2013-01-13 12:43:33)

Hm, funny thing - now it's working, but I don't know why
I've tried to convert the partition table of the usb stick from MBR to GPT using cgdisk. There I had a problem with setting the partition type to EF00. It worked under cgdisk, but then I couldn't mount my usb stick (dev/sdb1) anymore to /mnt/usb. Then I've tried to set the partition type to vfat, but couldn't identify what is vfat under cgdisk . I've tried different types of "Windows" but whatever I tried, the usb stick won't mount on /mnt/usb.
Journalctl always says:
Jan 13 12:23:03 sushi sudo[727]: nihonto : TTY=pts/0 ; PWD=/home/nihonto ; USER=root ; COMMAND=/usr/bin/cgdisk /dev/sdb
Jan 13 12:23:03 sushi sudo[727]: pam_unix(sudo:session): session opened for user root by nihonto(uid=0)
Jan 13 12:23:11 sushi sudo[727]: pam_unix(sudo:session): session closed for user root
Jan 13 12:24:00 sushi su[972]: (to root) nihonto on /dev/pts/0
Jan 13 12:24:00 sushi su[972]: pam_unix(su:session): session opened for user root by nihonto(uid=1000)
Jan 13 12:24:18 sushi kernel: loop: module loaded
Jan 13 12:24:18 sushi kernel: ISO 9660 Extensions: RRIP_1991A
Jan 13 12:24:35 sushi kernel: EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
Jan 13 12:24:35 sushi kernel: EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
Jan 13 12:24:35 sushi kernel: EXT4-fs (sdb1): VFS: Can't find ext4 filesystem
Jan 13 12:24:35 sushi kernel: FAT-fs (sdb1): bogus number of reserved sectors
Jan 13 12:24:35 sushi kernel: FAT-fs (sdb1): Can't find a valid FAT filesystem
Jan 13 12:24:35 sushi kernel: ISOFS: Unable to identify CD-ROM format.
So I tried it again with cfdisk which nagged about "unsupported GPT" but kept working. This time I choose "0C W95 FAT32 (LBA)" as partition type - maybe this did the trick because in my earlier attempts I did choose "0B W95 FAT32".
Anyway - after following the advice stated in https://wiki.archlinux.org/index.php/UE … B_from_ISO and installing rEFInd to the usb stick I could boot the usb stick in UEFI mode
But - as I said earlier - I don't know what did the trick
Last edited by swordfish (2013-01-13 12:38:18)

Similar Messages

  • Cannot boot Windows 7 from UEFI bootable usb

    Hello,
    I need to install Windows 7 in UEFI mode using USB flash drive and for this purpose:
    - created Windows 7 UEFI bootable USB using Rufus application
    - In BIOS choosed UEFI Hybrid boot option with CSM
    - disabled switchable graphics
    - disabled fast boot
    - secure boot is disabled
    When I reboot and choose to boot from the USB using F9 boot menu, the computer continues to load my current system from my HDD and not the UEFI from the USB.
    (I used the same USB and Windows 7 and succesfully installed windows in UEFI mode on my desktop machine but the laptop doesn`t want to recognize the USB as a bootable.)
    I tried to put the USB on different slots but that doesn`t help.
    Tried to boot from the UEFI USB drive in Legacy boot mode in BIOS, but no result.
    My sistem is as follows:
    System Model HP ProBook 4540s
    BIOS Version/Date Hewlett-Packard 68IRR Ver. F.40, 29-Jan-13
    SMBIOS Version 2.7
    System Type x64-based PC
    Processor Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz, 2601 Mhz, 2 Core(s), 4 Logical Processor(s)
    I searched the HP forum and the internet for a solution but nothing helps.
    Cindly ask for support. Do anyone have or resolved the same problem?
    Regards.

    UEFI will not permit Windows 7 install did you disable that to Legacy Bios boot?
    If not sure follow this help?
    Boot to UEFI Mode or Legacy BIOS mode
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • Anyone know how to create a bootable USB from a enc file?

    Does anyone know if its possible and if so, how to create a bootable USB disk from an enc file?
    I need to do this to accomplish a firmware update on my Samsung ssd?
    Any help would be greatly appreciated.
    Thanks

    sig wrote:
    Ask Samsung for their help. enc files are copy safe protected.
    I have been trying to but have not had much joy, will attempt again on friday.
    Thanks

  • Bootable CD from ISO file

    How do I go about burning a bootable CD from a .iso file? It was easy to do on my old PC, but haven't figured out how to do it on my MP. Any help is appreciated...
    John F

    If you have OS X on a .iso disc image, then you have an illegal copy of OS X. The Discussions is an Apple provided help system. We cannot help you with illegally obtained software.

  • Disk Utility Unable to Correctly Burn Bootable Discs From ISO Files with Yosemite (10.10.1)

    My problem is with burning ISO images to make a bootable DVD disc with OSX 10.10.1. I cannot drag and drop an ISO file (in this case, Ubuntu 14.04 server iso) to the disk utility and then burn it with Yosemite.  I have to first open the ISO file, then attempt to burn it.  The DVD it creates is unreadable. I tried to convert the ISO file to CDR and also IMG - same problem: disc unreadable error.
    I then went back to OSX 10.9.5 and tried the same thing - worked like a champ.  I was able to drag and drop the ISO file into the Disk Utility window and successfully burn a bootable DVD disc from the same Ubuntu ISO file I tried using with 10.10.1.
    Hey Apple, what's up?  You broke Disk Utility in 10.10.1.  Has anyone experienced the same problem and found a work-around?  I hate to have to keep booting an older version of OSX to accomplish this task.  So far, Yosemite has been a bust for me with all the other problems I have experienced.  I might as well go back to 10.9.5 on all my Macs until Apple gets their act together with Yosemite.

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • Windows xp guest from .iso, can't start, and doesn't appear in 'xm list'

    the vm in question is ecrion-winxp
    I successfully created the .iso resource, and created the vm from it. Fully virtualized. The vm cannot start. Here is the log provided by OVM Manager:
    Start - /OVS/running_pool/585_ecrion-winxp
    PowerOn successfully.
    Update server -oraclevm-6.vancouver.monexa.com
    Update Port - 0.0
    Update VM Status - Running
    Configure CPU Cap
    Set CPU Cap: failed:<Exception: failed:<Exception: ['xm', 'sched-credit', '-d', '585_ecrion-winxp', '-c', '0'] => Error: Domain '585_ecrion-winxp' does not exist.
    >
    StackTrace:
    File "/opt/ovs-agent-2.3/OVSXXenVMConfig.py", line 2500, in xen_set_cpu_cap
    run_cmd(args=['xm',
    File "/opt/ovs-agent-2.3/OVSCommons.py", line 85, in run_cmd
    raise Exception('%s => %s' % (cmdlist, p.childerr.read()))
    >
    StackTrace:
    File "/opt/ovs-agent-2.3/OVSSiteVMConfig.py", line 1110, in set_vm_cpu_cap
    if not rs.startswith("success"): raise Exception(rs)
    ======================================================
    here is the log of the vm creation:
    Check memory, mac address and networktype
    Register virtual machine img
    Register virtual machine geninfo
    Register virtual machine networks
    Register virtual machine disks
    Register virtual machine cdrom
    Create HVM: preJobs
    Success.
    postJobs
    ========================================
    here is 'xm list':
    Name ID Mem VCPUs State Time(s)
    403_linuxapitest-1 28 4096 4 -b---- 22833.5
    468_template_builder 8 1024 1 -b---- 24761.2
    505_devel-43 38 1024 4 -b---- 4870.7
    525_staging-46 35 4096 16 -b---- 26736.3
    533_staging-47 27 4096 16 -b---- 311183.5
    541_staging-45 32 2048 4 -b---- 5504.5
    545_devel-42 36 4096 16 -b---- 15097.3
    Domain-0
    (obviously my vm is missing)
    =====================================================
    here is 'ls -ltr /etc/xen'
    total 152
    -rw-r--r-- 1 root root 6776 May 18 2009 xmexample.vti
    -rw-r--r-- 1 root root 6924 May 18 2009 xmexample.pv-grub
    -rw-r--r-- 1 root root 694 May 18 2009 xmexample.nbd
    -rw-r--r-- 1 root root 11904 May 18 2009 xmexample.hvm-stubdom
    -rw-r--r-- 1 root root 13903 May 18 2009 xmexample.hvm
    -rw-r--r-- 1 root root 8494 May 18 2009 xmexample3
    -rw-r--r-- 1 root root 8803 May 18 2009 xmexample2
    -rw-r--r-- 1 root root 7513 May 18 2009 xmexample1
    -rw-r--r-- 1 root root 1559 May 18 2009 xm-config.xml
    -rw-r--r-- 1 root root 4129 May 18 2009 xend-pci-quirks.sxp
    -rw-r--r-- 1 root root 1256 May 18 2009 xend-pci-permissive.sxp
    -rw-r--r-- 1 root root 948 May 18 2009 README.incompatibilities
    -rw-r--r-- 1 root root 2953 May 18 2009 README
    -rwxr-xr-x 1 root root 840 May 18 2009 qemu-ifup
    drwxr-xr-x 2 root root 4096 Dec 13 2010 scripts
    -rw-r--r-- 1 root root 9923 Dec 13 2010 xend-config.sxp
    -rw-rw-rw- 1 root root 468 Dec 15 2010 401_linuxapitest-1
    -rw-rw-rw- 1 root root 468 Dec 15 2010 403_linuxapitest-1
    drwxr-xr-x 2 root root 4096 Feb 21 15:42 auto
    -rw-rw-rw- 1 root root 467 Mar 16 16:24 493_linuxpatcher-1
    -rw-rw-rw- 1 root root 467 Mar 16 17:35 495_linuxpatcher-2
    -rw-rw-rw- 1 root root 650 Jul 19 13:15 565_ecrion-windows-1
    -rw-rw-rw- 1 root root 642 Jul 19 16:37 585_ecrion-winxp
    =======================================================
    So it appears my vm is not being created fully, though the log says it is. How can I address this?
    thanks

    Turns out I had created the .iso file incorrectly. I dragged the whole CD icon into the compilation window of CDBurnerXP. What I should have done was start with Disk Copy from the main menu. Then choose .iso as type and hard disk as destination, and you're good to go. Now the vm works fine. Installing all the windows updates now.

  • Acrobat 9 Pro - Create PDF from Word doesn't start

    I have Word 2007 and Acrobat 9 Pro installed on Windows 7. I can print a Word file to PDF, but using Create PDF on the Acrobat toolbar does almost nothing. A dialog opens and asks what to name the file, but when I click Save nothing happens. The PDF Maker doesn't even start.
    When I go into Acrobat and try to Create PDF from File and select a Word file, I see a message about "starting" but then I get "An unexpected error occurred. PDFMaker was unable to produce the Adobe PDF."
    So I essentially have no PDF and no useful error messages to help me find the source of the problem. I've tried repairing the Acrobat installation, and even uninstalling and re-installing, all to no avail. My IT department has tortured me for a few hours trying all the basic stuff, but nothing has helped. I found this problem description in the Adobe Knowledgebase and I followed the steps there, but still nothing. (Yes, I have my name and initials set in Word's personalization settings. That was a dumb bug, wasn't it?)
    Anyone had any ideas? I can create basic PDF by printing, but that doesn't give me a hyperlinked table of contents and other good stuff that I need.
    Thanks for any help!
    Steve

    Hi Bill,
    Can you tell me a little more about PDF Maker not working in Word? It worked fine for me on my Windows XP machine with Word 2003 and Acrobat 8 (or maybe 9). It sounds like you've had a different experience. I currently have version 9.3.1, but the updater is running right now to update that. Is there another way to install the updates besides with the built-in updater? I don't seem to have control over the order of the updates when I use it.
    I will try turning off features to see what happens. It doesn't look like PDF Maker gets started, though, so I don't know if it's getting far enough to even load the list of what features are on/off.

  • [SOLVED] Unable to boot Archiso USB in UEFI mode

    Hello Everyone !
    I'm trying to create an UEFI bootable USB from the latest ISO : 2012.10.06. I first tried following this section of the wiki : https://wiki.archlinux.org/index.php/Un … B_from_ISO with an usb key formatted as an EFI System (of type "ef00" in gdisk) and with a FAT32 partition on it.
    All steps went right but when i try to boot with this key from the EFI menu, i get an infinite black screen and the usb key led isn't blinking so i suppose it's not loading.
    I have refind already installed on my system. When i try booting the key from refind, I get the same result but with a clue : it stays blocked at loading bootx64.efi.
    I just tried another way of creating my bootable usb key by following the archiso README : https://projects.archlinux.org/archiso. … EADME#n237
    It results in the same situation.
    I've tried the two ways a few times and with two different usb keys so i think i didn't miss any step. (The filesystem label is right)
    The section of the wiki I mentionned is changing every day so maybe it's not ready ? Moreover, a new command has been added about removing a [BOOT] file, i don't have this file when extracting with bsdtar.
    The md5sum of the iso is ok.
    My computer is an ASUS N56VM.
    Everything worked fine with the previous iso of archlinux.
    I didn't find anyone on the forum with the same problem so if anybody knows how I should do or where I could get more information, I would be grateful.
    PS : I'm sorry for the mistakes in english, this is not my mother tongue .
    Last edited by Takeo (2012-10-14 21:19:32)

    Takeo wrote:All steps went right but when i try to boot with this key from the EFI menu, i get an infinite black screen and the usb key led isn't blinking so i suppose it's not loading.
    I got the same issue. After hours of debugging I finally understand the problem: gummiboot doesn't detect any menu entry, and goes into a bug that hangs it. I have a patch to fix that particular bug, but instead of hanging you will see a proper error.
    The real problem is in gnu-efi, which is not wrapping the Windows x86 calls correctly, so it's a matter of luck if the compiler manages to organize the code in a proper way.
    You can try with this package: http://felipec.org/arch-linux/gummiboot … pkg.tar.xz

  • Will making a bootable os usb from the app store link the os to the apple id

    I've downloaded OSX Yosemite from the appstore and made a bootable usb from it, will the os on the usb be bound to the apple id used to download the os?

    Yes. It would be for your use only. Otherwise, future updates to an installation couldn't be made without using the original Apple ID.

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

  • Create a bootable USB drive from an ISO

    Hi everyone,
    I want to create a bootable USB drive from e.g. a Linux ISO. On Windows, there are tools like UNetBootin (http://unetbootin.sourceforge.net/) for that. Is there s.th. similar on Mac?
    Thanks in advance

    Hi. The easiest way to do what you want to do is to scan it for restore, and then use the restore from disk image tool to write it to an external disk. All of this can be done with disk utility.
    First you will want to drag the ISO image into the Disk Utility sidebar. Then you select the disk image (in disk utility) and click the Convert button in the top toolbar. I recommend using the "read only" image format and you'll have to add the extension .dmg to the file. When the conversion is done, the new image will appear in the sidebar. Select that image and then go to the Images menu and select Scan For Restore. You may be prompted for your administrator password. When the scan is done, connect your external disk. Then select the volume in Disk Utility (the thing with the name of your disk, not the model number), go to the Restore tab and drag the volume into the Destination field. Now you can drag the DMG disk image into the Source field and click Restore. You may want to check Erase Destination.
    That should do it, good luck!
    Jeremy A
    Tekserve Intern

  • I'm installing windows 8 64 from iso dvd-I did the partition wiht BCamp 5 and I did the usb with compatibility software-once installation start from dvd, it ask me for some disk, usb or dvd drivers to continue. How I can continue the instalation?

    I'm installing windows 8 64 from iso dvd-I did the partition wiht BCamp 5.
    I did the usb drive with the compatibility software-once installation start from the dvd, it ask me for some disk, usb or dvd drivers to continue.
    How I can continue the instalation? How I can provide those driver to the instalation process?
    Thanks
    Manuel

    You can't get there with GUID/GPT.
    There are tips on making a USB flash device that is bootable.
    You can set aside a small 6GB partition somewhere and put Windows 7 installer there and run it WHILE IN Windows.
    Windows Vista can be upgraded in place to 7 RC.
    You'll need NTFS (30-50GB).
    Windows doesn't support FW for booting.
    You can create a drive that has Master Boot Record.

  • How to install Windows 7 from a bootable usb in Mavericks

    I updated to Mavericks (os x 10.9) a few days ago and finding it near impossible to install windows 7 on my macbook pro mid-2010.  I put Windows 7 64 bit on a bootable usb using a windows pc.  Any time I try and use the Boot Camp assistant it gives me the two options of (1) installing the latest windows support software from apple and (2) install windows 7.  When I try and do either it just fails and says "can't install the software because it is not currently available from the software update server".  I've even tried it with a blank usb 8gb free and it says the same thing.  I also created a partition myself and tried to boot it up holding the option key and install it that way with the bootable drive in and it still will not download.  Is it possible to do it without using the boot camp assistant at all? I've tried to method of removing the "Pre" from the backup assistant in the "Info.plist" and still no luck. 

    In the last 3 days I've put around 10 hours trying to get windows 7 installed without using a superdrive.
    If you still have a cd drive (internal) I promise, as much of a hassle as it sounds it is 10x easier to get a disk and burn windows to it, or simply buy a pre-made windows disk.
    Over like 10 threads this is what I found slowly
    -You can't install from an external cd drive
    -You can't boot from a usb (even if bootcamp makes it for you with the plist tweak)
    -The plist tweak won't work in mavericks without using xcode to resign the code (this took me awhile and then I found out the usb was useless anyways)
    Otherwise, there is a method that is beyond complicated. It consists of installing half of windows 7 via virtual machine, rebooting, deleting the installed data, replacing it, and finally completeing the install.
    I performed this method today on an Early 2011 Macbook pro running 10.9 that has had the disk drive removed in order to add a ssd. I'm documenting it here regardless of whether you need it simply because this information needs to be concise. People on this forum will also tell you it can't be done.
    This method is free and legal.
    You will need:
    -rEFind (older guides will tell you to use rEFit but it is not currently supported by 10.9 this is made by the same developer)
    -windows iso w/key
    -Virtual box
    -NTFS for mac os x (free trial)
    This guide is written by user "severin" here http://forums.macrumors.com/archive/index.php/t-1534533.html
    1. Make a Boot Camp partition with Boot Camp assistant.
    2. Install rEFIt
    3. Install a NTFS program for Mac, like Tuxera NTFS(serial at serials.ws) or Paragon NTFS.
    4. Install Oracle Virtualbox.
    5. Make a virtual disk from the Boot Camp partition, follow step 6 and 7.
    6. The first thing we need to do is eject the BootCamp partition – Open “Finder”. “Control- >Click” the “Bootcamp” drive and select “Eject” (You can also the DiskUtility as well)
    7. Now for the geeky terminal stuff to make the BootCamp partition useable within VirtualBox. Open a terminal (located in /Applications/Utilities) and enter the following commands. Make sure to press “Return” after each command to run it.
    sudo chmod 777 /dev/disk0s3 –Changes the permissions of the BootCamp partition to allow it to be modified (enter your admin password when asked)
    sudo VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk0 -filename win7raw.vmdk -partitions 3 –Creates 2 files in your home directory, one of which will be used by VirtualBox to access the BootCamp Partition
    sudo chown YOUR-USER-NAME-HERE win7raw.vmdk win7raw-pt.vmdk –changes the permissions of the previously created files (Replace YOUR-USER-NAME-HERE with the current user name)
    8. Fire up VirtualBox, make a new Virtual Machine on the disk just created.
    9. Install Windows on the Virtual Machine just created with a iso image or like so.
    Format the Bootcamp partition in the install menu and press install.
    10. Before installations restarts automatically after install power off the virtual machine.
    11. Restart the computer back into OS X.
    12. Remove all files possible in the bootcamp-partition and move in all the files possible from the Windows iso-image.
    13. Restart the computer and choose "Boot Windows from partition x" in rEFIt.
    14. Install Windows on the same partition as you booted from. Don't format it just click install on it.
    15. When Windows is done installing, reboot in to OS X and you can now remove all the before installed programs. You can now boot the Windows-installation by the normal way, holding alt when starting the computer.
    16. Smash something in happiness.
    We install Windows in VirtualBox to get diskinformation printed on the partition. If you try to boot the partition it will give you "Missing file: C:\Windows\System32\Winload.exe", therefore we replace the files with the DVD-files, to actually boot the windows installation.
    Just a couple of notes that I got stuck on:
    The commands he uses may not work for your drives, they depend on how your partitions are setup, but if you research this issue with booting (there are lots of threads) there are terminal methods for figuring out the proper drive
    Step 8: Use the file you created (windows 7 raw) to create the virtual machine and then under storage upload your windows 7 iso under ide devices.
    If you have a windows computer simply make the support drive on there, don't play with bootcamp. Download the support software (just google bootcamp support) and just drag and drop onto a flashdrive. Then run setup when ready.
    Good Luck

  • How to create bootable USB thumb drive from Lion on Mac Mini 2011?

    Hello folks
    Yesterday my new Mac Mini (Core i7 2,7 Ghz, 4 GB RAM, ATI Radeon HD6630M 256 MB) arrived. It replaces my old Mac Mini (Core Duo 1,83 Ghz, 2 GB RAM, Intel GMA950 64 MB). One day I'll replace the 500 GB 5400 RPM HDD in this Mini by an Intel SSD drive (just like I did with my previous Mini). I'll do a fully clean install then (formatting the SSD drive in Disk Utility and then installing Lion on it from a bootable USB thumb drive). The only problem is I can't seem to download Lion for free from the Mac AppStore (MAS) although I have bought a new Mac Mini which came with Lion pre-installed. I know how to create a bootable USB thumb drive with Lion on it when you download it from the MAS. But that's the problem... I can't seem to download Lion from the MAS for free. When I open the MAS while holding down the Option key I can download Lion but it will charge me for it. Is there any way I can download Lion from the MAS without paying for it? Since it already came with my new Mac Mini 2011 this should be possible I guess?
    And will I still be able to download the iLife '11 apps (iPhoto, iMovie and Garageband) for FREE that came with my new Mac Mini when I do a fully clean install as described above? Thanks in advance.
    Greetings
    Jocau

    After doing some research, it seems that there are only 2 WAYS to do a complete reinstall of Lion on the Mac Mini 2011 without paying for the Lion download in the Mac AppStore (i.e. recreating every partition, also the Recovery HD partition, from scratch e.g. when installing Lion on a clean HDD/SSD).
    1) COMPLETELY clone the Mac Mini 2011 HDD including all of its partitions to an external drive and restore it when you want to do a complete reinstall.
    2) Use the LION INTERNET RECOVERY feature built-in into new Macs that ship with Lion (this feature is present in new Macs starting from the Mac Mini 2011 and Macbook Air 2011).
    OS X Lion: About Lion Recovery 
    Lion Internet Recovery
    If you happen to encounter a situation in which you cannot start from the Recovery HD, such as your hard drive stopped responding or you installed a new hard drive without Mac OS X installed, new Mac models introduced after public availability of OS X Lion automatically use the Lion Internet Recovery feature if the Recovery HD (Command-R method above) doesn't work. Lion Internet Recovery lets you start your Mac directly from Apple's Servers. The system runs a quick  test of your memory and hard drive to ensure there are no hardware issues.
    Lion Internet Recovery presents a limited interface at first, with only the ability to select your preferred Wi-Fi network and, if needed, enter the WPA passphrase. Next, Lion Internet Recovery will download and start from a Recovery HD image. From there, you are offered all the same utilities and functions described above.
    As with the Recovery HD, reinstallation of OS X Lion from Lion Internet Recovery requires an Internet connection. See "Supported network configurations and protocols" below.
    Restoring iLife applications after Internet Restore of OS X Lion
    If you reinstall Lion on a new Mac that shipped with OS X Lion installed, on an erased or replaced hard drive, you can download iPhoto, iMovie, and GarageBand from the Mac App Store.
    After installation, start from Lion.
    Double-click the App Store icon in the dock.
    Enter your Apple ID and password.
    Click Purchases.
    If you haven't previously accepted your bundled iLife applications within the Mac App Store, you should see your iLife applications appear in the Accept portion of the screen. Click Accept.
    You may be asked for your Apple ID and password once again. Your iLife applications now move to the Purchased section. These applications are part of the software that came with your Lion based computer. Your account will not be charged for them. Click Install to compete installation of your applications.
    Source: Lion Recovery
    It's a bit sad that these seem to be the only 2 options. Lion Internet Recovery is the preferred one here since my monthly internet traffic limit isn't a problem (but my download speed is). This problem could have been easily solved by Apple by just checking the system specs or serial number when trying to download Lion from the Mac AppStore. By using one of the 2 options in my previous sentence the Mac AppStore could see that I have a new Mac Mini 2011 that ships with Lion which would give me the option to download Lion from the Mac AppStore for free and eventually create a bootable USB thumb drive of it.

  • "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation."

    I try to install windows7 system on my macbook air, which version is 10.8.5. When I open the bootcamp, it let me to choose a windows ISO image, which I've already downloaded from this website: http://www.w7forums.com/threads/official-windows-7-sp1-iso-image-downloads.12325 /, it also asked me to select a USB drive, which is kingston that has 8GB. Then when I clicked "continue", it said that "Your bootable USB drive could not be created" "Boot Camp only supports 64-bit Windows installation on this platform. Please use an ISO file for 64-bit Windows installation." But actually the ISO image I downloaded is 64-bit windows7. I don't know why this would happen. Could someone help me please!!

    Thanks for your feedbakc Kiranjj!
    I identified the reason to be that the W8 installation file didn't download completely from a Mac OS-device. I downloaded from another Win-device and the moved the installation file with a USB-stick and then everything worked diectly! But thanks anyway.

Maybe you are looking for

  • Itunes has encountered a problem and needs to close.. please help!

    i used to have the old itunes when i got this message saying "Itunes has encountered a problem and needs to close" and it just wouldn't open! so i tried installing the new itunes and it stil gave the same message! ive done a system update on a date w

  • Not able to start or stop database from EM console

    Error Message javax.net.ssl.SSLPeerUnverifiedException: localhost.localdomain:cn=localhost

  • Generics in EJBs - ejbc fails in 9.0b

    I have some SLSBs with typed collections such as Map<String,String> someMethod (Collection<Integer> on); in the local interface. The bean implementation implements this signature exactly. On startup, I'm getting messages like ...\EJBCompilerCache\-kb

  • Limit on LC and Bank Guarantee - Noted Items

    Dear SAP Gurus, We have a requirement from client as below for Letter of Credit and Bank Guarantee. Example: They have taken a combined limit for BG+LC today(10th June) they would like to track this separately. Similarly they can take a combined limi

  • Help! confused re: Photos album AND iPhoto folder

    Perhaps a simple question: I have a MacBook Air. It is out of memory. I have a big digital photos folder (in PHOTOS).  I use iPhoto.  When i set it up, and add subsequent pics, i go to iphoto>File>Import >Import to Library. THis brings the photos int