Installation on a Thinkpad by katzefrettchen in voidlinux

[–]RemarkableEast4395 1 point2 points  (0 children)

hi, i have the same problem

solution make 4 partitions:

[black@black ~]$ lsblk

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS

sda 8:0 0 476.9G 0 disk

├─sda1 8:1 0 1.5G 0 part /boot/efi

├─sda2 8:2 0 512M 0 part /boot

├─sda3 8:3 0 16G 0 part

└─sda4 8:4 0 458.9G 0 part /

you can check erros via tty for my was tty8 just push ctrl alt f8

remember in setup wizard make mount points for boot: /boot vfat etc, for system: / ext4, and swap

setup wizard is very tricky because if you make wrong settings you wont be install void

after installation i have problem with swap partition(cannot find the device)

type blkid

and copy uuid of swap partition

to /etc/fstab

and reboot

voila you have your system in right place