You are not logged in.

#1 2011-08-19 08:35:54

Brandon Z
Member
Registered: 2011-08-16
Posts: 8

GRUB Fails

Hey there,
I recently installed Arch Linux, it was running smooth for about 2 days. Then today when I restarted my computer. I went through Windows Boot manager and selected the Option I created for Arch using "EasyBCD" It then booted /dev/sda5 the partition I installed Arch on, but I also installed GRUB on this partition as-well. But here is the problem. Grub won't start, it gives me this black screen that says "GRUB _" with a blinking underscore. I have tried reinstalling Arch, yet it did the same thing, I even formatted the partition using windows and I still got it. Even where there was no OS on it. It still gave me that screen. Any ideas on how to fix this? I miss my Arch install. I hate having to use Winblows

Offline

#2 2011-08-19 09:05:45

testdude281
Member
From: Vizag, India
Registered: 2011-03-04
Posts: 75

Re: GRUB Fails

please post your menu.lst file and the output of fdisk -l

Offline

#3 2011-08-19 10:52:35

roygbiv
Member
Registered: 2011-05-18
Posts: 204

Re: GRUB Fails

Please read this announcement first:  http://www.archlinux.org/news/changes-t … filenames/. If this is the problem , you need to change your GRUB menu.lst file accordingly. To get access to it, boot into a livecd and mount your /boot location, edit the file and reboot.

Offline

#4 2011-08-19 12:38:44

zebulon
Member
Registered: 2008-10-20
Posts: 358

Re: GRUB Fails

roygbiv is right, the current iso images use the kernel26 nomenclature, you need to adjust your menu.lst accordingly. You can edit the lines during the boot menu sequence (press "e" to edit a menu entry). As far as I know, new install images are being generated.

Offline

#5 2011-08-19 15:26:17

Brandon Z
Member
Registered: 2011-08-16
Posts: 8

Re: GRUB Fails

How would I edit my menu.lst? My computer Freezes when GRUB boots.

Offline

#6 2011-08-19 15:27:46

roygbiv
Member
Registered: 2011-05-18
Posts: 204

Re: GRUB Fails

I mean, I just explained that. smile

Last edited by roygbiv (2011-08-19 15:30:40)

Offline

#7 2011-08-19 15:32:29

Brandon Z
Member
Registered: 2011-08-16
Posts: 8

Re: GRUB Fails

roygbiv wrote:

I mean, I just explained that. smile

What do you mean by "mount" my boot location?

Offline

#8 2011-08-19 15:41:13

roygbiv
Member
Registered: 2011-05-18
Posts: 204

Re: GRUB Fails

Brandon Z wrote:
roygbiv wrote:

I mean, I just explained that. smile

What do you mean by "mount" my boot location?

Once you have booted into a livecd you can perform all the stuff needed. If you have a separate /boot partition for your arch install, you can mount the filesystem on it in order to get access to the files there. To find the right location for the boot partition (i.e. "/dev/sda3") , you can run the command fdisk -l or cfdisk (more friendly perhaps). Then you can mount it (here assuming it's /dev/sda3) :

# mkdir /mnt/boot
# mount -t auto /dev/sda3 /mnt/boot

Then you can cd into /mnt/boot/grub and edit menu.lst and reboot.

Last edited by roygbiv (2011-08-19 15:42:19)

Offline

#9 2011-08-19 15:44:57

Brandon Z
Member
Registered: 2011-08-16
Posts: 8

Re: GRUB Fails

roygbiv wrote:
Brandon Z wrote:
roygbiv wrote:

I mean, I just explained that. smile

What do you mean by "mount" my boot location?

Once you have booted into a livecd you can perform all the stuff needed. If you have a separate /boot partition for your arch install, you can mount the filesystem on it in order to get access to the files there. To find the right location for the boot partition (i.e. "/dev/sda3") , you can run the command fdisk -l or cfdisk (more friendly perhaps). Then you can mount it (here assuming it's /dev/sda3) :

# mkdir /mnt/boot
# mount -t auto /dev/sda3 /mnt/boot

Then you can cd into /mnt/boot/grub and edit menu.lst and reboot.

Thank you so much! I really, really appreciate all of you're help.

Offline

Board footer

Powered by FluxBB