Problem with my pc

Do you have a technical question that doesn't really fit a specific console? Want some general info on electronics, hacking, making cookies, etc? Here's the place to ask! Go nuts.

Moderator: Moderators

Post Reply
Bass Creator
Posts: 300
Joined: Fri Feb 02, 2007 11:51 am

Problem with my pc

Post by Bass Creator »

OK i have a x86 pc NOT A MAC
when i boot up it says MICROSOFT WINDOWS BOOTLOADER
and i usaly go to mac os x x86 but some times iam not there so it auto goes to windows and i have like 3 sec and i cannt live with a with a screen saying microsoft windows soon ill get grub when i multi boot linux, windows, os x x86
but i dunno if i will live you mean it says microsoft
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

You don't need GRUB, just do this to change the menu:

1. In Windows, right-click My Computer and select Properties
2. Click the Advanced tab, then the Startup and Recovery settings button
3a. (To force it to boot into OSX86) In the top drop-down menu, select the other system.
3b. (To make the menu appear longer) Change the number in the "Time to display list of operating systems" spinbox to something like 60. (60 will give you a minute to make a decision.)
4. OK out of all the properties windows.

That should let you do what you want. Believe me this is easier than changing the boot.ini file manually. :P
bgnome
Posts: 122
Joined: Wed Jan 24, 2007 10:56 am
Location: College Station, TX

Post by bgnome »

err..

ok, i think you are trying to say that you have a multiboot system with mac os x and windows xp? what you need to do is set mac os x as the default os in the bootloader. Go to "System Properties" either from the Control Panel or through the right-click menu on "My Computer">"Properties". Then its "Advanced">"Startup and Recovery: Settings". Then you just click the "Edit" button and change the "Default" entry to match the OS X entry.
Bass Creator
Posts: 300
Joined: Fri Feb 02, 2007 11:51 am

Post by Bass Creator »

bgnome omfg you live near my grand mother She always goes to collage station She lives in the country part of navasota
Reddit
Bibin
Posts: 1127
Joined: Sun Mar 04, 2007 2:14 am
Location: Brooklyn, NY

Post by Bibin »

Do you want help or are you trying to be offtopic?

Yes, if you modify boot.ini in your boot drive, you can specify the [illegal] OSX86 Boot.
Bass Creator
Posts: 300
Joined: Fri Feb 02, 2007 11:51 am

Post by Bass Creator »

This is a joke i was making fun of microsoft quote Microsoft windows omfg i alrety modfid my boot.ini i said i hate microsoft and liked os x and linux
Reddit
atari2600a
Posts: 1330
Joined: Fri Jul 28, 2006 12:42 am
Location: Schwarzeneggerville, CA
Contact:

Post by atari2600a »

LOL, this is what my boot.ini looks like:

Code: Select all

[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP 13374g3 Edition" /noexecute=optin /fastdetect /kernel=ntoskrn1.exe
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional (unmodded kernel)" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional (small partition)" /noexecute=optin /fastdetect
Bibin
Posts: 1127
Joined: Sun Mar 04, 2007 2:14 am
Location: Brooklyn, NY

Post by Bibin »

Bass Creator wrote:This is a joke i was making fun of microsoft quote Microsoft windows omfg i alrety modfid my boot.ini i said i hate microsoft and liked os x and linux
...I'm reffering to
Bass Creator wrote:bgnome omfg you live near my grand mother She always goes to collage station She lives in the country part of navasota
Bass Creator
Posts: 300
Joined: Fri Feb 02, 2007 11:51 am

Post by Bass Creator »

link to modded kernel
Reddit
bicostp
Moderator
Posts: 10491
Joined: Mon Mar 07, 2005 5:47 pm
Steam ID: bicostp
Location: Spamalot
Contact:

Post by bicostp »

:lol:

For most of my classes we have to use a removable hard drive (for running different OSes). After a few semesters of different classes needing different OSes its boot.ini file looks something like this:

Code: Select all

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Pro - Development" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Pro - Sandbox" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows 2003 Server Enterprise Edition" /noexecute=optin /fastdetect 
multi(0)disk(0)rdisk(0)partition(5)="Fedora Core 6" /noexecute=optin /fastdetect 
I kind of BS-ed the fedora line because I have no easy way of accessing the hard disk here. The "Development" install of XP is the only install that isn't a 180 day demo install. (With the obvious exception of Fedora Core.) Development is on a 20 gig partition, each of the other windows installs are on 5 gigs, Fedora is on 20 gigs, there's a 1 gig swap partition, a 10 gig common FAT32 shared partition, and the rest of the 80 gig HD is empty space for more operating systems. :mrgreen:
Post Reply