[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub, grub-pc, not found
From: |
Jordan Uggla |
Subject: |
Re: grub, grub-pc, not found |
Date: |
Sun, 18 May 2014 13:47:34 -0700 |
On Wed, May 14, 2014 at 8:53 AM, Stella Gallardo
<address@hidden> wrote:
> I've been following this tutorial:
>
> http://www.parkytowers.me.uk/thin/Linux/TinycoreCF.shtml
>
> Everything goes fine until I get to this part:
>
> grub --device-map=grub-device.map
This is a command for grub legacy. For grub2 you would use
grub-install. For example "grub-install --boot-directory=/mnt/boot/
/dev/sdX", where /mnt/ is where your USB drive's partition is mounted,
and /dev/sdX is the device node for the drive itself, like "/dev/sdb".
--
Jordan Uggla (Jordan_U on irc.freenode.net)