You are not logged in.

#1 2009-08-14 04:07:33

cryticfarm
Member
Registered: 2009-07-27
Posts: 47

Need some GRUB help.

Today I did some partitioning to extend my home drive by shrinking my windows drive. This worked, however, now grub does not. When I try to boot, it just displays the word "GRUB".
Here is my menu.lst file (took out some comments):

timeout   5
default   0
color light-blue/black light-cyan/blue



# (0) Arch Linux
title  Arch Linux
root   (hd0,1)
kernel /vmlinuz26 root=/dev/disk/by-uuid/7a5d16f4-477d-4eba-9992-77855f4a6c57 ro
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,1)
kernel /vmlinuz26 root=/dev/disk/by-uuid/7a5d16f4-477d-4eba-9992-77855f4a6c57 ro
initrd /kernel26-fallback.img

# (2) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1

And here is how gparted looks (I can't seem to get fdisk working in this live distro).
jgjpdi.png

I really need help because I really need to use a windows only app tomorrow.

Offline

#2 2009-08-14 04:24:00

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: Need some GRUB help.

Maybe you need to update-grub not sure if that'll help.


~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#3 2009-08-14 04:32:24

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: Need some GRUB help.

Try rewriting the MBR in a live cd with this:

http://wiki.archlinux.org/index.php/Gru … leshooting

Offline

#4 2009-08-14 23:16:42

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Need some GRUB help.

Hello cryticfarm!

/media/disk is your boot partition ? Would it be better a /boot like ?

Offline

Board footer

Powered by FluxBB