Contribute
Register

operating system not found.

Status
Not open for further replies.
Joined
Sep 5, 2011
Messages
177
Motherboard
Asus GL503VM
CPU
i7-7700HQ
Graphics
GTX 1060
Mac
  1. MacBook Air
Mobile Phone
  1. Android
I have dell l502x laptop.

Specification:
I5-2450 Hdgraphics. 3000
Gtx 540m 2b card
6gb ram
120gb ssd

Using the unibeast i installed mavericks by creating 1 partition(GUID) only

Installation didn't required any special parameters.
After installation I installed the boot loader and some basic kexts.

But when I try to boot without unibeast drive I'm getting 'operating system not found' error from bios.

I tried switching between UEFI/Legacy but didn't work.
Boot priority is set to HDD only
Data operation also set to AHCI.

Tried marking partition1 as active by booting with unibeast again but no use.

I'll appriciate any help. Thanks.
 

Attachments

  • IMG_20140921_033927.jpg
    IMG_20140921_033927.jpg
    959.7 KB · Views: 1,168
  • IMG_20140921_033850.jpg
    IMG_20140921_033850.jpg
    1,007.4 KB · Views: 1,417
  • IMG_20140921_033833.jpg
    IMG_20140921_033833.jpg
    1,007.3 KB · Views: 1,302
I have dell l502x laptop.

Specification:
I5-2450 Hdgraphics. 3000
Gtx 540m 2b card
6gb ram
120gb ssd

Using the unibeast i installed mavericks by creating 1 partition(GUID) only

Installation didn't required any special parameters.
After installation I installed the boot loader and some basic kexts.

But when I try to boot without unibeast drive I'm getting 'operating system not found' error from bios.

I tried switching between UEFI/Legacy but didn't work.
Boot priority is set to HDD only
Data operation also set to AHCI.

Tried marking partition1 as active by booting with unibeast again but no use.

I'll appriciate any help. Thanks.

Your BIOS probably doesn't like there not being an active partition. See here: http://www.insanelymac.com/forum/to...-your-partition-active-using-fdisk-in-macosx/
 
I tried that without any errors but didn't work.

Dump all the boot records and check for active partition:
Code:
sudo dd if=/dev/rdisk0 of=/tmp/mbr count=1 bs=512
xxd</tmp/mbr|tail
sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=1 bs=512
xxd</tmp/pbr|tail
sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=2 bs=512
xxd</tmp/pbr|tail
# all of above should end in 55aa
sudo fdisk /dev/rdisk0
# mac partition should be marked with '*'
 
Dump all the boot records and check for active partition:
Code:
sudo dd if=/dev/rdisk0 of=/tmp/mbr count=1 bs=512
xxd</tmp/mbr|tail
sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=1 bs=512
xxd</tmp/pbr|tail
sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=2 bs=512
xxd</tmp/pbr|tail
# all of above should end in 55aa
sudo fdisk /dev/rdisk0
# mac partition should be marked with '*'

Last login: Sun Sep 21 11:08:45 on console
Topsycretss-MacBook-Pro:~ topsycrets$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *120.0 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS OSX 119.7 GB disk0s2
Topsycretss-MacBook-Pro:~ topsycrets$
 
