LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 11-24-2003, 06:00 AM   #1
technerd
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Rep: Reputation: 15
Angry Problems Dual Booting


I partitoned everything just fine but after the install I noticed that windows was not an option at the boot screen. I went into partioner and it shows the partiton as being there but I can't figure out how to get into it. Do I need to just format and start over? Windows XP/Suse 9.0

Technerd
 
Old 11-24-2003, 07:38 AM   #2
guygriffiths
Member
 
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524

Rep: Reputation: 37
What bootloader are you using? You may need to add Windows to it. Have a search throught the forums, since an almost identical post was made about a week ago.
 
Old 11-24-2003, 07:43 AM   #3
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
What bootloader are you using (grub or lilo)? You need to add an entry in the bootloaders configuration file for Windows. For lilo, add this to the /etc/lilo.conf file (as root of course, w/ any text editor):
Code:
other=/dev/hda1 #Here it is assumed that Windows is on hda1
        label="WindowsXP"
        table=/dev/hda
Run lilo as root to apply changes.
For GRUB:
Snoop around in the /boot directory for the menu.lst file (that's an L in lst). I think it's /boot/grub/menu.lst for SuSE, but I'm not sure. Once you find the file, add this:
Code:
title Windows XP
rootnoverify (hd0,0) #Once again, assuming hda1 (in grubeese). 'rootnoverify' is for filesystems not recognized by GRUB, like NTFS
chainloader +1 # With a space before the +
boot
No need to run anything to apply changes in GRUB.
To 'get into' the partition from Linux to look at stuff, you mount it (as root for now), using the mount command. This assumes that the Win partition is hda1, and that there is a folder called /mnt/hd. Enter the command in a terminal or in the 'Run Command' dialog in KDE. Terminals are better because you get to see what's going on (like if there's not /mnt/hd).
For FAT32:
mount /dev/hda1 /mnt/hd -t vfat
For NTFS:
mount /dev/hda1 /mnt/hd -t ntfs -o ro
Note the 'ro' for read-only. Linux doesn't write to NTFS well.
Look in /mnt/hd for your Windows stuff.
 
Old 11-24-2003, 08:13 AM   #4
technerd
LQ Newbie
 
Registered: Nov 2003
Posts: 21

Original Poster
Rep: Reputation: 15
Thanks I will try that.

Technerd
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems dual booting FC4 and Slack 10.2 bmccorm2 Linux - General 3 11-01-2005 11:13 AM
Dual booting problems graemekeatley Linux - Newbie 4 08-01-2005 04:09 PM
Problems dual booting ironliver Linux - General 2 03-04-2005 09:19 AM
Problems Dual Booting XP and RH 9.0 habitue Linux - Newbie 6 10-13-2003 01:02 PM
Dual Booting problems: XP and RH9 GoddessPrime Linux - Newbie 14 09-14-2003 09:21 PM

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

All times are GMT -5. The time now is 01:27 AM.

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