Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display bug with console/PNG feature
2019-05-22, 19:35
Post: #5
RE: Display bug with console/PNG feature
(2019-05-22 18:21)NiKiZe Wrote:  humor me, how are you booting wimboot, since you don't have issues there correct?

Happy to humour you. No issues with wimboot. iPXE menu entry for stage 1 (used to run Windows setup.exe) -
Code:
set gateway 0.0.0.0
set initiator-iqn iqn.client
echo -n Enter IQN filename:
read IQN
set iscsi-target iscsi:${boot-ip}::::${IQN}
echo iscsi-target = ${iscsi-target}
prompt Press any key to continue...
sanhook ${iscsi-target}
kernel ${boot-url}/wimboot pause
iseq ${platform} efi && initrd -n bootx64.efi ${boot-url}/bootx64.efi bootx64.efi ||
iseq ${platform} pcbios && initrd -n bootmgr ${boot-url}/bootmgr bootmgr ||
initrd -n BCD         ${boot-url}/boot/BCD           BCD ||
initrd -n boot.sdi    ${boot-url}/boot/boot.sdi      boot.sdi ||
initrd -n boot.wim    ${boot-url}/boot/boot.wim      boot.wim ||
prompt press any key to continue...
boot

Thanks for the tip about clearing the console. Adding the following to my menu entry worked -
Code:
console

Full menu entry for stage 2 (SANBOOT) with console command now added to clear the console -
Code:
console
set gateway 0.0.0.0
set initiator-iqn iqn.client
echo -n Enter IQN filename:
read IQN
set iscsi-target iscsi:${boot-ip}::::${IQN}
echo iscsi-target = ${iscsi-target}
prompt Press any key to continue...
sanboot ${iscsi-target}
boot

Misty
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Display bug with console/PNG feature - misty - 2019-05-22 19:35



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