You are not logged in.

#1 2004-03-06 19:09:47

busbarn
Member
From: Denver, CO US
Registered: 2004-03-06
Posts: 16

HowTo fix grub?

I have been using Gentoo for the past year or so and just stumbled upon Arch. I'm really excited about checking it out and getting involved. I've hit a snag though--I can't boot. I prepared a partition to try and install arch on. I walked through the installation, and I thought everything installed just fine. It didn't ask me where I wanted to install grub which I thought was awkward. Reading the forums here, I found that you are supposed to have a seperate /boot partition for arch. So I know I screwed that up.

Anyways, I tried to reboot and now I jsut get a screen full of "GRUB GRUB GRUB GRUB GRUB" and the processor light on my box goes bonkers. Using the gentoo live cd, I got into my system, mounted everything, uninstalled grub, wiped out my arch installation and its partition, re installed grub, set it up on my mbr, and it still won't boot.

Can somebody help me figure out what installing arch did to my grub?

Offline

#2 2004-03-07 05:47:50

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: HowTo fix grub?

so other than getting a bunch of grubs printed on the screen there are no other errors? in that case it sounds like it is not finding your kernel image.

did you properly configure grub (or configure the menu.lst at all during install)?

(BTW you do NOT have to make a separate /boot partition that is completely preference i never have and never will)


AKA uknowme

I am not your friend

Offline

#3 2004-03-07 20:01:38

busbarn
Member
From: Denver, CO US
Registered: 2004-03-06
Posts: 16

Re: HowTo fix grub?

I ran
root (hd0,0)
setup (hd0)
under the grub program.

This means that the kernel image is found in /dev/hda1 and it's installed on the mbr right?

Offline

#4 2004-03-08 20:26:15

skparkes
Member
Registered: 2003-12-11
Posts: 52

Re: HowTo fix grub?

I'm not a grub expert, but I believe that root tells grub where it's config files are, not where the kernel is.  You then need to edit the config files to point to the right kernel.

Truthfully, I'm much better with lilo.

Thanks,

Isamoor

Offline

#5 2004-03-08 22:57:08

yak8998
Member
Registered: 2004-03-01
Posts: 143

Re: HowTo fix grub?

I'm going to agree with skparkes. The grub 'setup' program confuses me tho, theres too many naming conventions.

Why don't you use the install app to do it, than go edit the config file manually?


"Ignorance is bliss, for stupid people."
"open-source is [...] programming Darwinism."
Vaughan-Nichols

Offline

#6 2004-03-08 23:02:25

scottro
Member
From: NYC
Registered: 2002-10-11
Posts: 466
Website

Re: HowTo fix grub?

The first root (hd0,blah) is where the config is. Let's say you installed Arch on hdb1

It would be root (hd1,0)
kernel /boot/vmlinuz26 ro /dev/hdb1

I have a page on grub which although a bit dated is still useful for some folks.

http://home.nyc.rr.com/computertaijutsu/grub.html

Offline

#7 2004-03-09 05:44:00

busbarn
Member
From: Denver, CO US
Registered: 2004-03-06
Posts: 16

Re: HowTo fix grub?

I could finally booy my system using a boot disk. I still can't figure out how to fix it. I don't understand lilo at all. At least with grub, you don't have to rerun lilo everytime you edit your conf files.

Suggestion to ARCH devs: Can there be an option passed during install to keep grub from installing on the mbr? I had no control over where grub was installed (outside of the partition).

Offline

#8 2004-03-09 05:52:50

scottro
Member
From: NYC
Registered: 2002-10-11
Posts: 466
Website

Re: HowTo fix grub?

If you have another system, (eg another Linux distribution) doing the booting, then you would simply choose to not install grub.

Offline

#9 2004-03-09 06:27:31

busbarn
Member
From: Denver, CO US
Registered: 2004-03-06
Posts: 16

Re: HowTo fix grub?

It would be nice if the documentation noted that. Granted, I am not a "newbie" with linux, but I scoured the docs to make sure my system wouldn't get borked. There's nothing in there that says "WARNING: If you are running another flavor on another partition that boots, then don't install grub" or have a link to chainloading or something. That would have made my life much easier.

Offline

#10 2004-03-09 15:43:06

scottro
Member
From: NYC
Registered: 2002-10-11
Posts: 466
Website

Re: HowTo fix grub?

That's a valid point.  I can answer, "Well, Arch isn't for the newcomer," but as it gains in popularity, that's not really an appropriate answer.

There are warnings somewhere along the line (I think) about backing up things before installing, but I see your point.  It might be worthwhile adding such a message--not being a programmer I have absolutely no idea if this is an easy or difficult thing to do.  A simple line might be added to the install documentation however.

