Entries in Boot Menu

Hello,  I have Windows and used to have OpenSuSE on my PC.  OpenSuSE shows up in the Boot Menu when press F9.
How do I remove this entry or modify it? 
I have removed OpenSuSE from my system, deleted the partions, and now it is only Windows 7, but the OpenSuSE entries are still showing.
If I nuke my machine, will this entries clear?  
Thanks...

Here is a guide that may help you remove the entry:
https://tr.opensuse.org/SDB:Uninstalling_the_Boot_Manager_GRUB_from_the_MBR
Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
Signature:
HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
HP Photosmart 7520 AIO
++++++++++++++++++
**Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
Intelligence is God given; Wisdom is the sum of our mistakes!
I am not an HP employee.

Similar Messages

  • MSconfig boot is blank, but still boots. Need to remove a boot menu entry.

    Hello,
    I have three boot menu entries that appear when I restart my pc.  The last one I would like to remove, as it isn't valid anymore.  When I go into msconfig, boot (tab), there isn't any entries in it.  I tried recreating another administrator
    profile, but that didn't help.  I tried using EASYBCD but I get the error message: the boot configuration data store could not be opened. The system cannot find the file specified. I searched for a bcd file, but didn't find any.  Upon reboot it shows
    three entries and does boot to windows, but I would like to remove the third, invalid, entry.
    Thanks,
    Mark

    I have windows 7, MS Dart and windows xp installed.  I uninstalled windows xp over a year ago. I booted into dart and ran startup repair.  It fixed it real good...no entries like before, but this time not starting at all.  missing boot\bcd. 
    I tried putting in windows 7 cd and running repair, but didn't work.  Decided it was time to reload windows 7, as all of my data is on another drive, it has been years since I did it anyway. My cloned/backup drive got into windows, but blue screened and
    did the same thing.  I wonder if I got a virus or possibly a registry cleaning program did this?
    thanks,
    Mark

  • [Forum FAQ]How to customize Windows 7 & Windows 8.1 dual boot menu

    Scenario 1:
    When you install Windows 8.1 on Windows 7 based computer, the default boot option is Windows 8.1 boot options menu which is shown as Figure 1:
    If you want to use the old Windows 7 boot menu, follow these steps:
    Start the computer and then go into
    Windows 8.1 boot options menu which is shown as Figure 1.
    Click
    Change defaults or choose other options, and Options menu appears which is shown as Figure 2.     
    Click
    Choose a default operation system option.
    Click
    Windows 7 Enterprise option to set Windows 7 as the default operating system in the Choose a default operating system menu which is shown as Figure 3.
    Restart, and it will be changed to
    Windows 7 boot options menu which is as shown as Figure
    Scenario 2:
    If you have Windows 7 and Windows 8.1 dual-boot configuration, and the default boot menu is Windows 7 boot options menu which is shown as Figure 4.
    If you want to get the GUI as Windows 8.1 style, follow these steps:
    Boot into Windows 8.1 computer, open the
    command Prompt (Admin).
    Type the following command
    bcdboot  c:\Windows and press Enter.
    Restart, and you'll see the Windows 8.1 boot options menu which is as shown Figure 1.
    Scenario 3:
    When you have dual-boot system, one of the system disappear from the boot menu. We could follow these steps to get it back:
    Boot the computer from the installation media (Here my example is Windows 7) that works fine system.
    Go into
    System Recovery Options menu, which is as shown as Figure 6.
    Click
    Command Prompt link to open the command prompt window
    Use the
    diskpart and list volume commands to confirm the OS boot drive, the commands are shown as Figure 7.
    Backup the bcd file, rename it.
    Rebuild a new bcd file. It will scan all disk to confirm all Windows installation on your computer and ask if you want to add them to boot list.
    Type
    Y to agree with adding to boot list. In next boot, you will get all boot options back in the boot menu.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Since you've selected as default OS as Windows 8.1 you can go to disk management console and format the drive as required. 
    You can remove the Win 7 entry from boot loader:
    To launch msconfig:
    Click Start
    In the Search text box, type msconfig
    Launch msconfig by selecting it from the search results above the search text box.
    After msconfig is launched:
    Go to the Boot tab
    Slect the boot entry you want to delete.
    Click the Delete button and then click OK.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • [SOLVED] Using Apple's UEFI boot menu with Arch

    Hello,
          I've successfully installed arch on my mid-2012 (5,1) 11" Macbook Air, and now I'm trying to get an entry in apple's boot menu (the one that shows when you hold 'option' when starting the computer).  From the author of rEFInd's install instructions (http://www.rodsbooks.com/refind/installing.html#osx) it sounds like I can just add some files to `/dev/sda1` (a vfat directory that contains the stuff needed to boot macos), and then run apple's `bless` command and we're good to go.  Unfortunately I've tried this a bunch of different ways, to no avail.  I think some of my failure is simply because of a misunderstanding of UEFI, here are some questions I (partially) don't understand and my current understanding of them:
    1. Do I even need a bootloader on a pure GPT/UEFI system?  It seems like the answer is no, and I can just use the UEFI firmware and the linux kernel to load Arch (per: https://wiki.archlinux.org/index.php/UE … ux_Kernel).  Note: I'd like to have as little software between the firmware and the os, for speed and simplicity.  However, I'd still like to dual boot, but it sounds like the firmware can handle showing me a menu as long as there are entries pointing to parts of each OS.
    2. Will grub/rEFInd/syslinux do some of the work for me initially/on a kernel update?  I think the answer is yes, which would be motivation (esp when I need to update the kernel) to just use a multibootloader and have it handle arch and the firmware pass control to either that or MacOS
    3. Will `efibootmgr` brick my mac?  https://wiki.archlinux.org/index.php/UE … FI_systems says it will, but I think the `grub-install` command uses `efibootmgr`, so should I not try grub on here (this package: https://www.archlinux.org/packages/core … fi-x86_64/ ).  Also some of the other packages (like rEFInd-efi) depend on efibootmgr, so does that mean any kind of an install from them (a command from the package, not the `pacman -S pkg` command) will also brick my system? (see rEFInd-efi dependencies: https://www.archlinux.org/packages/extr … efind-efi/ )
    I've been searching a bunch of different things, output of the `bless` commands I've been running, and have found the following:
    * https://bbs.archlinux.org/viewtopic.php?id=148647
    * Using OSX to install rEFInd manually (moving the files around and using OSXs `bless` command) http://www.rodsbooks.com/refind/installing.html#osx , I used the rEFInd files from Archs repos: https://www.archlinux.org/packages/extr … efind-efi/ )
    * The Wiki docs on rEFInd https://wiki.archlinux.org/index.php/UE … ing_rEFInd
    To summarize, I'm trying to set up a dual boot between MacOS (installed) and Arch (also installed, there's just no way to boot it on my system yet) using Apple's built in menu that deals with the EFI partition on /dev/sda1 .  Thanks in advance for any help!
    end
    Last edited by enduser (2013-03-18 12:00:17)

    enduser wrote:I've successfully installed arch on my mid-2012 (5,1) 11" Macbook Air, and now I'm trying to get an entry in apple's boot menu (the one that shows when you hold 'option' when starting the computer).  From the author of rEFInd's install instructions (http://www.rodsbooks.com/refind/installing.html#osx) it sounds like I can just add some files to `/dev/sda1` (a vfat directory that contains the stuff needed to boot macos), and then run apple's `bless` command and we're good to go.
    Not quite. That makes a boot loader bootable, but it doesn't add an entry to Apple's boot manager menu. There's a blog post somewhere by Matthew Garrett that describes the steps necessary to add something to Apple's boot manager, but I couldn't find it in a quick Web search. Maybe you'll have better luck, or be able to track down the same information somewhere else. As I recall, it involves using a separate HFS+ volume, creating two or three dummy files, and using "bless" in OS X.
    1. Do I even need a bootloader on a pure GPT/UEFI system?
    Yes, you do need a boot loader. It's important to distinguish between a boot loader and a boot manager, though. The former is a program that loads a kernel, and perhaps associated data, into memory and transfers control to the kernel. A boot manager presents a user interface that enables you to select which OS (or which boot loader) to launch. A boot manager is not strictly necessary, and Apple's EFI implementation includes its own simple boot manager, which is what you've been unsuccessful in configuring.
    Note: I'd like to have as little software between the firmware and the os, for speed and simplicity.  However, I'd still like to dual boot, but it sounds like the firmware can handle showing me a menu as long as there are entries pointing to parts of each OS.
    Many people make do with the firmware's own boot manager, but this can be rather inflexible. I'm not even sure if Apple's boot manager can handle passing options to Linux kernels' EFI stub loaders. This ability is not absolutely required, but without it you must compile your options into your kernel at compile time, which greatly reduces flexibility since you can't modify the options on a per-boot basis -- say, to boot into single-user mode if this is required.
    2. Will grub/rEFInd/syslinux do some of the work for me initially/on a kernel update?
    The usual Arch Linux method of handling kernel updates is to overwrite an old kernel with a new one, so no boot loader/boot manager changes are required. If you want to keep numbered kernels around (as most other distributions do), GRUB provides scripts that can help automate changes, but they are required in the grub.cfg file. rEFInd can auto-detect boot loaders, and if you're using the EFI stub loader, that means that the kernel is its own boot loader, and with a proper configuration, rEFInd can detect new kernels without changing its configuration file.
    SYSLINUX has some very early and very experimental EFI support. The one and only time I tried it (about a month ago), it wouldn't compile for me. (I don't know of a precompiled binary available on the Web -- the support is that new!) I don't recommend trying it unless somebody who's gotten it to work offers to help you personally.
    3. Will `efibootmgr` brick my mac?  https://wiki.archlinux.org/index.php/UE … FI_systems says it will, but I think the `grub-install` command uses `efibootmgr`, so should I not try grub on here (this package: https://www.archlinux.org/packages/core … fi-x86_64/ ).
    There were reports of efibootmgr damaging Mac firmware several months ago (I believe over a year ago). Since then I've seen claims that this problem has been fixed with recent kernels (3.0 and later, IIRC), but I've seen no substantiation one way or the other. Overall, I recommend caution....
    Also some of the other packages (like rEFInd-efi) depend on efibootmgr, so does that mean any kind of an install from them (a command from the package, not the `pacman -S pkg` command) will also brick my system? (see rEFInd-efi dependencies: https://www.archlinux.org/packages/extr … efind-efi/ )
    On a Mac, I recommend installing rEFInd (or any other EFI boot loader) from OS X rather than from Linux. (Note that I'm rEFInd's maintainer, so that's an official recommendation from the software's developer.) Offhand, I don't know if the Arch package for rEFInd runs efibootmgr automatically on boot or just has it as a dependency because efibootmgr is the usual way to register a boot loader on UEFI systems. If the latter, it should be safe to install the Arch package for rEFInd, copy its files, and then reboot to OS X to run bless on it. It would be just as easy, if not easier, to install it completely from OS X, though.

  • Solaris 10 x86 boot menu configuration

    Is there a way to change its configuration? ...Currently I have WindowsXP installed on partition 0 and Sol 10 on partition 1. The boot menu lets me select between the Windows partition and the Solaris partitions but it defaults to the S10 one. I would like to boot Windows every time unless I specifically tell it otherwise but if I mark the Win partition active, I lose the boot menu - the S10 partition needs to be active.
    I tried copying mboot to the root of the Windows partition adding an entry to boot.ini but says: "No active partitions" when I select it at boot time.
    I saw that Sol 11 uses Grub. Can I use it with Sol 10 also? If so I'd appreciate help setting it up.
    What are my options?
    TIA :)

    Thanks to your reply.
    To be on the safe side, I tried to install Sol 10 on a used hard disk of 20GB that was lying around. Don't want to mess with the other hard disk of 120GB which contains lots of valuable info.
    The 20GB hard disk had some bad sectors in the past. Booted the system from CD ROM and the OS started to collect hardware info. Glad it detected video card, monitor,key board and mouse. Proceeded with the installation after completing the intial phase of selecting the country,time and others selections.
    After that, I ran into a problem with the following error repeating continously. Had to shutdown the system.
    PCI@0,0/PCI-ide@4,1/ide@0/cmdk@0,0 (Disk0)
    Error for command 'read sector" error level - retryable
    Required Block - 22177 Error Block - 22177
    Sense Key: bad block detected
    Vendor 'Gen-ATA" Error Code: 0x8
    I will take your suggestion of creating another primary partition on the current hard disk of 120GB with a partition size of 20GB for Sol 10. Will keep the forum posted.
    Ram

  • Refind boot menu label

    I have created a refind.conf manually:
    timeout 3
    scanfor manual
    textonly true
    textmode 1024
    menuentry "ArchLinux" {
    volume 71bd290b-d32a-4463-b4d7-99ee7c761af4
    loader /boot/vmlinuz-linux
    options "root=UUID=b61e88c7-153f-456b-9aac-421fc128b08a ipv6.disable=1 rw systemd.unit=graphical.target initrd=/boot/intel-ucode.img"
    initrd /boot/initramfs-linux.img
    submenuentry "Force fsck" {
    add_options "fsck.mode=force"
    menuentry "System Rescue CD" {
    volume 71bd290b-d32a-4463-b4d7-99ee7c761af4
    loader /boot/sysrcd/isolinux/rescue64
    options "subdir=/boot/sysrcd setkmap=be docache video=HDMI-A-1:d radeon.audio=0"
    initrd /boot/sysrcd/isolinux/initram.igz
    All works fine exept that the menu entry say "Boot ArchLinux from 65 Gib FAT volume" and I want to have a menu entry that simply say "Archlinux". Is that possible? By the way Archlinux is on a ext4 volume, not FAT (refind has the driver to read it). Note that everything works fine except that cosmetic problem.
    Last edited by olive (2015-02-27 16:54:20)

    I have created a refind.conf manually:
    timeout 3
    scanfor manual
    textonly true
    textmode 1024
    menuentry "ArchLinux" {
    volume 71bd290b-d32a-4463-b4d7-99ee7c761af4
    loader /boot/vmlinuz-linux
    options "root=UUID=b61e88c7-153f-456b-9aac-421fc128b08a ipv6.disable=1 rw systemd.unit=graphical.target initrd=/boot/intel-ucode.img"
    initrd /boot/initramfs-linux.img
    submenuentry "Force fsck" {
    add_options "fsck.mode=force"
    menuentry "System Rescue CD" {
    volume 71bd290b-d32a-4463-b4d7-99ee7c761af4
    loader /boot/sysrcd/isolinux/rescue64
    options "subdir=/boot/sysrcd setkmap=be docache video=HDMI-A-1:d radeon.audio=0"
    initrd /boot/sysrcd/isolinux/initram.igz
    All works fine exept that the menu entry say "Boot ArchLinux from 65 Gib FAT volume" and I want to have a menu entry that simply say "Archlinux". Is that possible? By the way Archlinux is on a ext4 volume, not FAT (refind has the driver to read it). Note that everything works fine except that cosmetic problem.
    Last edited by olive (2015-02-27 16:54:20)

  • Duplicate Startup Disks in boot menu

    I have two ssd drives, one in optical bay and one in standard hd bay. I have a clone of Yosemite on both drives. When I boot and gold down option key to bring up boot menu I am seeing duplicate entries for one of my startup disks. So instead of two startup disks to boot into, I see three. How would I
    go about removing the duplicate?

    Thanks. I had actually tried that with the boot mode set at UEFI and it didn't work, but I gave it another try set at legacy and it works fine.
    The documentation for this seems confusing to me, though. Isn't this RAID card considered a mezzanine card? The documentation here says to enable the onboard controller to get a mezzanine card to work:
    http://www.cisco.com/en/US/docs/unified_computing/ucs/c/hw/C200M1/install/RAID.html#wp1016766

  • Yoga 3 Pro - Accessing BIOS, boot menu and System Recovery

    The following tutorial will explain the following topics
    How to access the BIOS Setup
    Choosing a boot menu
    Start a system recovery
    It is not the idea to explain every single option of the above, since many of them are complex and it would be too extensive for such a tutorial like this. 
    To execute any of the tasks above you need to press the button marked with the red arrow in the picture below:
    Press the button when the Y3P is off! Use a small pointing device, I use the tablet pen of one of my Thinkpad tablets
    Once you press the button you will be presented with the following screen:
    Use the cursor keys to move up and down, press Enter to choose an option.
    1) BIOS Setup
    The BIOS is where you can get technical information about your device, as well to change boot parameters and setting up security passwords. Be very careful when changing certain values, since it can affect the way the Y3P works and/or affect performance and security settings.
    Information Screen
    It gives the hardware details of the Y3P, like CPU, installed RAM, SSD capacity and so on. This is a display only screen, no settings can be changed here:
    Configuration Screen
    Time and date can be changed in this screen. Furthermore to deactivate the Wireless LAN and enable the Intel Virtual Technology. If you plan to use Virtual Machine software in your Y3P this setting must be enabled
    Passwords can be set up in this section. Secure Boot settings can be changed here.
    Primarily designed to protect users from rootkits and other malware attacks by blocking unauthorized executables and drivers from being loaded during the boot process, it must be deactivated if you plan to install Linux or having paralel operating systems
    Boot Screen
    Boot modes can be selected in this screen, you can disable booting from a USB stick or from a network for example
    2) Boot Menu
    This option is useful if you have Linux installed (using managers like LILO, GRUB, etc).
    If you only use Win8 or higher there 's no much you can change.
    3) System Recovery
    This option will allow you to restore the system to either its factory setup, or to a previous backup done within Windows
    A factory set up will leave the Y3P as it was shipped from Lenovo your private data and installed apps and/or programs will be wiped out. So make sure you have an external backup before such a reset

    OK article. Doesn't answer my questions.

  • Lenovo G580 boot menu is not working when pressing F2 and F12 key

    QuestionI bought a new Lenovo G580 series laptop. After installation of Windows 7 Ultimate x64 bit edition, a problem revealed when Lenovo driver get installed.
    When I installed Intel HD 3000 graphics driver and restarted laptop, the Window was unable to start normally. It displayed an error, so a recovery program started which was recommended. But this program failed to resolve the problem. Later, I tried again to load Windows normally but the blue screen fatal error showed up.
    I attempted to reinstall Windows again, but after restarting window, the boot menu was not showing up after pressing F12 key. F2 key was also not working either.
    I spoke to a Lenovo techincal assistance expert and they suggested me to remove battery and charger and press start key for 30 seconds. 
    My problem still remains the same, and I am unable to access boot menu. 
    The bios version is  62cn34ww. ls there a way I can get this running again?
    AnswerPlease take note that the suggestion below is just a troubleshooting guide. If the steps could not fix the issue, you need to send you machine in for service for further assistance.
    Try removing the hard disk , then press F2 button to enter BIOS
    If you are successful in entering the bios, pleaes load set up defaults
    Save setting by pressing F10 and shut the machine down
    Connect the hard drive back and check if can enter BIOS via F2 and F12 to see boot menu

    "OK, I will retain my sanity.... changed & of course forgot windows 7 password on my Lenovo H430 desktop. (about a month ago) came accross my windows disc & was going to see if I could boot from it (wouldn't from the pasword unlocker i downloaded) Anyhow, i evidently have a password to enter bois setup which i attempted to "guess"  baaad idea.  i am now looking at Fatal Error.....System halted on my Lenovo H430 desktop.   how do i proceed without doing any damage???    HELP...  

  • Windows 8.1 flex 14-2 boot menu direct to windows no usb or bios setting start up

    Windows 8.1 > yesterday suddenly to make a selection from more boot menu ; ( Fn - F12) He takes no bios setup or a USB boot stick more but starts right after selection windows again? These have put a lenovo flex 2-14 with a self built-in SSD 250 840EVO disk where I am in the bios Boot UEFI mode to Lagacy support. Via de novo button I can still get into the bios and change the settings here ; Boot menu ; legacy support boat priority ; legacy first USB boot ; enabled All updates are automatically done so I suspect something has changed what is causing this problem?

    Latest Bios installed.
    Bios Priority; usb stick firts, SSD drive last.
    Still direct from boot menu to windows

  • Laptop won't load OS, won't enter BIOS/Boot Menu.

    I recently installed Windows 7 Professional on my Compaq CQ56 PC, on a 260Gig HHD partition. I then installed Opensuse linux on the remainind 60Gig. However half way through installation my PC ran out of power and dhut down. I tried booting and changing the Boot Device menu, so that I complete installation, but it won't allow me to go into the boot menu (simply stops on the compaq start screen - fan and cd-rom will be working.) Is there a way for me to rectify this without losing my data?

    It sounds as if you were never warned to always do an OS installation or anything that has to do with partitioning while on external power. 
    Please identify your notebook with more than just the model type. You have given an incomplete picture of your hardware configuration while reporting an extreme hardware/firmware issue. IT would help to remove the battery and take a look at the service tag. Please post the p/n  (product number) here in your thread
    There are a few things to try.
    Remove the hard disk. Connect the power adapter and press the power button. Does the BIOS screen appear and warn that it can not find a bootable disk?
    If it does not, then try a hard reset.
    Try a hard reset as follows:
    1) Remove the battery and unplug the DC power adapter.
    2) Press and hold the power button for more than fifteen seconds.
    3) Plug in the DC power adapter (leave the battery out for now)
    4) Press the power button
    Please post your positive or negative results here in your thread.
    You can put the hard disk in an external housing and connect it to another PC to  try torecover your data. What you will see will depend on the operating system of the PC that you use for data recovery.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Can't remove PC-DOS from Windows 7 Boot menu after using PC-Doctor for DOS Bootable CD

    I have a T60, Win 7 Pro
    I had some issues and tried the PC-Doctor for Dos bootable CD to run some diagnostics. Since then, upon bootup, I have a PC-DOS option in my boot menu that just won't go away.
    Using EasyBSD, the only os supposed to be in the bootloader menu is Win 7, yet, everytime I boot up, I get the boot menu. 
    I even tried using bcdedit to sstop displaying the boot menu but it still appears (for a split second).
    Looking for some help in steps to remove the PC-DOS option from my windows 7 boot menu.

    Hi,
    I have tried something like that with ZenWalk (Slackware- based distro) and it worked for me on my  Lenovo b305 with ATI 5450, no problems like that. Not sure about how Ubuntu will deal with these AIO systems. But I have a feeling that it is not your HD or booting, sounds like a video problem. ATI and Linux don't get on well.
    Can you see the console y Alt +F1? perhaps you have to reconfigure Xorg manually. 
    My advice is to ask in Ubuntu forums they might have better ideas. ATI 5??? line is still "new"  for Linux and  the open drivers need time to work properly.
    Also keep in mind IdeaCentre was not build for Linux...Issues like this might happen also post install.
    Hope this helps, 
    Sergio

  • Windows 7 hangs from boot menu

    Hi,
    my Windows 7 partition refuses to start from boot menu, system just hangs and does nothing. I've not made any changes to the disk layout, only thing I can think of is the upgrade to 10.9.4 which probably changed the recovery partition.
    History:
    - iMac Mavericks 10.9.3 with boot camp 5.1.2 and Windows 7, used to start into Windows by pressing Alt on start up, then reboot from Windows menu or from Windows boot camp application into OS X and back without problems
    - installed the 10.9.4 Build 13E28 upgrade some days ago
    - Change today: rebooted from the boot camp system tray app into OS X, worked without a problem
    - reboot from OS X into boot menu, select Windows 7 partition, system hangs
    I've found this thread, describing a similar problem Repairing Boot Camp after creating new partition I think, however since my Index output only lists 4 partitions I think my problem might be a bit different.
    Here's the output from: sudo gpt -r -vv show disk0
    gpt show: disk0: mediasize=500107862016; sectorsize=512; blocks=976773168
    gpt show: disk0: Suspicious MBR at sector 0
    gpt show: disk0: Pri GPT at sector 1
    gpt show: disk0: Sec GPT at sector 976773167
          start       size  index  contents
              0          1         MBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  816890832      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      817300472    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      818570008       1256        
      818571264  158201856      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      976773120         15        
      976773135         32         Sec GPT table
      976773167          1         Sec GPT header
    and this one is from: sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 60801/255/63 [976773168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
    2: AF 1023 254  63 - 1023 254  63 [    409640 -  816890832] HFS+       
    3: AB 1023 254  63 - 1023 254  63 [ 817300472 -    1269536] Darwin Boot
    *4: 07 1023 254  63 - 1023 254  63 [ 818571264 -  158201856] HPFS/QNX/AUX
    and, just in case: diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Calimera                418.2 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data Windows 7               81.0 GB    disk0s4
    I guess something mixed up the MBR since I would have expected line 4 of the fdisk output to show something 'Windows' like instead of HPFS/QNX/AUX, but even if that is correct, the question is how can the boot problem be fixed?
    The Windows partition is accessible from OS X, so copying the data is not a problem if everything else fails. As far as I remember, the boot camp version in windows is 3.3 (it's an older iMac model).
    GDisk is available, command line not a problem, if you need any further info let me know, any help appreciated.
    thanks,
    jk

    Hi,
    > Does the Bootcamp partition show up in Finder and can you see files in it?
    Yes, the partition shows up in Finder and I can see and copy files.
    > In Disk Utility, does the Bootcamp partition report as NTFS?
    Yes it does, "Get Info" from Finder also reports it as a NTFS volume.
    > Do you have any third party NTFS drivers?
    Yes I have, Paragon NTFS tools.
    > If you hold the ALT key can you boot into Windows?
    No, system just hangs and needs to be rebooted via power-off.
    > If you came from 10.9.3 to 10.9.4, the Recovery HD should have existed under 10.9.3.
    Yes it did, I did a clean install from USB media when Mavericks came out, the Recovery HD is also visible - and has been - in the boot menu.
    > The one strange part is that your volume says "Windows 7". Were any diskutil commands run to change volume names?
    No, just a left click on the Volume Name in Finder and then change Bootcamp to Windows 7.
    Output of dd:
    00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
    00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 68 ca 30  |........?....h.0|
    00000020  00 00 00 00 80 00 80 00  ff f7 6d 09 00 00 00 00  |..........m.....|
    00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
    00000040  f6 00 00 00 01 00 00 00  d7 f9 07 a2 27 08 a2 26  |............'..&|
    00000050  16 1d 72 73 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |..rs.3.....|.h..|
    00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
    00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
    00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
    00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
    000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
    000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
    000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
    000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
    000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
    000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
    00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
    00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
    00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
    00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
    00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
    00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
    00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
    00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
    00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
    00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
    000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
    000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
    000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
    000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
    000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
    000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
    00000200
    So, you think running the Windows startup repair will fix the problem? Is there something that I should be aware of in terms of interfering with the OS X partition?
    jk

  • OS X Mavericks not showing up in boot menu?

    Hi,
    I recently applied to the OS X Yosemite Beta program and downloaded and installed the Beta. I have a 1TB Hard drive in my MacBook Pro which is was partitioned in two partitions, one for OS X Mavericks and one for Bootcamp. I decided I wanted to keep my original partitions intact so I installed the Yosemite beta onto an external hard drive so I wouldn't affect my main system. The Yosemite Beta installed and booted fine from the external hard drive but when I rebooted my computer I was presented with option to boot into my Bootcamp partition or an OS X Yosemite Installer. I can boot into Windows fine but not OS X Mavericks. The OS X Mavericks partition is still intact but does not show up during start up. I tried using a third-party bootloader like rEFIt but doesn't seem to work. Any help would be greatly appreciated.
    Here is an image showing my boot menu, the items in orange are my external hard drive with the Yosemite Beta on it.

    Thanks for the reply, I managed to solve my problem by forcibly unmounting the install partition and booting into Bootcamp (My only option). From there I selected my OS X Mavericks partition from the Bootcamp menu in Windows and I rebooted successfully into it. For some reason it still wont show up in the boot menu  but rEFIt now works and will detect it along with the Bootcamp partition

  • Optical Drives Not Showing Up in Boot Menu / HDD

    why doesn't  my  dvd rom drive  show up in boot menu in my HP ENVY DV7-7250US with window 8  and how do i fix the problem could it be the dvd drive gone  bad /  i ordered   recovory disk  from hp i am wondering if i ccan i use the recovery disk on a brand new HDD ??

    Hi:
    In order to boot from a DVD, you need to change some BIOS settings.
    Please read this info for what BIOS settings to change so you can boot from a DVD:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03736054&lc=en&jumpid=reg_r1002_us...
    You should be able to use the disks on a new HDD as long as the storage size of the new HDD is at least as large as the one you replaced.

Maybe you are looking for

  • Backing up Ipad without lost Password

    Is it possible to backup an Ipad first generation iOS 5.1.1 WITHOUT a password if I have forgotten the password used to do previous backups?  I do not need to do a Restore.  I have tried doing the backup in a computer where I have never backed up thi

  • After OS & App SW install, hard drive disappears - HELP!

    I'll preface this by saying that this is likely a user problem, but nonetheless it's a problem.  I have a new K8MM motherboard with an AMD Athlon 64 3000+ CPU.  512MB PC3200 DDR, 200GB IDE drive, DVD-R/W that I got my son for Christmas.  We wanted to

  • Seeded Discoverer Workbooks in Oracle HRMS

    Hi, I would like to have seeded discoverer workbooks in HRMS. HRMS has many reports available in applications, why there is a need for distributing seeded discoverer workbooks. Are they for any special functionality business wise or just for security

  • ABAP statement for JDBC connection to SQL server

    Hi Gurus, i need to connect a WebDynpro abap to a SQL server. My OS is Unix so i cannot use a ODBC connection. Can anyone help me to know if it's possible to write an abap statement to connect the SQL server by JDBC connection? thanks a lot Regards C

  • Request data again from delta queue to PSA , but error

    Hi,expert I extract 1 record from delta queue to PSA,it is success, and then I set request to 'Red' in the PSA monitor, and delete that request,and start infopackage again , then 1 delta record was loaded, so, it is success. but, when I repeat the up