You are not logged in.

#1 2014-12-13 14:55:13

fixles
Member
Registered: 2012-09-15
Posts: 101

Install GRUB to usb thumb drive

Hi,

I'm trying to install grub to a usb thumb drive for a portable arch install. I've read the wiki for grub and installing arch on a pendrive but i'm receiving the following error no matter what i do.

sh-4.3# grub-install /dev/sdb
Installing for i386-pc platform.
grub-install: warning: Attempting to install GRUB to a disk with multiple partition labels.  This is not supported yet..
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
grub-install: error: will not proceed with blocklists.
sh-4.3# grub-install /dev/sdb1
Installing for i386-pc platform.
grub-install: error: cannot find a GRUB drive for /dev/sdb1.  Check your device.map.
sh-4.3# 

Anyone know what this means and how i can install grub?

Thanks.

Offline

#2 2014-12-13 15:08:07

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,532

Re: Install GRUB to usb thumb drive

You should chroot into your installation and then do the grub install.
Is a MBR or UEFI installation ?


do it good first, it will be faster than do it twice the saint wink

Offline

#3 2014-12-13 15:13:06

fixles
Member
Registered: 2012-09-15
Posts: 101

Re: Install GRUB to usb thumb drive

I'm using arch-chroot on my desktop into the mounted install and running it from there. Its regular MBR

Offline

#4 2014-12-13 15:36:19

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,532

Re: Install GRUB to usb thumb drive

Then verify that your installation is corresponding with the UUID rather than addressing by kernel name.
What says

$ ls -lF /dev/disk/by-partuuid

do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB