Results 21 to 30 of 67
Originally Posted by Jonathan183
Hi Jayd512 ... stage 1 is looking for stage 1.5 or 2 at which point the menu.lst info will be used. I don't think changing menu.lst ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-02-2009 #21Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 05-02-2009 #22Just Joined!
- Join Date
- May 2009
- Posts
- 34
Haha I have a few more questions for him before I try it. Still awaiting his reply. Thanks for the help though Jay lol. Dang I was so sure I can move on to my next worry...
- 05-02-2009 #23
Questions regarding the details of his process? Which part is getting you?
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 05-02-2009 #24
You can try Windows CD but many report it does not work ...
Supergrub is my recommended method to fix the issue (you can put it on a pendrive as well) ... if you want to you can use the dd command to wipe the grub code from the MBR - but type very carfully or you can wipe the whole hard disk and even the wrong hard disk
Installing grub to the external ... boot from a live CD and install grub by opening a terminal and executing the commands I gave in post #14. You don't need to run through the install process againCode:dd if=/dev/zero of=/dev/sda bs=446 count=1
- 05-02-2009 #25Just Joined!
- Join Date
- May 2009
- Posts
- 34
Those are my questions lol.Hey Jonathan,
I'm going to attempt your suggestion, however can I just use my Windows disc and go into recovery console and type fixboot?
I don't have any access to empty discs right now.
Also, could you perhaps explain how to install the Grub into the External HDD? Which step of the installation etc?
- 05-02-2009 #26
I think I have answered the questions ... but the steps in post #14 ...
sudo grub <- start grub with root rights
root (hd2,4) <- select (hd2,4) = sdc5 as the root
setup (hd2) <- install grub to (hd2) = sdc MBR
quit <- quit grub
you can check the info in the grub manual here ... and dd command info here
Ed: and this may also be useful ...
- 05-02-2009 #27Just Joined!
- Join Date
- May 2009
- Posts
- 34
Hi! Back! I fixed my boot with the XP disc. Am now in Ubuntu Live CD but I can't do the "root (hd2,4)"
It says Selected Disk Does Not Exist
- 05-03-2009 #28
OK ... glad the XP disc cured the internal drive boot issue.
Boot from a live CD with the USB drive connected, open a terminal and run
Ed: lets say you get (hd2,3) returned by find then you would doCode:sudo grub find /boot/grub/menu.lst
thenCode:root (hd2,3) setup (hd2)
Code:quit
- 05-03-2009 #29Just Joined!
- Join Date
- May 2009
- Posts
- 34
It says file not found?
- 05-03-2009 #30
hmm ... double check connections on the external drive, external drive power supply (if it has one) and re-run
command ... what is reported?Code:sudo fdisk -l
Ed: and try
what is reported?Code:sudo grub find /boot/grub/grub.conf




