Re: Installing elilo on MacMiniIntel fails

2006-09-02 Thread Otavio Salvador
Junichi Uekawa [EMAIL PROTECTED] writes:

 System Information

Please provide me the BIOS section.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-09-02 Thread Davide Viti
On Sat, Sep 02, 2006 at 03:55:34PM -0300, Otavio Salvador wrote:
 Junichi Uekawa [EMAIL PROTECTED] writes:
 
  System Information
 
 Please provide me the BIOS section.

here's a full log of my macbook

http://www.webalice.it/zinosat/macbook/macbook_dmidecode.log

regards,
Davide


signature.asc
Description: Digital signature


Re: Installing elilo on MacMiniIntel fails

2006-09-02 Thread Otavio Salvador
Davide Viti [EMAIL PROTECTED] writes:

 On Sat, Sep 02, 2006 at 03:55:34PM -0300, Otavio Salvador wrote:
 Junichi Uekawa [EMAIL PROTECTED] writes:
 
  System Information
 
 Please provide me the BIOS section.

 here's a full log of my macbook

Does your macbook has the bootcamp upgraded firmware?

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-09-02 Thread Davide Viti
On Sat, Sep 02, 2006 at 04:29:34PM -0300, Otavio Salvador wrote:
 Davide Viti [EMAIL PROTECTED] writes:
  Please provide me the BIOS section.
 
  here's a full log of my macbook
 
 Does your macbook has the bootcamp upgraded firmware?

I installed Refit on it, so the log is from a non-virgin system.

Ciao,
Davide


signature.asc
Description: Digital signature


Re: Installing elilo on MacMiniIntel fails

2006-09-02 Thread Otavio Salvador
Davide Viti [EMAIL PROTECTED] writes:

 On Sat, Sep 02, 2006 at 04:29:34PM -0300, Otavio Salvador wrote:
 Davide Viti [EMAIL PROTECTED] writes:
  Please provide me the BIOS section.
 
  here's a full log of my macbook
 
 Does your macbook has the bootcamp upgraded firmware?

 I installed Refit on it, so the log is from a non-virgin system.

This doesn't help too much. I wanna one from a virgin system to
compare.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-09-02 Thread Junichi Uekawa
Hi,

  
   here's a full log of my macbook
  
  Does your macbook has the bootcamp upgraded firmware?


Note that macbooks are initially shipped with 'bootcamp upgraded
firmware' that supports BIOS emulation.

I think ELILO doesn't work with Debian kernel right now without the
patches, so it's currently impossible to boot from EFI[1].

[1] http://bugs.debian.org/376002


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-09-01 Thread Junichi Uekawa
Hi,

  $ chroot /target apt-get install refit
  $ /target/sbin/gptsync /dev/sda
  $ chroot /target
  $ lilo /dev/sda3
  (ignoring some warnings from lilo)
  After this the installation continued fine, and I have no a running Debian 
  system.
 
 If we can identify a way to discover if it's truely a MacIntel machine
 we can make it transparent to end user ... let's see if we can do
 that.


dmidecode tells you that it's:

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Apple Computer, Inc.
Product Name: MacBook1,1
Version: 1.0
Serial Number: 4H6231PKU9D
UUID: 9CFE245E-D0C8-BD45-A79F-54EA5FBD3D97
Wake-up Type: Power Switch
SKU Number: System SKUNumber
Family: Napa Mac


Product Name should be enough.


Looking around at kernel patches, they seem to be checking for this also:
http://lkml.org/lkml/2006/7/16/18

+static struct dmi_system_id __initdata pci_mmcfg_dmi_system_apple[] = {
+   { pci_mmcfg_force_system, iMac4,1, {
+ DMI_MATCH(DMI_BIOS_VENDOR,Apple Computer, Inc.),
+ DMI_MATCH(DMI_BIOS_VERSION,iMac4,1) }},
+   { pci_mmcfg_force_system, MacBookPro1,1, {
+ DMI_MATCH(DMI_BIOS_VENDOR,Apple Computer, Inc.),
+ DMI_MATCH(DMI_BIOS_VERSION,MacBookPro1,1) }},
+   { pci_mmcfg_force_system, MacBook1,1, {
+ DMI_MATCH(DMI_BIOS_VENDOR,Apple Computer, Inc.),
+ DMI_MATCH(DMI_PRODUCT_NAME,MacBook1,1)}},
+   { pci_mmcfg_force_system, Macmini1,1, {
+ DMI_MATCH(DMI_BIOS_VENDOR,Apple Computer, Inc.),
+ DMI_MATCH(DMI_PRODUCT_NAME,Macmini1,1)}},
+   {},
+};


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-08-16 Thread Niklaus Giger
Am Dienstag, 8. August 2006 18:54 schrieb Otavio Salvador:
 Niklaus Giger [EMAIL PROTECTED] writes:
  After upgrading the firmware to 1.0.1 and installing EFI boot loader
  (Version 0.7). Refit would recognise the daily
