You are not logged in.

#1 2010-06-17 01:13:35

specialist125
Member
Registered: 2010-06-16
Posts: 10

[Solved]grub2 didnt install correctly suck at grub shell

I upgraded from grub to grub2 and now Im stuck at the grub shell.


I have tried this from my usb live install :

#root
#mount  /dev/sda5   /mnt  (sd5 is my root partition)
#mount /dev/sda1  /mnt/boot
# mount -t proc none /mnt/proc
# mount -t sysfs none /mnt/sys
# mount --bind /dev /mnt/dev
#chroot /mnt

#pacman -S grub2
#grub-mkconfig -0 /boot/grub/grub.cfg

I look like the upgrade didnt upgrade because when i reboot computer it says gnu grub version 0.97 which isnt grub2

Last edited by specialist125 (2010-06-17 02:51:56)

Offline

#2 2010-06-17 01:36:39

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

Re: [Solved]grub2 didnt install correctly suck at grub shell

You needed to run a grub-install on MBR after pacman -S grub2


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

Offline

#3 2010-06-17 01:53:35

specialist125
Member
Registered: 2010-06-16
Posts: 10

Re: [Solved]grub2 didnt install correctly suck at grub shell

tryed that but still didnt work

Offline

#4 2010-06-17 02:03:34

specialist125
Member
Registered: 2010-06-16
Posts: 10

Re: [Solved]grub2 didnt install correctly suck at grub shell

Maybe I'm doing the grub-install part wrong cause

is it just grub-install or

grub-install --no-floppy  xxxx ( if its this one where should i point it)

Offline

#5 2010-06-17 02:11:31

stryder
Member
Registered: 2009-02-28
Posts: 500

Re: [Solved]grub2 didnt install correctly suck at grub shell

Let me give you the url to check: http://wiki.archlinux.org/index.php/Grub2

(You have to tell grub-install where you want to install grub.)

Offline

#6 2010-06-17 02:40:28

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

Re: [Solved]grub2 didnt install correctly suck at grub shell

# grub-install /dev/sda

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

Offline

#7 2010-06-17 02:51:10

specialist125
Member
Registered: 2010-06-16
Posts: 10

Re: [Solved]grub2 didnt install correctly suck at grub shell

Thanks that worked

Offline

Board footer

Powered by FluxBB