stickpin Posted July 10, 2008 Share Posted July 10, 2008 This method useful only for already installed OSX with CD Boot. Requirements: Windows, USB Flash Drive, BOOT-132 CD, 10 minutes of your time... Thanks alot to: Kabyl, bumby, f41qu3 and all chameleon's... 1) Connect you USB Drive and format it as FAT32. 2) Download syslinux from here. (Must be version 3.63) 3) Unpack zip somewhere. (Ex: c:\temp) 4) Open cmd and go to the unpacked folder\win32 directory. (Ex: c:\temp\win32) 5) Run syslinux.exe -ma <drive letter>: (Ex: syslinux.exe -ma f:) 6) Copy all files from CD to your USB Drive (mboot.c32, boot, initrd.img, isolinux.bin) 7) From folder isolinux copy isolinux.cfg to USB Drive root f:\. 8) Rename isolinux.bin to syslinux.sys and isolinux.cfg to syslinux.cfg. 9) Enjoy you bootable USB Bootloader... The idea after this, is to leave OSX installation untouchable. To apply all the patches at USB Drive... After OSX boot's you can edit your initrd.img right on USB Flash, just by attaching initrd.img and drug'n'drop your files inside initd drive. When you booting from USB Drive, your Hard Drive going to be a Secondary, you must to enter 81 not 80 to boot. If you want your OSX to start automatically, open syslinux.cfg, right after DEFAULT.... add APPEND biosdev=<your hdd id> (Ex: APPEND biosdev=81) So your syslinux.cfg should looks like this: PROMPT 0 TIMEOUT 90 DEFAULT /mboot.c32 /boot --- /initrd.img APPEND biosdev=81 USB Files: http://www.mediafire.com/?d9nzydnj3vz (You just need to add your initrd.img.) Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/ Share on other sites More sharing options...
f41qu3 Posted July 11, 2008 Share Posted July 11, 2008 Good new method. Links on official topic are updated. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-815529 Share on other sites More sharing options...
DivXBoy Posted July 11, 2008 Share Posted July 11, 2008 Nice! Looking for a way to add a splash screen... It's possible for sure http://www.sweb.cz/Frantisek.Rysanek/splas...lash-HOWTO.html Is there a way to also skip the boot prompt, so we don't need to press 'enter'. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816022 Share on other sites More sharing options...
stickpin Posted July 11, 2008 Author Share Posted July 11, 2008 DivXBoy, If you want your OSX to start automatically, open syslinux.cfg, right after DEFAULT.... add APPEND biosdev=<your hdd id> (Ex: APPEND biosdev=81) So your syslinux.cfg should looks like this: CODE PROMPT 0 TIMEOUT 90 DEFAULT /mboot.c32 /boot --- /initrd.img APPEND biosdev=81 Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816274 Share on other sites More sharing options...
mitch_de Posted July 11, 2008 Share Posted July 11, 2008 Hi, thanks. I can boot my OS X HD1 and OS X HD2 with 81h or 82h. But how can i set that i can boot from DVD ? How can i find out which yy hex is what device ?!! PS: I can see at boottime a short error, to fast to read, mybe some boot.plist error. DVD is on SATA (ICH8/not JMICRO SATA) Here my diskutil list: e180045204:~ ami$ diskutil list /dev/disk0 **= 81h**** #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *149.1 Gi disk0 1: Windows_FAT_32 WINXP 30.4 Gi disk0s1 2: Apple_HFS OSX_ZWEI 118.6 Gi disk0s2 /dev/disk1 *** = 82h **** #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *298.1 Gi disk1 1: Apple_HFS OS_X_2 46.4 Gi disk1s1 .. 5: Apple_HFS OS_X_BACKUP_2 38.1 Gi disk1s6 6: Apple_HFS WIN_SW_TEMP2 35.0 Gi disk1s7 /dev/disk2 **** USB Stick **** #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *967.5 Mi disk2 1: DOS_FAT_32 BOOTOSX 965.6 Mi disk2s1 /dev/disk3 **** DVD orig. Leo ***** #: TYPE NAME SIZE IDENTIFIER 0: Apple_partition_scheme *7.5 Gi disk3 1: Apple_partition_map 30.0 Ki disk3s1 2: Apple_Driver_ATAPI 401.7 Mi disk3s2 3: Apple_HFS Mac OS X Install DVD 7.1 Gi disk3s3 e180045204:~ ami$ Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816334 Share on other sites More sharing options...
stickpin Posted July 12, 2008 Author Share Posted July 12, 2008 You cant boot from DVD only from the Hard Drive... Exactly as it says in the first post: This method useful only for already installed OSX with CD Boot. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816564 Share on other sites More sharing options...
mitch_de Posted July 12, 2008 Share Posted July 12, 2008 You cant boot from DVD only from the Hard Drive...Exactly as it says in the first post: This method useful only for already installed OSX with CD Boot. Thanks, i missunderstand that. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816584 Share on other sites More sharing options...
teknojunkie Posted July 12, 2008 Share Posted July 12, 2008 working on the splash screen will post results soon Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816600 Share on other sites More sharing options...
DivXBoy Posted July 12, 2008 Share Posted July 12, 2008 DivXBoy, If you want your OSX to start automatically, open syslinux.cfg, right after DEFAULT.... add APPEND biosdev=<your hdd id> (Ex: APPEND biosdev=81) So your syslinux.cfg should looks like this: CODE PROMPT 0 TIMEOUT 90 DEFAULT /mboot.c32 /boot --- /initrd.img APPEND biosdev=81 Did that already ofcourse Forgot to add the quiet boot key to Boot.plist. So only the splashscreen for syslinux is left to be done. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-816995 Share on other sites More sharing options...
Gorcik Posted July 13, 2008 Share Posted July 13, 2008 When I try to boot from USB I've got message: Could not find kernel image: linux Could you help me, please? Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-817525 Share on other sites More sharing options...
superfaen Posted July 13, 2008 Share Posted July 13, 2008 I got the usb boot to work. It's just great. Now Im thinking of making a small fat partition on one of my disks to place the bootfiles there, I think it should work. anyone who has tried? Also, anyone who knows how I can get it to boot partition 2 on my disk instead of the first one? Is there some way to change startup disk in Leopard? I know about the option in system preferences, but it won't let me choose the right partition. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818072 Share on other sites More sharing options...
DocShadow Posted July 14, 2008 Share Posted July 14, 2008 Thanks to Stickpin for posting this method. Took me a while to get it working. But now that I have it working I'm at a loss of why I want to do this. I already have a working OSX on my HDD. So ..... The REAL BEAUTY of the DFE on USB approach (besides the near virgin installs)is you DO NOT NEED to make any leopard install BOOTABLE. Just install leopard and use USB key as BootLoader. If I want to install 10.5.4 .... what would I do? Do I put all my current extensions in Extensions folder on the USB and update to 10.5.4 through Live Update? Then reboot off the USB stick? Doc Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818419 Share on other sites More sharing options...
DocShadow Posted July 14, 2008 Share Posted July 14, 2008 I figured that part out this evening for my setup. I have separate drives for my XP and each of my OSX setups. In my BIOS my USB stick is the first drive, XP the second drive, MacOS the third drive and MacOSX the fourth drive. I boot with the USB stick. It stops at the prompt, I press ESC and it asks which drive I want to use. 80 is the USB stick so I then type 81 for my XP, 82 for my MacOS and 83 for my MacOSX setups. Doc Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818503 Share on other sites More sharing options...
boxer82003 Posted July 14, 2008 Share Posted July 14, 2008 not sure why i cant get this to work is there a bios setting that has to be changed i tried several different boot priorities in my bios but it wont recognize it at all Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818570 Share on other sites More sharing options...
Warl0ck Posted July 14, 2008 Share Posted July 14, 2008 When I try to boot from USB I've got message: Could not find kernel image: linux Could you help me, please? I get the same message Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818861 Share on other sites More sharing options...
DocShadow Posted July 14, 2008 Share Posted July 14, 2008 boxer82003 .... Depends on your board but I needed to specify my USB device as the first Drive in BIOS and the other HDDs as 2, 3, etc. The BIOS usually only allows selection of the Floppy, DVD or 1st drive as the boot drives. The 1st drive is 80, the second is 81 and so on. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818863 Share on other sites More sharing options...
Warl0ck Posted July 14, 2008 Share Posted July 14, 2008 Could not find kernel image: linux ok.. I fixed the issue by reformating the usb stick. This time I used "Fat" instead of "Fat32" (under vista) Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818872 Share on other sites More sharing options...
Trauma! Posted July 14, 2008 Share Posted July 14, 2008 Hy Sickpin, I have a problem when i try to boot from the USB Key, it says: "Missing operating system" I think the problem comes from the way my mother board manage removables devices to boot. I've been able to boot on usb key in the past, i mean on DOS formated one for exemple. I can change emulations type in the bios : FDD; Floppy; CDROM; HDD..... which one should work ? Thanks Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-818884 Share on other sites More sharing options...
macgirl Posted July 14, 2008 Share Posted July 14, 2008 I manage to install with this method but to a small FAT32 partition of my 1st Disk (MBR XP + Boot132), I can boot my 2nd Disk (GUID Mac OS X) APPEND biosdev=81. You can also add a "boot-uuid=" flag in the com.apple.Boot.plist with this method: http://forum.insanelymac.com/index.php?showtopic=115636 Anyway I have the Shutdown/Restart problem, I don't find the post where the PowerManagement bundle is modified to fix this Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819168 Share on other sites More sharing options...
f41qu3 Posted July 14, 2008 Share Posted July 14, 2008 I manage to install with this method but to a small FAT32 partition of my 1st Disk (MBR XP + Boot132), I can boot my 2nd Disk (GUID Mac OS X) APPEND biosdev=81. You can also add a "boot-uuid=" flag in the com.apple.Boot.plist with this method: http://forum.insanelymac.com/index.php?showtopic=115636 Anyway I have the Shutdown/Restart problem, I don't find the post where the PowerManagement bundle is modified to fix this Hey Girl try this: http://www.superhai.com/files/ACPIBattery.kext.zip Works fine on Leo and SnowLeo. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819183 Share on other sites More sharing options...
macgirl Posted July 14, 2008 Share Posted July 14, 2008 Don't tell me that, I had the solution under my nose all the time I use that with my Dell Lappy I'll try it when I back to home Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819199 Share on other sites More sharing options...
f41qu3 Posted July 14, 2008 Share Posted July 14, 2008 Don't tell me that, I had the solution under my nose all the time I use that with my Dell Lappy I'll try it when I back to home Calm down sweet. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819204 Share on other sites More sharing options...
macgirl Posted July 14, 2008 Share Posted July 14, 2008 Also I will try the mod to the ACPIPlatform... PROMPT 0 TIMEOUT 90 DEFAULT /mboot.c32 /boot --- /initrd.img APPEND biosdev=81 And if I want to boot from USB drive I just count the number of drives and asign it? Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819232 Share on other sites More sharing options...
DocShadow Posted July 14, 2008 Share Posted July 14, 2008 And if I want to boot from USB drive I just count the number of drives and asign it? That's what I did ... the USB was my Drive 1 = 80, my Drive 2 = 81, etc. Work for all four drives. Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819250 Share on other sites More sharing options...
macgirl Posted July 14, 2008 Share Posted July 14, 2008 I have 4 sata drives, does the USB should be the 5th one? Link to comment https://www.insanelymac.com/forum/topic/115064-how-to-create-bootable-usb-with-boot-132-loader/#findComment-819270 Share on other sites More sharing options...
Recommended Posts