LoginRegister      Live Support (IRC)    Search   
It is currently Thu Sep 09, 2010 6:50 pm View unanswered posts | View active topics


Forum rules


Make sure you SEARCH before asking a question.

Post new topic  Reply to topic   [ 363 posts ]  « Previous • 1, 2, 3, 4, 5, 6 ... 19 • Next »
Author Message
  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline

Joined: Thu Oct 22, 2009 11:05 pm
Posts: 2664
Location: Missouri, USA
Netbook(s): MSI Wind
Been gone all day. If you are recieving themach_kernel not found error it is only caused by one thing. The com.apple.boot.plist is aimed at the wrong partition. However, I know that is not the case here. So Im stumped.


Dalton has been banned from the forum, due to multiple issues including plagiarism and scamming. This is indefinite, and he won't be around to solve these issues.

The Admin Team.

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyFreak

Joined: Fri Oct 23, 2009 4:40 pm
Posts: 875
Location: New Jersey
Dalton63841 wrote:
Been gone all day. If you are recieving themach_kernel not found error it is only caused by one thing. The com.apple.boot.plist is aimed at the wrong partition. However, I know that is not the case here. So Im stumped.


I thought that is what you were going to say. I am going to try a boot DVD and install from the 10.6 DVD.


Joel

MSI Wind U100-432US, 2Gb Crucial Memory, Dell 1510 WiFi Card firmware changed to Apple AirPort Extreme, Retail Vanilla 10.6.2 install
iMac Aluminum Late 2008 24", 3.06, 4Gb Ram, 500Gb Hard Drive
  Post Re: Revised Vanilla Tutorial!
User avatar
Offline
InsanelyFreak

Joined: Thu Oct 29, 2009 4:50 am
Posts: 818
Location: San Diego
Netbook(s): MSI Wind U123
bamdad wrote:
SolarCast wrote:
What is better MBR or GUID? What is the difference? I saw a tutorial here for an MBR install by machvolim. it looked like a lot of work but this GUID install does not. And can I install windows since you said it can boot windows; Sorry but I am a noob about all this.


partitioning schemes are information at the very beginning of your physical disk and are a way your computer knows at what sector do your partitions start and end. it's also a means of loading the boot information that loads the kernel of your system (and thus startup begins).

MBR stands for master boot record, this is the partitioning scheme that dos used to have, and it still lives on in windows, although windows 7 can (if i recall correctly) be installed on a GUID drive.

GUID is basically GPT, gnu partition table which i think linux (and maybe freebsd) uses. it has replaced the old Apple Partition Map, which was used to start up powerpc-based computers. now all intel-based macs use this scheme.

why is this important for us? because GUID has a little hidden partition (around 200mb) at the beginning ('efi' partition), enabling us to put our kernel extension (.kext) and other boot-time overrides there, this way making the system on our os x partition almost untouched. GUID is also more easily manageable. creating new partitions and resizing existing ones is easier and most of the time doesn't render your drive unbootable (on MBR this can happen often, and then you have to re-write the master boot record).

hope this clears out some confusion.

---

edit: 'vanilla' means that you're using the retail disk to install and then modify it according to your needs. this used to be the more complicated way in the past, that's why people made 'distros', which are already customised. vanilla is more clean, too, because it uses the efi partition for overrides (explained above). and you can brag about having an 'untouched' system. updates are easier, too, and are less likely to render your system unusable.
as you can see in these forums, vanilla install is currently more pain-free than using the distro, thanks to our beloved dalton. :)


GPT (GUID Partition Table) NOT GNU Partition Table! GPT is part of the EFI standard which is why you see the hidden EFI partition (also part of the standard) created when you format GPT. Also MBR is what any PC has used even ones with Linux OSes. Also more debatable I don't completely think what you wrote for Vanilla is accurate but many people think many different things about what makes installs vanilla.


Wind: U123-001US
Memory: 2GB 800Mhz RAM
Wifi: Dell 1510 Wireless rebranded as Airport Extreme
DualBoot
OS X: EFI Snow Leopard 10.6.2 (Mem modded kernel)
Windows: Windows 7 Pro
  Post Re: Revised Vanilla Tutorial!
User avatar
Offline
InsanelyPro

