Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PC will not load Ventoy
#9
(05-24-2020, 03:00 PM)Tinkl Wrote: same problem, and on version 1.0.11 too. My computer does not consider this flash drive bootable.
BIOS, old pc Dell vostro motherboard G33m02
The same thing happened when I installed Kali (as full OS) on the stick on the second partition too. Then I found a solution, but I don’t remember which one. I remember there were manipulations with the first 2048 sectors after installation, and maybe something else. I can’t google it again.
The first 2048 sectors are the first 1MiB of the disk, which carry the MBR + GAP described on the disk layout page. If you run any Linux distro, I recommend that you test the flash drive on qemu to see if it is possible to boot through it, and you could also make a backup of the first 1MiB and upload it here so that the developer can check if there is something wrong.
Code:
sudo dd if=/path/to/flash/drive of=MBRandGAP.img bs=1MiB count=1

And as a question for the developer, maybe I am suffering something similar. As in my other post, I'm trying to turn an external HD into a bootable Ventoy disk without losing my current data (I don't have another disk to backup it). I was able to install Ventoy and boot with UEFI (creating and restoring the second partition). To boot with Legacy BIOS, I backed up the first 1MiB of a flash drive created by Ventoy, backed up the original partition table of the external HD (sudo dd if=/path/to/external/hd of=partitiontable.img skip=466 bs=1 count=64), restored the backup of 1MiB to the external HD (the first partition of the external HD also starts in sector 2048) and then I restored his original partition table (sudo dd if=partitiontable.img of=/path/to/external/hd seek=466 bs=1 count=64). The external HD has booted by the qemu BIOS normally, but not by the computer's motherboard. Do you have any idea what I can do?
Edit: I discovered my error, I needed to use fdisk to set partition 2 type to ef and set the boot flag
Reply


Messages In This Thread
PC will not load Ventoy - by Hairy Mutley - 05-19-2020, 05:24 PM
RE: PC will not load Ventoy - by longpanda - 05-20-2020, 02:18 AM
RE: PC will not load Ventoy - by Hairy Mutley - 05-20-2020, 04:40 PM
RE: PC will not load Ventoy - by loli_roller - 05-20-2020, 06:53 PM
RE: PC will not load Ventoy - by KaMyKaSii - 05-23-2020, 12:18 AM
RE: PC will not load Ventoy - by Sardus - 05-23-2020, 02:54 PM
RE: PC will not load Ventoy - by KaMyKaSii - 05-23-2020, 04:39 PM
RE: PC will not load Ventoy - by Tinkl - 05-24-2020, 03:00 PM
RE: PC will not load Ventoy - by KaMyKaSii - 05-24-2020, 06:49 PM
RE: PC will not load Ventoy - by Tinkl - 05-24-2020, 08:37 PM
RE: PC will not load Ventoy - by KaMyKaSii - 05-25-2020, 04:11 PM
RE: PC will not load Ventoy - by Tinkl - 05-25-2020, 09:02 PM
RE: PC will not load Ventoy - by Hairy Mutley - 06-04-2020, 09:45 PM
RE: PC will not load Ventoy - by KaMyKaSii - 06-04-2020, 11:20 PM
RE: PC will not load Ventoy - by Hairy Mutley - 06-05-2020, 01:53 PM
RE: PC will not load Ventoy - by sabl - 06-09-2020, 05:02 AM
RE: PC will not load Ventoy - by tlmiller76 - 06-09-2020, 02:19 PM
RE: PC will not load Ventoy - by sabl - 06-09-2020, 02:59 PM
RE: PC will not load Ventoy - by Hairy Mutley - 08-21-2020, 09:24 PM
RE: PC will not load Ventoy - by Steve2926 - 08-29-2020, 02:48 PM
RE: PC will not load Ventoy - by mr.neeo - 09-03-2020, 12:50 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)