You are not logged in.

#1 2015-12-06 11:35:16

Banderas
Member
Registered: 2015-08-11
Posts: 12

GRUB Windows 10 and Arch Linux!

Hi!
I want try install Windows10 and Arch Linux on 1 PC and I have small problem smile

First I install Win10
/dev/sda1 - 500M - Windows create boot for WIndows
/dev/sda2 - 800G - Win10

And I do gdisk /dev/sda
/dev/sda3 - 500M - /boot ext4
/dev/sda4 - 200G - / ext4
/dev/sda5 - 2G - SWAP
/dev/sda6 - ALL GB - /home ext4

Now I configure and install system and try install grub:

pacman -S grub
grub-install --target=i386-pc --recheck /dev/sda

After that I have error:

Installing for i386-pc platform
grub-install: warning: this GPT partition label contains no BIOS boot Partition encoding wan't be possible.
grub-install: warning: Embedding is not possible. GRUB can be installed in this setup by using blocklistsHowever, blocklists are URELABLE and their 
grub-install: error: will not process with blocklists

Can You help me?

Offline

#2 2015-12-06 11:56:33

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,875
Website

Re: GRUB Windows 10 and Arch Linux!


https://ugjka.net
"It is easier to fool people, than to convince them that they've been fooled" ~ Dr. Andrea Love

Offline

#3 2015-12-06 12:00:57

Banderas
Member
Registered: 2015-08-11
Posts: 12

Re: GRUB Windows 10 and Arch Linux!

I know. I'm doing everything what is in manual.

Offline

#4 2015-12-06 13:02:20

ukhippo
Member
From: Non-paged pool
Registered: 2014-02-21
Posts: 366

Re: GRUB Windows 10 and Arch Linux!

Windows+GPT normally means you have a UEFI system, so is this UEFI or BIOS? If UEFI, why are you following the BIOS install instructions?

Offline

#5 2015-12-19 19:11:57

tom.ty89
Member
Registered: 2012-11-15
Posts: 897

Re: GRUB Windows 10 and Arch Linux!

I guess he just converted it from MSDOS/MBR to GPT with with some disk utility...normally Windows installed in UEFI mode will have 4 partitions instead of 2...

Offline

#6 2015-12-20 22:11:08

tyrannis
Member
Registered: 2015-11-06
Posts: 94

Re: GRUB Windows 10 and Arch Linux!

Banderas wrote:

First I install Win10
/dev/sda1 - 500M - Windows create boot for WIndows
/dev/sda2 - 800G - Win10
And I do gdisk /dev/sda
/dev/sda3 - 500M - /boot ext4
/dev/sda4 - 200G - / ext4
/dev/sda5 - 2G - SWAP
/dev/sda6 - ALL GB - /home ext4

Installing for i386-pc platform
grub-install: warning: this GPT partition label contains no BIOS boot Partition encoding wan't be possible.
grub-install: warning: Embedding is not possible. GRUB can be installed in this setup by using blocklistsHowever, blocklists are URELABLE and their 
grub-install: error: will not process with blocklists

If you have the correct table type for your firmware, i.e. UEFI with GPT, then your /boot partition has to be formatted as FAT32, not ext4.

Last edited by tyrannis (2015-12-20 22:14:01)

Offline

#7 2015-12-20 22:32:49

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: GRUB Windows 10 and Arch Linux!

As we seem to be playing a guessing game here, my money is on the OP attempting to install a non-UEFI system after a GPT conversion.

*If* this is true then creating a BIOS boot partition (type "EF02" in gdisk) will allow GRUB to be installed to the GPT drive.


Jin, Jîyan, Azadî

Offline

#8 2015-12-21 01:43:26

tom.ty89
Member
Registered: 2012-11-15
Posts: 897

Re: GRUB Windows 10 and Arch Linux!

His Windows won't work with GPT. At best he has to switch back to MSDOS/MBR, but the boot code might have been corrupted anyway.

Offline

Board footer

Powered by FluxBB