LinuxQuestions.org
Visit Jeremy's Blog.
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 09-01-2004, 06:44 AM   #1
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Rep: Reputation: 0
Some strange Grub Problem ?!


Here's my problem (and I know that there have been lots of threads about a similar problem, but I've already tried these solutions, but they don't work ) :

I've got a 160Gig HDD with Windows on it and an old 40Gig HDD with SuSE 9.0 Pro on it and the Grub loads via floppy. Now I want to get rid of the 40Gig HDD, because it's to noisy. The problem is that if I unplug that HDD the Grub loader says "Hard Disk Error" ... I do understand that, because the Grub loads and doesn't find the HDD with Linux on it. BUT if I take the floppy out of the drive and leave the HDD unplugged it should boot normally? No ... it says "No system disk or system disk error" !

I really don't understand what I did there ... and especially, I don't know how to fix it ... as I said I've already tried the "fixmbr" in the windows recovery console and the "fdisk /mbr" on the windows boot floppy ... and I tried the "fixboot" in the recovery console ... and it says to me that the HDD with Linux on it is the system partition ! I think that could be the problem, but I don't know how to fix that either ...

I've done enough talking for now ... hope there's someone who can help me out of that mess ... would be great !

cyall Snowlord
 
Old 09-01-2004, 06:54 AM   #2
gsd750
LQ Newbie
 
Registered: Sep 2004
Location: Scotland
Distribution: Fedora Core 2
Posts: 15

Rep: Reputation: 0
It's because GRUB is looking on your 2nd disk for the /boot partition

GRUB lives on HD0, but it's looking for HD1 for it's boot config

I'm not sure if GRUB can boot with just a Windows partition.

Can you boot into Windows with a floppy or through GRUB? Try going into the Storage Manager in Control Panel and setting your "C:" partition as primary

Then you could try fdisk /mbr or fixmbr again

-or-

grub> root (hd0)
grub> setup (hd0)



Might be an idea to backup you windows drive first!
 
Old 09-01-2004, 07:02 AM   #3
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
It's because GRUB is looking on your 2nd disk for the /boot partition

GRUB lives on HD0, but it's looking for HD1 for it's boot config

I'm not sure if GRUB can boot with just a Windows partition.
That's what I already said ... I understand why it doesn't work, if I unplugg the second HDD and the floppy's still inserted ... but if the floppy's not in the drive, the grub should not boot I think ...

Quote:
Can you boot into Windows with a floppy or through GRUB?
Well if both HDD's are connected without problems, but if the second is unplugged or if the floppy isn't inserted not ...

I'll try your hint with the storage manager and I'll post the result of it

cya soon
 
Old 09-01-2004, 07:10 AM   #4
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Original Poster
Rep: Reputation: 0
http://snowlord.dyndns.org/HDDs.jpg
In Windows itself it's right, I think ?
 
Old 09-01-2004, 07:10 AM   #5
methuselah
LQ Newbie
 
Registered: Oct 2003
Location: Drouin, Australia
Distribution: Ubuntu 9:10
Posts: 19

Rep: Reputation: 0
Grub can boot with just a Windows partition, see my earlier post today.

What version of Windows are you using?

A 40 gb hard drive is pretty cheap today, got to be worth getting one to avoid using Windows if possible ??

Did you install grub on the primary hard disk MBR ?

If so, Windows will not load because it wants the MBR for itself and the grub 512 byte loader will result in Windows not starting.

To get windows to start using grub enter the following :-

grub> rootnoverify (hd0,0) (I am assuming Windows is on the first partition of the first hard drive)

grub> makeactive

grub> chainloader +1 (Sets the first sector of the current root partition)

grub> boot (Starts the boot process and quits grub)

Good luck,
 
Old 09-01-2004, 07:20 AM   #6
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
What version of Windows are you using?
Well I'm using Windows XP Home SP2 (normally) and SuSE Linux 9.0 Pro (seldomly)! As I said both Systems work well ... but as I don't use Linux very often and the HDD makes a lot of noise, I would like to unplug it ... but then the system won't boot anymore as I said ...

Quote:
Did you install grub on the primary hard disk MBR ?
First I used it booting via floppy, because I didn't want to change anything in the MBR, but today I put it in the hda's MBR, but without changes ... without floppy won't work ... and without hdb neither !

I just want to clear out every trace of the Grub, so that I CAN boot with only the silent 160Gig HDD ... and the best were if I could plug the 40Gig HDD and boot the Grub via floppy, if I need Linux, but don't know how ...

cyall
 
Old 09-01-2004, 07:43 AM   #7
methuselah
LQ Newbie
 
Registered: Oct 2003
Location: Drouin, Australia
Distribution: Ubuntu 9:10
Posts: 19

Rep: Reputation: 0
When you reboot the computer, do you end up with a grub prompt as below

grub>

If so, enter the commands from my earlier post, and it should boot Windows for you.

If you want to re-write the MBR, get an old Windows 98 start up disk, boot the computer using the floppy drive, and enter at the "a>" prompt "fdisk /mbr"

This will cause fdisk to re-write the MBR in the way that Windows likes, and XP should then become bootable
 
Old 09-01-2004, 07:56 AM   #8
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Original Poster
Rep: Reputation: 0
Well in the first post I've written that I've already tried the fixmbr (and fixboot) and the fdisk /mbr, too without succes ... and the error messages I get are in that post, too

cya
 
Old 09-01-2004, 09:04 AM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Look at the motherboard BIOS, is the 160GB or 40GB set to boot first?
 
Old 09-01-2004, 10:50 AM   #10
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Original Poster
Rep: Reputation: 0
@methuselah

No it reboots normally ... and after the CMOS procedure the same thing happens ...

@michaelk

The 160 is Primary Master and the 40 Primary Slave (Both on Cableselect)

I just want to remove that damn Grub (and the "fixmbr" thingi doesn't work as it seems ...)
 
Old 09-02-2004, 04:44 AM   #11
Snowlord
LQ Newbie
 
Registered: Sep 2004
Location: Luxembourg
Posts: 7

Original Poster
Rep: Reputation: 0
Well found a fix in some way ...

- put the grub on the mbr of the 40Gig HDD,
- took it out, and
- used the serillelo 2 (or how is that called?) and plugged my 160Gig HDD on the S-ATA port ... the S-ATA boots the HDD before the message appears ^^

I know that if I use the IDE controller again the problem will reappear, but this is quite a good solution for the moment ...

cyall Snowlord

P.S. thanks for the support

Last edited by Snowlord; 09-02-2004 at 06:12 AM.
 
  


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
strange line on grub.conf Kendo1979 Linux - Security 1 05-22-2005 07:21 AM
Strange grub behaviour bigjohn Linux - Software 6 05-20-2005 03:00 PM
strange, strange alsa problem: sound is grainy/pixellated? fenderman11111 Linux - Software 1 11-01-2004 05:16 PM
Grub setup problem (/boot/grub/stage1 not found) davidas Debian 2 04-28-2004 08:13 PM
GRUB: very strange problem Daem0hn Linux - Hardware 7 10-12-2003 03:34 AM

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

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