LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-04-2009, 12:01 AM   #1
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Rep: Reputation: 15
Dual boot with windows


Hi,

I have 2 HDDs. One is with Windows 2K and another Mandriva Linux with Grub.

Both individual works fine.

Windows has one boot.ini file. I want to edit that file for Linux boot entry. So that i can decide which one to boot.

BR,
Shaan
 
Old 05-04-2009, 12:49 AM   #2
686plus
Member
 
Registered: Nov 2004
Location: Portland, Oregon
Distribution: Ubuntu
Posts: 114

Rep: Reputation: 17
It sounds like you would prefer to boot linux using the Windows boot loader by configuring the .ini file. I'm sure there is a solution, but I don't know how.

You could achieve similar results by making the linux hard drive the primary and use grub to boot both linux and windows.

Here is a a post with a slightly different situation, but the solution here should work.
 
Old 05-04-2009, 02:18 AM   #3
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Original Poster
Rep: Reputation: 15
Thanks. Let me try that.

but still if I am able to achieve that using Windows boot loader, will be great.
 
Old 05-04-2009, 02:32 AM   #4
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by ShaanAli
but still if I am able to achieve that using Windows boot loader, will be great.
Here is a walkthrough.
http://bkpavan.wordpress.com/2008/04...bootloader-xp/

Short summary.
Get Bootloader of Linux OS. (not using mbr)
Code:
dd of=/dev/hda if=/tmp/linux.boot bs=512 count=1
copy linux.boot to your windows harddrive

Add
Code:
c:\linux.boot="My Precious linux"
to c:\boot.ini (do attrib -r -w -s c:\boot.ini to get it writable)
 
Old 05-04-2009, 11:21 AM   #5
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Original Poster
Rep: Reputation: 15
Let me try this....

Here is link for same in very detailed (for dummies like me)

http://www.geocities.com/epark/linux...w2k-HOWTO.html
 
Old 05-04-2009, 12:36 PM   #6
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Original Poster
Rep: Reputation: 15
I tried that but got stuck up. Need ur help.

i am not seeing any /BOOT mounted with df command. Its shows 2 hard disk partitions, hda1 and hda6.

I tried for all hda1-6 and hda. Its hanging for all except for hda. For hda it shows "GRUB" word on screen and hangs.

Any pointer ?
 
Old 05-04-2009, 03:45 PM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,533

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Try this link, the explanations are pretty thorough and simple:

http://www.linux.com/articles/113945
 
Old 05-04-2009, 04:00 PM   #8
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Task E4 of the last link in my signature refers.

I am trying to boot 10 copies of the same Xp with it, one at a time in the same hard disk. I managed to get everything done by a script.

Last edited by saikee; 05-04-2009 at 04:27 PM.
 
Old 05-04-2009, 04:49 PM   #9
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
cancelled due to double post

Last edited by saikee; 05-04-2009 at 04:57 PM.
 
Old 05-06-2009, 02:17 AM   #10
kangta
LQ Newbie
 
Registered: May 2009
Posts: 2

Rep: Reputation: 0
I am trying to boot 10 copies of the same Xp with it, one at a time in the same hard disk. I managed to get everything done by a script.
 
Old 05-06-2009, 02:18 AM   #11
kangta
LQ Newbie
 
Registered: May 2009
Posts: 2

Rep: Reputation: 0
I am trying to boot 10 copies of the same Xp with it, one at a time in the same hard disk.

Last edited by XavierP; 05-10-2009 at 03:56 AM.
 
Old 05-06-2009, 10:33 AM   #12
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
What's up with the escort service ads in post #11?
 
Old 05-07-2009, 02:39 PM   #13
dkb
LQ Newbie
 
Registered: May 2009
Posts: 4

Rep: Reputation: 0
Dual boot Windows Mandriva

I am new to this group and would appreciate some help.

I have a Dell GX270 P4 3GHz system with 1GB RAM and an IDE 40GB HD with 27GB free and Windows XP service pack 3. I want to create a dual boot Window / Mandriva system.

I have downloaded Mandriva-linux-one-2009.1-KDE-europe1-americas-cdrom-i586.iso and burnt it to a CD. I defragmented my HD.

I have changed my BIOS so that the boot disc order is from the CD-ROM first.

I have booted the system several times and it looks at the CD but goes on to Windows. What am I doing wrong?

Thanks.

Douglas
 
Old 05-07-2009, 06:18 PM   #14
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,533

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
I don't know that this is the problem but, after downloading the iso image, did you burn it as an image. If not, it won't work. You can select 'burn as image' or something similar in most CD copying software. You should also do the md5 checksum to make sure it is a good download and burn at a slow speed.

Probably a bad download or burn or not an image copy.
 
Old 05-07-2009, 06:31 PM   #15
dkb
LQ Newbie
 
Registered: May 2009
Posts: 4

Rep: Reputation: 0
Dual boot Windows Mandriva

Dear Yancek,

I did wonder about that. I will try again.

Thank you!

Douglas
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Drive/ Dual Boot > Open Solaris 2008.05 + Windows XP SP2 starwarp2000 General 2 07-14-2008 06:01 AM
Dual linux boot and dual windows boot together? Stuart36 Linux - General 8 05-01-2007 11:53 PM
dual-booting with an existing windows dual-boot ShadStar Linux - Newbie 3 02-28-2007 03:05 PM
dual boot - Grub won't boot Windows on /windows/D partition biosol SUSE / openSUSE 9 04-09-2006 08:14 PM
How do I dual boot Linux and Windows XP from Windows boot file andyri Linux - Newbie 4 08-04-2004 10:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration