LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-14-2011, 07:41 AM   #1
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Rep: Reputation: Disabled
Question Minimal BASH-like line editing is supported.....grub error


I recently formatted the linux partition from the disk management screen but now i'm getting this screen

Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/file name.

How can i delete GRUB from that screen???
 
Old 06-14-2011, 08:05 AM   #2
alfredo10
Member
 
Registered: Sep 2010
Location: Algarve
Distribution: Linux Multiboot
Posts: 295

Rep: Reputation: 15
Hi!
To get optimal help please post some detail:
1. Windows preinstalled?
2. What version of which Linux did you download?
3. Check md5sum?
4. Burning a CD/ DVD? Burning program? Or creating USB?
5. Booting your computer - you see the version of Grub - 0.97 or 1.9x?
alfredo
 
Old 06-14-2011, 08:53 AM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Assuming that you have Windows installed, you have to restore the Windows bootloader. Put in your Windows CD/DVD, boot from that and go to the recovery-console.
If you use XP launch this command
Code:
fixmbr
If you use Vista/7 use this command
Code:
bootrec.exe /fixmbr
Now your Windows should boot fine.
 
Old 06-14-2011, 03:31 PM   #4
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
Post

Quote:
Originally Posted by alfredo10 View Post
Hi!
To get optimal help please post some detail:
1. Windows preinstalled?
2. What version of which Linux did you download?
3. Check md5sum?
4. Burning a CD/ DVD? Burning program? Or creating USB?
5. Booting your computer - you see the version of Grub - 0.97 or 1.9x?
alfredo
1. yes i currently have windows vista installed on the computer
2. i had installed linux 14 i686 i believe
3. when i type md5sum it says its an unknown command, but i did type in md5crypt and got:

Encrypted: $1$hnq1$SRdVMwfWzkGxSAx1kpXf.1


4. ????
5. the grub version is GNU GRUB version 0.97
 
Old 06-14-2011, 03:51 PM   #5
alfredo10
Member
 
Registered: Sep 2010
Location: Algarve
Distribution: Linux Multiboot
Posts: 295

Rep: Reputation: 15
Hi!
a) What distribution is Linux 14? Fedora?
Example:
At the moment I'm on PClinuxOS, Terminal output of the command "lsb_release -rd"
Code:
[alfredo@localhost ~]$ lsb_release -rd
Description:    PCLinuxOS
Release:        2010
b) After having downloaded your distribution, you can proof if the downloaded file, e.g. linux.iso, is corrupted:
Code:
md5sum linux.iso
comparing it with the md5sum - normally on the download site.
c) Did you burn an image of your linux.iso?
Or did you make a net installation?
alfredo
 
Old 06-14-2011, 03:59 PM   #6
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
i had fedora 14 on a separate partition as an .iso file until i formatted the partition, i tried to get rid of the partition but i couldn't.
 
Old 06-14-2011, 04:00 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The OP stated that he deleted the Linux partition, so I assumed that he wants to get rid of Linux. Therefore I gave the steps to re-install the Windows bootloader.

kacper111, please explain your intentions, so that we can give you the appropriate steps for your problem.
 
Old 06-14-2011, 04:02 PM   #8
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
i want to get rid of grub but i can't find the windows installation cd
 
Old 06-14-2011, 04:25 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You can get an evaluation copy of Windows 7 here, this will do the job also.
 
Old 06-14-2011, 05:22 PM   #10
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
will i still have win vista
 
Old 06-14-2011, 05:28 PM   #11
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Yes, if you do the steps posted in post #3 it will only fix the bootloader, it will not touch your installation.
 
Old 06-14-2011, 09:30 PM   #12
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Then you need to look at this.

http://www.bleepingcomputer.com/tuto...torial148.html
 
1 members found this post helpful.
Old 06-15-2011, 04:09 PM   #13
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
TobiSGD,
Can i boot of a usb
 
Old 06-16-2011, 04:56 AM   #14
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Yes, that is possible if your hardware is supporting this. I have never done that, but there are plenty of tutorials on the net, like this one, how to put The install DVD on an USB drive.
 
Old 06-16-2011, 05:23 PM   #15
kacper111
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
TobiSGD,

i have somehow booted on to windows, but i have one more question.
how do i get rid of the partition and GRUB v. .97
 
  


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
Error of GRUB: Minimal BASH-like line editing is supported................. change_my_way2010 Linux - Newbie 18 01-11-2014 11:46 PM
grub> Minimal BASH-Like line commands ekromi wagos Linux - Newbie 5 01-06-2011 01:51 AM
Minimal BASH-like line editing newlinuxuser10 Linux - Newbie 6 07-11-2010 06:53 PM
Minimal bash like line editing is supported rosh202 Linux - Newbie 3 10-28-2009 09:10 AM
Minimal Bash-Like Line jlwilso SUSE / openSUSE 1 03-09-2005 12:39 PM

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

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