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 08-18-2003, 11:14 AM   #1
BlueTaurus13
LQ Newbie
 
Registered: Aug 2003
Posts: 5

Rep: Reputation: 0
Install linux (mandrake 9.1) over win 98 and still boot linux and winxp(drive E:)


I have a dual boot system using Win98SE(drive C) and WinXP(Drive E). All drives are FAT32. My system is broken down as follows:

C: Windows 98SE- 6 GB
D: Backup (this is a separate 20GB hard drive)
E: Win XP- 33.5 GB
F: Swap File- 2.32 GB
G: Games Music- 14 GB

I rarely used Win 98 and with the install of new motherboard and video card it will no longer boot. I would like to install Mandrake 9.1 onto the C drive and want to know if this will cause problems with booting into WinXP. I know the boot.ini is currently on my C drive. Will Mandrake Install a boot loader that includes Drive E: Winxp or do I have to create a special boot.ini or floppy? Thanks for any help I can get.
BT
 
Old 08-18-2003, 11:19 AM   #2
Zb7
Member
 
Registered: Jul 2003
Location: Cincinnati, Ohio
Distribution: Slackware 9 (current), Gentoo 1.4, Redhat shrike
Posts: 86

Rep: Reputation: 15
Mandrake can simply install grub or lilo (these are the program linux uses for dual booting) To install from whatever hard drive you have selected in your bios to boot from first. When you install Mandrake it will ask you to point to any other partitions or hard disks containing OSes and what their type is (WinXP is considered type DOS). Remember to go over the rules for hard drive and partition naming just to familiarize yourself, just in case grub or lilo does something bad. I'm confident that since you're install Mandrake, it will hold your hand, and it will be pretty easy on you.
 
Old 08-18-2003, 03:54 PM   #3
oni0n56
Member
 
Registered: Aug 2003
Location: Hollywood, California
Distribution: Linux Mandrake
Posts: 189

Rep: Reputation: 30
im not sure about this but i think that if when you install lilo/grub... then when you reboot even if it doesnt show windows because of the different hard drives.... [im not sure about this though..] you can add it manually to the boot menu... i read this somewhere but i forgot how to do that but im pretty sure its possible!! ANYTHING IS POSSIBLE!! with LINUX!! except blue screens of death and constant crashing
 
Old 08-18-2003, 04:59 PM   #4
Zb7
Member
 
Registered: Jul 2003
Location: Cincinnati, Ohio
Distribution: Slackware 9 (current), Gentoo 1.4, Redhat shrike
Posts: 86

Rep: Reputation: 15
Quote:
Originally posted by oni0n56
im not sure about this but i think that if when you install lilo/grub... then when you reboot even if it doesnt show windows because of the different hard drives.... [im not sure about this though..] you can add it manually to the boot menu... i read this somewhere but i forgot how to do that but im pretty sure its possible!! ANYTHING IS POSSIBLE!! with LINUX!! except blue screens of death and constant crashing

This is possible. You have to find your grub.conf or lilo.conf and edit them manually.

A code block for linux will look like this

title=Linux
root (hdX, Y)
kernel (hdX, Y)/boot/kernel-[KERNELVERSION] root =/dev/hdXY
init (hdX, Y)/boot/initrd/initrd-[KERNELVERSION]

and for windows
rootnoverify (hdA, B)
chainloader (hdA, B)+1
 
Old 08-18-2003, 05:10 PM   #5
oni0n56
Member
 
Registered: Aug 2003
Location: Hollywood, California
Distribution: Linux Mandrake
Posts: 189

Rep: Reputation: 30
yeah thats it Zb7... thats what i meant!!
 
Old 08-18-2003, 06:48 PM   #6
BlueTaurus13
LQ Newbie
 
Registered: Aug 2003
Posts: 5

Original Poster
Rep: Reputation: 0
To clarify; C,E,F,and G are all partitions on my main 60GB hard drive. I have created a WinXP boot disk in case the grub or lilo fail to include WinXp. Any way to put the Mandrake boot info on the Windows Boot.ini?
 
Old 08-18-2003, 07:04 PM   #7
andrewlkho
Member
 
Registered: Jul 2003
Location: London
Posts: 548

