Jump to content
XPEnology Community

marvine

Member
  • Posts

    14
  • Joined

  • Last visited

Everything posted by marvine

  1. @bearcatSorry i write it down wrong i meant can i change the driver settings in the virtual machine and then set the network adapter there to e1000e Or in the virtual nic under network settings
  2. @bearcat So if i change it in the vmware settings to e1000e its not enough ? and yes that are the pyhiscal adapters any idea how to change One nic to e1000e ?
  3. Thanks for the matrix im going to change the Virtual switch to e1000e Make a update later on @bearcat I need to change the driver of the pyshical NIC right ? atm they are all E1000
  4. @luchumaYes i get to see this screen set sn=1130LWN029982 set mac1=0011322CA785 This are my current value's When looking in my Vswitch topology pfsense has there a mac adres xpe dont (server 2016 is turned off) Virtual Machines (3) pfSense MAC Address 00:0c:29:8e:d4:2c server2016 XPE
  5. @luchuma I also tried when i left all menu open and just choose the esxi option Also with the default or a random mac adress it dont work. Anyone have ideas what could be wrong ? if i choose the default mac adress can it be that the serial number need to be changed ?
  6. @bearcatIn the virtual machine settings or the whole virtual switch ?
  7. So this NIC: is my lan This is my VM config And this is my GRUB config: if serial --port=0x3F8 --speed=115200;then set has_serial=true terminal_input --append serial terminal_output --append serial else clear fi terminal_input --append console terminal_output --append console if [ x"${grub_platform}" = xefi ]; then insmod efi_gop insmod efi_uga else insmod vbe fi set extra_initrd="extra.lzma" set info="info.txt" set vid=0x058f set pid=0x6387 set sn=1130LWN029982 set mac1=a0369f026e20 set rootdev=/dev/md0 set netif_num=1 set extra_args_3615='' #set extra_args_3615='earlycon=uart8250,io,0x3f8,115200n8 earlyprintk loglevel=15' set common_args_3615='syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet syno_port_thaw=1' set sata_args='sata_uid=1 sata_pcislot=5 synoboot_satadom=1 DiskIdxMap=0C SataPortMap=1 SasIdxMap=0' set default='0' set timeout='1' set fallback='1' if [ -s $prefix/grubenv ]; then load_env if [ -n "$saved_entry" ]; then set default="${saved_entry}" fi fi VERSION="with Jun's Mod v1.03b" search --file -s /bzImage function savedefault { if [ -s $prefix/grubenv ]; then saved_entry="${chosen}" save_env saved_entry fi } function do_option { if [ $# -lt 2 ]; then eval "set value=\"\$$1\"" echo "current $1: $value"; return; fi set key=$1 shift set $key="$*" if [ -s $prefix/grubenv ]; then save_env $key fi } function vid { do_option vid $@; } function pid { do_option pid $@; } function sn { do_option sn $@; } function mac1 { do_option mac1 $@; } function mac2 { do_option mac2 $@; } function mac3 { do_option mac3 $@; } function mac4 { do_option mac4 $@; } function rootdev { do_option rootdev $@; } function append { do_option extra_args_3615 $@; } function vidpid { if [ $# -lt 2 ]; then echo "usage: vidpid 0xVVVV 0xPPPP"; return; fi set usb_args="vid=$1 pid=$2" if [ -s $prefix/grubenv ]; then save_env usb_args fi } function showtips { if [ -n "$has_serial" ]; then terminal_output --remove serial fi echo "Screen will stop updating shortly, please open http://find.synology.com to continue." echo echo if [ -n "$has_serial" ]; then terminal_output --append serial fi } function loadinitrd { if [ -s $img/$info ]; then if [ -n "$has_serial" ]; then terminal_output --remove serial fi cat $img/$info if [ -n "$has_serial" ]; then terminal_output --append serial fi fi # if [ -s $img/$extra_initrd ]; then # initrd $img/rd.gz $img/$extra_initrd # else # initrd $img/rd.gz # fi } function common_add_option { eval "set value=\"\$$1\"" if [ -z $value ]; then return 1; fi set common_args="$common_args $1=$value" } function common_add_option_ex { eval "set value=\"\$$1\"" if [ -z $value ]; then return 1; fi set common_args="$common_args $2=$value" } function loadlinux { set model=$1 set bootdev=$2 shift 2 if [ -n $vid -a -n $pid ]; then set usb_args="vid=$vid pid=$pid" fi eval "set common_args=\"\$common_args_$model\"" eval "set extra_args=\"\$extra_args_$model\"" eval "set bootdev_args=\"\$${bootdev}_args\"" common_add_option_ex rootdev root common_add_option sn if common_add_option mac1; then set netif_num=1; fi if common_add_option mac2; then set netif_num=2; fi if common_add_option mac3; then set netif_num=3; fi if common_add_option mac4; then set netif_num=4; fi common_add_option netif_num if [ -z $zImage ]; then set zImage=bzImage fi linux $img/$zImage $common_args $bootdev_args $extra_args $@ } #menuentry "DS3615xs 6.2 Baremetal $VERSION" --class os { set img= savedefault loadlinux 3615 usb loadinitrd showtips } #menuentry "DS3615xs 6.2 Baremetal $VERSION Reinstall" --class os { set img= loadlinux 3615 usb mfg loadinitrd showtips } #menuentry "DS3615xs 6.2 Baremetal AMD $VERSION" --class os { # set img= # set zImage=bzImage # savedefault # loadlinux 3615 usb # loadinitrd # showtips #} menuentry "DS3615xs 6.2 VMWare/ESXI $VERSION" --class os { set img= savedefault loadlinux 3615 sata loadinitrd showtips } and here my VMDK file: # Disk DescriptorFile version=1 CID=6ccf51e5 parentCID=ffffffff isNativeSnapshot="no" createType="vmfs" # Extent description RW 102400 VMFS "synoboot.img" 0 # The Disk Data Base #DDB ddb.adapterType = "lsilogic" ddb.deletable = "true" ddb.encoding = "UTF-8" ddb.longContentID = "7e24a756b77e33e24ac940cc6ccf51e5" ddb.thinProvisioned = "1" ddb.uuid = "60 00 C2 9a ee da ca 33-df 5e 04 3f 80 55 f9 62" ddb.virtualHWVersion = "10" I hope someone see someting i tried everything
  8. I tried everything to let xpe get a IP adress but the system starts and i cant find it on the network I changed the mac adres to my nic mac changed it in the vm configuration What could be wrong ?
  9. marvine

    DSM 6.2 Loader

    Hyper-V is not supported
  10. marvine

    DSM 6.2 Loader

    Thanks! will do long time ago hah
  11. marvine

    DSM 6.2 Loader

    Thanks i will adjust that then i guess you mean the Mac adress from the network card ?
  12. marvine

    DSM 6.2 Loader

    Haha okay didnt know that and inside the vmdk do i need to change there something last time i did not change anything? Yes using the latest 918 loader and choose the esxi boot option HPE ML10 with the custom HP image loaded with all drivers I guess i spotted the problem already Networking Host name IP addresses ^^ its empty wich nic type you use ext 3 or e1000 ?
  13. marvine

    DSM 6.2 Loader

    Because it hangs here any idea what could be wrong ? I also cant find it on the network
  14. marvine

    DSM 6.2 Loader

    Hi guys, Im setting up a new XPE on vmware esxi 6.7. Is there a new VMDK file ready for 1.04b ? Thanks thanks
×
×
  • Create New...