..
 I would like to know what's this firmware specifically. I'm asking it
 since GRUB just has support to Bootcamp based BIOS and that should be
 available in MacOSX 10.4.something IIRC.

 To me be able to hide GRUB from options, and that is the same case for
 LILO, I need the dmidecode output with original firmware and then with
 Bootcamp based firmware to compare and see if we can get the info
 there.
Here is the output. I installed bootcamp on my MacMini. As I do not own a copy 
of WindowsXP SP2 I do never did more than just launch bootcamp.
Do you really want me to install bootcamp and Windows XP? Or would you like to 
have me switch my firmware back to the original state? I do not know how to 
re-install the original firmware, but I could ask a friend of mine who has 
a virging MacMini.

Best regards

-- 
Niklaus Giger


dmi_wo_bootcamp.log.gz
Description: GNU Zip compressed data


Re: Installing elilo on MacMiniIntel fails

2006-08-16 Thread Niklaus Giger
Am Montag, 14. August 2006 13:23 schrieb Junichi Uekawa:
 Hi,

  After electing elilo (GRUB/LILO were presented as alternatives)
  installing elilo stalled at 50%. I had accepted to install into the only
  presented partition (/dev/sda1, about 200 MB FAT32 partition, partman
  reported 3.1 kB free memory before.). This first partition was created my
  the Apple DiskUtility. /dev/sda6 where I installed the base system was
  formatted as an ext3 24 GB FS using the Debian installer.

 try running gptsync.  Then installing lilo to partition / grub to partition
 shoud work.

 They are looking at FAT tables, not GPT, so you need to clone the data
 from GPT to FAT, since parted will reset FAT (to the letter of EFI
 spec).

 see http://wiki.debian.org/MacBook, which seems to be the most
 actively maintained out of all intel-mac related pages.  We should
 probably start thinking about consolidating them.
Thanks a lot for your tip. I succedded to install the Etch Beta-3 using the 
following steps.
- Using Apples Diskutility I wiped the whole startup disk and created 4 
partitions.
- Installed MacOSX on the first parition
- Installed refit 0.7
- Used Etch Beta-3 (nothing special, installing into /dev/sda3). Instead 
of Install the GRUB I switched to console, and entered the following 
commands
$ chroot /target apt-get install refit
$ /target/sbin/gptsync /dev/sda
$ chroot /target
$ lilo /dev/sda3
(ignoring some warnings from lilo)
After this the installation continued fine, and I have no a running Debian 
system.

Best regards

-- 
Niklaus Giger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-08-16 Thread Otavio Salvador
Niklaus Giger [EMAIL PROTECTED] writes:

 Here is the output. I installed bootcamp on my MacMini. As I do not own a 
 copy 
 of WindowsXP SP2 I do never did more than just launch bootcamp.
 Do you really want me to install bootcamp and Windows XP? Or would you like 
 to 
 have me switch my firmware back to the original state? I do not know how to 
 re-install the original firmware, but I could ask a friend of mine who has 
 a virging MacMini.

I wish the virging one too so I can compare both.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-08-16 Thread Otavio Salvador
Niklaus Giger [EMAIL PROTECTED] writes:

 $ chroot /target apt-get install refit
 $ /target/sbin/gptsync /dev/sda
 $ chroot /target
 $ lilo /dev/sda3
 (ignoring some warnings from lilo)
 After this the installation continued fine, and I have no a running Debian 
 system.

If we can identify a way to discover if it's truely a MacIntel machine
we can make it transparent to end user ... let's see if we can do
that.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-08-14 Thread Junichi Uekawa
Hi,


 After electing elilo (GRUB/LILO were presented as alternatives) installing 
 elilo stalled at 50%. I had accepted to install into the only presented 
 partition (/dev/sda1, about 200 MB FAT32 partition, partman reported 3.1 kB 
 free memory before.). This first partition was created my the Apple 
 DiskUtility. /dev/sda6 where I installed the base system was formatted as an 
 ext3 24 GB FS using the Debian installer.

try running gptsync.  Then installing lilo to partition / grub to partition
shoud work.

They are looking at FAT tables, not GPT, so you need to clone the data
from GPT to FAT, since parted will reset FAT (to the letter of EFI
spec).

see http://wiki.debian.org/MacBook, which seems to be the most
actively maintained out of all intel-mac related pages.  We should
probably start thinking about consolidating them.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-08-08 Thread Frans Pop
On Monday 07 August 2006 23:09, Niklaus Giger wrote:
 Switching to the Log (Alt-F3) showed the following messages:
  Setting up elilo (3.6.2)
  Couldn't load efivars module - is it statically linked?

