You are not logged in.

#1 2014-02-27 21:36:37

c0dehunter
Member
Registered: 2014-02-27
Posts: 6

[SOLVED] Arch not detected by GRUB

I've carefully read the Beginners'_guide (also GRUB and some other relevant pages) and installed Arch along Windows 8 (BIOS, MBR) as suggested. Arch is installed on /dev/sda3. I've installed os-prober and ran grub-mkconfig. The problem is that only Windows is picked up but not Arch.
I've read several other similar threads here with no success. What is wrong?

Here is a picture of the problem-in-action:
B76eVmMs.jpg

Last edited by c0dehunter (2014-02-27 23:19:10)

Offline

#2 2014-02-27 21:50:59

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: [SOLVED] Arch not detected by GRUB

Hi c0dehunter, welcome to the forums. That image is too large. Please replace it with a thumbnail or link. Thanks. Forum Etiquette: Pasting Pictures and Code


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#3 2014-02-27 21:59:54

c0dehunter
Member
Registered: 2014-02-27
Posts: 6

Re: [SOLVED] Arch not detected by GRUB

The thumbnail has been reduced. Thanks for the warning.

Offline

#4 2014-02-27 22:15:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Arch not detected by GRUB

What happens if you manually configure it, rather than using os-prober (which seems to be less than reliable)?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2014-02-27 22:43:19

c0dehunter
Member
Registered: 2014-02-27
Posts: 6

Re: [SOLVED] Arch not detected by GRUB

First off, the only thing under /boot is directory grub. I expected vmlinuz and initrd.img to be here (making me think the installation of the system is somehow incomplete)?

I have tested with manual entry in /etc/grub.d/40_custom

menuentry "Arch Linux" {
  set root=(hd0,3)
  linux /vmlinuz-linux root=/dev/sda3 ro
  initrd /initramfs-linux.img
}

and running grub-mkconfig. Grub reports that vmlinuz-linux is missing (as mentioned in the previous line, /boot only has grub). Is it possible that I missed some step (although I sticked to the Beginner's Guide like mad)?

Last edited by c0dehunter (2014-02-27 22:57:35)

Offline

#6 2014-02-27 22:47:33

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,646

Re: [SOLVED] Arch not detected by GRUB

Is your entire Arch system installed on sda3? (Do you have a separate /boot or /home partition?)

(edit) never mind -- I see from your first screenshot that you have only one partition.

Last edited by 2ManyDogs (2014-02-27 22:49:24)

Offline

#7 2014-02-27 23:18:41

c0dehunter
Member
Registered: 2014-02-27
Posts: 6

Re: [SOLVED] Arch not detected by GRUB

I made a horrible mistake of not installing base package. The tip in Beginner's guide to also install base-devel package made me thinking it already includes the first one. Sorry for wasting your time.

Last edited by c0dehunter (2014-02-28 09:48:01)

Offline

Board footer

Powered by FluxBB