[SOLVED] Linux Mint is not booting without USB stick
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
You need to install the Grub boot files to the hard drive. What else is on the computer, other operating systems? I would suggest you boot into Mint, open a terminal, type sudo su, enter your user password and enter the command: fdisk -l (lower case Letter L) and post your partition information. Also, at the terminal, type grub and post the output so we know which version of Grub you are using. If it is the latest version, it would be Grub2.
Device Boot Start End Blocks Id System
/dev/sda1 * 1 973 7812576+ c W95 FAT32 (LBA)
Partition 1 has different physical/logical endings:
phys=(971, 254, 63) logical=(972, 159, 19)
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sdb2 13 19123 153497600 7 HPFS/NTFS
/dev/sdb3 19123 21554 19530752 83 Linux
/dev/sdb4 21555 30402 71065601 5 Extended
/dev/sdb5 21555 23986 19529728 83 Linux
/dev/sdb6 23986 25202 9764864 83 Linux
/dev/sdb7 25202 26417 9764864 82 Linux swap / Solaris
/dev/sdb8 26418 27633 9764864 83 Linux
/dev/sdb9 27633 28849 9764864 83 Linux
/dev/sdb10 28849 30065 9764864 83 Linux
/dev/sdb11 30065 30402 2705408 83 Linux
gnet girirajnet #
Screenshot 2:
gnet girirajnet # grub
The program 'grub' is currently not installed. You can install it by typing:
apt-get install grub
Shall I it install it as per instruction? if I install which option i need to choose grub or grub2? can I install it via Package Manager
Note 1: When I boot via USB (with BIOS boot options USB) it showing the boot list that means
Linux Mint 9 (2.6.32-21-generic (/dev/sdb5)
Linux Mint 9 (2.6.32-21-generic (/dev/sdb5)-- recovery mode
Memory test (memtest+86)
Memory test (memtest+86,serial console 115200)
Windows 7 (loader)(on/dev/sdb1)
If I boot without USB it is directly going to Windows.
Note 2: I am new to Linux :-)
Thanks
Giriraj
Last edited by girirajnet; 06-18-2010 at 01:27 AM.
have you done a custom partitioning event? Things seem to overlap. It seems you have exhausted the available ram. I could be wrong , and have been many times, but it might be worth erasing the second partition (assuming that is linux) and re-installing it. On a clean install grub will chainload Windoze.
Hello I have installed grub2 but nothing happened then I installed grub after that If I gave "grub" command I am getting below message
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub>
I couldn't find any menu.lst file in the /boot/grub directory
Its dual boot (Windows + Linux Mint) so If I am not using USB stick, it automatically load Windows 7 (its not showing the boot list). Actually before I tried to install only Linux Mint also... but same problem.
Its dual boot (Windows + Linux Mint) so If I am not using USB stick, it automatically load Windows 7 (its not showing the boot list). Actually before I tried to install only Linux Mint also... but same problem.
Let me know if you need any more details.
Hi,
try the following:
First, boot into Mint. Then open a terminal and get root privileges. Don't know how exactly this is done in Mint, but one of the following should work:
Code:
su -
sudo -i
sudo su -
Now I assume that you installed Mint entirely on /dev/sdb5, especially I assume that /boot is not on a seperate partition.
Code:
mount /dev/sdb5 /mnt
[EDIT]
Before you continue you should backup your MBR first:
When I install the Linux Mint OS I accepted default Boot loader settings (I saw the settings but I don't know what I have to change) instead of that in the advance settings I have modified the device as /dev/<first disk> and install the OS.
Now I am able to see the Boot Loader options when I start the Netbook. Now without USB stick Both Windows 7 and Linux Mint are booting fine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.