Joined: Sun Oct 25, 2009 2:38 pm
Posts: 159
Location: budapest, hungary
Burn0ut07 wrote:
GPT (GUID Partition Table) NOT GNU Partition Table! GPT is part of the EFI standard which is why you see the hidden EFI partition (also part of the standard) created when you format GPT. Also MBR is what any PC has used even ones with Linux OSes. Also more debatable I don't completely think what you wrote for Vanilla is accurate but many people think many different things about what makes installs vanilla.


i stand corrected. i must've assumed it being the same because of the abbreviation. as for vanilla, there's a lot of confusion about it, and i really don't know. this is the most widespread meaning, as of my understanding.

  Post Re: Revised Vanilla Tutorial!
User avatar
Offline
InsanelyFreak

Joined: Thu Oct 29, 2009 4:50 am
Posts: 818
Location: San Diego
Netbook(s): MSI Wind U123
MacRight wrote:
bamdad wrote:
Dalton63841 wrote:
I think I can add that package and one for those on MBR to the customize screen. Then if they go GUID they check this one, and if they go MBR they check the other instead.

imho that would only complicate things. especially for noobs. ... I can't see anyone wanting mbr, since now windows can boot from a guid drive, too.

I think we should try to bring the different methods/scenarios together and clarify what's the limitations of each. Checking around, it seems that MS XP and Vista (32 bit) still cannot understand GUID natively. Only the later versions of Vista (64, server) and now the Windows 7 start to understand GUID.

So if I want to keep using the XP that came with the MSI U-100, I better keep the MBR scheme.

bamdad wrote:
why is this important for us? because GUID has a little hidden partition (around 200mb) at the beginning ('efi' partition), enabling us to put our kernel extension (.kext) and other boot-time overrides there

Yes. The hidden EFI is created automatically when we repartition using the GUID. BUT: Are you sure that we cannot 'fake' it and create a small partition under MBR, call it EFI, and put all our customized stuff there, as someone (Mars478?) suggested? [same way as we could use a separate partition to put GRUB there]

Dalton63841 wrote:
You can use a hacked version of Boot Camp, that can be found here if you are on SnowyWindOSX, because it does not use the EFI partition. The hacked Boot Camp Assistant formats the EFI partition, so if on Vanilla I dont suggest using.

I tried to look at the Boot Camp solution, but it seems that it is not a good solution for the long run. It takes advantage of the GUID/MBR Partition scheme hybrid, but is limited to only 4 'real' partitions (ie: Primary) (GUID/MBR hybrid cannot handle Extended partition and its Logical sub-partitions). Any future manipulation of the partitions such as moving, growing/shrinking, or adding partition will destroy the MBR-GUID synchronization.

So it seems that Boot Camp is not really a good solution in the long run.

Which bring me back to the need for the 'old' MBR scheme if we want to use the XP, until Windows 7 gains approval (remember Windows ME?)

What you'all think?


Dalton said DON'T use bootcamp if you are using GPT so was talking about using it for MBR. Also yes you can "fake" the EFI partition but its not so much faking as it is making another partition and calling it EFI though technically you can call it what you want I think. I am not sure how possible it is to install XP on a GPT drive as I haven't tried it so maybe MBR is the easiest way to go for those who really want XP. Windows ME never gained approval because it was pretty much a piece of **** not sure if your implying Windows 7 might be, but it definitely isn't and it is definitely an upgrade from XP and Vista.


Wind: U123-001US
Memory: 2GB 800Mhz RAM
Wifi: Dell 1510 Wireless rebranded as Airport Extreme
DualBoot
OS X: EFI Snow Leopard 10.6.2 (Mem modded kernel)
Windows: Windows 7 Pro
  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Fri Oct 23, 2009 5:26 am
Posts: 47
Location: Michigan
I did it, and its actually working fine. I dunno but it feels smoother than Snowywindosx...

But I still have 2 problems:
-When i boot without my sd card in the slot he says 4 time EBIOS READ ERROR until the bootloader shows up...any help 4 that? Doesnt bother me really but it would be nicer without.

-As soon as I install the Voodoo Trackpad driver out of the Snowywindosx image my mouse is stuck. I cant move it at all. The driver at the moment doesnt work that good...
I have an synaptics touchpad...Any help 4 that? That would be really important.

Anyways, thanks Dalton :)
Good work.

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline

