HP Probook 4440s system restore partition erased, now it freezes at boot screen
I erased the system restore partition on my HP Probook 4440s laptop, now it hangs at the first logo when booting. If I don't change it from trying to boot from the hard drive, there is no error, it just freezes at the first screen. I'm guessing this has something to do with the fact that it is EFI based, but I did leave the EFI partition untouched. I just erased the system restore partition and installed two other OSs on the free space.
Now I can still boot into Windows and my other OSs if I leave my thumb drive plugged in with Chameleon bootloader installed on it. I've tried installing Chameleon on the internal drive, but it still freezes at the very first screen on power up. How do I fix this? I am not going to get any DVDs to make restore media, so please don't even suggest that.
windows-7 boot partitioning freeze bootloader
add a comment |
I erased the system restore partition on my HP Probook 4440s laptop, now it hangs at the first logo when booting. If I don't change it from trying to boot from the hard drive, there is no error, it just freezes at the first screen. I'm guessing this has something to do with the fact that it is EFI based, but I did leave the EFI partition untouched. I just erased the system restore partition and installed two other OSs on the free space.
Now I can still boot into Windows and my other OSs if I leave my thumb drive plugged in with Chameleon bootloader installed on it. I've tried installing Chameleon on the internal drive, but it still freezes at the very first screen on power up. How do I fix this? I am not going to get any DVDs to make restore media, so please don't even suggest that.
windows-7 boot partitioning freeze bootloader
add a comment |
I erased the system restore partition on my HP Probook 4440s laptop, now it hangs at the first logo when booting. If I don't change it from trying to boot from the hard drive, there is no error, it just freezes at the first screen. I'm guessing this has something to do with the fact that it is EFI based, but I did leave the EFI partition untouched. I just erased the system restore partition and installed two other OSs on the free space.
Now I can still boot into Windows and my other OSs if I leave my thumb drive plugged in with Chameleon bootloader installed on it. I've tried installing Chameleon on the internal drive, but it still freezes at the very first screen on power up. How do I fix this? I am not going to get any DVDs to make restore media, so please don't even suggest that.
windows-7 boot partitioning freeze bootloader
I erased the system restore partition on my HP Probook 4440s laptop, now it hangs at the first logo when booting. If I don't change it from trying to boot from the hard drive, there is no error, it just freezes at the first screen. I'm guessing this has something to do with the fact that it is EFI based, but I did leave the EFI partition untouched. I just erased the system restore partition and installed two other OSs on the free space.
Now I can still boot into Windows and my other OSs if I leave my thumb drive plugged in with Chameleon bootloader installed on it. I've tried installing Chameleon on the internal drive, but it still freezes at the very first screen on power up. How do I fix this? I am not going to get any DVDs to make restore media, so please don't even suggest that.
windows-7 boot partitioning freeze bootloader
windows-7 boot partitioning freeze bootloader
edited Sep 25 '13 at 0:54
karel
9,30093239
9,30093239
asked Sep 25 '13 at 0:22
UserZer0UserZer0
3431516
3431516
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I can make no promises, but try preparing a USB flash drive or CD-R with my rEFInd boot manager. That page has links to image files for both media type, but you'll need a Windows equivalent of the Linux dd
command to prepare a USB flash drive (or you could do this from Linux, if you have a Linux installation on any computer). If you can boot rEFInd and if it then enables you to boot Windows, you could install rEFInd on your hard disk. This will enable you to boot, albeit through rEFInd, which will add some time to your boot process. Another option might be to open an Administrator Command Prompt window and type the following command:
bcdedit /set {bootmgr} path EFIMicrosoftBootbootmgfw.efi
I can't promise that this will work, but it might. If it does work, it will boot straight to Windows, without involving rEFInd.
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f649900%2fhp-probook-4440s-system-restore-partition-erased-now-it-freezes-at-boot-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I can make no promises, but try preparing a USB flash drive or CD-R with my rEFInd boot manager. That page has links to image files for both media type, but you'll need a Windows equivalent of the Linux dd
command to prepare a USB flash drive (or you could do this from Linux, if you have a Linux installation on any computer). If you can boot rEFInd and if it then enables you to boot Windows, you could install rEFInd on your hard disk. This will enable you to boot, albeit through rEFInd, which will add some time to your boot process. Another option might be to open an Administrator Command Prompt window and type the following command:
bcdedit /set {bootmgr} path EFIMicrosoftBootbootmgfw.efi
I can't promise that this will work, but it might. If it does work, it will boot straight to Windows, without involving rEFInd.
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
add a comment |
I can make no promises, but try preparing a USB flash drive or CD-R with my rEFInd boot manager. That page has links to image files for both media type, but you'll need a Windows equivalent of the Linux dd
command to prepare a USB flash drive (or you could do this from Linux, if you have a Linux installation on any computer). If you can boot rEFInd and if it then enables you to boot Windows, you could install rEFInd on your hard disk. This will enable you to boot, albeit through rEFInd, which will add some time to your boot process. Another option might be to open an Administrator Command Prompt window and type the following command:
bcdedit /set {bootmgr} path EFIMicrosoftBootbootmgfw.efi
I can't promise that this will work, but it might. If it does work, it will boot straight to Windows, without involving rEFInd.
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
add a comment |
I can make no promises, but try preparing a USB flash drive or CD-R with my rEFInd boot manager. That page has links to image files for both media type, but you'll need a Windows equivalent of the Linux dd
command to prepare a USB flash drive (or you could do this from Linux, if you have a Linux installation on any computer). If you can boot rEFInd and if it then enables you to boot Windows, you could install rEFInd on your hard disk. This will enable you to boot, albeit through rEFInd, which will add some time to your boot process. Another option might be to open an Administrator Command Prompt window and type the following command:
bcdedit /set {bootmgr} path EFIMicrosoftBootbootmgfw.efi
I can't promise that this will work, but it might. If it does work, it will boot straight to Windows, without involving rEFInd.
I can make no promises, but try preparing a USB flash drive or CD-R with my rEFInd boot manager. That page has links to image files for both media type, but you'll need a Windows equivalent of the Linux dd
command to prepare a USB flash drive (or you could do this from Linux, if you have a Linux installation on any computer). If you can boot rEFInd and if it then enables you to boot Windows, you could install rEFInd on your hard disk. This will enable you to boot, albeit through rEFInd, which will add some time to your boot process. Another option might be to open an Administrator Command Prompt window and type the following command:
bcdedit /set {bootmgr} path EFIMicrosoftBootbootmgfw.efi
I can't promise that this will work, but it might. If it does work, it will boot straight to Windows, without involving rEFInd.
answered Sep 25 '13 at 17:20
Rod SmithRod Smith
17.3k22043
17.3k22043
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
add a comment |
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
I did the bcedit command first and got this error, "The boot configuration data store could not be opened. The system cannot find the file specified." I copied and pasted into an Command Prompt opened using administrator's power. I'll try rEFInd next, but like I said I did install cameleon onto the internal drive and it had no effect. Also I am able to boot using chameleon from my usb drive, just to make that clear. Thanks for the help!
– UserZer0
Sep 25 '13 at 23:45
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f649900%2fhp-probook-4440s-system-restore-partition-erased-now-it-freezes-at-boot-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown