grub install

Archived topics about LMDE 1 and LMDE 2
Locked
micder
Level 1
Level 1
Posts: 11
Joined: Tue Apr 03, 2007 12:49 pm
Location: Netherlands

grub install

Post by micder »

Installed LMDE on sda7 /, and sda8 /home.
During installation I was presented with the choice to install grub on sda.
I skipped that, since I prefer to use EasyBCD to boot other distros.

Tried to install grub using the Live-CD and root-terminal, after mount sda7 on /test:

Code: Select all

grub-install --root-directory=/test /dev/sda7
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR.  This is a BAD idea..
/usr/sbin/grub-setup: warn: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub-setup: error: if you really want blocklists, use --force.
Any ideas to solve this problem?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
crborga

Re: grub install

Post by crborga »

micder wrote:Installed LMDE on sda7 /, and sda8 /home.
During installation I was presented with the choice to install grub on sda.
I skipped that, since I prefer to use EasyBCD to boot other distros.

Tried to install grub using the Live-CD and root-terminal, after mount sda7 on /test:

Code: Select all

grub-install --root-directory=/test /dev/sda7
/usr/sbin/grub-setup: warn: Attempting to install GRUB to a partition instead of the MBR.  This is a BAD idea..
/usr/sbin/grub-setup: warn: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub-setup: error: if you really want blocklists, use --force.
Any ideas to solve this problem?
So you dual boot Windows/LInux? Are you trying to use Windows boot loader to boot linux or what? Sorry trying to understand your question better.
micder
Level 1
Level 1
Posts: 11
Joined: Tue Apr 03, 2007 12:49 pm
Location: Netherlands

Re: grub install

Post by micder »

Yes, use Win bootloader to boot Windooz and Linux
sgosnell

Re: grub install

Post by sgosnell »

Not a good idea. Windows does not play well with other systems. Better to use grub to boot Windows, that works fine.
crborga

Re: grub install

Post by crborga »

I found this post which should work with WIndows 7/Vista Loader to boot Linux
http://port25.technet.com/archive/2006/ ... pport.aspx

I highly suggest using Grub2 or Burg as the bootloader as It is a much simple process.
micder
Level 1
Level 1
Posts: 11
Joined: Tue Apr 03, 2007 12:49 pm
Location: Netherlands

Re: grub install

Post by micder »

Thank you all for your time and effort.
It's still not clear to me how to install grub on my root partitition.
Use the windows bootloader for years without any problem.
Boot Slack, which is my workhouse for everything except Lightroom, and lots of other distros.
How to force grub installation on sda7?
LMDE is the 1st distro which gives me no other choice than sda
wayne128

Re: grub install

Post by wayne128 »

How to force grub installation on sda7?
try this
grub-install --force --root-directory=/test /dev/sda7
Locked

Return to “LMDE Archive”