grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC] Allow separate boot block and core.img location?


From: joe fresh
Subject: Re: [RFC] Allow separate boot block and core.img location?
Date: Thu, 19 Dec 2013 05:28:16 -0500

Isn't this as simple as:

grub-install /dev/sda
dd if=/dev/sda of=/dev/sda1 bs=512 count=1
followed by restoring DOS MBR... ?

Cheers!

 

----- Original Message -----

From: Andrey Borzenkov

Sent: 12/16/13 02:36 PM

To: address@hidden

Subject: [RFC] Allow separate boot block and core.img location?

 
There are many users using dual boot with Windows and Linux. In this 
configuration installing grub in MBR unfortunately breaks at least some 
updates of Windows 8 (update fails). And installing grub in partition 
has all sort of known problems with blocklists. 

What about allowing separate locations for boot block and core.img? 
I.e. something like 

grub-install --boot-block-location=/dev/sda1 
--core-img-location=/dev/sda 

This has all advantages of embedding core.img while allowing leaving 
MBR alone. Actually we could assume default --core-img-location, meaning 
that for 

grub-install --boot-block-location=/dev/sda1 

we assume that core.img has to be embedded in /dev/sda unless proved 
otherwise :) 

_______________________________________________ 
Grub-devel mailing list 
address@hidden 
https://lists.gnu.org/mailman/listinfo/grub-devel

 

 


 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]