Re: [tboot-devel] Bug - need to use dummy=dummy in GRUB2 otherwise tboot eats parameters and Linux can't find root=UUID=...

2012-01-25 Thread Cihula, Joseph
> From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org] > Sent: Monday, January 23, 2012 5:34 PM > > tboot does not look to support grub2 parameter passing and ends up eating the > first argument. The > temporary workaround I've used was > > multiboot /tboot.gz a=a logging=memory,vga log

Re: [tboot-devel] [PATCH 2/7] tboot: Add return values for tboot_sleep

2012-01-25 Thread Cihula, Joseph
> From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com] > Sent: Thursday, January 12, 2012 12:23 PM eturn values for tboot_sleep > > On Thu, Jan 12, 2012 at 09:49:58AM -0800, Konrad Rzeszutek Wilk wrote: > > On Tue, Jan 10, 2012 at 08:10:53PM +, Cihula, Joseph wrote: > > > ACK, but tboot

Re: [tboot-devel] tboot "eats" 3GB of lowmem memory in a 16GB Intel DQ67SW, making Linux incapable of loading an initrd ramdisk as it only has 512MB lowmem to work in.

2012-01-25 Thread Cihula, Joseph
Try the attached patch (against the tip) and specify 'prot_mem=type1' on the tboot command line. Joe > -Original Message- > From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org] > Sent: Thursday, January 19, 2012 8:58 AM > To: tboot-devel@lists.sourceforge.net > Subject: [tboot-devel] t

Re: [tboot-devel] Bug - need to use dummy=dummy in GRUB2 otherwise tboot eats parameters and Linux can't find root=UUID=...

2012-01-25 Thread Konrad Rzeszutek Wilk
On Wed, Jan 25, 2012 at 6:34 PM, Cihula, Joseph wrote: >> From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org] >> Sent: Monday, January 23, 2012 5:34 PM >> >> tboot does not look to support grub2 parameter passing and ends up eating >> the first argument. The >> temporary workaround I've used w

Re: [tboot-devel] Bug - need to use dummy=dummy in GRUB2 otherwise tboot eats parameters and Linux can't find root=UUID=...

2012-01-25 Thread Cihula, Joseph
> From: konrad.r.w...@gmail.com [mailto:konrad.r.w...@gmail.com] On Behalf Of > Konrad Rzeszutek Wilk > Sent: Wednesday, January 25, 2012 7:09 PM > > On Wed, Jan 25, 2012 at 6:34 PM, Cihula, Joseph > wrote: > >> From: Konrad Rzeszutek Wilk [mailto:kon...@darnok.org] > >> Sent: Monday, January 2

Re: [tboot-devel] Bug - need to use dummy=dummy in GRUB2 otherwise tboot eats parameters and Linux can't find root=UUID=...

2012-01-25 Thread Konrad Rzeszutek Wilk
.. snip.. >> >> to stick a dummy variable at the start. Xen hypervisor had a problem >> >> with this at some point and c/s 21883 "x86: Correctly cook command lines >> >> for GRUB2" fixed the >> problem. >> > >> > This solution was added to the tboot README in c/s 269 (we recommend just >> > dupli