[PATCH] GSoC #07 VBE double buffering (vs r1885)

2008-10-04 Thread Colin D Bennett
Clean patch against trunk SVN revision 1885. Regards, Colin === modified file 'include/grub/video.h' --- include/grub/video.h 2008-09-07 14:55:58 + +++ include/grub/video.h 2008-10-05 04:29:17 + @@ -47,10 +47,10 @@ #define GRUB_VIDEO_MODE_TYPE_DEPTH_MASK 0xff00 #define GRUB_VIDEO_MO

Re: grub2 /boot on lvm on ubuntu - incorrect magic number

2008-10-04 Thread Cameron Braid
> $ sudo grub-install /dev/mapper/Ubuntu-hardy64 I thought that the install_device argument to grub-install had to be a harddisk (to use the MBR) or a partition in which the grub image was installed. And I thought that grub detects the abstraction based on what /boot points to. Cameron On Sun,

Re: grub2 /boot on lvm on ubuntu - incorrect magic number

2008-10-04 Thread Cameron Braid
Silly me! Here is is Cameron On Sun, Oct 5, 2008 at 1:52 AM, Andy Goth <[EMAIL PROTECTED]> wrote: > "Cameron Braid" <[EMAIL PROTECTED]> wrote: > > I found that grub-install exists after the "grub-probe" command is > > unable to resolve a filesystem for this device. So, I ran the same > > probe

Re: grub2 /boot on lvm on ubuntu - incorrect magic number

2008-10-04 Thread Andy Goth
"Cameron Braid" <[EMAIL PROTECTED]> wrote: > * root partition is a lvm device (/dev/mapper/Ubuntu-hardy64) > > beast:grub2$ sudo grub-install /dev/sdd >From looking at the GRUB 1.96 sources, I get the impression that this command >line should be: $ sudo grub-install /dev/mapper/Ubuntu-hardy64

Re: grub2 /boot on lvm on ubuntu - incorrect magic number

2008-10-04 Thread Andy Goth
"Cameron Braid" <[EMAIL PROTECTED]> wrote: > I found that grub-install exists after the "grub-probe" command is > unable to resolve a filesystem for this device. So, I ran the same > probe command with the verbosity increased. see attached > grub-probe.txt The attachment seems to be missing. --

grub2 /boot on lvm on ubuntu - incorrect magic number

2008-10-04 Thread Cameron Braid
I have the following setup * ubuntu hardy on amd64 * grub2 from subversion trunk r1885 * root partition is a lvm device (/dev/mapper/Ubuntu-hardy64) * /boot is a folder on the root filesystem * /dev/sdd is one of the hard drives in the physical volume * the /boot/grub/device.map contains an entry