We have now requested that this module be enabled in i386 kernels. It may 
take a while before it is available in the installer though.
Suggest you keep an eye on these two bug reports for progress:
- http://bugs.debian.org/381951
- http://bugs.debian.org/381584

 Any hints would be appreciated. If the MacTel needs a tester, I might
 be willing to help out (let's say do at least one installation of a
 base system from CD once a week till etch is out or till the end of
 year whatever comes first), but I do not have the time to dwelve very
 deep.

That's a great offer. Thanks.

Could you do us a favor and report any new issues you find using an  
installation report [1] instead of a mail to the list? That would enable 
us to keep track of them better.

Cheers,
FJP

[1] http://d-i.alioth.debian.org/manual/en.i386/ch05s03.html#submit-bug


pgp7TdGMzcrjk.pgp
Description: PGP signature


Re: Installing elilo on MacMiniIntel fails

2006-08-08 Thread Otavio Salvador
Niklaus Giger [EMAIL PROTECTED] writes:

 After upgrading the firmware to 1.0.1 and installing EFI boot loader (Version 
 0.7). Refit would recognise the daily debian-testing-i386-netinst.iso (as of 
 August 6). Starting the installation worked like usual (Language/Keyboard 
 selection, partitioning). I choose to install only the base system (no debian 
 mirror).

I would like to know what's this firmware specifically. I'm asking it
since GRUB just has support to Bootcamp based BIOS and that should be
available in MacOSX 10.4.something IIRC.

To me be able to hide GRUB from options, and that is the same case for
LILO, I need the dmidecode output with original firmware and then with
Bootcamp based firmware to compare and see if we can get the info
there.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Installing elilo on MacMiniIntel fails

2006-08-07 Thread Niklaus Giger
Hi

I recently bought a MacMiniIntel and wanted to install Debian on in (like on 
all my other PowerPC-machines).

I didn't follow the receipt in http://wiki.debian.org/MacMiniIntel as I have 
no other x86 machine at home.

After upgrading the firmware to 1.0.1 and installing EFI boot loader (Version 
0.7). Refit would recognise the daily debian-testing-i386-netinst.iso (as of 
August 6). Starting the installation worked like usual (Language/Keyboard 
selection, partitioning). I choose to install only the base system (no debian 
mirror).

After electing elilo (GRUB/LILO were presented as alternatives) installing 
elilo stalled at 50%. I had accepted to install into the only presented 
partition (/dev/sda1, about 200 MB FAT32 partition, partman reported 3.1 kB 
free memory before.). This first partition was created my the Apple 
DiskUtility. /dev/sda6 where I installed the base system was formatted as an 
ext3 24 GB FS using the Debian installer.

Switching to the Log (Alt-F3) showed the following messages:
 Setting up elilo (3.6.2)
 Couldn't load efivars module - is it statically linked?

Any hints would be appreciated. If the MacTel needs a tester, I might be 
willing to help out (let's say do at least one installation of a base system 
from CD once a week till etch is out or till the end of year whatever comes 
first), but I do not have the time to dwelve very deep.

Best regards

-- 
Niklaus Giger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Installing elilo on MacMiniIntel fails

2006-08-07 Thread Geert Stappers
On Mon, Aug 07, 2006 at 11:09:36PM +0200, Niklaus Giger wrote:
 Hi
 
 I recently bought a MacMiniIntel and wanted to install Debian on in (like on 
 all my other PowerPC-machines).
 
 I didn't follow the receipt in http://wiki.debian.org/MacMiniIntel as I have 
 no other x86 machine at home.
 
 After upgrading the firmware to 1.0.1 and installing EFI boot loader (Version 
 0.7). Refit would recognise the daily debian-testing-i386-netinst.iso (as of 
 August 6). Starting the installation worked like usual (Language/Keyboard 
 selection, partitioning). I choose to install only the base system (no debian 
 mirror).
 
 After electing elilo (GRUB/LILO were presented as alternatives) installing 
 elilo stalled at 50%. I had accepted to install into the only presented 
 partition (/dev/sda1, about 200 MB FAT32 partition, partman reported 3.1 kB 
 free memory before.). This first partition was created my the Apple 
 DiskUtility. /dev/sda6 where I installed the base system was formatted as an 
 ext3 24 GB FS using the Debian installer.
 
 Switching to the Log (Alt-F3) showed the following messages:
  Setting up elilo (3.6.2)
  Couldn't load efivars module - is it statically linked?

I think that is http://bugs.debian.org/381584

 Any hints would be appreciated. If the MacTel needs a tester, I might be 
 willing to help out (let's say do at least one installation of a base system 
 from CD once a week till etch is out or till the end of year whatever comes 
 first), but I do not have the time to dwelve very deep.
 
 Best regards
 
 -- 
 Niklaus Giger


Cheers
Geert Stappers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]