Results 1 to 5 of 5

Thread: Unable to boot Linux Mint from the Flash Drive

  1. #1
    Join Date
    Dec 2010
    Posts
    275

    Unable to boot Linux Mint from the Flash Drive

    Well I have recently started to use Linux mint. I have created the copy of the live CD and installed into my pen drive. I don’t know what went wrong? And I am unable to boot the OS while connecting the USB drive with my computer. However I am able to boot the OS while connecting the USB drive with my laptop. When I try to start without the USB drive then it forwards me to GRUB rescue? Please help me on this issue.

  2. #2
    Join Date
    Nov 2009
    Posts
    1,035

    Re: Unable to boot Linux Mint from the Flash Drive

    I think there is a problem occurred with MBR. Well MBR stand for the Master Boot Record. It is the 512 byte size boot sector on the hard disk. It may perform the following responsibilities. It contains the information about the Partition table. It performs the Boot Strapping of the operating system. According to your situation I conclude that you have written the GRUB over the MBR of the internal drive.

  3. #3
    Join Date
    May 2008
    Posts
    859

    Re: Unable to boot Linux Mint from the Flash Drive

    Usually GRUB2 is being installed on to the first internal hard drive. According to Linux naming convention it can be described as /dev/sda. Hence grub2 is located on the /dev/sda where as grub.cfg is located on the USB drive. First of all you have to know the name of the Flash drive . You can use the following command.
    Code:
    sudo fdisk –l
    It will list the name of devices where you have to search for the name. Now you have to install GRUB2 on your flash drive. You can use the following command
    Code:
    sudo grub-install /dev/sdx
    you have to write the name of the flash drive at the place of x. if any error occurs you can use the following one
    Code:
    grub-install --recheck /dev/sdx
    Above mentioned command will install GRUB2 on your flash drive. Now you have to install boot loader on your laptop. Use the following
    Code:
    sudo apt-get install lilo
    Now use the following one
    Code:
    sudo lilo -M /dev/sda mbr
    Make sure that you have to use this command as they are described above.

  4. #4
    Join Date
    May 2008
    Posts
    962

    Re: Unable to boot Linux Mint from the Flash Drive

    Well there are programs are available that will help you to modification in the Master Boot Record.One from them is ms-sys. It’s a free program available on the internet . so need to p[ay for the same. It’s Linux Program that writes boot records that are compatible to Microsoft. You will get full instruction guide to deal with ms-sys on the official website of this program. I hope ms-sys will be useful to you.

  5. #5
    Join Date
    Apr 2009
    Posts
    970

    Re: Unable to boot Linux Mint from the Flash Drive

    I think I know a program that it could be use to solve your problem and I am assured that it will definitely help you out from this situation. You can use LILO to solve your issue. Well LILO is default boot loader for the Linux based system. LILO can be placed into master boot record or into boot sector of the hard disk. I hope LILO will solve your problem just check it out on the internet and try the same.

Similar Threads

  1. Why Linux mint 11 needs 5 minutes to boot?
    By Emer!son in forum Operating Systems
    Replies: 5
    Last Post: 13-11-2011, 02:19 PM
  2. Unable to boot from USB flash drive in MSI K8N Neo4 motherboard
    By Aneat in forum Motherboard Processor & RAM
    Replies: 9
    Last Post: 04-11-2011, 10:42 PM
  3. Cannot boot Linux Mint 10 Julia
    By Inception in forum Operating Systems
    Replies: 5
    Last Post: 21-01-2011, 07:38 AM
  4. Flash playing too fast in Linux Mint
    By Amigot Fuyhen in forum Operating Systems
    Replies: 4
    Last Post: 03-01-2011, 06:44 AM
  5. Unable to boot using past Grub Linux Mint 10
    By Rufta in forum Operating Systems
    Replies: 3
    Last Post: 02-01-2011, 07:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,241,498.99113 seconds with 17 queries