ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
63.15k stars 4.11k forks source link

[issue]: SystemRescue 11.02 - Init not Found #2966

Open Pepek94 opened 2 months ago

Pepek94 commented 2 months ago

Official FAQ

Ventoy Version

1.0.99

What about latest release

Yes. I have tried the latest release, but the bug still exist.

Try alternative boot mode

No. I didn't try these alternative boot modes.

BIOS Mode

UEFI Mode

Partition Style

MBR

Disk Capacity

32 and 128 GB

Disk Manufacturer

Sandisk and Samsung

Image file checksum (if applicable)

Yes.

Image file download link (if applicable)

https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/11.02/systemrescue-11.02-amd64.iso/download

What happened?

A bug happened!

An error appears when booting into UEFI. Version 10 runs without a problem

xzcat: corrupted data
grep: /init: No such file or directory
grep: /init: No such file or directory
grep: /init: No such file or directory

### Init not found ###
/ventoy/busybox/sh: cannot access tty: job control disabled
/ #

Interestingly enough, here was an issue numbered #2958, but it disappeared O.o

dtcooper commented 2 months ago

I observe the same failure/problem with SystemRescue version 11.02. Using the version 11.01 ISO as a workaround for now.

bartland commented 2 months ago

@dtcooper Thanks. I reverted to 11.01. However I found I also needed to add to the ventoy.json file

{ "VTOY_LINUX_REMOUNT": "1" }

Created issue at https://gitlab.com/systemrescue/systemrescue-sources/-/issues/393

youk commented 1 month ago

However I found I also needed to add to the ventoy.json file

{ "VTOY_LINUX_REMOUNT": "1" }

It has nothing to do with the issue. VTOY_LINUX_REMOUNT is only needed in case you want to mount the partition that contains the ISO you boot from.

Created issue at https://gitlab.com/systemrescue/systemrescue-sources/-/issues/393

This is solely a Ventoy issue (due to the way it is implemented). It will break again and again once newer Linux kernels are used. It is pointless to bother distro maintainers with this.

clach04 commented 1 month ago

Seeing same issue, I saw https://www.ventoy.net/en/distro_iso/systemrescuecd.html so I went with systemrescue-10.00-amd64.iso which still works with VenToy 1.0.99 (and an older version1.0.9x version).

youk commented 1 month ago

Dupe of https://github.com/ventoy/Ventoy/issues/2958