You are not logged in.

#1 2008-08-19 05:29:25

COMMUNISTCHINA
Member
Registered: 2008-06-16
Posts: 122
Website

GRUB problems

So I have been trying the majority of the day to get Arch on my laptop.
I cannot boot into arch without having the install CD in the tray. I have to type root=/dev/sda3 every time with the CD in.

If I do it without the CD, I get a screen that says something like minimal bash editing is something...blahblahblah... press tab to show commands.
All it says after that is
grub >

I installed GRUB to /boot, and I have a /swap, /, and /home partition.

/boot is sda1, ext2
/swap is sda2, Linux swap
/ is sda3, ext3
/home is sda4, ext3

/boot/grub/menu.lst has the following:

title Arch Linux
root (hd0,0)
kernel /boot/vmlinux26 root=/dev/sda3/ ro
initrd /boot/kernel26.img

Maybe it is something wrong with the fstab?

/dev/sda1 /boot ext2 defaults 0 1
/dev/sda2 /swap swap defaults 0 0
/dev/sda3 / ext defaults 0 1
/dev/sda4 /home ext3 defaults 0 1

is the fstab.

Oh lawd. Please help?


i don't know you that well.

Offline

#2 2008-08-19 06:22:05

Factory
Member
Registered: 2008-02-24
Posts: 108

Re: GRUB problems

COMMUNISTCHINA wrote:

title Arch Linux
root (hd0,0)
kernel /boot/vmlinux26 root=/dev/sda3/ ro
initrd /boot/kernel26.img

Take these `/boot`s out and give it a go.

Offline

#3 2008-08-19 06:29:04

COMMUNISTCHINA
Member
Registered: 2008-06-16
Posts: 122
Website

Re: GRUB problems

Factory wrote:
COMMUNISTCHINA wrote:

title Arch Linux
root (hd0,0)
kernel /boot/vmlinux26 root=/dev/sda3/ ro
initrd /boot/kernel26.img

Take these `/boot`s out and give it a go.

They are out; I think my problems might be pretty rough...

At the GRUB prompt, I found out to type
root(hd0,0)
setup (hd0)

/boot/grub/stage1 does not exist.
I installed GRUB to /boot. That's where it's supposed to go, right?


i don't know you that well.

Offline

#4 2008-08-19 06:33:32

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: GRUB problems

COMMUNISTCHINA wrote:

I installed GRUB to /boot. That's where it's supposed to go, right?

In most cases it should be installed to the MBR of the drive as a whole and not to a specific partition (i.e. to /dev/sda not /dev/sda1, etc.).

Offline

#5 2008-08-19 06:34:26

COMMUNISTCHINA
Member
Registered: 2008-06-16
Posts: 122
Website

Re: GRUB problems

fwojciec wrote:
COMMUNISTCHINA wrote:

I installed GRUB to /boot. That's where it's supposed to go, right?

In most cases it should be installed to the MBR of the drive as a whole and not to a specific partition (i.e. to /dev/sda not /dev/sda1, etc.).

SHAT.
Okay, that should fix my problem.
I will report back in 30...


i don't know you that well.

Offline

#6 2008-08-19 06:47:47

COMMUNISTCHINA
Member
Registered: 2008-06-16
Posts: 122
Website

Re: GRUB problems

OH GAWD.

If I would have only known...

Thank you.


i don't know you that well.

Offline

Board footer

Powered by FluxBB