You are not logged in.

#1 2015-08-13 00:24:50

jenia
Member
Registered: 2014-07-12
Posts: 43

Installed grub but system doesn't boot.

I'm having trouble installing grub.

I used to have a UEFI boot setup but it constantly failed so I decided to use normal boot instead. Unfortunately, the system doesnt boot into grub.

What I did was:

1. Disabled UEFI by choosing `legacy oprom only` in the BIOS settings.
2. Create a ef02 partition in `/dev/sda3`.
3. Install grub like this:



    grub-install --recheck /dev/sdx
    grub-mkconfig -o /boot/grub/grub.cfg


But nothing is booting except my arch-linux from a USB.

My motherboard is Asus 7 Maximus.

Maybe someone can help me solving this?

Thanks a lot in advance.

Offline

#2 2015-08-13 00:30:55

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

Re: Installed grub but system doesn't boot.

Did you really type /dev/sdx?

Offline

#3 2015-08-13 01:31:23

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

Re: Installed grub but system doesn't boot.

If the ISO works, it should be doable.

Moving from System Administration to Newbie Corner.


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

Offline

#4 2015-08-13 04:47:40

Malkymder
Member
Registered: 2015-05-13
Posts: 258

Re: Installed grub but system doesn't boot.

GPT partition or MBR ?

https://wiki.archlinux.org/index.php/GR … structions

Edit nm... just noticed you did create a `0xEF02` partition

Last edited by Malkymder (2015-08-13 04:50:08)

Offline

#5 2015-08-15 15:02:06

jenia
Member
Registered: 2014-07-12
Posts: 43

Re: Installed grub but system doesn't boot.

2ManyDogs wrote:

Did you really type /dev/sdx?

Hi.

No I typed /dev/sda instead of /dev/sdx.

Offline

#6 2015-08-15 15:15:59

jenia
Member
Registered: 2014-07-12
Posts: 43

Re: Installed grub but system doesn't boot.

fsckd wrote:

If the ISO works, it should be doable.

Moving from System Administration to Newbie Corner.

It should be but it's not.
Also, I'm no newbie.

Offline

#7 2015-08-15 20:38:20

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,749
Website

Re: Installed grub but system doesn't boot.

jenia wrote:

3. Install grub like this:



    grub-install --recheck /dev/sdx
    grub-mkconfig -o /boot/grub/grub.cfg

What was the output from those commands?

What is the output of:

# gdisk -l /dev/sda

Offline

Board footer

Powered by FluxBB