Author Topic: [SOLVED] Dual booting question  (Read 664 times)

Offline Sleepy

  • Sr. Member
  • ****
  • Posts: 376
[SOLVED] Dual booting question
« on: July 17, 2010, 06:46:06 AM »
After a complete rebuild of my machine,I would now like to add a second sata HDD which contains Windows7 and was formatted using the same computer.
At present I'm using a sata HDD that contains Windows XP and several Linux distros and I'm using Grub boot-loader to select which ever.
Am I able to install the second HDD and merely add an extra entry to the menu 1st file on the first HDD and if so what?Or is it more complicated?

This is the Windows entry I have currently in menu1st file.

title windows
root (hd0,0)
makeactive
chainloader +1

Thanks for any suggestions.
« Last Edit: September 06, 2010, 07:40:49 PM by Texstar »
Asus P5QL/EPU Motherboard,Pentium 4 3ghz dual core processor,1gb Kingston ram,Geforce EN210 graphics card.

Offline hal8000

  • Sr. Member
  • ****
  • Posts: 346
Re: Dual booting question
« Reply #1 on: July 23, 2010, 04:15:44 PM »
Yes you can add a second HD and just modify grub.
As PClinuxOS uses grub legacy its only a matter of editing
/boot/grub/menu.lst


Your entry will be something like:
title Windows 7
root (hd1,0)
makeactive
chainloader +1


hd(1,0) being the second hard drive

Offline Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11591
  • ----IOFLU----
Re: Dual booting question
« Reply #2 on: July 23, 2010, 05:52:07 PM »
Yes you can add a second HD and just modify grub.
As PClinuxOS uses grub legacy its only a matter of editing
/boot/grub/menu.lst


Your entry will be something like:
title Windows 7
root (hd1,0)
makeactive
chainloader +1


hd(1,0) being the second hard drive

More like:

title Windows 7
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)

makeactive
chainloader +1

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Sleepy

  • Sr. Member
  • ****
  • Posts: 376
Re: Dual booting question
« Reply #3 on: July 24, 2010, 03:18:50 AM »
That's marvellous,it worked!!And I was told it wouldn't be possible.

Most grateful old-polack and hal8000. :)
Asus P5QL/EPU Motherboard,Pentium 4 3ghz dual core processor,1gb Kingston ram,Geforce EN210 graphics card.

uncleV

  • Guest
Re: Dual booting question[Solved]
« Reply #4 on: July 24, 2010, 04:35:02 AM »
After a complete rebuild of my machine,I would now like to add a second sata HDD which contains Windows7 and was formatted using the same computer.
At present I'm using a sata HDD that contains Windows XP and several Linux distros and I'm using Grub boot-loader to select which ever.
Am I able to install the second HDD and merely add an extra entry to the menu 1st file on the first HDD and if so what?Or is it more complicated?

This is the Windows entry I have currently in menu1st file.

title windows
root (hd0,0)
makeactive
chainloader +1

Thanks for any suggestions.

To exclude possible confusion: the name of the file is menu.lst. "l" and not "1".
« Last Edit: July 24, 2010, 04:42:51 AM by uncleV »