Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-10-2004, 12:04 AM   #1 (permalink)
 
True Techie

Join Date: Mar 2004

Posts: 169

TeLeMuNdO!

Send a message via AIM to TeLeMuNdO!
Default Linux/Windows HD prob

I recently installed Linux on my system, which i also have XP pro. I installed Windows on my master HD, and Linux on my slave. When i boot up, the dual boot screen shows only Linux and DOS (selecting DOS does nothing). I figured that I'd try and load Windows by unplugging my slaved HD, but the system does not detect a HD when i do that. I can't access Windows, and it's very frustrating, does anybody have any suggestions?
TeLeMuNdO! is offline  
Old 06-10-2004, 08:49 AM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

Using LILO? IF so check its config file.

Did you install XP first, then linux?
horndude is offline  
Old 06-10-2004, 11:30 AM   #3 (permalink)
 
Monster Techie

Join Date: Nov 2002

Posts: 1,368

shan

Send a message via AIM to shan
Default

yea man, you've gotta go into /boot/lilo/lilo.conf or something like that i forget the excact location and edit that config file to show your swodniw drive and point it to the mount location it's at.

ps, i like grub boot loader better
__________________
<center><h2><font color=\"red\">C:\\ Is the root of all evil</font></h2>
<hr width=\"50%\">
phiber@sysdum.com
spam this account, it's fun.
shan is offline  
Old 06-10-2004, 04:39 PM   #4 (permalink)
 
True Techie

Join Date: Mar 2004

Posts: 169

TeLeMuNdO!

Send a message via AIM to TeLeMuNdO!
Default

ok, i was searching around in Red Hat for Lilo, but saw nothign. i do however, see a lot of titles dealing with Grub, so i guess thats what i have. i found my grub.conf file, but i can't edit the text or anything....and i don't really know what "mount" even means...
TeLeMuNdO! is offline  
Old 06-10-2004, 06:38 PM   #5 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

You can edit, use a terminal screen or shell and type pico name_of_file

mount means attach that piece of hardware to the file system so it can be accessed or read or both.In linux EVERYTHING is a file.......even hardware devices are treated like files.

Find some linux basics type stuff to read up on, it wont take too long.
horndude is offline  
Old 06-11-2004, 06:23 PM   #6 (permalink)
 
True Techie

Join Date: Mar 2004

Posts: 169

TeLeMuNdO!

Send a message via AIM to TeLeMuNdO!
Default

okay, i tried editing it through the terminal screen, but it didn't work out too well. whenever i type in "pico grub.conf" it gives the message "bash: pico: command not found". am i doing something wrong?
TeLeMuNdO! is offline  
Old 06-11-2004, 08:57 PM   #7 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

ya it means you dont have pine installed which comes with an editor called pico.Other editors available are probably installed, try vi , which can be a little tricky to use at first.Might have joe or jed installed, u can try them.

Or if youve got midnight commander it has an editor built in.Midnight commander is a file manager, type mc from a terminal screen, if its installed it will run.
horndude is offline  
Old 06-11-2004, 10:05 PM   #8 (permalink)
 
True Techie

Join Date: Mar 2004

Posts: 169

TeLeMuNdO!

Send a message via AIM to TeLeMuNdO!
Default

ok, "vi" worked. i found out the way to edit my grub.conf file, but what do i need to do to the text? how do i tell it to mount my hardware? sorry if i sound like a noob, but this isn't a very good experience for my first time using Linux.
TeLeMuNdO! is offline  
Old 06-12-2004, 12:41 AM   #9 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

Dont know, never used grub but if its like lilo somewhere in there its gonna have a line that prob has this in it: mount /dev/hdx where x is a,b,c,d(linux partition), check /usr/share/docs for documentation on grub or search the web for a guide.It will also have a mount point, prob "/". example mount /dev/hdc1 / maybe even some options after it, linux uses text configuration files for everything.The docs with your distro in /usr/share/docs will probably have alot of info to cover.

If your harddrive is secondary ide bus, master drive, its /dev/hdc or /dev/hdc1, it will match however it got setup when you fdisked and formatted the drive.

Also make darn sure youve got the drives jumpers set properly if they share a cable, or one or none will show up to the OS at boot time.
horndude is offline  
Old 06-12-2004, 01:50 AM   #10 (permalink)
 
True Techie

Join Date: Mar 2004

Posts: 169

TeLeMuNdO!

Send a message via AIM to TeLeMuNdO!
Default

whenever i edit the text in the file, it doesn't save after i close the file......
TeLeMuNdO! is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On