grub-efi x86_64 on macbook air?

2009-01-28 Thread step21
Hey, while investigating possibilities on how it might be possible to install/run something "wubi" like on macs (without having windows installed) I ran into a couple of issues. I post here mainly in hope that one of the folks that actually wrote the code for this or at least have experience with i

Re: grub-efi x86_64 on macbook air?

2009-01-28 Thread step21
On Wed, Jan 28, 2009 at 5:56 PM, Javier Martín wrote: > El mié, 28-01-2009 a las 17:42 +0100, step21 escribió: >> Hey, while investigating possibilities on how it might be possible to >> install/run something "wubi" like on macs (without having windows >> installed

Re: grub-efi x86_64 on macbook air?

2009-01-28 Thread step21
On Wed, Jan 28, 2009 at 7:05 PM, Javier Martín wrote: > El mié, 28-01-2009 a las 18:30 +0100, step21 escribió: >> On Wed, Jan 28, 2009 at 5:56 PM, Javier Martín wrote: >> > El mié, 28-01-2009 a las 17:42 +0100, step21 escribió: >> >> Hey, while investigating po

Re: The ponderings of a newbie

2009-01-29 Thread step21
google mail and a filter to label each mailing list seperately, normally related messages are kept together in a "conversation" On Thu, Jan 29, 2009 at 10:43 PM, Vesa Jääskeläinen wrote: > Jay Sullivan wrote: >> 1) Mailing lists: >> >> I'm wanting to avoid asking questions that have already bee

Re: [Bugfix] Hang on new mac laptops