Last login: Sun Sep 21 05:43:30 on ttys000
Topsycretss-MacBook-Pro:~ topsycrets$ sudo dd if=/dev/rdisk0 of=/tmp/mbr count=1 bs=512
1+0 records in
1+0 records out
512 bytes transferred in 0.002593 secs (197452 bytes/sec)
Topsycretss-MacBook-Pro:~ topsycrets$ xxd</tmp/mbr|tail
0000160: e466 5106 5330 e450 6a10 89e6 b442 cd13 .fQ.S0.Pj....B..
0000170: 7305 31c0 cd13 f989 ec66 61c3 6057 be9a s.1......fa.`W..
0000180: e1e8 0600 5ee8 0200 61c3 bb01 00fc ac3c ....^...a......<
0000190: 0074 06b4 0ecd 10eb f5c3 0a0d 626f 6f74 .t..........boot
00001a0: 303a 2000 6572 726f 7200 4750 5400 7465 0: .error.GPT.te
00001b0: 7374 0064 6f6e 6500 0000 0000 0000 00fe st.done.........
00001c0: ffff eefe ffff 0100 0000 af4b f90d 8000 ...........K....
00001d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00001e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00001f0: 0000 0000 0000 0000 0000 0000 0000 55aa ..............U.
Topsycretss-MacBook-Pro:~ topsycrets$ sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=1 bs=512
1+0 records in
1+0 records out
512 bytes transferred in 0.002747 secs (186397 bytes/sec)
Topsycretss-MacBook-Pro:~ topsycrets$ xxd</tmp/pbr|tail
0000160: 0420 abe2 df66 61c3 6660 b200 668b 4402 . ...fa.f`..f.D.
0000170: 663b 4502 750f 803c 0075 0a66 8b44 0666 f;E.u..<.u.f.D.f
0000180: 3b45 0674 4877 4472 3d66 6031 d287 f766 ;E.tHwDr=f`1...f
0000190: ad66 89c1 87f7 66ad 6639 c877 2e72 2787 .f....f.f9.w.r'.
00001a0: f7ad 89c1 87f7 ad80 f900 741f 39c8 740b ..........t.9.t.
00001b0: 7707 fece 89c1 e902 00fe c6f3 a777 0c72 w............w.r
00001c0: 0588 f2e9 0700 feca e902 00fe c288 9614 ................
00001d0: 0080 fa00 6661 c350 578b 3e0a e657 4747 ....fa.PW.>..WGG
00001e0: 4949 b000 f3aa 893e 0ae6 5d89 2d5f 58c3 II.....>..].-_X.
00001f0: 2f62 6f6f 7400 0000 0000 0000 0000 55aa /boot.........U.
Topsycretss-MacBook-Pro:~ topsycrets$ sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=2 bs=512
2+0 records in
2+0 records out
1024 bytes transferred in 0.002523 secs (405875 bytes/sec)
Topsycretss-MacBook-Pro:~ topsycrets$ xxd</tmp/pbr|tail
0000360: 0066 8b86 2301 6689 c266 01ca 6639 d366 .f..#.f..f..f9.f
0000370: 8996 2301 7347 6689 da66 29c2 6689 d066 ..#.sGf..f).f..f
0000380: 8bb6 2701 6601 f266 39ca 7606 6629 c166 ..'.f..f9.v.f).f
0000390: 89ce 668b 15e8 3300 6601 c156 89f0 668b ..f...3.f..V..f.
00003a0: 961f 01e8 18fd 5e66 01f3 89f0 6698 c1e0 ......^f....f...
00003b0: 0966 0186 1f01 6629 b627 0174 0b81 c708 .f....f).'.t....
00003c0: 00fe 862b 01e9 51ff 6661 c366 5066 a106 ...+..Q.fa.fPf..
00003d0: e666 0fca 66f7 e266 89c1 6658 c30d 0a62 .f..f..f..fX...b
00003e0: 6f6f 7431 3a20 0065 7272 6f72 0002 0000 oot1: .error....
00003f0: 0004 0062 006f 006f 0074 0000 0000 55aa ...b.o.o.t....U.
Topsycretss-MacBook-Pro:~ topsycrets$ sudo fdisk /dev/rdisk0
Disk: /dev/rdisk0 geometry: 14593/255/63 [234441648 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 234441647] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Topsycretss-MacBook-Pro:~ topsycrets$


UPDATE ran the instructions on insanlymac again. and outs like this

Last login: Sun Sep 21 06:02:07 on ttys000
Topsycretss-MacBook-Pro:~ topsycrets$ sudo fdisk /dev/rdisk0
Disk: /dev/rdisk0 geometry: 14593/255/63 [234441648 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
*1: EE 1023 254 63 - 1023 254 63 [ 1 - 234441647] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Topsycretss-MacBook-Pro:~ topsycrets$
 
Last login: Sun Sep 21 05:43:30 on ttys000
Topsycretss-MacBook-Pro:~ topsycrets$ sudo dd if=/dev/rdisk0 of=/tmp/mbr count=1 bs=512
1+0 records in
1+0 records out
512 bytes transferred in 0.002593 secs (197452 bytes/sec)
Topsycretss-MacBook-Pro:~ topsycrets$ xxd</tmp/mbr|tail
0000160: e466 5106 5330 e450 6a10 89e6 b442 cd13 .fQ.S0.Pj....B..
0000170: 7305 31c0 cd13 f989 ec66 61c3 6057 be9a s.1......fa.`W..
0000180: e1e8 0600 5ee8 0200 61c3 bb01 00fc ac3c ....^...a......<
0000190: 0074 06b4 0ecd 10eb f5c3 0a0d 626f 6f74 .t..........boot
00001a0: 303a 2000 6572 726f 7200 4750 5400 7465 0: .error.GPT.te
00001b0: 7374 0064 6f6e 6500 0000 0000 0000 00fe st.done.........
00001c0: ffff eefe ffff 0100 0000 af4b f90d 8000 ...........K....
00001d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00001e0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
00001f0: 0000 0000 0000 0000 0000 0000 0000 55aa ..............U.
Topsycretss-MacBook-Pro:~ topsycrets$ sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=1 bs=512
1+0 records in
1+0 records out
512 bytes transferred in 0.002747 secs (186397 bytes/sec)
Topsycretss-MacBook-Pro:~ topsycrets$ xxd</tmp/pbr|tail
0000160: 0420 abe2 df66 61c3 6660 b200 668b 4402 . ...fa.f`..f.D.
0000170: 663b 4502 750f 803c 0075 0a66 8b44 0666 f;E.u..<.u.f.D.f
0000180: 3b45 0674 4877 4472 3d66 6031 d287 f766 ;E.tHwDr=f`1...f
0000190: ad66 89c1 87f7 66ad 6639 c877 2e72 2787 .f....f.f9.w.r'.
00001a0: f7ad 89c1 87f7 ad80 f900 741f 39c8 740b ..........t.9.t.
00001b0: 7707 fece 89c1 e902 00fe c6f3 a777 0c72 w............w.r
00001c0: 0588 f2e9 0700 feca e902 00fe c288 9614 ................
00001d0: 0080 fa00 6661 c350 578b 3e0a e657 4747 ....fa.PW.>..WGG
00001e0: 4949 b000 f3aa 893e 0ae6 5d89 2d5f 58c3 II.....>..].-_X.
00001f0: 2f62 6f6f 7400 0000 0000 0000 0000 55aa /boot.........U.
Topsycretss-MacBook-Pro:~ topsycrets$ sudo dd if=/dev/rdisk0s2 of=/tmp/pbr count=2 bs=512
2+0 records in
2+0 records out
1024 bytes transferred in 0.002523 secs (405875 bytes/sec)
Topsycretss-MacBook-Pro:~ topsycrets$ xxd</tmp/pbr|tail
0000360: 0066 8b86 2301 6689 c266 01ca 6639 d366 .f..#.f..f..f9.f
0000370: 8996 2301 7347 6689 da66 29c2 6689 d066 ..#.sGf..f).f..f
0000380: 8bb6 2701 6601 f266 39ca 7606 6629 c166 ..'.f..f9.v.f).f
0000390: 89ce 668b 15e8 3300 6601 c156 89f0 668b ..f...3.f..V..f.
00003a0: 961f 01e8 18fd 5e66 01f3 89f0 6698 c1e0 ......^f....f...
00003b0: 0966 0186 1f01 6629 b627 0174 0b81 c708 .f....f).'.t....
00003c0: 00fe 862b 01e9 51ff 6661 c366 5066 a106 ...+..Q.fa.fPf..
00003d0: e666 0fca 66f7 e266 89c1 6658 c30d 0a62 .f..f..f..fX...b
00003e0: 6f6f 7431 3a20 0065 7272 6f72 0002 0000 oot1: .error....
00003f0: 0004 0062 006f 006f 0074 0000 0000 55aa ...b.o.o.t....U.
Topsycretss-MacBook-Pro:~ topsycrets$ sudo fdisk /dev/rdisk0
Disk: /dev/rdisk0 geometry: 14593/255/63 [234441648 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 234441647] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Topsycretss-MacBook-Pro:~ topsycrets$


