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-

Similar Messages

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

  • 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

  • E530 Cannot install Windows 8.1 via USB

    Hello
    I have serious trouble with my wifes E530 and I do not know what to do anymore.
    Accidently she downloaded a bad version of Chrome that contained a lot of bad stuff. As we use the computer for netbaking I could not risk using the computer without a complete refresh.
    So I loaded up a windows 8.1 bootable USB, wiped the disk clean. Created a new partition and started installation.
    I can get to enter language and when pressing next it starts to load the installtion. But then this message comes up:
    "A media driver your computer needs is missing.  This could be a DVD, USB, or Hard Disk driver. . . "
    I have done everything and browsed a lot of forums to find out what to do.
    I even made a windows 7 bootable USB, but then the message says "a CD or DVD driver is missing...."
    I tried to pull the DVD rom from the computer and start over and stille the same. Then I thought the BIOS may be too old because there is no option to set Secure Boot.
    So I build a bootable CD-rom but when using that one, it does not detect the CD. the drive spins up during boot but it does not read the content. I have a windows 7 install CD which I tested but the computer does not recognize it.
    We tried to use another USB pen to load up the Intel Manegment drivers to see if maybe those could help, but the laptop just says the drivers are incorrect for the problem.
    So now I am left with a former perfectly working E530.
    The specs for the laptop are:
    UEFI BIOS Version: H0ET30WW (1.12)
    UEFI BIOS date: 2012-05-08
    Machine type: 3259A3G
    CPU Intel Core i5-3210M
    I really need help in finding out how to get this laptop back to life.
    Best regards
    Tommy
    Solved!
    Go to Solution.

    Hi,
    The "missing media driver/CD DVD driver" error message is often misleading.  It usually shows up due to a bad ISO download, bad CD burn, bad transfer to USB media, or just plain bad media.  Pretty much never because of a missing driver in my experience.
    How did you prep the USB drives?  Have you reset your BIOS to defaults?  Turned off secure boot when booting the Win 7 CD?
    I suspect you've already tried this stuff, but if you can provide more details, maybe someone around here can come up with  a fix.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Cannot boot windows 8

    Hello,
    I cannot boot my Windows 8. When try boot, show an error: 0xc000000f y ask to repair. 
    My laptop don't have CD, I tried repair with usb and CD connect with usb, but don`t run.
    Also, I cannot access to Bios, don't show option, but show boot order with these options:
    - Windows Boot Manager
    - EFI SCSI Hard Drive
    - EFI IDE CD / DVD Drive
    - EFI Network
    with any of the options cannot boot. I tried with usb/cd with different version of Windows (7, 8...), with ubuntu, with bootable bios update..... but don't work any
    Can anyone help?

    I cannot access to BIOS, don't show options for access on BIOS.
    I try with differents CD and USB, different version and don't run any....
    Here are the commonly used keys
    Lenovo : F1
    HP : F10
    ACER : F2
    Samsung : F2
    ASUS : F2
    N.A.Malik

  • Booting up from an external USB drive

    Can I boot up from an external USB hard drive with OS X installed? The Imac G5 manual says you can boot from an external Firewire HD but says nothing about booting from an external USB HD

    Yes, because OS X cannot be started from a USB drive.
    To make a clone of your hard drive you must use the proper software, you cannot simply use drag and drop. You can use Carbon Copy Cloner, SuperDuper, LaCie SilverKeeper, Retrospect, Synchronize! Pro X, Tri-Backup, or any of a number of such utilities. You can also use the Restore option of Disk Utility. This latter option only does full backups (no syncs or incremental backups) but it's free, part of the OS, and reliable. Follow these instructions:
    1. Open Disk Utility from the Utilities folder unless it's already open.
    2. Select the startup volume from the left side list.
    3. Click on the Restore tab in the DU main window.
    4. Drag the startup volume to the Source entry field.
    5. Select the backup volume from the leftside list and drag it to the Destination entry field.
    6. Check the box to Erase Destination. Skip this step if you've already formatted the drive or if you cannot format it.
    7. Double-check you got it right, then click on the Restore button.

  • My G5 iMac cannot boot up from its hard disk

    My G5 iMac cannot boot up from its hard disk - I get the alternating Mac OS folder and the ? Folder which I understand means the system cannot be found.
    On recommendation from a friend I tried replacing the battery - no difference.
    However, I can boot up from the CD/DVD drive from the OSX installer disk, DiskWarrior, Drive Genius and Techtools Pro. But none of these utilities can see my hard disk to see if it needed repairing.
    In fairness at one point DiskWarrior did see the drive and I was able to replace the directory safely. However, on subsequent reboots nothing can see the disk.
    Suspecting the hard disk I bought a new one and a USB/SATA casing to mount the old drive in to see if I could get anything off of it. The good news so far is that the old drive (now mounted in the new USB casing) can be seen and read on my daughters iMac. So all my information is safe and also now backed up.
    Having installed the new disk I found it also cannot be seen by any of the above utilities. I have since formatted it in the USB casing and put it back in the iMac but it still cannot be seen.
    As a test I installed a new system on an old 40Gig Lacie Firewire drive attached to my iMac. This works and boots ok - sometimes.
    I am now experiencing the necessity to force shutdown and restart from the startup button several times before the external disk is recognised. And most times it freezes after 30 minutes or so.
    I might also add that after some force shutdowns/startup I get little or no chimes. And sometimes when trying to reset the PRAM get no second chime. On other occasions I do.
    Now I am totally stuck and wondering if anyone can throw some light on why my iMac can boot up from a variety of CD/DVD utilities and sometimes an external Firewire disk but not from its own hard disk which, as I have already said, can be seen on my daughter's iMac but not by mine, so its not the disk.
    Does anyone have any suggestions at all before I bite the bullet and take it in for a diagnosis and repair (depending on cost).
    Thanks

    Could be the logic board, in which case you would need to take it in. Since the drives are good, and the directory was repaired, the logic board is about all I can think of.

  • Boot Windows from VHD

    Hey.
    I have to work with Windows Server 2012 for a university project but my laptop doesn't have Intel VT-x. I know that it's possible to boot Windows from a VHD file, in Windows I just need to add the file.vhd to MBR.
    Can I boot a VHD file with Windows on it from syslinux? If yes how I install Windows on the file using Linux?
    Thanks in advance,
    Hugo Rodrigues.

    GloW_on_dub wrote:Not sure to understand, why not use virtualbox ?
    Because my laptop doesn't support Intel VT-x and Windows Server 2012 it's only available in x86_64 and I only can virtualize x86 systems
    ayekat wrote:
    It's very unlikely that you can simply boot directly from a VHD file without some sort of hypervisor (since there is a non-negligible amount of virtualisation going on here).
    According to this, you are not really "adding the file to the MBR", but rather adding an entry to the Windows-bootloader to take the file into account. I suppose that behind the scenes it's loading some kind of Microsoft Virtual blabla to launch the system that's on the VHD.
    This was just to clarify; I cannot tell you whether it is possible from syslinux or GRUB, but it will probably invole a lot of hacking, since you need to load some hypervisor like VirtualBox, VMWare or at least qemu/KVM.
    I know it's possible to do it with a VHD with a Linux OS. Look up in here
    ayekat wrote:The fact that your hardware does not support hardware virtualisation (Intel VT-x), is annoying...
    Yeah it kinda sucks
    Last edited by Hugao (2014-05-07 14:53:44)

  • MacBook Pro gives a blue screen when I try to start from a bootable usb stick

    Since yeasterday my MacBook Pro is refusing to startup. The starup proccess goes like Apple Logo, Spinning wheel, white dispaly and stops - freezes there.
    So I made a bootable usb stick and tried to boot from there so to be able to do a format and repair it. Also the recovery HD wont boot...
    When I start my Macbook Pro from the bootable usb stick it gives me a blue screen. I have tried to reset PRAM but nothing.
    I am attaching 2 images of the blue screen.
    Please help...!!!

    Guys thank you for your replies. I could boot in any way... I tried several things.
    Finally a friend managed to give me an Apple Hardware Test and it came with these results... Any ideas ?

  • How to run windows from an external usb drive

    Hi,
    I've just install windows using bootcamp. after that i restore that windows installed bootcamp volume to an GUID partitioned external HDD. Now it is shown in startup disc, but when i select that (external HDD) volume it is unable to start.
    I don't know what to do? I just want to run windows from an external usb drive like i can run mac osx.
    please help.  thanks

    Windows will not run from an external drive.

  • Dual boot Windows from Toshiba Recovery CD

    Is it possible to dual boot Windows from a Toshiba Recovery CD?
    I have a Satellite A45-S120 with a Toshiba Windows XP Recovery CD.
    I have XP installed on one partition.  I partitioned the hard drive using GParted, and installed Linux on several partitions.  I want to install XP on a 2nd partition, so I can dual boot 2 versions of Windows from the same hard drive.
    When I go to install Windows, the Toshiba Recovery CD says the entire hard drive will be deleted.  Is this the case, or will it only reformat a partition?  I went into GParted and was able to change the first Windows XP ntfs partition to hidden, and now successfully can not boot Windows from the Grub Boot Manager.  However, I worry that if GParted can see the partition, then the Toshiba Recovery CD might be able to.  In addition, the Linux ext partitions could not be set to hidden.  Will the Toshiba Recovery CD overwrite all the partitions, or can it maybe only install itself on the one ntfs partition available?
    I read at http://www.vistax64.com/general-discussion/193560-install-xp-toshiba-recovery-disk-d.html that there may be a way possible, any advice?
    Specs are:
    1.26 Ghz Celeron
    1.256 GB Ram
    40 GB HD

    Satellite A45-S120 
    I want to install XP on a 2nd partition,
    So far as I know, that recovery disc will install nothing. It will restore the entire hard drive (master boot record and all) by writing all the bytes that were on the original drive (byte-by-byte). 
    -Jerry

  • Booting kernel from UEFI Shell - no console?

    Hello ALL,
    I'm trying to boot kernel from uefi shell w/o a bootloader like this:
    fs1:> \efi\arch\vmlinuz-linux.efi root=/dev/sdc3 initrd=\efi\arch\initramfs-linux.img
    All goes well, I see all the usual boot messages until at some point my screen turns black.
    I saw this warning in the kernel.log: Warning: unable to open an initial console.
    Do I need to use some special console=... or video=... parameter to get the console? If so which one?
    Thanks for your help.

    Fixed this following begginer guide with reFINd, keypont was to check efibootmgr output before writing efibootmgr -c -g -d ... command. then run it again and check for the added option.

  • Dual boot windows from USB via grub?

    HI all:
    I recently had a motherboard failure on an existing PC on which I dual-booted Windows XP and Gentoo.  I replaced that box with a new HP PC preloaded with Vista.  Wiped that immediately, and installed ARCH.  But, I would like to also boot XP, and, since my old hard drive is still OK (I have it in an external USB adapter), I was thinking that I might configure grub to point at an external USB drive like this:
    # Windows XP
    title Windows XP
    root (hd1,0)
    makeactive
    chainloader +1
    where "hd1" (I hope) would point at my old drive, now connected via USB.  In this way, I am really booting from my HDD (where grub lives), but "chain loading" from my USB external.  Can this work??
    -dvh

    dvh wrote:
    I configured as shown in the wiki, but when I try to boot XP, I get a message that says something to the effect of "missing or corrupted <windows root>\system32\ntoskrnl.exe".  I checked the disk and it seems to be there and OK.  I get the feeling that it is either NOT finding the hard disk (or partition) or it cannot interpret the NTFS file system (but grub was able to boot this before,...).  So, two questions...
    1) how do I know what the designator for the external USB hard disk will be?  I have speculated that grub will find it at "hd1", but maybe not?
    2) does the target disk NEED a windows boot loader?  as I said earlier, I used to dual boot it, so there is a grub loader on that disk also.
    ...ok, three questions...
    3) anything else that I should consider??
    Thanks again for any help.
    -dvh
    1) i don'tknow a way to check this, but the
    missing or corrupted <windows root>\system32\ntoskrnl.exe message comes from the windows boot process,
    so it seems grub is configured correctly.
    The main problem is that BOTH grub and windows boot need to have the correct settings.
    Windows takes the settings for boot from the boot.ini file in the root of C:\ , and that probably needs to be changed.
    You will need some way to get read/write access to the windows C-drive partition.
    Install ntfs-3g in archlinux (see NTFS_Write_Support ) and post the contents of boot.ini .

  • HT5639 Can I install Win7 32-bit from a bootable USB-Stick on iMac using Boot Camp?

    I would like to run Win7 32-bit on my iMac 8,1.
    I have a bootable USB-Stick to install Win7.
    Does Boot Camp support the installation from USB-Stick?
    Thanks

    Welcome to Apple Support Communities
    You can only install Windows from a USB drive in one of these Macs:
    - MacBook Pro with Retina display.
    - MacBook Air.
    - Mac mini (Mid 2010 and newer).
    - iMac (Late 2012).
    As you don't have any of those Macs, you have to install Windows through a DVD. Also, the only iMac that can install Windows using a USB drive only supports a 64-bit Windows 7 and 8 version with Boot Camp

  • Help: Cannot boot Windows with GRUB

    here is the strangest thing i have ever met:
    I cannot boot my Windows system after I installed Archlinux, which took me a huge amout of time
    I think the menu.lst file has no problem, the windows lines as follow:
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    The weird thing is that I can mount any other ntfs partitions but /dev/sda1, which contains the windows os
    when I try to mount it, the error is as follow:
    [mntent]: warning: no final newline at the end of /etc/fstab
    WARNING: Couldn't set locale to 'zh_CN.UTF-8' thus some file names may not
    be correct or visible. Please see the potential solution at
    http://ntfs-3g.org/support.html#locale
    Error opening '/dev/sda1': Permission denied
    Failed to mount '/dev/sda1': Permission denied
    Please check '/dev/sda1' and the ntfs-3g binary permissions,
    and the mounting user ID. More explanation is provided at
    http://ntfs-3g.org/support.html#unprivileged
    But with the same settings in /etc/fstab ,  I can mount other ntfs partitions, why???
    I think the two problems above should be related

    york824 wrote:
    bash-3.2# /sbin/fdisk -l
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xb8e8fcbb
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 1305 10482381 7 HPFS/NTFS
    /dev/sda2 1306 2611 10490445 5 Extended
    /dev/sda3 2612 6397 30411045 7 HPFS/NTFS
    /dev/sda4 6398 19452 104864287+ 7 HPFS/NTFS
    /dev/sda5 1306 1371 530113+ 82 Linux swap / Solaris
    /dev/sda6 * 1372 2024 5245191 83 Linux
    /dev/sda7 2025 2611 4715046 83 Linux
    here is my partition information
    And I would advise to remove the bootable attribute from sda6, I doubt windows will like to "see" its own partition and another one marked as bootable, even if it's a logic partiton.

Maybe you are looking for

  • PC and iTunes no longer recognize my iPhone 4?

    Hoping someone can help as I'm completely at a loss and super frustrated. My PC & iTunes no longer "see" my iPhone 4 when I connect it to my computer. I've tried all my USB ports- they all charge my phone, but it does not show up in device manager, e

  • Modem DSL Light flashes

    Hello I posted a few days ago about my PPPOE connection dropping on my Apple router around once or twice per day. I have since noticed that when this happens, the DSL light on the white modem also goes out and flashes. In fact, it happened last night

  • Insert empty bars

    I'm trying to insert empty bars in the middle of a Logic Pro X project (version 10.1.1). In previous discussions on the same topic, but for older versions of Logic, users were advised to adjust their locators to the desired position and then click on

  • I can round edges of an object but how to I save the file and the logo will have rounded edges?

    Rounding edges of objects is easy but how to you save the file to have rounded edges?

  • Outbounds Script. UCCX

    Hi all, I'm trying to implement an outbound script. I pass the phone number by "Get XML Document step" and run well, but i don't know how i can to extract the call info. When i use "Set enterprise call info Step" only write the call information in th