Rep: Reputation: 31
There's no point in putting the Mandrake boot blook in the Windows Boot.ini [at least, I can't see one, although, not being a windows expert, I couldn't say]. All you need to do is add the windows boot block to /etc/grub.conf or /etc/lilo.conf, and then don't forget to run "lilo" afterwards. That will mean that when your computer boots, it will show the grub/lilo boot menu, and you can select winxp or linux. If it's any help, when I used to do this, I found it easiest to install linux first making partitions that took up half the hdd, and then instructed windows to install in the rest of the hdd.
 
Old 08-18-2003, 07:11 PM   #8
oni0n56
Member
 
Registered: Aug 2003
Location: Hollywood, California
Distribution: Linux Mandrake
Posts: 189

Rep: Reputation: 30
but blue taurus those are windows partitions ... you need a different type i think... like dev/hda1 ,2 etc etc... dont you?? im not sure but i think thats the case... you might want to re partition them but im not sure how the partitioning thing works..
 
Old 08-18-2003, 07:29 PM   #9
BlueTaurus13
LQ Newbie
 
Registered: Aug 2003
Posts: 5

Original Poster
Rep: Reputation: 0
I'm going to use C drive and format it for linux, unfortunately that is also the location of my current boot.ini info. If all goes okay and I find myself using Linux more then I'll shrink down my XP drive E and increase the drive space for Linux. Doesn't Linux use 3 similar type partitions for the OS,swap and program files?
 
Old 08-18-2003, 07:45 PM   #10
Zb7
Member
 
Registered: Jul 2003
Location: Cincinnati, Ohio
Distribution: Slackware 9 (current), Gentoo 1.4, Redhat shrike
Posts: 86

Rep: Reputation: 15
Taurus just for your benefit if you're going to be using Linux I would suggest for you to check out how /dev/XXX naming conventions work. Windows just slaps the C D and E on so its easier when in fact you're working with /dev/hda1 /dev/hda2 etc....


As for Linux and what it needs partitioned, you need at LEAST a swap partition (not recommended to go without this AT ALL) and a root partition. The swap partition should be anywhere from the size of your ram, to double its size, I've heard what it should be vary. As for the big partition, just let it fill up however big you want it to fill. The swap partition uses a special linux swap format, and there are many choices for filesystem on the big one. Ext2, its younger brother ext3, and reiserfs are all options.

Dont worry about boot.ini or whatever, grub will take care of you fine, and mandrake with (most likely) take care of things for you.
 
Old 08-18-2003, 07:56 PM   #11
BlueTaurus13
LQ Newbie
 
Registered: Aug 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks Zb7! I hope to do the install tomorrow. I have a disability problem (elbows, lot's of pain when i type), so it may be a day or 2 before i let you all know how it goes....keep check'n in!
BT
 
Old 08-18-2003, 10:10 PM   #12
oni0n56
Member
 
Registered: Aug 2003
Location: Hollywood, California
Distribution: Linux Mandrake
Posts: 189

Rep: Reputation: 30
Okay blue taurus!! good luck!!
 
Old 09-01-2003, 08:03 AM   #13
BlueTaurus13
LQ Newbie
 
Registered: Aug 2003
Posts: 5

Original Poster
Rep: Reputation: 0
Ref-Install linux (mandrake 9.1) over win 98 and still boot linux and winxp(drive E:)

Hi to All,
Finally got 9.1 installed! Had to do a text option install, no other type would work. Also, had to buy new CD burner,old one died and had made faulty ISO imagies That I was trying to install with. One question---Should I use the mandrake firewall and if so how should I set it up(what options) or is another type available like ZoneAlarm?
Cheers,
BT13
 
  


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 boot win xp and linux on second hard drive metallicafan_316 Linux - Newbie 3 10-06-2005 09:38 PM
Partitioning WinXP Drive with Linux FC2 to dual Boot. oberon-ken-obi Linux - Newbie 1 03-10-2005 01:18 PM
yoper install fail on dual boot win-linux system coz `linux partition not found` coolview210 Yoper 5 11-24-2004 02:04 PM
FC2 install on 2nd drive, no dual-boot, will install modify 1st WinXP drive at all? Equisilus Fedora - Installation 14 06-27-2004 02:38 AM
dual boot when linux on 1 drive, win on other drive, both scsi? nornad Red Hat 3 04-08-2004 08:44 AM

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

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