Jump to content
XPEnology Community

Find GRUB set MAC address in synoboot.img on either WIndows and Linux


sm0k0

Recommended Posts

Hi there.

 

here is a simple way to check e.g. which MAC address has been configured in synoboot.img grub config without the need to mount them.

 

Linux:

Open a terminal, navigate to the folder where you have unpacked/stored the synoboot.img file and enter

 

 strings -t d synoboot.img | grep -iE "set ?mac"

 

image.thumb.png.e07ddcafc5495367d9c8fac84c2e046d.png 

 

Windows:

Open a console, navigate to the folder where you have unpacked/stored the synoboot.img file and enter

 

findstr /c:"set mac" synoboot.img

 

image.png.afc830ccaedf0e45595ac647dd244d22.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...