Messed up boot loader while dual booting

Hey guys,
I have a y410p with windows 8 on it. I recently installed a debian based linux alongside windows so I can dual boot them.
This required me to also add Grub to the the disk. But grub was in legacy mode and i had problems booting up win8. So, I used boot-repair to try to fix it, but it seems to have gotten worse.
Everything is messed up at this point, the mbr, uefi, grub, everything.
Are there any tools I can use to fix this?
Any advice?

tokamocha wrote:
Hey guys,
I have a y410p with windows 8 on it. I recently installed a debian based linux alongside windows so I can dual boot them.
This required me to also add Grub to the the disk. But grub was in legacy mode and i had problems booting up win8. So, I used boot-repair to try to fix it, but it seems to have gotten worse.
Everything is messed up at this point, the mbr, uefi, grub, everything.
Are there any tools I can use to fix this?
Any advice?You can try the OKR recovery button and see if you can restore the unit to factory condition. That is power down the unit. Press the Novo button and select System recovery from the presented menu. The select restore to initial condition.

Similar Messages

  • Extensions are not loaded while boot

    Hi there!
    I have the problem, that the driver für my firewire audio interface and the driver for my dsp cards are not loaded while booting the system...
    How can I activate these extensions?
    Thank you for support!
    Cheers
    André

    Are you talking about kext's?  Did you check that they are even there (look in /System/Library/Extensions or type kextstat in terminal).

  • My Android Galaxy S5 has locked up and gone into endless loading while trying to update to the Kitkat update. I have set it back to factory settings and tried again and it has locked up again. My phone no longer works. What else can I do?

    My Android Galaxy S5 has locked up and gone into endless loading while trying to update to the Kitkat update. I have set it back to factory settings and tried again and it has locked up again. My phone no longer works. What else can I do?

        Oh goodness,SLEEPER888. We wish you didn't have this problem while trying to complete this update.You have done quite a bit of troubleshooting on your own. If the phone update does not take, we would need to replace it with the warranty. Is it still locked up?
    TamaraH_VZW
    Follow us on Twitter @VZWSupport

  • New to flash, swf loaded while changing size

    i'm trying to create a button that will replace the current
    swf with another and i want the size to change between the various
    sizes of each page. i'm currently using the following code in the
    action inspector:
    on(release){loadMovieNum("myfilename.swf",0);
    i know there has to be a simple way to do this! a very
    grateful thanks to anyone who tries to help!

A: new to flash, swf loaded while changing size

b3autiful_dizaster wrote:
> i'm trying to create a button that will replace the
current swf with another
> and i want the size to change between the various sizes
of each page. i'm
> currently using the following code in the action
inspector:
>
> on(release){loadMovieNum("myfilename.swf",0);
> }
>
> i know there has to be a simple way to do this! a very
grateful thanks to
> anyone who tries to help!
You can't change size dynamically as it is defined by the
object embed tags.
You could use WMODE transparency which could help you fake it
tho not always best
solution to go with WMODE. It's a very buggy parameter.
WMODE will remove the background color so the flash movie
appear over the html and you
can see the HTML content trough the movie.
You could define some solid shape for the background on
bottom layer to make it look
like SWF background, than change it with the other loaded
movie making it appear as it
changed size while the over all flash size stats the same. As
said above - faking it.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

b3autiful_dizaster wrote:
> i'm trying to create a button that will replace the
current swf with another
> and i want the size to change between the various sizes
of each page. i'm
> currently using the following code in the action
inspector:
>
> on(release){loadMovieNum("myfilename.swf",0);
> }
>
> i know there has to be a simple way to do this! a very
grateful thanks to
> anyone who tries to help!
You can't change size dynamically as it is defined by the
object embed tags.
You could use WMODE transparency which could help you fake it
tho not always best
solution to go with WMODE. It's a very buggy parameter.
WMODE will remove the background color so the flash movie
appear over the html and you
can see the HTML content trough the movie.
You could define some solid shape for the background on
bottom layer to make it look
like SWF background, than change it with the other loaded
movie making it appear as it
changed size while the over all flash size stats the same. As
said above - faking it.
Best Regards
Urami
!!!!!!! Merry Christmas !!!!!!!
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

  • Presentation_Model javascripts are not loading while customizing OpenUI

    Hi All,
    I would like to know, if any one tried to customize the UI with given examples like adding google map hover, partialrefresh javascripts in Oracle documentation [Configuring Open UI.pdf]
    I tried to follow the steps given for changing "manifest_extensions.map" and "custom_manifest.xml" and added given js files in location "siebel\custom\*.js"
    But presentation_model javascripts are not loading while checking in developer tools in google chrome browser.
    Note: physical_renderer javascript was loaded. and i restarted server after modifications.
    Let me know if i'm missing any steps or settings. Thanks
    Best Regards,
    Venkat

    A same issue I have encount is:
    I write
    <KEY NAME="PartialRefreshPModel"> in Custom_manifest.xml.
    but it should be:
    <KEY Name="PartialRefreshPModel">
    You should check the case sensitive.

  • Custom fonts not loading while Edge Animation inside an iFrame

    Hi can someone help me with this strange problem? Custom fonts, specifically, Typekit fonts I used in my Edge Animate animation is not loading IE 11 when the animation is inside an iFrame. If you view the animation HTML directly on the browser, the fonts load perfectly fine.
    Here is an example where the animation is inside an iFrame and part of a webpage where fonts are not loaded when using IE11.
    http://www.pandaequipment.com/test/contact.html
    and here is the HTML file directly where fonts and loaded fine in IE 11
    http://www.pandaequipment.com/test/edgeanimate_assets/myhero/Assets/myhero.html
    All the other browsers I tested don't have this problem.
    Can someone tell me some ways to fix this in IE?

    Hi Keith,
    I'm sorry that you ran into trouble with this.  I also saw this issue when I tested your site in Chrome on OS X 10.9, although the fonts worked on reload because they were then cached in the browser.
    I suspect the the issue is in the "src" attribute on the iframe:
    iframe allowtransparency="true" frameborder="0" scrolling="no" src="edgeanimate_assets/myhero/Assets/myhero.html"
    Would you try changing the src to a full path, and see if the fonts load into the iframe?
    iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.pandaequipment.com/test/edgeanimate_assets/myhero/Assets/myhero.html"
    Background:  Typekit gets the domain name from the browser referrer and uses it to check that the site matches the listing on your kit.  This is one of the security layers to make sure someone can't steal your Typekit fonts and use them on their own site.  When loading fonts into an iframe, the iframe referrer needs to match as well.
    If the iframe referrer doesn't match or is blank, the behavior is browser-specific.  Some browsers will use the referrer of the parent page and so the fonts load, while others don't apply the fonts at all.
    Setting the iframe src to the full URL should ensure that a referrer is sent, and may fix this issue.
    Please give that a try, and let me know how it goes!  Thank you,
    -- liz

  • The user profile service failed the logon. User profile cannot be loaded, WIN7 dual boot

    Hi all,
    I just got a new x201, which I installed ubuntu on a second partition. For a while the two systems were getting along fine, and I was able to switch between them without problems. on my last login it won't accept my credentials (pw or biometric) and says "The user profile service failed the logon. User profile cannot be loaded" and then returns to the login screen. Any ideas on how to fix this without nuking the system?

    Hi, I'm having the exact same problem as little_teapot , I cannot get past the login screen. I went onto the Toshiba support site which asked me to do a system recovery using the F8 key on start up. So I tried this but the problem I'm having is when I turn on the computer holding in the F8 key, nothing happens, it just goes through start up as normal and then it just ends up at the login screen telling me that the user profile cannot be loaded. I've tried it a couple of times and I don't know if I'm doing something wrong with the safe mode start up? Also the notebook is a P500/020 and is only 2 months old running Windows 7? if anyone can help I would greatly appreciate it.
    Thanks

  • How to create a third partition without messing up Boot Camp partition?

    I have been running a dual-partition Boot Camp setup (with Mac OS 10.5 and Vista) on my Macbook Pro with no hitches for the past year or so. Recently, I have decided that I want to create a third partition to boot into Windows XP. Of course, Boot Camp doesn't let me do this, so I am trying to do it manually by resizing my Mac OS partition and devoting the remaining space to a new partition. However, when I try to resize my Mac OS partition in Disk Utility, it warns me that "Changing the partition map may make this disk unbootable using Windows."
    So I am wondering: is there any way for me to create a new Windows partition without messing up my preexisting Boot Camp setup?

    I found this blog post shortly after the first BootCamp beta was out. I successfully split mine into three partitions per the instructions. However, since Leopard now lets you live partition your disk, you can probably do the partitioning via Disk Utility instead of using diskutil in Terminal.
    <http://twoyearstwodays.blogspot.com/2006/05/bootcamp-sharing-data-between-osx-a nd.html>

  • Messed up Boot Camp XP install - can't start up without holding option down

    For some reason my XP install via boot camp messed up and so I aborted it.
    Now, if I turn on my iMac unattended, I get a black screen with "boot from cd" or something in text.
    If I hold down option, obviously I get boot drive options and can choose Mac HD.
    I deleted the partition that Boot Camp created via BC. I also specify what my start up drive ought to be in sys prefs.
    Disk Utility confirms there is only one partition.
    What's annoying is there's obviously some remnants of the XP install lurking on my HD correct?
    Any ideas on how to fix/ rid my mac of this affliction?

    Try this:
    http://docs.info.apple.com/article.html?artnum=2238

  • I messed up boot camp...

    yesterday I used boot camp to add windows vista and it was working fine, until today when I added an external hard drive, but when I saw a picture of a hard drive on my desktop with about 32GB of storage it didn't dawn on me that it was the partitioned windows part of my internal hard drive, so I thought it was the new hard drive with only 10% showing so I formatted the partitioned part of the internal hard drive for windows, and now windows isn't up anymore and boot camp won't do anything... How do I fix it?
    Thanks - Andrew

    Bad news - sorry to hear about this error, it is a permanent one too.
    Formatting anything removes all reference points so the space appears "clean". You data is still there, but it takes skills and money and lots of time to "see" the data again.
    To destroy data it takes hours using a data shredder, while formatting only takes a minute. You should get used to the idea that you need to install Windows again from scratch (using Boot Camp). If, however, you need the data that was there, then you need to Google and search these Boards to find out how to do that. In fact I recall there is a software one can buy which recovers lost data - don't have a clue what it was called though.
    Good luck.

  • 10.4.11 update messes with Boot Camp beta

    I am posting this again as my post is way down another discussion.
    I did the update yeterday without knowing about the bug. Now Windows XP won't start up in boot camp. This is really annoying. Mac OS X boots fine.
    So. Can I downgrade from 10.4.11 to 10.4.6 without having to reinstall all the other applications? What about Boot Camp? Is this an option I select from the utilities available on the install disk?
    What about archive and install? Will that archive all my applications and data so I don't have to do reinstalls?
    Otherwise, what if I upgrade to 10.5? Will this fix the problem without me having to redo the whole Windows installation? There is a lot of data, most of it is backed up but still a pain to restore.
    I have looked at other responses to this problem but not found the definitive answer.

    What if I do upgrade to 10.5 - will that update the system without having to reinstall Win XP etc?
    FYI - Other articles concerning this issue are: http://www.macobserver.com/article/2007/11/27.7.shtml
    http://apple.slashdot.org/article.pl?sid=07/11/27/0040206
    http://blogs.pcmag.com/securitywatch/2007/11/bewareboot_camp_plus_mac_os1.php
    http://www.macnn.com/articles/07/11/26/tiger.update.data.loss/
    As you can see - I've been looking around a lot!
    Message was edited by: Rob_Droitwich

  • Messed up boot drive, how to fix it?

    I accidentally changed permissions on the boot drive to "no access" (applied to all enclosed items), everything froze, had to shut down from the power button, and now my Mac won't start (gets stuck at the grey apple screen with the spinning wheel).
    I tried to use the SL install CD to repair permissions, etc., but nothing seems to help.
    I'm ready to reinstall the OS but want to do it in a way that will preserve all my applications installations and preferences. I noticed there is no option for Archive&Install on the SL CD, so how do I do this?
    Thanks for your help!
    PS. I have back-ups of all user files but not for apps or system files. I can however boot up from a USB drive and access the internal disk to copy files if necessary.

    kaymanjr wrote:
    I accidentally changed permissions on the boot drive to "no access" (applied to all enclosed items),
    you completely hosed your system by doing this. reinstall snow leopard on top of your current install. this will preserve your user data and applications. and in the future NEVER EVER use apply to enclosed items" on ANY system created folders, your startup drive and the TM drive. use it on folders you make yourself only.
    everything froze, had to shut down from the power button, and now my Mac won't start (gets stuck at the grey apple screen with the spinning wheel).
    I tried to use the SL install CD to repair permissions, etc., but nothing seems to help.
    I'm ready to reinstall the OS but want to do it in a way that will preserve all my applications installations and preferences. I noticed there is no option for Archive&Install on the SL CD, so how do I do this?
    Thanks for your help!
    PS. I have back-ups of all user files but not for apps or system files. I can however boot up from a USB drive and access the internal disk to copy files if necessary.
    you should do regular full backups of everything. use Time machine or one of many 3rd party backup tools
    http://discussions.apple.com/thread.jspa?messageID=7495315#7495315
    Message was edited by: V.K.

  • Ahhh! I need help windows install messed up boot order

    I tried to install windows XP for a work related program I needed to run and the instal did not work. So i went into boot camp and removed the partition and now whenever my imac restarts it tries to boot the removed windows with doesn't work. It tells me there is no boot disc and to press any key to restart. Pressing any key doesn't work so I have to revert to holding power and turning it back on holding "option" When that brings up the select system to boot the only option is mac, yet if I do not start up this way I cannot get mac to boot.
    How can I get the windows default book off of my computer so it once again boots in mac default?

    first, reset PRAM.
    http://support.apple.com/kb/HT1379
    then boot into OS X and change the startup disk in system preferences->startup disk. also, you should check your disk for errors which are quite possible after a failed use of bootcamp assistant. run "verify disk" (not permissions) on it using Disk Utility and if it reports any errors boot from the leopard install DVD and repair the disk using Disk Utility there.

  • Messed up boot camp and needs to eject windows xp disc

    Hi all
    After partitioning hard drive for xp and then entering installation, xp refuses to install BUT will not let me eject xp disk. Thus, evertime i turn mac on it trys to install xp, fails and has to be shut down making it impossible for me to get back into mac osx. Does anyone know of a way i can bypass the installation or eject the disk before it tries to install windows? If not i'll have to contact support, but just wondering if there's a quick fix first. Pressing eject on keyboard hasn't worked btw.
    Thanks a lot, Dan

    Hi
    To eject the disk try restarting & holding down left mouse button.
    Steve

  • Windows will not load while a USB is plugged into P67A-GD53 (B3)

    There are a couple issues here but that is the main one that I'm dealing with. I just built a new rig a few days ago and for some reason Windows 7 Ultimate 64bit will freeze at the Windows logo if I have any external devices (USB, speaker jack, etc.) plugged into it. If I unplug everything from it, Windows will start as normal, I'll just plug everything back in after the Windows logo screen and I'll experience no issues while running. I've installed all drivers that I could from the Windows device manager however, I was not able to boot from the drivers and utilities disk that came with the P67A-GD53 (B3). The CD would load to the Winki install options screen, I'd select to install and then the screen would go black. When I load the disk from the desktop the online update option sends me to a 404 page . No beeps on start up. Any ideas?

     Did you do a fresh install of Windows on the HDD or is it an old install and simply transferred HDD from old system?

  • Maybe you are looking for