Installing GRUB in USB Flash Drive

advertisement logo

 

GRUB (GRand Unified Boot) loader is a boot loader for multiple operating system. It is one of the most popular bootloader for GNU/Linux operating system (the other is LILO). GRUB flexibility and easy-to-configure boot parameter has made it the default choice for most of GNU/Linux distros.

This article highlights yet another GNU GRUB usefulness in booting GNU/Linux inside a portable USB Flash drive : Installing GRUB on a USB flash memory key

gnu,linux,grub,bootloader,tips,tutorial


Share this post

Keep updated with the latest posts, be a part of over 1,000 subscribers! : email iconSubscribe to your email

5 smashing comments for this post.

  1. install grub usb flash - Google Search Said:

    [...] [...]

  2. LGee Said:

    Seems like a dead/broken link above
    this works (maybe the same article)

    http://www.freesoftwaremagazine.com/articles/grub_intro/

  3. mypapit (Admin) Said:

    Thanks LGee, I’ve changed the url

  4. MetaGer, Suche nach: grub bootloader usb Said:

    [...] http://lists.debian.org/debian-user/2001/09/msg00968.html (gefunden von exalead.de) Thread Index] Re: Bootloader with USB support Subject: Re: … I wonder how hard it would be to port the basic usbkbd part of the Linux kernel to GRUB . 28 ) * Installing GRUB in USB Flash Drive : mypapit gnu/linux blog      QCheck: [...]

  5. Kosgei Said:

    Installing grub in a flash drive:

    Execute the commands that follow as ROOT

    user@user-pc $sudo -s
    [sudo] password for user:*******
    (*****) is your password,
    then,

    1)Use fdisk -l to find the mount point of the drive
    2)On my computer the flash drive is mounted on /dev/sdb1
    3)root@user-pc:# mount /dev/sdb1
    4)mount –bind /proc /mnt/proc
    5)mount –bind /dev /mnt/dev
    6)mount –bind /sys /mnt/sys
    7)chroot /mnt
    8)update-grub2
    9)grub-install /dev/sdb

    hope that helps

Leave a Comment

Subscribe by email

Enter your Email