LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-09-2003, 02:48 AM   #1
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Rep: Reputation: 0
Dual booting winxp and mandrake 9.1


Ok, so i want to dual boot windows xp on my mandrake 9.1 system, i have all the cd's i need... but do not know how to exactly go about getting this done.

I'm not a complete linux noob, i have installed mandrake 9.1 on my system and can navigate the gnome desktop, and can find my way around the HD using the command prompt. But i have no idea, in any way, of how to get windows on my linux system.

Could use help through AIM 1v1 actual talking, or post here with a list of slightly explained commands to do.

Sorry to ask this, i searched a bit to no avail, direction to another thread is fine too.

Thanks
 
Old 08-09-2003, 02:52 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Hi! I'm at work, no IM handy..

Mandrake should have picked up your windoze install during your Mandrake install. However, that's besides the point now. Do you have graphical Mandrake? If so, login as root and fire up the Mandrake Control Center. In there you can edit your boot options. You'll need to add windoze to your boot loader, but we need some info first so we can give you a bit of better info. Post up what you get from typing:
fdisk -l /dev/hda

And also tell us anything you know about your partition scheme.

And how are you booting into each OS currently?

Cool
 
Old 08-09-2003, 03:01 AM   #3
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
Ok, atm im running on win xp, but im just about to install mandrake if that would be easier :P

I'm unsure of what you mean by 'mandrake control center' and do not know how to get to my partition scheme. Heh, I should install mandrake 9.1 to start off then eh?
 
Old 08-09-2003, 03:03 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
he he, I was under the impression you were command lining your posts, from something like lynx or links

Yeah, during the Mandrake install it should do just fine picking up your existing windoze install and adding it to the boot loader. It's a very rare-ity anymore to see errors from this.

Cool
 
Old 08-09-2003, 03:04 AM   #5
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
Alright, I'm going to start installing linux onto my comp via the iso's and installer startup majig. If I run into any problems I'll be sure to post.
Thanks for your help.
 
Old 08-09-2003, 03:06 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You're welcome, good luck, and defaults are usually there for a reason **Rule of Thumb for Mandrake for a Newbie**

Cool
 
Old 08-09-2003, 03:22 AM   #7
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
Btw... how do i run a scan disk in win xp... it says to do that on the linux install, but i cannot find the scandisk like exe. I check my accessories\ system tools but all thats there is defrag.

man im a nub :P
 
Old 08-09-2003, 03:34 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Go to:
Start
Run
Type:
cmd
Press Enter
Then type:
chkdsk (I think)
If that doesn't work type:
help
And find the one closest to that, and run it.

Defrag too.

Cool
 
Old 08-09-2003, 06:15 AM   #9
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
Yea i got it dual booted persay... Linux runs fine, but at startup i boot 'windows' and then it brings up the windows xp loading screen, followed almost instantly by the computer restarting again. Coming to the boot screen.

This occurs each time i try to boot windows. WTF ! :P Help appreciated. Linux works fine and all

edit: Yea i did all that defrag and things... and i suppose i successfully dual booted, though windows doesnt seem to go.

Last edited by File; 08-09-2003 at 06:17 AM.
 
Old 08-09-2003, 07:15 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Can you describe your partition setup, or go into linux (which I'm guessing you are in?) and type:
fdisk -l /dev/hda
And post up the results. Also post up the contents of /etc/lilo.conf by typing:
cat /etc/lilo.conf

Cool
 
Old 08-09-2003, 11:15 AM   #11
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
[file@localhost /]$ cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda5
initrd=/boot/initrd.img
append="devfs=mount hdd=ide-scsi acpi=off quiet"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda5
initrd=/boot/initrd.img
append="devfs=mount hdd=ide-scsi acpi=off"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda5
initrd=/boot/initrd.img
append="devfs=nomount hdd=ide-scsi acpi=off failsafe"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
other=/dev/fd0
label="floppy"
unsafe
[file@localhost /]$
 
Old 08-09-2003, 11:16 AM   #12
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
[root@localhost /]# fdisk -l /dev/hda

Disk /dev/hda: 20.4 GB, 20491075584 bytes
255 heads, 63 sectors/track, 2491 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 2048 16450528+ 7 HPFS/NTFS
/dev/hda2 2049 2491 3558397+ 5 Extended
/dev/hda5 2049 2285 1903671 83 Linux
/dev/hda6 2286 2333 385528+ 82 Linux swap
/dev/hda7 2334 2491 1269103+ 83 Linux
[root@localhost /]#
 
Old 08-09-2003, 11:28 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Make yourself a boot disk for linux since you've got that working, then fire up a console as root and type:
lilo -u

This should remove lilo from the MBR. Then see if windoze boots..

Cool
 
Old 08-09-2003, 11:43 AM   #14
File
LQ Newbie
 
Registered: Jul 2003
Location: Western Massachusetts
Distribution: Mandrake 9.1
Posts: 17

Original Poster
Rep: Reputation: 0
How do i make the boot disk ?
 
Old 08-09-2003, 11:44 AM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Check the mandrake control center. You can also try looking around the menu's, or just try typing:
mkbootdisk
Into a terminal if all else fails.

Cool
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual boot WinXP/Debian, grub error booting WinXP ChemBot Linux - General 5 02-22-2007 05:13 PM
Dual-booting MEPIS and WinXP, I want Grub to default to WinXP jjf Linux - Newbie 8 01-19-2006 04:27 AM
Dual-Booting FC4 and WinXP 3t3rnal Linux - Newbie 8 08-05-2005 09:31 PM
Dual booting Mandrake & WinXP in different HDD kernel_zap Linux - Newbie 4 12-04-2004 09:16 AM
Dual booting Slackware 9.1 + WinXP leeman_s Slackware 3 10-02-2003 11:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:58 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