Joined: Thu Oct 22, 2009 11:05 pm
Posts: 2664
Location: Missouri, USA
Netbook(s): MSI Wind
For the EBIOS Error it stopped for me when I changed the usb setting in bios. Cant remember if I disabled legacy or auto.


Dalton has been banned from the forum, due to multiple issues including plagiarism and scamming. This is indefinite, and he won't be around to solve these issues.

The Admin Team.
  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Fri Oct 23, 2009 5:26 am
Posts: 47
Location: Michigan
Mh okay thx...ill try it.

Dont you have any idea for the trackpad? The driver atm really sucks...

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline

Joined: Thu Oct 22, 2009 11:05 pm
Posts: 2664
Location: Missouri, USA
Netbook(s): MSI Wind
What driver are you currently using?


Dalton has been banned from the forum, due to multiple issues including plagiarism and scamming. This is indefinite, and he won't be around to solve these issues.

The Admin Team.
  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Thu Oct 29, 2009 12:59 am
Posts: 30
So what's the answer to my post above (here)

MacRight wrote:
Isn't the same part written twice? ...

  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Fri Oct 23, 2009 5:26 am
Posts: 47
Location: Michigan
Uhm the standard driver...I guess it's the Apple driver? Or is there a modified in your EFI finisher? When i boot with -v It loads a synaptics 6.5 driver...

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyUser

Joined: Mon Oct 26, 2009 1:13 pm
Posts: 32
Location: Houston USA
Netbook(s): U100 w/SL 10.6.2
got it installed and everything went pretty well, I may be missing the obvious, but I have no wi-fi. the icon is lit but the only thing that shows up in system preferences/network is the ethernet card. will someone get me back on track?

brax


MSI Wind U-100, Black, 2 GB memory, 120GB HD, OSX 10.6.1
  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Fri Oct 23, 2009 5:26 am
Posts: 47
Location: Michigan
Which wifi-card?

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyUser

Joined: Mon Oct 26, 2009 1:13 pm
Posts: 32
Location: Houston USA
Netbook(s): U100 w/SL 10.6.2
realtek

thanks

this is a vanilla install with a GUID partition scheme.


MSI Wind U-100, Black, 2 GB memory, 120GB HD, OSX 10.6.1
  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Fri Oct 23, 2009 5:26 am
Posts: 47
Location: Michigan
Did you install the newest realtek drivers? Give a lil bit more info maybe ;)

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyUser

Joined: Mon Oct 26, 2009 1:13 pm
Posts: 32
Location: Houston USA
Netbook(s): U100 w/SL 10.6.2
sorry about that. I just followed the tutorial, I looked for the drivers and found some, but was not sure if they were the correct ones, and if so wanted to make sure i installed them to the correct place.

brax


MSI Wind U-100, Black, 2 GB memory, 120GB HD, OSX 10.6.1
  Post Re: Revised Vanilla Tutorial! Updated
Offline
InsanelyUser

Joined: Fri Oct 23, 2009 5:26 am
Posts: 47
Location: Michigan
Well the realtek driver I have is an installer...so you cant install him in the wrong location.

  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyUser

Joined: Mon Oct 26, 2009 1:13 pm
Posts: 32
Location: Houston USA
Netbook(s): U100 w/SL 10.6.2
Is it any different from the Leopard installers? 10.5.7 or 8?

brax


MSI Wind U-100, Black, 2 GB memory, 120GB HD, OSX 10.6.1
  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyUser

Joined: Mon Oct 26, 2009 1:13 pm
Posts: 32
Location: Houston USA
Netbook(s): U100 w/SL 10.6.2
I figured it out. Thanks for the jump start!!


brax


(posting from it now)


MSI Wind U-100, Black, 2 GB memory, 120GB HD, OSX 10.6.1
  Post Re: Revised Vanilla Tutorial! Updated
User avatar
Offline
InsanelyUser

Joined: Mon Nov 09, 2009 8:49 pm
Posts: 23
nitti wrote:
I figured it out. Thanks for the jump start!!


brax


(posting from it now)

What was the Problem?
Which driver do you use now?

« Previous topic Next topic »
Reply to topic  [ 363 posts ]  « Previous • 1, 2, 3, 4, 5, 6 ... 19 • Next »

Who is online

Users browsing this forum: No registered users and 3 guests



Jump to: