You are not logged in.

#1 2010-08-24 14:06:18

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Dual boot ArchLinux and Win XP on 2 separate HDD

Dear Archers

My friend wants me to install ArchLinux on his desktop, with 2 separate HDD. He already has win xp installed on one HDD. He wants to dual boot. Pl. give some inputs as to how this should be done.

(My experience is limited.  I have installed ArchX86_64 only,  on my desktop)

I have read the wiki, but I am not confident of doing this with only so little explanation


Satyam eva jayate

Registered linux user #535257

Offline

#2 2010-08-24 14:23:07

alexandrite
Member
Registered: 2009-03-27
Posts: 326

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

It should be pretty simple.  Just install Arch on the HDD without XP on it, install grub to the Arch drive's MBR, then change the boot priority in the BIOS so that the Arch drive is booted first.

When you add your "windows" menu item to GRUB, the "root" entry should look like:

rootnoverify(hd1,0)

assuming XP is on the first paritition of the other drive.

Assuming you install GRUB to the correct drive, it should be harmless to play around with menu.lst until you get it working right.

Last edited by alexandrite (2010-08-24 14:24:39)

Offline

#3 2010-08-24 17:09:49

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

Thanks. I will follow your advice and report back.

The other HDD is 160GB, SATA, seagate make. hope this is OK


Satyam eva jayate

Registered linux user #535257

Offline

#4 2010-08-28 16:44:33

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

Dear Archers
Tried to install arch on 2nd HDD, 40GB UATA disk. It recognizes the first HDD with windows on it as 'sdb'
and the 2nd HDD as 'sda'

While installation on this 2nd HDD (40GB), it says ' logical partitions clash' or something, and aborts installation
I take it hat the explanation / changes suggested in 'Archwiki' is to be implemented after installation of arch
Pl. guide me


Satyam eva jayate

Registered linux user #535257

Offline

#5 2010-08-28 17:08:39

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

Pl. see the output of "Belarc advisor"
My 2nd HDD 40GB is recognized as drive 0 in win XP

ST3160211AS [Hard drive] (160.04 GB) -- drive 1, SMART Status: Healthy
ST340823A [Hard drive] (40.02 GB) -- drive 0, s/n

When I try to install arch on 2nd HDD, it recognizes this as 'sda'

Pl. guide


Satyam eva jayate

Registered linux user #535257

Offline

#6 2010-08-28 17:15:16

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

it says ' logical partitions clash' or something, and aborts installation

if you want people be able to help, you will have to describe your problem a bit better wink

sda normally is the first hd, sdb the second.

Offline

#7 2010-08-28 18:33:23

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

Dear archers

completed installation on sda, edited the menu.lst as suggested in "Archwiki", for booting from multiple hard drives.
After restarting,  windows boots directly.
GRUB loaded in MBR of sda.
Pl. guide further


Satyam eva jayate

Registered linux user #535257

Offline

#8 2010-08-28 18:35:22

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

Check your Bios, it should be set to boot from the hd you installed grub to (sda/the smaller drive).

Offline

#9 2010-08-29 03:20:04

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

thank you. Yes, it was not so earlier. Now, after changing it to boot from sda, it asks which one to boot?
Archlinux
Archlinux fallback
windows

when I select 'Windows', it says "error: root (hd0,1) file not found.
Archlinux boots perfectly
Pl. guide me.  what should I do to make windows boot?

Also, I do not know how to get the file menu.lst to edit it. Pl. guide


Satyam eva jayate

Registered linux user #535257

Offline

#10 2010-08-29 03:44:37

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

San2ban this is all explained in detail in the wiki entry: http://wiki.archlinux.org/index.php/Win … _Dual_Boot


If you don't know how to edit the grub menu list, then you should read that entry as well: http://wiki.archlinux.org/index.php/Grub


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#11 2010-08-29 03:46:50

alexandrite
Member
Registered: 2009-03-27
Posts: 326

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

menu.lst is in /boot/grub/  and you can edit it with whatever tool you like.  Just keep in mind you have to be logged in as root to make changes to menu.lst.

You want to have your "windows" entry point to the correct partition, which of course is on whatever drive Arch is not.

Offline

#12 2010-08-29 05:16:46

San2ban
Banned
From: Bangalore, India
Registered: 2010-02-09
Posts: 258

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

Many thanks to all of you for your suggestions. Every thing is set right.

My last problem on this issue is, the time given for selecting the OS to be loaded is very less, 5 seconds.
Pl. guide me how to increase this


Satyam eva jayate

Registered linux user #535257

Offline

#13 2010-08-29 05:19:53

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Dual boot ArchLinux and Win XP on 2 separate HDD

You obviously haven't been reading the wiki links provided - this option is spelled out on the Grub page http://wiki.archlinux.org/index.php/Grub#Configuration

Please do not be a help vampire...

Closing


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB