Re: BURG monumental mistake.
I am quite new to linux also, but one of the first things I would try is grabbing some tools like the trinity rescue kit or ultimate boot cd from a site and get the universal usb installer from pendrivelinux, try at it booting from the usb... then redo grub from one of the rescue kits.
you're pretty much out of options otherwise.
Re: BURG monumental mistake.
I'm not overly proficient with the GRUB CLI, but have you tried typing "boot"?
Pretty sure it should boot the last used OS... Could be wrong though. Anyone feel free to correct me.
EDIT:
After 5 minutes of googling, found this:
http://members.iinet.net/~herman546/...LI%20Mode.html
Re: BURG monumental mistake.
thanks for your response.
I had already tried that option, but no luck.
I did, however, fix my problem. Ended up booting with the Live CD, opening a terminal and entering
Code:
fdisk -l
mount /dev/sda2 /mnt
grub-install --root-directory=/mnt /dev/sda
update-grub
removed the disk and it booted fine. Had to to a restore point in Vista but other than, running like a champ.
Re: BURG monumental mistake.
Yes, you had to recover grub..You did it the way it shoulb be...
The problem you had was that no grub.cfg was abailable, so grub got into CLI mode...You can run and boot any OS from there (CLI mode) using commands..So no need to worry..
When grub does not finds grub.cfg file (which by the way is generated by update-grub), it goes into CLI mode..It has the chance to use TAB to complete possible options to boot your OS..Like searching the vmlinuz, the kernel, the partiton, it even accept insmod and lspci commands..
Good you fixed your problem.
Re: BURG monumental mistake.
I see. That is good to know for future reference if needed.
Thank you all for the help. If any of you DO by chance know of a free product that is not BURG or grub-customizer that can make the login a bit prettier than the standard black/white grub menu, feel free to suggest.
Thanks again.
Re: BURG monumental mistake.
I have a doubt, it seems to me like you did something wrong during BURG installation. But I might be wrong, though.
Would you please post how you installed?..
And just for the record, BURG needs to be applied to HDD and NOT to a partition...MBR is in the first 512mb of HDD, and not in partitions..Sorry if I'm being basic...
Re: BURG monumental mistake.
I would like to point to something I found to be very useful with editing the grub. I know it can be daunting at first, especially if you want to rearrange the OS boot orders or even change their descriptions. A simple and intuitive GUI based way is a little program called grub customizer. h t t p s: / /launchpad.net/grub-customizer
In a terminal,
Code:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
After which you can access it from start->settings->grub customizer
Ops I just read, you didnt want grub-customizer. I believe there is a way to add a graphical background. Here is a good writeup I found for grub http://www.makeuseof.com/tag/how-to-...mage-for-grub/
and here are a few pre-made to give an idea http://schragehome.de/splash/
Re: BURG monumental mistake.
Well, I'm completely againt "prety" "wow" "Oh my god, beautifull" graphical Grub..Let's not loose perspective, this excelent software (BT5) is a pentest, audit software..
And it is already "beautifull" for what it does..It is incredible.
This is my very own personal stand point of view and I respect other's point of view.
Luck.