LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-01-2003, 01:23 AM   #1
llefty
LQ Newbie
 
Registered: Jul 2003
Posts: 2

Rep: Reputation: 0
reinstalled windows 98 lost debian boot option


Any help will be greatly appreciated .

Yesterday my boss asked if I could install a sound card on the company pc i said sure . To get the sound card to work i had to reinstall windows 98 se .. After doing so when i rebooted the pc the Debian / Windows 98 boot option was gone and windows would start . I didnt know that windows woud remove the option on install . I have downloaded partitian magic and linux is still on the hard drive i just do know how to get the debian
startup option back ? We use debain to view Oil-Well log files (tiff files) print and load files off are mole disk to the hard drive ? I dont know much about linux and the other employess dont know much either . It is a 5 hour drive one way for a tech to fix this . And i am a new employee and this screw up may be my last . Any suggestions or tutorials would be alot of help . Thanks Mike
 
Old 08-01-2003, 01:35 AM   #2
jvds
Member
 
Registered: Jul 2003
Posts: 88

Rep: Reputation: 15
OK If you boot off your debian CD and get it to the install menu. Press Alt+F2 and you should get a rescue console

Now I assume that you HDD is /dev/hda
Do the following
mount /dev/hda1 /mnt
chroot /mnt
vi /etc/lilo.conf
Add the following lines (assuming windows is /dev/hda5)

other=/dev/hda5
label=Windows

Save + Quit
run "lilo"
reboot

HTH

Rgds

Rus
 
Old 08-01-2003, 01:46 AM   #3
bongski55
Member
 
Registered: May 2003
Location: Somewhere in Asia
Distribution: ubuntu on Dell, Vista,XP triple boot
Posts: 276
Blog Entries: 1

Rep: Reputation: 30
May I add:
You should always make a boot floppy for your debian install. This problem of yours is a very common beginner problem. Also it would be better for you to boot your linux from a floppy since this is a company pc.
 
Old 08-01-2003, 01:52 AM   #4
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
[soapbox]
Okay, your first problem was assuming you had to reinstall windows to get the soundcard to work. I have friends that reinstall windows anytime that something doesn't work, and I understand that the windows mantra has become reinstall, reinstall, reinstall. Still, for my own systems (DOS 3.2-6.22, win3.0, 3.1, 3.11, 98, 98SE, ME, and 2000), I have yet to remove and reinstall windows for any problem (knock on wood). While it's an "easy" fix to most problems, it's just a bad habit that MS and other companies don't seem to mind promoting. Yes, I've had nearly 20 years on IBM-style hardware (i'm only 30, btw), but that doesn't excuse people from not spending a little more time trying to actually fix a problem.
[/soapbox]

You simply need to use your bootdisk (you have one, correct?) and boot into debian that way. Then run 'lilo' as
root to reinstall your previous boot loader settings. (Windows overwrites them when installing, of course.) You can also use your debian disks as rescue disks (depending on your version) and enter debian that way.

This is assuming you are using lilo in the first place. If you use grub (i don't, I'm old-fashioned about that, too), here is a place you can learn more.

http://www.gnu.org/manual/grub/html_mono/grub.html

It's the same idea, however. You should just have to tell grub to write it's information to the MBR. If your windows box is 2000 (XP?), you're going to want to use the windows boot loader to control the booting. In that case, simply tell the windows bootloader which partitions to access.

Again, don't be so hasty to reinstall a complete OS (windows or linux), especially in a corporate setting, unless you have good reason to. Doing so only numbs your brain to otherwise easy fixes.

Last edited by scott_R; 08-01-2003 at 01:57 AM.
 
Old 08-01-2003, 02:17 AM   #5
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
Okay, I reread my post, and I apologize for the arrogant manner I must have implied. Still, I stand by my statement, so I'm not going to edit it into limbo. Basically, what I was getting at was that MS (to it's credit) recognizes that it's products aren't perfect, and as a result, they provide add/remove hardware/software programs, as well as cab files and regedit(32) to assist sysadmins with problems. Learning to use these things, among other techniques, should be a #1 goal of anyone that wants to be a sysadmin for any reasonable amount of time. Also, you don't necessarily have to spend big $$$ on courses to learn this stuff, as there are plenty of resources on the internet.
 
Old 08-01-2003, 09:03 AM   #6
St-Cyr
LQ Newbie
 
Registered: Aug 2003
Location: Belgium
Distribution: RH9.0
Posts: 2

Rep: Reputation: 0
Question

This is a reply from scott_R's e-mail.

scott,

In your post you said:

>If your windows box is 2000 (XP?), you're going to want to use the windows boot loader to control the booting.

I'm wondering what makes you say that?

I would be very intersted to have more info about that. Because I've now a box with W98,RH9.0 & LFS and Grub as boot loader. I would like to add W2000 but I'm very afraid not beeing able to re-install Grub afterward and so to loose my linuxes .

I have already read a lot about that. but it's always speaking about installing linux after windows and not the opposite. It looks much more dangerous.

Any hints?

Cyr

PS: First post on this forum. Apologies if I didn't stick perfectly to the "etiquette".
 
  


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
Newbie: Reinstalled windows, can't boot Fedora raheelm Linux - Software 2 05-23-2006 06:07 AM
dual boot info lost after reinstalled win2k chrislee8 Linux - Software 4 10-22-2004 09:55 PM
I've reinstalled windows and lost mdk 9.2 on my PC lumikko Linux - General 6 03-12-2004 03:50 PM
Reinstalled Windows 98 lost linux dual boot llefty Linux - Newbie 0 08-01-2003 12:23 AM
reinstalled windows, boot data erased, now what farhanali Linux - General 3 04-27-2003 01:13 PM

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

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