Getting rid of grub

 
Thread Tools Search this Thread
Operating Systems Linux Debian Getting rid of grub
# 1  
Old 06-15-2006
Getting rid of grub

ok so i have two HDs on my PC, on the 1st one (master) i have w2k running, i decided to install debian on the second (slave). During the install, i was asked if i wanted to install grub, i said yes.

Now debian starts just fine. Windows on the hand now takes forever to load (ie like two minutes while it was just find before i installed grub/debian), which is a real drawback. So my question is :

is there any way i can fix this ? removing grub ? how should i do that ?

thx in advance for any help.
# 2  
Old 06-18-2006
Can you post your
Code:
/boot/grub/menu.lst

here?

In case you want to remove grub:

Use a bootable CD, with DOS included. At command prompt, type

Code:
fdisk /mbr

You'll see your Windows 2K again, but can not see your Debian again. It's still in your HDD, but in the Master Boot Record don't have any information about it.

In case you want to boot into Debian again:

Install GRUB again. (I bet you don't want to use it again Smilie)
Use another Boot Management Application, and let it control your MBR (eg: Boot Magic, install in Windows, it will be fine for both Debian and W2K).

It just my solution at this time. It's better if we could find the root cause why your Windows doesn't start when using GRUB.
# 3  
Old 07-01-2006
MySQL

Thanks it worked (the fdisk /mbr command that is).

I hate Grub !!!

But that's no longer a concern since i received my mini itx server so debian and windows don't have to cohabit in the same pc and that's the way it should be /me thinks Smilie
# 4  
Old 07-04-2006
My primary system lost its hard drive. I am auditioning several versions of Linux to see which one I want. I want to go back to pure XP before I load the next Linux. I don't have fdisk anywhere on Windows XP. I put the XP install CD back in and booted it, then hit "R" for the Recovery Console. After entering my Administrator password, I get a DOS-like prompt. I typed "fixmbr" and answered "y" to the "are you sure" prompt. This worked for me.

Grub may have its flaws, but I think it's the best solution for me. I don't understand how the OP got a several minute delay while booting XP. I am trying to build an XP-BSD-Solaris-Linux system and I am doing screwy things with grub. I have never seen anything like that. Maybe the default boot option was invalid and, after timing out, grub tried a second option?
# 5  
Old 07-04-2006
I have Debian + WinXP dual-boot and WinXP loads just fine.

And WinXP is on the second disk (which will not boot normally without some trickery)!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

"/boot/grub/grub.conf" VS "/etc/grub.conf"

can someone please explain me the difference between these two files: "/boot/grub/grub.conf" and "/etc/grub.conf" .. (7 Replies)
Discussion started by: stunn3r
7 Replies

2. Red Hat

Can we specify which grub.conf to use in grub-install.

Hi, Can we specify which grub.conf to use while installing grub on RHEL. We are working on application which requires different grub configurations needed, depending on certain criteria we need to update grub with correct grub.conf. Can we use grub-install for this purpose? (4 Replies)
Discussion started by: successlin
4 Replies

3. Shell Programming and Scripting

Getting rid of ^M

I have a text file with hundreds of 32-character hash codes in it, each terminated with a linefeed (/l, or ^M). 185ead08e45a5cbb51e9f7b0b384aaa2 57643e1a17252a9fc746d49c3da04168 60cba11d09221d52aaabb5db30f408a2 2b75ee6e5c2efc31b4ee9a190d09a4df ...... etc. I want to create a file for each... (6 Replies)
Discussion started by: teledon
6 Replies

4. Linux

How to get rid of ^m

Hi all, I am new to unix....pls help me with this. I have a binary file generating output by passing arguments in bash.when i open the output file in VI i can see that ^m is included in between most of lines,as a result when i pass this file to my java application it dosent parse the data... (3 Replies)
Discussion started by: asheshrocky
3 Replies

5. UNIX for Dummies Questions & Answers

how to get rid of last _ in the files name?

ex: I have list of files in a folder. abc_def_geh_.txt abc_.txt abc_def_geh_12345_.txt ab134c_d345345ef_444geh_12345_.txt i need to rename all files to get rid of the _ before .txt result should look like this: abc_def_geh.txt abc.txt abc_def_geh_12345.txt... (2 Replies)
Discussion started by: lv99
2 Replies

6. UNIX for Dummies Questions & Answers

How to get rid of ^[[D

Hi All, Im selecting a large record from a table and putting it in a file in the unix box. The file has a hidden character "^[[D " present in it. Can any one help me in getting rid of the character Thanks in advance, (4 Replies)
Discussion started by: madhan@29
4 Replies

7. UNIX for Dummies Questions & Answers

how to get rid of ==>

ok the assignment question: That English paper you were writing on the works of Lewis Carroll is due in a few hours and you have forgeotten the name of the text file in which you has written a number of quotations to use in your paper. Luckily, you know that the file is somewhere in your... (1 Reply)
Discussion started by: mek86
1 Replies

8. UNIX for Dummies Questions & Answers

grub problem- keeps rebooting as soon as it tries to do grub

Hi, I installed solaris 10 a few weeks ago. It was working fine during the past two weeks. However, now when I start to load to the drive, I get this problem: The BIOS screen comes up like normal, then screen goes blank and a message "Grub loading stage 2" flashes real quick then the computer... (1 Reply)
Discussion started by: moesays
1 Replies

9. UNIX for Dummies Questions & Answers

Is there a way to get rid of GRUB and any OS selector so that Linux starts....

Is there a way to get rid of GRUB and any Linux OS selector so that Linux starts automatically without having to wait for GRUB to go through it's OS choice process? I want to keep the Windows OS selector and have it so when I select Linux, it goes right to Linux and not another selector. Know what... (0 Replies)
Discussion started by: mattzway
0 Replies

10. Solaris

getting rid of ^H

Hello everybody I have a very annoying problem on my Solaris (Unix in general) servers. When I open a shell and press the backspace button, it results in a ^H character being printed on screen. I can resolve it by typing stty erase <backspace>, but does anyone know how I can prevent the... (3 Replies)
Discussion started by: soliberus
3 Replies
Login or Register to Ask a Question