Offline

#11 2004-03-09 21:47:46

busbarn
Member
From: Denver, CO US
Registered: 2004-03-06
Posts: 16

Re: HowTo fix grub?

I understand that Arch isn't for newbies. BUt then again, if you look at the install compared to gentoo, it's extremely easy and sensible.  I can move around in linux and am gaining more and more knowledge. I understand backing everything up--that's a no brainer. Fortunately, I haven't lost any data in all of this (except for the well being of my MBR). All this to say, there should be an option when installing the bootloader to put it on the mbr or chain load. ALso, the docs should say: at this point, the installer will put grub on your mbr. If you don't want this, don't install a bootloader.

Offline

#12 2004-03-28 19:38:28

busbarn
Member
From: Denver, CO US
Registered: 2004-03-06
Posts: 16

Re: HowTo fix grub?

Just an update...
I figured out why my grub got jacked. I choose to have it install on my boot partition, not the mbr. I thought that the first entry on "choose where to install grub" was just a header, not the MBR.

Offline

#13 2004-03-28 21:29:34

galen
Member
From: Canada
Registered: 2003-07-02
Posts: 135
Website

Re: HowTo fix grub?

glad you got a lead on the trouble

I prefer grub over lilo hands down

example of my /boot/grub/menu.1st

#
# Sample boot menu configuration file
#

# Boot automatically after x seconds
timeout 7

# Change color.
color green/black light-green/black

default 2
fallback 0

# entry 0 
title  Peanut
kernel (hd0,2)/boot/vmlinuz root=/dev/hda3 vga=1 append hdc=ide-scsi

# entry 1 
title Win98
root (hd0,1)
makeactive
chainloader +1

# entry 2
title  Arch
kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 vga=1 append hdc=ide-scsi

# Save changes /hda1
title Save changes /boot/grub/menu.lst, /dev/hda1
root    (hd0,0)
setup   (hd0)

[/code]


Off to using Peanut and Slackware, no hard feelings but I need my CD to burn, PDA and scanner to connect and arch won't do it.

[img]http://www.flightsimhq.org/images/war-is-bushit_s.jpg[/img]

Offline

#14 2004-04-02 11:17:29

karacus
Member
From: Yukon Territory, Canada
Registered: 2004-03-29
Posts: 11

Re: HowTo fix grub?

busbarn wrote:

Just an update...
I figured out why my grub got jacked. I choose to have it install on my boot partition, not the mbr. I thought that the first entry on "choose where to install grub" was just a header, not the MBR.

The /boot partition is for when you have other os that will take care of booting a new distro's. Before I decided to make a full change to AL I was running debian and "xp for work "sucks". Debian was my main os and I use grub to manage the different boot. Also had a partition to try new distro's. All the new distro's that I loaded I always made a 32mgs /boot section. Than I would edit grub in debian an add the new os. Never run into trouble that way. Your main os belongs in the mbr and every other os controlled by your main os should have there boot sequense in /boot partition. I learned this the hard way trials and error  wink
Every os in main mbr is asking for trouble.


best regard
karacus

Offline

#15 2004-04-16 07:18:19

PipoDeClown
Member
Registered: 2004-01-03
Posts: 14

Re: HowTo fix grub?

busbarn wrote:

Just an update...
I figured out why my grub got jacked. I choose to have it install on my boot partition, not the mbr. I thought that the first entry on "choose where to install grub" was just a header, not the MBR.

just installed Arch 0.6 on an Asus k7v-t (slot A) with 10Gb hd.
partition scheme is 40Mb-boot, 512Mb-swap, rest as root

firsttime i installed grub in the mbr it gives me GRUB GRUB GRUB GRUB...
then i tried grub at /boot (disc0/part1) it gives Error 18, something about cylinder not compatible with bios blahblah.

two solutions:
1) decreased swapsize to 256Mb => no problems with grub
2) turn of bios auto ide detection (hint from gentoo?), it works but iam puzzled  yikes


Izze Zimpel

Offline

#16 2004-04-21 00:04:48

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: HowTo fix grub?

busbarn wrote:

Just an update...
I figured out why my grub got jacked. I choose to have it install on my boot partition, not the mbr. I thought that the first entry on "choose where to install grub" was just a header, not the MBR.

Funny you mention that.  I posted that same concern a while back in these forums,

http://bbs.archlinux.org/viewtopic.php? … ght=#20433

and a suggestion.  And, I am by no means unfamiliar with Grub.  Glad it works for you now.

Offline

Board footer

Powered by FluxBB