Registered Linux user # 449322
sudo grub-install /dev/sda1. set prefix=(hdX,Y)/boot/grub
Use the values determined earlier. Example: If the Ubuntu system is on sda5, enter: set prefix=(hd0,5)/boot/grub
2.* set root=(hdX,Y)
Example: set root=(hd0,5)
3. insmod normal
Attempt to load the normal module.
4. normal
Activate the normal module. If successful, the GRUB 2 menu may appear.
5. set
(Optional) Review the current settings.
6. ls /boot
(Optional) Check for a vmlinuz and a initrd.img entry.
7. insmod linux
An error message usually means the path is incorrect.
8.* linux /vmlinuz root=/dev/sdXY ro
Selects the latest kernel. Example: linux /vmlinuz root=/dev/sda5 ro
9. initrd /initrd.img
Selects the latest initrd image.
10. boot

Registered Linux user # 449322


Registered Linux user # 449322
donec wrote:Do all distros offer the option to not install the boot loader?


sudo grub-install /dev/sdX
I triednunol wrote:If you install a new distro and use that distro boot loader and want to control with Mint StartUp Manager do this:
1) boot into Mint
2) run (where X is your disk, a or b, etc):
- Code: Select all
sudo grub-install /dev/sdX
This will reinstall Mint Grub2 menu and you don't need to look for the boot loader on the other distro installer.
See here: https://help.ubuntu.com/community/Grub2 ... ng%20GRUB2
sudo grub-install /dev/sda
Registered Linux user # 449322

How can I find out?nunol wrote:Do you have enough free disk space in the /boot partition?
Registered Linux user # 449322
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 14G 4.9G 8.3G 38% /
none 1.8G 336K 1.8G 1% /dev
none 1.9G 372K 1.9G 1% /dev/shm
none 1.9G 316K 1.9G 1% /var/run
none 1.9G 0 1.9G 0% /var/lock
/dev/sda7 41G 15G 24G 39% /home
/dev/sdb1 16G 2.8G 13G 18% /media/16GSDHC
Registered Linux user # 449322
sudo grub-install /dev/sda
sudo grub-install /dev/sda
sudo update-grub
Registered Linux user # 449322

I don't even know what mint4win is, I think it may be something like Wine but I know I have not loaded it and it does not show up in Software manager.nunol wrote:Hit Esc to get the Menu was Grub Classic way, not Grub2 that uses the "Shift" key. That's odd. Are you using mint4win?
Yes that is what happens but when I try to get grub to use the configuration I have setup in Mint 10 grub quites working. I can setup the grub configuration in Mint 11 but then if I delete Mint 11 I have to boot from a live USB stick to try and get booted up again. So I want to keep my grub configuration running from Mint10.If you reinstall Mint 11 or other Grub2 distro you should get a nice boot menu to chose the OS you want to start.
My boot drive is sda.That code should work if your boot drive is sda.
Registered Linux user # 449322

I don't own a floppy drive anymore or any floppy disk.nunol wrote:Mint4win is used to install Mint inside Windows.
For some reason Grub2 from Mint 10 doesn't work properly. That means your best bet is to use StartUp Manager from Min 10 to create a Rescue Floppy from the advance Menu. I never used that feature in Mint or Ubuntu but used to use that a lot a decade ago. After making that rescue disk or floppy you should test it to make sure it works.
Registered Linux user # 449322
Users browsing this forum: No registered users and 4 guests