LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 12-04-2018, 05:26 AM   #16
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589

post the output of
Code:
parted -l
 
Old 12-06-2018, 05:17 AM   #17
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by berndbausch View Post
Now I also have an installation problem. I end up in the UEFI shell rather than booting Archlinux. Just to tell you that you are not alone
It's not THAT challenging if you follow the instructions on https://wiki.archlinux.org/index.php/Installation_guide and double-check every step twice.

In my case, I hadn't seen the innocent-looking remark
Quote:
Remember to #Generate the main configuration file after finalizing the configuration.
on the wiki page for Grub. After generating grub.cfg, life is good.

To understand better what EFI is about, I benefitted a lot from https://www.happyassassin.net/2014/0...lly-work-then/.

Last edited by berndbausch; 12-06-2018 at 05:18 AM.
 
Old 12-06-2018, 05:52 AM   #18
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by berndbausch View Post
and double-check every step twice.
does that make three or four times in total?

Quote:
In my case, I hadn't seen the innocent-looking remark
wiki.archlinux is 100% content. people often don't understand this - everything written is written for a reason, every link is there for a reason, and everything that doesn't have any use is removed or rephrased until it does.
 
Old 12-26-2018, 01:43 PM   #19
BennySea
LQ Newbie
 
Registered: Dec 2018
Posts: 1

Rep: Reputation: Disabled
I had some issues with Grub installing Arch UEFI a couple days ago. There are a few more things I needed to do for an UEFI install which complicated the process for me. Went a bit crazy lol
I used this to help me through the process https://remoteshell.io/blog/guide-in...ch-linux-uefi/
I also watched a YouTube video as well but I can't seem to find it anymore. The above link gives you all the Grub commands you need though.
 
Old 12-29-2018, 05:18 AM   #20
C3n21
LQ Newbie
 
Registered: Nov 2017
Posts: 21

Rep: Reputation: Disabled
I don't remember if I had your same problem but, when I was installing Arch I forgot to mount the EFI partition in /boot/efi and so grub couldn't do its things properly, and after I did that it went smooth.

To summarize, I:
  1. mounted "/" of the new base system on /mnt
    Code:
    mount /dev/sdXY /mnt/
  2. mkdir efi in /mnt/boot/efi
    Code:
    mkdir /mnt/boot/efi
  3. mounted my efi partition in /mnt/boot/efi
    Code:
    mount /dev/sdXY /mnt/boot/efi
  4. Code:
    arch-chroot /mnt
  5. * set up your things *
  6. install grub
    Code:
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB

Hope that could be helpful to you!

Last edited by C3n21; 12-29-2018 at 05:22 AM.
 
Old 01-18-2019, 10:37 AM   #21
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hello Faire and all,

I am unsure if everyone involved in this thread has a common understanding of the steps required to install GRUB on an Arch UEFI system. Faire, I believe you may have skipped the grub-install step ... I believe that, after some troubleshooting, berndbausch has it right, but for clarity sake, here is a summary of the steps:

1) Install the grub and efibootmgr packages with pacman

2) run the grub-install script (follow the Arch Wiki instructions for UEFI installs)

3) run the grub-mkconfig script (follow the Arch Wiki instructions for UEFI installs)

4) if dual-booting Windows (or any other OS for that matter), make sure the os-prober package is installed with pacman before running grub-mkconfig in step 3.

5) manually check the /boot/grub/grub.cfg file to make sure the menu entries for the different OSes refer to the proper block devices / UUIDs for each OS's partition. If adjustments are required, *do not edit the /boot/grub/grub.cfg file directly* as changes will not be persistent. See Arch Wiki for files to edit.

That's about it. Anyone requiring further guidance, don't hesitate to ask.

Cheers.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] executable file error: "No such file of directory" when file does exist dalgrim Slackware 8 11-03-2014 11:28 AM
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
[SOLVED] error: asm/ppc_asm.h: No such file or directory and error: asm/processor.h: No such f Thirupathip Linux - Newbie 3 01-25-2013 03:02 AM
windows eclipse platform - crt1.o: No such file: No such file or directory jnettleton Programming 2 05-18-2012 09:01 PM
[SOLVED] "/boot/grub/grub.conf: No such file or directory" Pale Linux - Newbie 3 07-04-2010 03:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 03:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration