Mistakenly edited something while booting Windows. Now it doesn't boot
I have a Dell Inspiron 6400 dual boot with Windows 7 and Ubuntu 9.10..
I had just finished a session on Win7 which was extremely slow, and I decided to restart in safe mode to uninstall some unnecessary software.
I went past grub, and booted into windows and was tapping the F12 key furiously to get the Safe mode option. I mistakenly pressed F11 repeatedly, I saw something getting edited , like a boot line or something and I pressed Escape hoping it would cancel out whatever I typed. I booted into Windows itself (not safe mode) , did the uninstalling, and performed a restart.
EDIT : I pressed F11 repeatedly and got this. This is what is the edited version looks like (incl. approx screen layout)
EDIT BOOT OPTIONS
EDIT BOOT OPTIONS FOR : WINDOWS 7
PATH : WINDOWSSYSTEM32WINLOAD.EXE
PARTITION : 1
HARD DISK : 5b210d4e
[ /NOEXECUTE=OPTIN
]
The last line, that is OPTIN can only be edited . I'm sure I edited this. Any idea what the default is ?
Now my Windows doesn't boot. When I select Windows from the grub menu, a screen comes giving me two options - Launch system recovery and boot Windows Normally.
I chose boot normally, but as soon as the animates Win7 logo appears, there is a flash of BSOD and it restarts. I tried the 'Launch System Recovery' option but it doesn't seem to find any Operating System to locate any System Recovery Points.
windows-7 windows ubuntu boot bootloader
add a comment |
I have a Dell Inspiron 6400 dual boot with Windows 7 and Ubuntu 9.10..
I had just finished a session on Win7 which was extremely slow, and I decided to restart in safe mode to uninstall some unnecessary software.
I went past grub, and booted into windows and was tapping the F12 key furiously to get the Safe mode option. I mistakenly pressed F11 repeatedly, I saw something getting edited , like a boot line or something and I pressed Escape hoping it would cancel out whatever I typed. I booted into Windows itself (not safe mode) , did the uninstalling, and performed a restart.
EDIT : I pressed F11 repeatedly and got this. This is what is the edited version looks like (incl. approx screen layout)
EDIT BOOT OPTIONS
EDIT BOOT OPTIONS FOR : WINDOWS 7
PATH : WINDOWSSYSTEM32WINLOAD.EXE
PARTITION : 1
HARD DISK : 5b210d4e
[ /NOEXECUTE=OPTIN
]
The last line, that is OPTIN can only be edited . I'm sure I edited this. Any idea what the default is ?
Now my Windows doesn't boot. When I select Windows from the grub menu, a screen comes giving me two options - Launch system recovery and boot Windows Normally.
I chose boot normally, but as soon as the animates Win7 logo appears, there is a flash of BSOD and it restarts. I tried the 'Launch System Recovery' option but it doesn't seem to find any Operating System to locate any System Recovery Points.
windows-7 windows ubuntu boot bootloader
Renew Grub from Ubuntu by executingsudo update-grub
in a terminal, this will undo possible changes in Grub. If that doesn't help, I'd say you've installed something he's missing now.
– Bobby
Jun 23 '10 at 22:29
doesn't sound like a grub problem; sounds like you've confused the win7 bootloader (which grub is chainloading). don't think update-grub will help here.
– quack quixote
Jun 23 '10 at 22:41
Exactly what I was thinking . I went past the grub alright. I'll try getting that Boot Editor screen again and post what exactly I edited.
– 0xff0000
Jun 23 '10 at 22:45
Have you tried the repair option from the Install CD?
– Daisetsu
Jun 23 '10 at 23:35
1
Problem with the repair option (no need for CD though on Windows 7) is that it'll probably overwrite the boot loader and erase grub. Be careful where you tread.
– user3463
Jun 23 '10 at 23:46
add a comment |
I have a Dell Inspiron 6400 dual boot with Windows 7 and Ubuntu 9.10..
I had just finished a session on Win7 which was extremely slow, and I decided to restart in safe mode to uninstall some unnecessary software.
I went past grub, and booted into windows and was tapping the F12 key furiously to get the Safe mode option. I mistakenly pressed F11 repeatedly, I saw something getting edited , like a boot line or something and I pressed Escape hoping it would cancel out whatever I typed. I booted into Windows itself (not safe mode) , did the uninstalling, and performed a restart.
EDIT : I pressed F11 repeatedly and got this. This is what is the edited version looks like (incl. approx screen layout)
EDIT BOOT OPTIONS
EDIT BOOT OPTIONS FOR : WINDOWS 7
PATH : WINDOWSSYSTEM32WINLOAD.EXE
PARTITION : 1
HARD DISK : 5b210d4e
[ /NOEXECUTE=OPTIN
]
The last line, that is OPTIN can only be edited . I'm sure I edited this. Any idea what the default is ?
Now my Windows doesn't boot. When I select Windows from the grub menu, a screen comes giving me two options - Launch system recovery and boot Windows Normally.
I chose boot normally, but as soon as the animates Win7 logo appears, there is a flash of BSOD and it restarts. I tried the 'Launch System Recovery' option but it doesn't seem to find any Operating System to locate any System Recovery Points.
windows-7 windows ubuntu boot bootloader
I have a Dell Inspiron 6400 dual boot with Windows 7 and Ubuntu 9.10..
I had just finished a session on Win7 which was extremely slow, and I decided to restart in safe mode to uninstall some unnecessary software.
I went past grub, and booted into windows and was tapping the F12 key furiously to get the Safe mode option. I mistakenly pressed F11 repeatedly, I saw something getting edited , like a boot line or something and I pressed Escape hoping it would cancel out whatever I typed. I booted into Windows itself (not safe mode) , did the uninstalling, and performed a restart.
EDIT : I pressed F11 repeatedly and got this. This is what is the edited version looks like (incl. approx screen layout)
EDIT BOOT OPTIONS
EDIT BOOT OPTIONS FOR : WINDOWS 7
PATH : WINDOWSSYSTEM32WINLOAD.EXE
PARTITION : 1
HARD DISK : 5b210d4e
[ /NOEXECUTE=OPTIN
]
The last line, that is OPTIN can only be edited . I'm sure I edited this. Any idea what the default is ?
Now my Windows doesn't boot. When I select Windows from the grub menu, a screen comes giving me two options - Launch system recovery and boot Windows Normally.
I chose boot normally, but as soon as the animates Win7 logo appears, there is a flash of BSOD and it restarts. I tried the 'Launch System Recovery' option but it doesn't seem to find any Operating System to locate any System Recovery Points.
windows-7 windows ubuntu boot bootloader
windows-7 windows ubuntu boot bootloader
edited Jun 24 '10 at 6:58
Bobby
8,03133042
8,03133042
asked Jun 23 '10 at 22:26
0xff00000xff0000
10625
10625
Renew Grub from Ubuntu by executingsudo update-grub
in a terminal, this will undo possible changes in Grub. If that doesn't help, I'd say you've installed something he's missing now.
– Bobby
Jun 23 '10 at 22:29
doesn't sound like a grub problem; sounds like you've confused the win7 bootloader (which grub is chainloading). don't think update-grub will help here.
– quack quixote
Jun 23 '10 at 22:41
Exactly what I was thinking . I went past the grub alright. I'll try getting that Boot Editor screen again and post what exactly I edited.
– 0xff0000
Jun 23 '10 at 22:45
Have you tried the repair option from the Install CD?
– Daisetsu
Jun 23 '10 at 23:35
1
Problem with the repair option (no need for CD though on Windows 7) is that it'll probably overwrite the boot loader and erase grub. Be careful where you tread.
– user3463
Jun 23 '10 at 23:46
add a comment |
Renew Grub from Ubuntu by executingsudo update-grub
in a terminal, this will undo possible changes in Grub. If that doesn't help, I'd say you've installed something he's missing now.
– Bobby
Jun 23 '10 at 22:29
doesn't sound like a grub problem; sounds like you've confused the win7 bootloader (which grub is chainloading). don't think update-grub will help here.
– quack quixote
Jun 23 '10 at 22:41
Exactly what I was thinking . I went past the grub alright. I'll try getting that Boot Editor screen again and post what exactly I edited.
– 0xff0000
Jun 23 '10 at 22:45
Have you tried the repair option from the Install CD?
– Daisetsu
Jun 23 '10 at 23:35
1
Problem with the repair option (no need for CD though on Windows 7) is that it'll probably overwrite the boot loader and erase grub. Be careful where you tread.
– user3463
Jun 23 '10 at 23:46
Renew Grub from Ubuntu by executing
sudo update-grub
in a terminal, this will undo possible changes in Grub. If that doesn't help, I'd say you've installed something he's missing now.– Bobby
Jun 23 '10 at 22:29
Renew Grub from Ubuntu by executing
sudo update-grub
in a terminal, this will undo possible changes in Grub. If that doesn't help, I'd say you've installed something he's missing now.– Bobby
Jun 23 '10 at 22:29
doesn't sound like a grub problem; sounds like you've confused the win7 bootloader (which grub is chainloading). don't think update-grub will help here.
– quack quixote
Jun 23 '10 at 22:41
doesn't sound like a grub problem; sounds like you've confused the win7 bootloader (which grub is chainloading). don't think update-grub will help here.
– quack quixote
Jun 23 '10 at 22:41
Exactly what I was thinking . I went past the grub alright. I'll try getting that Boot Editor screen again and post what exactly I edited.
– 0xff0000
Jun 23 '10 at 22:45
Exactly what I was thinking . I went past the grub alright. I'll try getting that Boot Editor screen again and post what exactly I edited.
– 0xff0000
Jun 23 '10 at 22:45
Have you tried the repair option from the Install CD?
– Daisetsu
Jun 23 '10 at 23:35
Have you tried the repair option from the Install CD?
– Daisetsu
Jun 23 '10 at 23:35
1
1
Problem with the repair option (no need for CD though on Windows 7) is that it'll probably overwrite the boot loader and erase grub. Be careful where you tread.
– user3463
Jun 23 '10 at 23:46
Problem with the repair option (no need for CD though on Windows 7) is that it'll probably overwrite the boot loader and erase grub. Be careful where you tread.
– user3463
Jun 23 '10 at 23:46
add a comment |
1 Answer
1
active
oldest
votes
You can use msconfig or bcdedit to modify the win7/vista boot config
I presume that changes in msconfig should overwrite any errors for you.
http://www.windows7home.net/how-to-use-bcdedit-in-windows-7/
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%2f155949%2fmistakenly-edited-something-while-booting-windows-now-it-doesnt-boot%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
You can use msconfig or bcdedit to modify the win7/vista boot config
I presume that changes in msconfig should overwrite any errors for you.
http://www.windows7home.net/how-to-use-bcdedit-in-windows-7/
add a comment |
You can use msconfig or bcdedit to modify the win7/vista boot config
I presume that changes in msconfig should overwrite any errors for you.
http://www.windows7home.net/how-to-use-bcdedit-in-windows-7/
add a comment |
You can use msconfig or bcdedit to modify the win7/vista boot config
I presume that changes in msconfig should overwrite any errors for you.
http://www.windows7home.net/how-to-use-bcdedit-in-windows-7/
You can use msconfig or bcdedit to modify the win7/vista boot config
I presume that changes in msconfig should overwrite any errors for you.
http://www.windows7home.net/how-to-use-bcdedit-in-windows-7/
answered Jun 24 '10 at 1:27
GrizlyGrizly
86059
86059
add a comment |
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%2f155949%2fmistakenly-edited-something-while-booting-windows-now-it-doesnt-boot%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
Renew Grub from Ubuntu by executing
sudo update-grub
in a terminal, this will undo possible changes in Grub. If that doesn't help, I'd say you've installed something he's missing now.– Bobby
Jun 23 '10 at 22:29
doesn't sound like a grub problem; sounds like you've confused the win7 bootloader (which grub is chainloading). don't think update-grub will help here.
– quack quixote
Jun 23 '10 at 22:41
Exactly what I was thinking . I went past the grub alright. I'll try getting that Boot Editor screen again and post what exactly I edited.
– 0xff0000
Jun 23 '10 at 22:45
Have you tried the repair option from the Install CD?
– Daisetsu
Jun 23 '10 at 23:35
1
Problem with the repair option (no need for CD though on Windows 7) is that it'll probably overwrite the boot loader and erase grub. Be careful where you tread.
– user3463
Jun 23 '10 at 23:46