You are not logged in.

#1 2010-06-23 09:13:12

ildiopantofola
Member
Registered: 2010-06-23
Posts: 4

[SOLVED]grub doesn't load after system upgrade

Hi guys, something like 12 hours ago I did a "pacman -Syu" and this morning when I turned on my laptop the only thing it displayed is the word "GRUB" on the top right corner of the display and then it freeze, it doesn't load neither the grub menu...

The last full system upgrade was some day ago, but yesterday it updates the kernel so I think that is the problem. I only have Arch 32bit on my pc, a partition for /boot, one for / , one for /home and a swap space.

Any idea?

here is my menu.lst

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/738c6478-7f1d-4a86-a206-dbbd7008d60d ro
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/738c6478-7f1d-4a86-a206-dbbd7008d60d ro
initrd /kernel26-fallback.img

Last edited by ildiopantofola (2010-06-24 07:34:47)

Offline

#2 2010-06-23 09:17:50

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED]grub doesn't load after system upgrade

Do you make it to the GRUB menu, and if so, does fallback work?

argh sorry, you said you can't reach grub menu already. weird, I can't think of anything breaking your grub installation with a -Syu. You could boot from a live medium and just re-install grub..

Last edited by hokasch (2010-06-23 09:20:01)

Offline

#3 2010-06-23 09:21:50

ildiopantofola
Member
Registered: 2010-06-23
Posts: 4

Re: [SOLVED]grub doesn't load after system upgrade

mmm no, it doesn't load the grub menu, i even cannot try lo load arch or arch-fallback...

Offline

#4 2010-06-23 09:22:55

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOLVED]grub doesn't load after system upgrade

ildiopantofola wrote:

Hi guys, something like 12 hours ago I did a "pacman -Syu" and this morning when I turned on my laptop the only thing it displayed is the word "GRUB" on the top right corner of the display and then it freeze, it doesn't load neither the grub menu...

you don't even get to the grub prompt where you can enter manually the boot parameters?

In the case of the above you could try chrooting into your install from a livecd and doing a grub-install from there, or directly from the arch install cd should work as well I suppose if you mount the correct directories.

Offline

#5 2010-06-23 09:34:54

ildiopantofola
Member
Registered: 2010-06-23
Posts: 4

Re: [SOLVED]grub doesn't load after system upgrade

i'm now using a live slax from usb, i tried to chroot  but it doesn't see any device in /dev... now i try with a arch live...

Offline

#6 2010-06-23 09:36:50

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: [SOLVED]grub doesn't load after system upgrade

ildiopantofola wrote:

i'm now using a live slax from usb, i tried to chroot  but it doesn't see any device in /dev... now i try with a arch live...

not sure if you need to --bind more, but at least you should bind the following before chrooting

        mount --bind /dev /mountpoint/dev

[edit] see http://wiki.archlinux.org/index.php/Chroot

Last edited by pressh (2010-06-23 09:38:08)

Offline

#7 2010-06-23 09:38:24

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: [SOLVED]grub doesn't load after system upgrade

You need to mount some directories before chrooting:

wiki wrote:

# mount -t proc none /mnt/proc
# mount -t sysfs none /mnt/sys
# mount --bind /dev /mnt/dev

Offline

#8 2010-06-24 07:34:04

ildiopantofola
Member
Registered: 2010-06-23
Posts: 4

Re: [SOLVED]grub doesn't load after system upgrade

did it smile thank you guys!

anyway why a the grub was gone? I had no errors during the upgrade...

Offline

Board footer

Powered by FluxBB