Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 9,262
» Latest member: ai900
» Forum threads: 1,123
» Forum posts: 4,844
Full Statistics
|
Online Users |
There are currently 85 online users. » 1 Member(s) | 82 Guest(s) Bing, Google
|
|
|
VenToy boot partion + win10 install |
Posted by: LordMessi - 12-22-2022, 06:54 PM - Forum: Ventoy Discussion Forum
- Replies (20)
|
 |
Hi
2 TB internal SSD - installed VenToy to the whole disk, but left 100 GB at the end (via Ventoy installer) - VenToy version 1.0.85
Ventoy is working, and I can boot via VHD files that's stored there.
Then I would like to install a Windows 10 on the 100 GB partition from before.
Installation goes well - but now VenToy boot loader is gone, and Windows 10 is loading directly (to the newly installed Win10 OS)
So how do I get the VenToy boot loader back, but still keeps the 100 GB Win10 install at "LocalBoot" option?
Cheers
Thomas
|
|
|
How to install Ventoy on 4096 byte sector media |
Posted by: cjhabs - 12-20-2022, 02:53 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hi
I have an SSD I would like to install Ventoy on but it has a 4096 sector size.
I run Linux with no access to Windows.
sudo gdisk /dev/sdc gives:
Disk /dev/sdc1: 31256064 sectors, 119.2 GiB
Sector size (logical/physical): 4096/4096 bytes
Disk identifier (GUID): 38AAEDDA-2A84-4B23-B05A-57E99B87691B
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 5
First usable sector is 6, last usable sector is 31256058
Partitions will be aligned on 256-sector boundaries
Total free space is 31256053 sectors (119.2 GiB)
sudo ./Ventoy2Disk.sh -i /dev/sdc
gives:
Create partitions on /dev/sdc by parted in MBR style ...
Error: The location 249987071 is outside of the device /dev/sdc.
Done
Wait for partitions ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
Wait for /dev/sdc1//dev/sdc2 ...
sed: can't read /sys/class/block/sdc1/dev: No such file or directory
mknod -m 0660 /dev/sdc1 b ...
mknod: missing operand after ‘b’
Special files require major and minor device numbers.
Try 'mknod --help' for more information.
sed: can't read /sys/class/block/sdc2/dev: No such file or directory
mknod -m 0660 /dev/sdc2 b ...
mknod: missing operand after ‘b’
Special files require major and minor device numbers.
Try 'mknod --help' for more information.
[FAIL] /dev/sdc1//dev/sdc2 does not exist
Is there a way to install Ventoy on such a drive?
Thank you
Chris
|
|
|
|