You are not logged in.

#1 2012-08-29 11:57:57

Deadvi
Member
Registered: 2011-10-04
Posts: 17

[SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

Hi,

I have installed Arch Linux and Windows 7 on my primary disk. Everything's perfect. I want to install Windows 8 on my second disk. My only problem is how do I make grub2 recognize Windows 8 on the second disk and add it to the grub file, so i can boot Arch, Windows 7 and Windows 8.

Thank you for your time,

Deadvi

Last edited by Deadvi (2012-08-29 21:24:00)

Offline

#2 2012-08-29 15:52:37

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

Install os-prober.
for more info
https://wiki.archlinux.org/index.php/GRUB2

Offline

#3 2012-08-29 17:22:03

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

That's right. Install os-prober and re-generate the .cfg.

# pacman -S os-prober
# grub-mkconfig -o /boot/grub/grub.cfg

Don't forget to mark it as solved (by editing the first post) after you're done.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#4 2012-08-29 19:18:56

Deadvi
Member
Registered: 2011-10-04
Posts: 17

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

Just a small problem. I can't boot into Arch. I've tried using the installation media and choose Boot into existing OS but it doesn't boot. Any ideas?

Offline

#5 2012-08-29 19:43:02

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

I've tried using the installation media and choose Boot into existing OS but it doesn't boot.

If you're running it from a USB stick, press Tab over that entry and change "hd0 0" to "hd1 0".


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#6 2012-08-29 20:20:18

Deadvi
Member
Registered: 2011-10-04
Posts: 17

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

DSpider wrote:

If you're running it from a USB stick, press Tab over that entry and change "hd0 0" to "hd1 0".

Booted into Windows 8.

Offline

#7 2012-08-29 20:47:39

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

It overwrote the MBR from the first disk, even though you installed Windows 8 on the second disk? That's odd... Make sure that the boot order in the BIOS is right (that the drive with Arch Linux is the first to boot) and from a 2012 Arch Linux install media run:

# mount /dev/sdxY /mnt       #Your root partition.
# mount /dev/sdxZ /mnt/boot  #Your boot partition (if you have one).
# arch-chroot /mnt

And continue with the instructions from here. If you don't have a 2012 Arch Linux install media (or you only have some other "live" Linux distribution), use the old chroot way.


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#8 2012-08-29 21:25:39

Deadvi
Member
Registered: 2011-10-04
Posts: 17

Re: [SOLVED] Triple Boot Arch Linux, Windows 7 + Windows 8 on second disk

Everything's working. Thank you so much DSpider and hadrons123.

Offline

Board footer

Powered by FluxBB