Botspot / vdesktop

Run a second instance of Raspbian inside Raspbian.
GNU General Public License v3.0
125 stars 21 forks source link

img should be mounted, but /media/pi/vdesktop/bin does not exist! #46

Open Crilum opened 2 years ago

Crilum commented 2 years ago

So I'm trying to boot a hard drive I flashed, and using USB Mode in Pi-Power-Tools and straight vdesktop, I get this:

Current config:
VDESKTOP_BOOT_MODE: gui
VDESKTOP_UMOUNT_ON_EXIT: yes
VDESKTOP_USERNAME: pi
VDESKTOP_PASSWORD: raspberry
VDESKTOP_AUTO_LOGIN: yes
VDESKTOP_MOUNTPOINT: /media/pi/vdesktop
VDESKTOP_ENABLE_ROOTMOUNT: yes
VDESKTOP_ENABLE_VIRGL: no
VDESKTOP_LOCAL_BINARIES: yes
VDESKTOP_NSPAWN_FLAGS: 

Message from Botspot: Comments >/dev/null. Just kidding! Questions or suggestions? https://www.raspberrypi.org/forums/viewtopic.php?&t=251757
Given /dev/sda, running in external storage device mode.
Partition 2 does not exist. Vdesktop will attempt to boot partition 1.
Mounting /dev/sda1 to /media/pi/vdesktop
cat: /media/pi/vdesktop/etc/machine-id: No such file or directory
Machine IDs equal. (f1091646403c4fd3a543deb7af3e2188) Changing machine id to 27d9daa3d6b796e06814d8cc62605731
/home/pi/Pi-Power-Tools/vdesktop/vdesktop: line 368: /media/pi/vdesktop/etc/machine-id: No such file or directory
/home/pi/Pi-Power-Tools/vdesktop/vdesktop: line 369: /media/pi/vdesktop/var/lib/dbus/machine-id: No such file or directory

img should be mounted, but /media/pi/vdesktop/bin does not exist!
Hold on...
Cleaning up...
umount: /media/pi/vdesktop/boot: no mount point specified.
Almost done...
Done!
Botspot commented 2 years ago

Please run lsblk to see if your current Linux kernel detected any partitions on your hard drive.

Crilum commented 2 years ago

Thanks, I'll try that later, I'm using my hard drive case for something else right now...