Record the problems encountered during slackware installation and some miscellaneous ....
1. About grub installation: If lilo is not installed during installation, you can exit setup but install grub before restart.
chroot /mntgrub-install /dev/sdagrub-mkconfig -o /boot/grub/grub.cfg
2. After installation, the kernel panic No syncing: VFS unable to mount root FS on appears...
Solution: first, chroot from Cd (how to enter)
$ (/Usr/share/mkinitrd/mkinitrd_generator.sh-R) Modify grub. cfg, change kernel to generic, initrd =/boot/initrd.gz
Note: this is to change the huge kernel to be started by the generic kernel. However, I used to start the huge kernel before, and I don't know what the problem is .....
3. chroot from CD:
mount /dev/mapper/root /mntmount /dev/mapper/root-home /mnt/rootmount /dev/sda1 /mnt/bootmount -o bind /proc /mnt/procmount -o bind /sys /mnt/sysmount -o bind /dev /mnt/dev
Note: This is what I found online, combined with my own LVM partition... Probably,/mnt is used as the original "/" entry...
This article from the "Lotus miss" blog, please be sure to keep this source http://liandesinian.blog.51cto.com/7737219/1560862
Problems encountered during slackware Installation