Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mac with MBR iPXE and bless nextonly
2016-02-09, 21:26
Post: #3
RE: Mac with MBR iPXE and bless nextonly
I encountered this problem again in different scenario:

Case 1 boot to rEFInd through firmware boot menu: WORKS
Boot (holding down option key) -> type firmware password (optional) -> select EFI Boot rEFInd -> select Boot Legacy OS iPXE -> load pxelinux

Case 2 permanent boot to rEFInd: FAILS
bless --setBoot --folder /Volumes/rEFInd/EFI/refind --folder /Volumes/rEFInd/EFI/refind/x64_refind.efi
Boot -> rEFInd -> select Boot Legacy OS iPXE -> load pxelinux <- fails with "Failed to load ldlinux.c32."

I was able to solve Case 2 using bless --shortform flag. From bless man page:

Quote:Use an abbreviated device path form. This option can allow for booting from new devices, at the expense of boot time performance. This is only supported on EFI-based systems.

However using --shortform with --nextonly does not seem to fix issue from first post:

Code:
bless --device /dev/disk0s2 --setBoot --nextonly --legacy --shortform

I guess this thread[/u] is bit off topic for iPXE forum but I hope it will at least help someone doing google searches on similiar issue.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mac with MBR iPXE and bless nextonly - MichalM.Mac - 2016-02-09 21:26



User(s) browsing this thread: 1 Guest(s)