Operating System not found after installing Redhat 6 on Windows 7
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have installed Red hat with Windows 7, now I can use the Red Hat OS but not Windows 7 I'm getting boot options as Linux and Other, but whenever I select "Other" boot option, I'm getting message as "Operating System not Found you can reboot with Ctrl+Alt+Del "
grub
add a comment |
I have installed Red hat with Windows 7, now I can use the Red Hat OS but not Windows 7 I'm getting boot options as Linux and Other, but whenever I select "Other" boot option, I'm getting message as "Operating System not Found you can reboot with Ctrl+Alt+Del "
grub
Check you did not accidentally erase the partition: From linux, runsudo fdisk -l /dev/sda
(presuming that is your harddrive), and cut n' paste the output into your question.
– goldilocks
Jul 31 '15 at 12:38
Do you remember which option you chose when partitioning the disk? Something like "Use full disk" or "Use free space non used by other OSes"?
– dr01
Jul 31 '15 at 13:17
add a comment |
I have installed Red hat with Windows 7, now I can use the Red Hat OS but not Windows 7 I'm getting boot options as Linux and Other, but whenever I select "Other" boot option, I'm getting message as "Operating System not Found you can reboot with Ctrl+Alt+Del "
grub
I have installed Red hat with Windows 7, now I can use the Red Hat OS but not Windows 7 I'm getting boot options as Linux and Other, but whenever I select "Other" boot option, I'm getting message as "Operating System not Found you can reboot with Ctrl+Alt+Del "
grub
grub
edited Mar 9 at 13:24
Rui F Ribeiro
41.9k1483142
41.9k1483142
asked Jul 31 '15 at 10:51
ahad03ahad03
814
814
Check you did not accidentally erase the partition: From linux, runsudo fdisk -l /dev/sda
(presuming that is your harddrive), and cut n' paste the output into your question.
– goldilocks
Jul 31 '15 at 12:38
Do you remember which option you chose when partitioning the disk? Something like "Use full disk" or "Use free space non used by other OSes"?
– dr01
Jul 31 '15 at 13:17
add a comment |
Check you did not accidentally erase the partition: From linux, runsudo fdisk -l /dev/sda
(presuming that is your harddrive), and cut n' paste the output into your question.
– goldilocks
Jul 31 '15 at 12:38
Do you remember which option you chose when partitioning the disk? Something like "Use full disk" or "Use free space non used by other OSes"?
– dr01
Jul 31 '15 at 13:17
Check you did not accidentally erase the partition: From linux, run
sudo fdisk -l /dev/sda
(presuming that is your harddrive), and cut n' paste the output into your question.– goldilocks
Jul 31 '15 at 12:38
Check you did not accidentally erase the partition: From linux, run
sudo fdisk -l /dev/sda
(presuming that is your harddrive), and cut n' paste the output into your question.– goldilocks
Jul 31 '15 at 12:38
Do you remember which option you chose when partitioning the disk? Something like "Use full disk" or "Use free space non used by other OSes"?
– dr01
Jul 31 '15 at 13:17
Do you remember which option you chose when partitioning the disk? Something like "Use full disk" or "Use free space non used by other OSes"?
– dr01
Jul 31 '15 at 13:17
add a comment |
1 Answer
1
active
oldest
votes
You've probably not added Windows to the boot loader. Boot into Linux and run
sudo grub-mkconfig -o /boot/grub/grub.cfg
That will generate your GRUB config file. If you have multiple operating systems installed, make sure that the command above lists all of them. For example:
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.10-2-amd64
Found initrd image: /boot/initrd.img-3.10-2-amd64
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
Found linux image: /boot/vmlinuz-3.2.0-3-amd64
Found initrd image: /boot/initrd.img-3.2.0-3-amd64
Found linux image: /boot/vmlinuz-3.2.0-2-amd64
Found initrd image: /boot/initrd.img-3.2.0-2-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Windows 7 (loader) on /dev/sda2
done
Double check that Windows is listed. Now, install grub to the MBR of your drive (remember to change /dev/sda
to whichever drive you actually want to install it on)
sudo grub-install /dev/sda
sudo grub-install --recheck /dev/sdb
Now reboot and you should be able to boot into Windows. If you can't, or if the grub-mkconfig
command didn't list any Windows OS, make sure you didn't install RedHat on the Windows partition. If you did, you'll have to reinstall Windows.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f219456%2foperating-system-not-found-after-installing-redhat-6-on-windows-7%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've probably not added Windows to the boot loader. Boot into Linux and run
sudo grub-mkconfig -o /boot/grub/grub.cfg
That will generate your GRUB config file. If you have multiple operating systems installed, make sure that the command above lists all of them. For example:
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.10-2-amd64
Found initrd image: /boot/initrd.img-3.10-2-amd64
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
Found linux image: /boot/vmlinuz-3.2.0-3-amd64
Found initrd image: /boot/initrd.img-3.2.0-3-amd64
Found linux image: /boot/vmlinuz-3.2.0-2-amd64
Found initrd image: /boot/initrd.img-3.2.0-2-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Windows 7 (loader) on /dev/sda2
done
Double check that Windows is listed. Now, install grub to the MBR of your drive (remember to change /dev/sda
to whichever drive you actually want to install it on)
sudo grub-install /dev/sda
sudo grub-install --recheck /dev/sdb
Now reboot and you should be able to boot into Windows. If you can't, or if the grub-mkconfig
command didn't list any Windows OS, make sure you didn't install RedHat on the Windows partition. If you did, you'll have to reinstall Windows.
add a comment |
You've probably not added Windows to the boot loader. Boot into Linux and run
sudo grub-mkconfig -o /boot/grub/grub.cfg
That will generate your GRUB config file. If you have multiple operating systems installed, make sure that the command above lists all of them. For example:
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.10-2-amd64
Found initrd image: /boot/initrd.img-3.10-2-amd64
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
Found linux image: /boot/vmlinuz-3.2.0-3-amd64
Found initrd image: /boot/initrd.img-3.2.0-3-amd64
Found linux image: /boot/vmlinuz-3.2.0-2-amd64
Found initrd image: /boot/initrd.img-3.2.0-2-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Windows 7 (loader) on /dev/sda2
done
Double check that Windows is listed. Now, install grub to the MBR of your drive (remember to change /dev/sda
to whichever drive you actually want to install it on)
sudo grub-install /dev/sda
sudo grub-install --recheck /dev/sdb
Now reboot and you should be able to boot into Windows. If you can't, or if the grub-mkconfig
command didn't list any Windows OS, make sure you didn't install RedHat on the Windows partition. If you did, you'll have to reinstall Windows.
add a comment |
You've probably not added Windows to the boot loader. Boot into Linux and run
sudo grub-mkconfig -o /boot/grub/grub.cfg
That will generate your GRUB config file. If you have multiple operating systems installed, make sure that the command above lists all of them. For example:
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.10-2-amd64
Found initrd image: /boot/initrd.img-3.10-2-amd64
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
Found linux image: /boot/vmlinuz-3.2.0-3-amd64
Found initrd image: /boot/initrd.img-3.2.0-3-amd64
Found linux image: /boot/vmlinuz-3.2.0-2-amd64
Found initrd image: /boot/initrd.img-3.2.0-2-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Windows 7 (loader) on /dev/sda2
done
Double check that Windows is listed. Now, install grub to the MBR of your drive (remember to change /dev/sda
to whichever drive you actually want to install it on)
sudo grub-install /dev/sda
sudo grub-install --recheck /dev/sdb
Now reboot and you should be able to boot into Windows. If you can't, or if the grub-mkconfig
command didn't list any Windows OS, make sure you didn't install RedHat on the Windows partition. If you did, you'll have to reinstall Windows.
You've probably not added Windows to the boot loader. Boot into Linux and run
sudo grub-mkconfig -o /boot/grub/grub.cfg
That will generate your GRUB config file. If you have multiple operating systems installed, make sure that the command above lists all of them. For example:
$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.10-2-amd64
Found initrd image: /boot/initrd.img-3.10-2-amd64
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
Found linux image: /boot/vmlinuz-3.2.0-3-amd64
Found initrd image: /boot/initrd.img-3.2.0-3-amd64
Found linux image: /boot/vmlinuz-3.2.0-2-amd64
Found initrd image: /boot/initrd.img-3.2.0-2-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Windows 7 (loader) on /dev/sda2
done
Double check that Windows is listed. Now, install grub to the MBR of your drive (remember to change /dev/sda
to whichever drive you actually want to install it on)
sudo grub-install /dev/sda
sudo grub-install --recheck /dev/sdb
Now reboot and you should be able to boot into Windows. If you can't, or if the grub-mkconfig
command didn't list any Windows OS, make sure you didn't install RedHat on the Windows partition. If you did, you'll have to reinstall Windows.
answered Jul 31 '15 at 14:25
terdon♦terdon
133k33268449
133k33268449
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f219456%2foperating-system-not-found-after-installing-redhat-6-on-windows-7%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
Check you did not accidentally erase the partition: From linux, run
sudo fdisk -l /dev/sda
(presuming that is your harddrive), and cut n' paste the output into your question.– goldilocks
Jul 31 '15 at 12:38
Do you remember which option you chose when partitioning the disk? Something like "Use full disk" or "Use free space non used by other OSes"?
– dr01
Jul 31 '15 at 13:17