|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen on Apple Macbook Pro
Hello Oleg,
you can use mbookpack to build a "multiboot package" für lilo:
http://freshmeat.net/projects/mbootpack/
Grub doesn't work, because it is not able to "understand" the GPT. So I'm
treated to use lilo (for a dual boot system mit Mac OS X).
I have found this manual for an Intel-iMac (in japanese ...you can use the
Google translation service)
http://webleverage.jp/xen/wiki/index.php?Intel%20Mac%2FXen
Here is my lilo.conf:
--------------------------------------------------------------
image=/boot/xen-3.0.2+vmlinuz-2.6.16-xen
label="xen"
append="dom0_mem=512M noreboot -- root=/dev/sda3 ro"
--------------------------------------------------------------
But the parameter 'noreboot' doesn't work :((
What am I doing wrong ... Can I use 'noreboot' only with grub?
--Ralf--
<omi@xxxxxxxxxxxxxxxxx>:
> Hello Ralf,
>
> I believe you need grub for XEN to work.
>
> Maybe I'm missing something, but I don't think LILO has 'module' option
> which I think is used for multiboot.
>
> title XEN
> root (hd0,4)
> kernel /boot/xen.gz
> module /boot/vmlinuz-xen root=/dev/sda5 vga=0x31a resume=/dev/sda7
> splash=silent showop
> module /boot/initrd-xen
>
> Here's my Suse10.1 grub entry for AMD64, adapt it for your partition
> numbers.
>
> Hope that helps.
>
> Best regards,
>
> Oleg Mitsura
>
> On Mon, May 29, 2006 at 08:05:10PM +0200, Ralf Schmitt wrote:
>> Hi,
>>
>> Im trying to run xen 3.0.2 (Suse 10.1) on my Macbook Pro, but the system
>> reboots immediately after printing the line:
>>
>> (XEN) Scrubbing Free RAM: ...........done.
>>
>> and the option "noreboot" doesn't work (with lilo).
>>
>> Can somebody provide a .config file for a dom0 kernel for a Macbook?
>>
>> --Ralf--
>>
>>
>>
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@xxxxxxxxxxxxxxxxxxx
>> http://lists.xensource.com/xen-users
--
Mit freundlichen Grüßen / With regards
Ralf Schmitt
--------------------------------------
IBM Tivoli Certified Consultant
Anne Frank Strasse 23a
D-76863 Herxheim
Tel: +49 (0) 7276 969 658
Mobil: +49 (0) 172 493 389 9
E-Mail: ibm.tivoli@xxxxxxxx
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|