UPDATE ran the instructions on insanlymac again. and outs like this

Last login: Sun Sep 21 06:02:07 on ttys000
Topsycretss-MacBook-Pro:~ topsycrets$ sudo fdisk /dev/rdisk0
Disk: /dev/rdisk0 geometry: 14593/255/63 [234441648 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
*1: EE 1023 254 63 - 1023 254 63 [ 1 - 234441647] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Topsycretss-MacBook-Pro:~ topsycrets$


It all looks fine. Make sure you have legacy boot enabled, secure boot disabled. Make sure you have BIOS set such that booting from HDD is ok.

Some BIOS implementations don't support booting legacy to a GPT partition. For example, my desktop board does not support it unless UEFI is enabled. There are lots of tricks:

- creating a single FAT/NTFS partition for force a hybrid GPT/MBR partition scheme
- installing the bootloader to the EFI partition
- converting the disk to MBR
- installing the Windows PBR on a small NTFS partition and setting it active

But if your laptop has UEFI capability, you might consider using Clover UEFI.
 
It all looks fine. Make sure you have legacy boot enabled, secure boot disabled. Make sure you have BIOS set such that booting from HDD is ok.

Some BIOS implementations don't support booting legacy to a GPT partition. For example, my desktop board does not support it unless UEFI is enabled. There are lots of tricks:

- creating a single FAT/NTFS partition for force a hybrid GPT/MBR partition scheme
- installing the bootloader to the EFI partition
- converting the disk to MBR
- installing the Windows PBR on a small NTFS partition and setting it active

But if your laptop has UEFI capability, you might consider using Clover UEFI.
Thx .
I tried installing boot loader into ufi partition. But unfortunately it didn't work.

I tried installing using clover as the tutorial says in tonymac website. I created both UEFI clover pen drive and legacy clover pendrive. But I couldn't get boot using that pen drive in both occasions.

Currently I installed using unibeast drive ,after booting to HDD , I installed clover boot loader. This methods works but really not sure if it is a right way.
 
Thx .
I tried installing boot loader into ufi partition. But unfortunately it didn't work.

I tried installing using clover as the tutorial says in tonymac website. I created both UEFI clover pen drive and legacy clover pendrive. But I couldn't get boot using that pen drive in both occasions.

Currently I installed using unibeast drive ,after booting to HDD , I installed clover boot loader. This methods works but really not sure if it is a right way.

Clover requires careful configuration.

For using Clover, I suggest you read here: http://www.tonymacx86.com/hp-probook-mavericks/112383-guide-install-mavericks-clover-bootloader.html. Filter appropriately as some information is HP ProBook specific (omit HPFanReset.efi, for example).
 
Clover requires careful configuration.

For using Clover, I suggest you read here: http://www.tonymacx86.com/hp-probook-mavericks/112383-guide-install-mavericks-clover-bootloader.html. Filter appropriately as some information is HP ProBook specific (omit HPFanReset.efi, for example).

Clover is definitely good , it installed everything me doing nothing :)

This is what i did so far

1)installed OSX using unibeast .
2)Installed multi beast and boot loader didn't work. so i installed clover on top of multi beast.

Other than that i didn't change or install anything. but everything seems to be working.

1)WIFI is working
2)Intel graphics HD 3000working
3)GT 540M is detected with with 1GB instead of 2GB(not sure how osx uses graphics cards)
4)Touchpad is working with multitouch
5)Brightness controls are working

Im not really sure, is this the way it is supposed to work or not.

One more thing i can't get rid of clover boot loader from bios. changed HDDs and flashed different bios also.
 
Status
Not open for further replies.
Back
Top