![]() |
|
Manjaro LxQt failed - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: Manjaro LxQt failed (/showthread.php?tid=24) |
Manjaro LxQt failed - FOW0RYL - 05-13-2020 Hello, I'm trying to boot "manjaro-lxqt-20.0-minimal-200423-linux56.iso" on a HP8570p in BIOS mode with "ventoy 1.0.9" I can select the iso and I got the manjaro screen. Then I just pressed enter to start the manjaro live cd. After a while I got this message: Code: ERROR: '/dev/disk/by-label/MANJARO_LXQTM_200' device did not show up after 30secondsUsing the same USB-Stick at a "ASROCK J4105M" the system starts in UEFI mode and everything works as expected. Henning RE: Manjaro LxQt failed - FOW0RYL - 05-16-2020 Same error with 1.0.10
RE: Manjaro LxQt failed - seppel3210 - 06-14-2020 I got the same problem on a different distro. I have a solution that should work for all distributions. Ventoy creates a "virtual" disk for us with the ISOs contents on it under the name /dev/dm-0. So to get the system to boot we can just make a link with the name that the system is expecting that points to /dev/dm-0. After the device times out you should type: Code: ln /dev/dm-0 /dev/disk/by-label/MANJARO_LXQTM_200It should mount the disk and boot fine after exiting I hope this fixes your problem. RE: Manjaro LxQt failed - longpanda - 06-15-2020 What about ventoy-1.0.13? RE: Manjaro LxQt failed - FOW0RYL - 06-15-2020 Just installed Ventoy 1.0.13. But the problem hasn't changed. After timeout I'm at the Monjaro? console [rootfs]# Tried to do a link like described before. But no device /dev/dm-0 By the way. The iso label of the iso is set as parm in grub: misolabel=MANJARO_LXQTM_200 RE: Manjaro LxQt failed - KaMyKaSii - 06-15-2020 At least in Linux Mint, Ventoy link the filesystem.squashfs file in /dev/loop0, so try: Code: ln /dev/loop0 /dev/disk/by-label/MANJARO_LXQTM_200RE: Manjaro LxQt failed - FOW0RYL - 06-15-2020 Hello, no luck so far... Since I get only a blank screen during boot I tried to get more messages ... In Manjaor Boot Screen I simply press E [attachment=53] Then I have removed the "quiet" option [attachment=54] At the next prompt I did the link as described before [attachment=55] ![]() Henning RE: Manjaro LxQt failed - longpanda - 06-16-2020 When dropped into the rootfs shell, please run 2 commands: blkid cat /ventoy/log RE: Manjaro LxQt failed - FOW0RYL - 06-16-2020 @longpanda First of all. Thank you for ventoy and your premium support. When booting in MemDisk mode I did not find the ventoy log. But output of blkid is same as when in normal mode (checked with diff) Here is the output of blkid: sda is the SSD in my HP-8570p Laptop with Windows 10 and Manjaro already installed sdb is the ventoy test stick with sdb1 changed to fat32 yesterday (but same effect with exfat) Code: /dev/sda1: LABEL="System-reserviert" BLOCK_SIZE="512" UUID="01D448597B22E280" TYPE="ntfs" PARTUUID="5b954906-01"Here the log: Code: ============== VENTOY ================= |