2009-02-08 Thread step21
I made an *.efi with a few modules (for convenience and cause the minimal build somehow didn't want to load anything, but that could have been me) Then I loaded at_keyboard with "insmod at_keyboard" that worked. Then when I do "terminal_input at_keyboard" it doesn't give me a new prompt and seems t

Re: [Bugfix] Hang on new mac laptops

2009-02-08 Thread step21
ok makes sense. I did set debug=at_keyboard (before insmod I think) but not output at all. On Sun, Feb 8, 2009 at 7:00 PM, Robert Millan wrote: > On Sun, Feb 08, 2009 at 06:02:27PM +0100, step21 wrote: > > I made an *.efi with a few modules (for convenience and cause the minimal

Re: [PATCH] USB keyboard

2009-02-08 Thread step21
didn't this work already? or was this only cause of efi? just while testing the input issue on my mac i attached a usb keyboard too, and that worked. On Sun, Feb 8, 2009 at 8:53 PM, Robert Millan wrote: > > Hi, > > This patch implements USB keyboard support. It is based on work by Marco > Gera

Re: [Bugfix] Hang on new mac laptops

2009-02-08 Thread step21
, Feb 08, 2009 at 07:52:39PM +0100, step21 wrote: > > ok makes sense. I did set debug=at_keyboard (before insmod I think) > > but not output at all. > > Sorry, it should have been debug=atkeyb. > > Also, you need a #define DEBUG_AT_KEYBOARD line as mentioned on IRC. > >

Re: grub.efi x86_64 on Apple 64bit efi models - status of testing

2009-02-09 Thread step21
> --- > > Three specific issues are stopping useful testing - > > 1. Mac models from imac8,1 early 2008 are unable to boot grub.efi 64bit when > 4GB RAM is fitted. >   Dropping to 2GB RAM enables grub.efi to boot and display grub.cfg  menu > with fully functional comma

Re: grub.efi x86_64 on Apple 64bit efi models - status of testing

2009-02-09 Thread step21
Mmm, I was under the impression I should test at_keyboard. However now this doesn't seem to make much sense. So usb_keyboard is not loaded automatically or is it? On Mon, Feb 9, 2009 at 3:12 PM, Robert Millan wrote: > On Mon, Feb 09, 2009 at 01:38:49PM +0100, step21 wrote: >> Keybo

Re: [PATCH] USB keyboard

2009-02-09 Thread step21
Thanks for clarifying this. On Mon, Feb 9, 2009 at 3:09 PM, Robert Millan wrote: > On Sun, Feb 08, 2009 at 09:04:56PM +0100, step21 wrote: >> didn't this work already? or was this only cause of efi? just while testing >> the input issue on my mac i attached a usb keyboard

Re: grub.efi x86_64 on Apple 64bit efi models - status of testing

2009-02-09 Thread step21
something so it gets built? On Mon, Feb 9, 2009 at 3:43 PM, Robert Millan wrote: > On Mon, Feb 09, 2009 at 03:26:25PM +0100, step21 wrote: >> Mmm, I was under the impression I should test at_keyboard. > > That'd be because I told you to test at_keyboard ;-) > > But I was wron

Re: [PATCH] USB keyboard

2009-02-09 Thread step21
ug output, do I have to include a #define DEBUG_USB_KEYBOARD or something in the src too in addition to debug=usbkeyb ? On Mon, Feb 9, 2009 at 3:27 PM, step21 wrote: > Thanks for clarifying this. > > > > On Mon, Feb 9, 2009 at 3:09 PM, Robert Millan wrote: >> On Sun, Feb 0

Re: grub.efi x86_64 on Apple 64bit efi models - status of testing

2009-02-09 Thread step21
e the port with "err = controller->dev->portstatus (controller, i, 1);" Why that fails I have no idea though, but I will try to continue with it tomorrow. Best regards, step21 On Mon, Feb 9, 2009 at 6:07 PM, Robert Millan wrote: > On Mon, Feb 09, 2009 at 03:56:42PM +0100, Michal S

Re: grub.efi x86_64 on Apple 64bit efi models - status of testing

2009-02-11 Thread step21
echo 3" does appear. So I would like some pointers on where it would best to insert some more debug statements, or maybe if efi/console.c needs to be adapted to work with usb_keyboard, as I understand that at first it only was included in the compile for i386 anyway ... On Tue, Feb 10,

Re: A _good_ and valid use for TPM

2009-02-22 Thread step21
This whole debate made read up a little bit on TPM, for example I checked http://www.osxbook.com/book/bonus/chapter10/tpm/ (osx book is a very nice resource for mac/os x system internals) regarding tpms on apple hardware. Now contrary to what some outdated resources/rumours say, at least all newer

Re: [PATCH] New frame buffer detection algorithm and loadrom command for efi platform

2009-03-21 Thread step21
nice ... will try to test this asap. 2009/3/21 Bean : > Hi, > > This patch improves the frame buffer detection algorithm. It uses pci > to find the video memory base, then scan it for frame buffer. > > It also add a loadrom command which can be used to enable accel > graphic driver. The idea is th

Re: [PATCH] New frame buffer detection algorithm and loadrom command for efi platform

2009-03-26 Thread step21
hi, why did you scrap ivt.bin loading ... seems much more complicated now. I'm not sure if I remeber right, but I think ivt.bin worked best for me ... 2009/3/26 Bean : > Hi, > > This is another update, it contains the following changes with regards > to the previous one: > > 1, Move loadbios comma

Re: Grub2 svn2059

2009-04-02 Thread step21
Hey, just a wild guess, but I think boot.mod got dropped and the boot command is now included in minicmd.mod So maybe your build script needs to be adjusted for that, to copy that one to the right place? Not familiar with grub2 booting on i386/bios though anymore, so just a guess. On Fri, Apr 3, 2

Re: Grub2 svn2059

2009-04-03 Thread step21
so work is to re-check out grub to a seperate directory, and try if that works. On Fri, Apr 3, 2009 at 2:19 PM, BandiPat wrote: > step21 wrote: >> >> Hey, just a wild guess, but I think boot.mod got dropped and the boot >> command is now included in minicmd.mod >> S

Re: Booting to .iso? - Possible with GRUB4DOS - Please add this support to GRUB2

2009-04-20 Thread step21
Or maybe this makes it more clear: With wubi (which uses grub4dos) for example this only works, because the ubuntu installer and lateron the installed system provide additional software that enables the system to do so. (lupin/caspar) This only works if specifically supported by some iso, it will n

Re: Booting to .iso? - Possible with GRUB4DOS - Please add this support to GRUB2

2009-04-20 Thread step21
I didn't mean you need an additional grub command ... but w/e On Mon, Apr 20, 2009 at 9:27 PM, Vladimir Serbinenko wrote: > > > On Mon, Apr 20, 2009 at 9:14 PM, step21 wrote: >> >> Or maybe this makes it more clear: With wubi (which uses grub4dos) for >> exam

Re: Booting to .iso? - Possible with GRUB4DOS - Please add this support to GRUB2

2009-04-20 Thread step21
also kernel will fail if it can't access/write to loopback (hfs+ comes to mind, or kernel which does not support ntfs) On Mon, Apr 20, 2009 at 9:30 PM, step21 wrote: > I didn't mean you need an additional grub command ... but w/e > > On Mon, Apr 20, 2009 at 9:27 PM, Vladimir S

Re: grub-dumpbios

2009-05-04 Thread step21
It is kinda documented on ubuntu-forums I think ... and maybe on the list. (here) When ppl were either asked to test it or reported their findings. I think the main use case is booting linux directly from efi, without bios emulation mode/legacy mode. This primarily applies to macs, though it might

Re: [PATCH] Make grub2 compile with Apple's gcc

2009-05-11 Thread step21
It compiles for me, but even with outcommented line in grub-mkimage.c it does not start. On Mon, May 11, 2009 at 6:45 PM, Vladimir 'phcoder' Serbinenko wrote: > On Mon, May 11, 2009 at 6:30 PM, Vladimir 'phcoder' Serbinenko > wrote: >> On Mon, May 11, 2009 at 12:48 PM, Peter Cros wrote: >>> >>>

Re: [PATCH] Make grub2 compile with Apple's gcc

2009-05-12 Thread step21
it gets started now, but then goes to rescue mode. Possibly I just forgot to pass some module to grub-mkimage, but don't know which, cause in addition to configfile I also tried with almost all modules, but still only rescue mode. any ideas? On Tue, May 12, 2009 at 7:18 AM, Peter Cros wrote: > Al

Re: [PATCH] Make grub2 compile with Apple's gcc

2009-05-12 Thread step21
normal xnu linux ntfs hfs hfsplus ext2 terminfo minicmd sleep search reboot pc pci gpt gptsync ls lspci loadenv hexdump fixvideo fat apple crc echo sh" On Tue, May 12, 2009 at 4:27 PM, Bean wrote: > Hi, > > Have you tried sh.mod and normal.mod ? > > On Tue, May 12, 2009 at 7:48

Re: Compile success on Mac iMac8,1 10.5.7 Xcode 3.1.3

2009-06-23 Thread step21
not as far as I know. objconv is specifically needed for conversion, and it was noted in the apple gcc patch that it needs objconv (to work at all) so no surprise there. good that it works for you though. On Tue, Jun 23, 2009 at 11:03 AM, James Jarvis wrote: > Hope this is useful as a test case: >