Main Menu

Recent posts

#1
Boot Managers / Re: Option ROM seems to have n...
Last post by jackjohn - November 15, 2024, 03:11:35 AM
Quote from: cb12 on June 06, 2011, 19:45:59 PMHi, I have a little bit of a problem creating a Award BIOS ROM for my asus pundit-s with onboard nic.
Plop doesn't seem to be hooked by the bios, regardless of the bios boot options I use.

This is the way i created the rom:
0. Downloaded plpbt-5.0.12.zip free iq test with instant results
1. Creating the rom.
plpbtrom -vendorid 0x14E4 -deviceid 0x4401 -INT18 plpbtrom.bin plpbt.rom
INT18  - is used because the bios explicitly states "Boot Other: Network (INT18h)"
But I also tried without.

2. I continue with acbrom and release my vga rom and epa logo. (Seems to work fine without)
3. inserting the rom:
acbdrom /NET plpbt.rom
4. Then I flash the file via aflash.
5. Reboot, System comes up, without plop :(

Some questions I have:
How can I determine what is happening?
How does a PCI device place its boot rom in C0000h-EFFFFh? (according to BIOSBootSpecs)
How can I determine which space in C0000-EFFFF is not used?
It seems Plop isn't loading. Check BIOS settings for network boot options and look for logs during boot. PCI ROMs use C0000h-EFFFFh, and tools like memmap can help check used memory areas. Consider seeking help in BIOS modding forums for more insights.
#2
Boot Managers / Re: Troubles with VMware ESXi
Last post by tynsa - October 01, 2024, 11:03:56 AM
The problem where pbm6-efi-20230206.zip does not boot under UEFI, but pbm6-efi-20221104.zip does, seems related to how VMware ESXi handles ISO images and EFI bootloaders. As noted on the Plop Boot Manager (PBM) blog, the 2022-11-04 version fixed a known issue where the ISO did not work with VMware. However, it seems that this fix may not have been carried over to later versions, or there could be a regression in the newer PBM6-EFI versions.

#3
Boot Managers / Re: plop 5 boots from USB only...
Last post by tynsa - September 25, 2024, 04:24:18 AM
Quote from: att2 on March 23, 2022, 22:19:28 PMHello,
I fought long and hard to get Plop bootmanager 5.0.14 working again. I have a quite old computer, Intel Q6600, mobo is MSI-Neo3-FR. The motherboard frequently boots some WinPE-usb-sticks too slow (Sergej Strelec, Hirens Boot cd etc.), so booting them takes more than 11 minutes.
My old solution was that I first booted PLOP from the first usb-stick, then used PLOP to boot the second usb-stick with the WinPE-stuff on it. This worked for a while, but mysteriously, it stopped working recently.

So, yes I am booting stick1-> PLOP menu -> "USB-boot" -> boot from stick 2 -> ventoy boot menu -> Sergej Strelec ISO (will now boot FAST!)

Well, I found out why it stopped working. I converted my old sticks from FAT32 to NTFS with the command  "conv x: /fs:ntfs" , but when you boot a PLOP boot menu usb stick from NTFS, the PLOP boot manager _will_ show up, but when you tell him to boot from USB, PLOP will scan for all USB devices and then freeze in the middle. The starfield will stop, the keyboard will be unresponsive, you can't do anything anymore.
snow rider 3d
Can you make PLOP work with NTFS again ?

If you're determined to keep the sticks in NTFS for their storage benefits, you can try using a different boot manager that supports NTFS better, such as:

Ventoy (since you're already using Ventoy for ISO booting): You could directly boot Ventoy from your first USB stick, which has strong NTFS support. This could eliminate the need for Plop altogether.
#4
Boot Managers / Re: himem.sys ERROR: Unable to...
Last post by tynsa - September 18, 2024, 11:05:55 AM
QuoteI've found a workaround for my himem.sys issue. If I load the plop iso with Isoemu dos seems to work pretty well and is effectively as easy as loading it straight from the windows boot menu. Plus, to update to a new version of plop just overwrite the iso file with the new one.
I applied this tip and I found it to be a good, effective solution.
#5
Boot Managers / Re: Toshiba Satellite 2400 (Pe...
Last post by leastperson - September 04, 2024, 06:40:12 AM
Try to format the usb-stick with the WinSetupFromUSB program with the "Auto format it with FBinst" option enabled. And select the fat32 file system, the other parameters are by default.
drift boss
#6
Boot Managers / Re: Idea: write executables in...
Last post by Elmar - September 01, 2024, 21:24:16 PM
Thanks for you input.

Added in the new release  :)
#7
Boot Managers / Re: configure vmware workstati...
Last post by mariarivera - July 27, 2024, 09:15:03 AM
Quote from: xcsae33 on December 26, 2019, 06:15:31 AMI want to try a lot of tutorials as given here windows tutorials (tutorial index) https://www.tenforums.com/tutorials/1977-windows-10-tutorial-index.html
So I need to prepare a lot of live USB sticks or USB sticks in the formats in which tutorials mention. Most of these tutorials that I want to try are windows installation media creation, creating recovery disks creating custom partitions etc. I want to try them first on virtual machines then want to try the steps on real hardware.
I read a tutorial here https://www.virten.net/2014/12/howto-usb-boot-a-vm-in-vmware-workstation-11/  for usb booting in VMware.
Here is how my virtual machine settings look like.

I power on the firmware and see the boot options

configure boot options

add boot options

No USB  boot options


So the question is how do I configure vmware workstation 15 so that I can boot using USB sticks.
I tried using plop boot ISO also
I downloaded from this page
https://www.plop.at/en/bootmanager/download.html
I downloaded package
https://download.plop.at/files/bootmngr/plpbt-5.0.15.zip/rice purity test   
tried putting it as an ISO to boot




I selected the plpt iso (which is probably plop boot manager ISO)


how to configue vmware workstation 15 to boot a virtual machine from a bootable usb drive.
There was no effect of using plpt boot ISO. What next can I try?
I am using Vmware Workstation 15 Pro 15.1.0 build-13591040.



To boot from a USB in VMware Workstation 15:

Connect USB: Plug in your USB drive.
Edit VM Settings: Go to Edit > Virtual Machine Settings.
Add USB Controller: Ensure a USB controller is added.
Select USB Drive: Under Removable Devices, choose your USB.
Boot from USB: Power on the VM, enter BIOS, and set USB as the first boot option.
If using Plop, load its ISO first, then select the USB option.
#8
Boot Managers / Re: PBM6 latest floppy image d...
Last post by tynsa - July 24, 2024, 03:58:55 AM
I've downloaded and It works perfectly!

#9
Boot Managers / Re: Idea: write executables in...
Last post by billiardselder - July 23, 2024, 06:28:47 AM
This is probably also a good idea. I will try to do that and see how it goes.
#10
Boot Managers / Re: Troubles with VMware ESXi
Last post by troubleban - July 23, 2024, 06:14:45 AM
Quote from: cloakedboing on July 10, 2024, 06:02:13 AMI agree with you. Everything works quite well but there are often errors, I don't know if it's due to my browser or it dinosaur game
You can test by trying another browser or try the same browser on another device. Then you can know if it is your browser error or not.