PDA

View Full Version : The Intel-Macs would run Windows XP


MAPSware
11th February 2006, 09:27 AM
Hi:

Does any body has installed and used a Windows XP on a MacBook ? :confused: (forget by the moment the dual operation of OS X and XP)

I read an article (http://www.diarioti.com/gate/n.php?id=10376) (in spanish) that say "The Intel-Macs would run Windows XP"

But it sound, that for the moment, is not posible :mad:.

I don't think that the problem is to make a dual boot, I think (not for sure) that the problem is, that windows need a BIOS (Basic Input Output System), since his code has calls to this instructions and the MacBook has EFI (Extensible Firmware Interface).

If Windows XP runs on the MacBook, then, there is not problem. I had been working with FreeBSD and Windows for a while, what I do is:


Make 2 primary partitions on the disk
Install FreeBSD in partition 1 (you install Mac OS X)
Copy the bootsector of partition 1 into a file in a floppy
Install Windows in partition 2
Modify the configuration of NTLDR to display an option for Mac OS X
The next time you boot your computer you had your dual boot

Since I don't have a MacBook, I cann't put the exactly instructions, but if some one has the time to give it a try, reply to this post for more detailed instructions.

maps

MAPSware
14th February 2006, 06:46 AM
To see how the devices are named, can someone reply with the output of this command:

df

Thanks.
PD Run it in a terminal.

chet
14th February 2006, 11:37 AM
iMac:~ chet$ df
Filesystem 512-blocks Used Avail Capacity Mounted on
/dev/disk0s2 487725344 196382360 290830984 40% /
devfs 190 190 0 100% /dev
fdesc 2 2 0 100% /dev
<volfs> 1024 1024 0 100% /.vol
automount -nsl [175] 0 0 0 100% /Network
automount -fstab [181] 0 0 0 100% /automount/Servers
automount -static [181] 0 0 0 100% /automount/static

MAPSware
15th February 2006, 03:10 AM
Hi Chet:

Do your MacBook have the file? :

/boot/boot1

If I interpret well, you has a disk with at least 2 partitions

Filesystem /dev/disk0s2
This device is for Disk 0 Slice 2 (slice = partition)

And it is mounted in / (root)

what use you give to the slice 1?

maps

MAPSware
15th February 2006, 03:17 AM
Hi again Chet:

Maybe your slice 1 is used for swap memory, can you run this command to see the info of the swap memory?

pstat -s

Thanks.
PD Run it in a terminal.

iSee
20th February 2006, 08:11 AM
Hi, I don't have an intelMac, but by default, SWAP does not have an extra partition in Mac OS X, but lives in dynamically generated files /private/var/vm/swapfile*
Cheers,
iSee