| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 13,661
» Latest member: CSA_kid
» Forum threads: 1,676
» Forum posts: 6,728
Full Statistics
|
| Online Users |
There are currently 434 online users. » 0 Member(s) | 430 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
Live ISO Building ?
Forum: Ventoy Discussion Forum
Last Post: Eliott
10-31-2025, 02:02 AM
» Replies: 1
» Views: 357
|
Menu Spacing
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-30-2025, 03:49 AM
» Replies: 0
» Views: 161
|
EXT, NTFS in 1st partitio...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:58 AM
» Replies: 0
» Views: 207
|
Boot 32 bit Windows
Forum: Ventoy Plugin Forum
Last Post: 4hotdogs
10-29-2025, 03:27 AM
» Replies: 2
» Views: 7,359
|
Ventoy Linux still does n...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:25 AM
» Replies: 2
» Views: 687
|
Ventoy InjectioN
Forum: Ventoy Plugin Forum
Last Post: 4hotdogs
10-29-2025, 03:12 AM
» Replies: 0
» Views: 154
|
Aomei + Win To Go + Vento...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:02 AM
» Replies: 4
» Views: 11,111
|
Ventoy installation for o...
Forum: Ventoy Discussion Forum
Last Post: FroggieTheGremlin
10-23-2025, 01:09 PM
» Replies: 5
» Views: 977
|
Screen Resolution 800x600
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-20-2025, 08:32 PM
» Replies: 0
» Views: 352
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
10-19-2025, 04:10 PM
» Replies: 4
» Views: 11,162
|
|
|
| dns name, error in script ubuntu installation |
|
Posted by: geniussbk - 02-12-2024, 06:56 AM - Forum: iVentoy Discussion Forum
- No Replies
|
 |
Good day. I have encountered a significant limitation in iventoy. The
problem is that iventoy does not support setting up a DNS name. The
issue arises during the Ubuntu installation process when the
installation scripts reference the internal IP, but I intend to use it
behind NAT. For example, I am running it in a Docker container with
the interface IP of 172.70.20.2. I have a public IP on the router, and
I am redirecting it to 172.70.20.2 using NAT. Ubuntu boots up, the
installation begins, but then the installer tries to reach
172.70.20.2, which is not accessible. It should instead reach out
using a DNS name or directly using the public IP. I would be grateful for any suggestions on how to bypass this
limitation.
|
|
|
Can't do non-destructive install - Part #1 starts at 2MB instead of 1MB? |
|
Posted by: 0x6A7232 - 02-05-2024, 07:35 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
So I have 2MB free space at the start of the drive (/dev/sda) and Ventoy refuses to attempt non-destructive install due to there not being 1MB space before the partition start (but there is 2MB space, so that should be more than adequate).
In GParted, I can't move the partition 1MB over -- if I do, it moves it all the way over, even though I specify to leave 1MB at the beginning. It does this no matter what I specifiy for alignment (None, MiB, cylinder).
Quote:Code: **********************************************
Ventoy: 1.0.97 x86_64
longpanda admin@ventoy.net
https://www.ventoy.net
**********************************************
Disk : /dev/sda
Model: ATA Samsung SSD 860 (scsi)
Size : 931 GB
Style: GPT
Attention:
Ventoy will try non-destructive installation on /dev/sda if possible.
Continue? (y/n) y
/dev/sda1 is 529MB
check partition layout ...
GPT Part1 StartLBA:4096 LastLBA:1087487
GPT Part2 StartLBA:1323008 LastLBA:1758173183
GPT Part3 StartLBA:1919184896 LastLBA:1953523711
GPT Part4 StartLBA:1852010496 LastLBA:1919119359
GPT Part5 StartLBA:1919119360 LastLBA:1919184895
DiskSize:1000204886016 NextPartStart:677380096(LBA:1323008) Index:1
Valid partition table (GPT): Valid partition count:5
Partition 1 start at: 2097152 2048KB, end:556793856, NextPartStart:677380096
###[FAIL] Partition 1 is not start at 1MB
If it is safe to attempt install with 2MB preceding, can the code be altered to check for a gap of at least 1MB, instead of a precisely 1MB gap?
EDIT: If you are worried about someone later putting a partition in the blank space and over-writing the 1MB, perhaps specify a maximum gap of 5 or 10 MB? I don't think anyone would bother to create a partition that small.
|
|
|
| 提几个使用上的建议 |
|
Posted by: katar1024 - 01-31-2024, 11:54 AM - Forum: iVentoy Discussion Forum
- No Replies
|
 |
本人用了一段时间的iVentoy,感觉效果良好,现在得几个个人遇到的问题,希望能得到改善,谢谢,
第一,Iso列表希望能够上下移动调整,自定义排个序,
第二,Iso的默认开关好像没有起作用,每次启动都是选择最顶端的iso,
第三,使用-R参数启动的时候,希望不强制弹出管理页面,那个本地管理页面在ie8环境下基本没用
望大神们采纳,非常感谢,
|
|
|
| PXE ExternalNet Mode Error |
|
Posted by: 935756208 - 01-31-2024, 02:34 AM - Forum: iVentoy Discussion Forum
- No Replies
|
 |
Use the ExternalNet Mode mode to set up a Linux DHCP service and configure the following configuration as described in the document:
subnet 10.0.0.0 netmask 255.255.255.0 {
option routers 10.0.0.254;
range 10.0.0.2 10.0.0.253;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
next-server 10.0.0.1;
if option architecture-type = 00:07 {
filename "iventoy_loader_16000_uefi";
} else {
filename "iventoy_loader_16000_bios";
}
}
}
DHCP The service could not start
etc/dhcp/dhcpd.conf line 16: no option named architecture-type in space dhcp
if option architecture-type =
/etc/dhcp/dhcpd.conf line 18: expecting a parameter or declaration
} else
Configuration file errors encountered -- exiting
|
|
|
|