Slax 문서에 따르면 설치 과정은 매우 쉽습니다. 컨텐츠를 복사하고 설치 프로그램 파일을 실행하십시오.
... USB 장치나 하드 디스크의 /slax/boot/ 디렉토리로 이동하여 bootinst.bat 파일을 찾습니다(Linux 사용자는 bootinst.sh를 찾습니다). 두 번 클릭하여 실행하면 장치의 마스터 부트 레코드에 필요한 모든 변경 사항이 적용되어 컴퓨터의 BIOS가 실제로 디스크에서 Slax를 부팅하는 방법을 이해할 수 있습니다. 부팅 설치 프로그램은 멀티부팅을 지원하지 않으므로 해당 드라이브에서는 Slax만 부팅 가능하다는 점을 기억하세요.
https://www.slax.org/starting.php
그런데 설치 중에 다음과 같은 오류가 발생합니다.
root@slax:/slax/boot# ls -l bootinst.sh
-rwxr-xr-x 1 root root 3333 Apr 5 05:34 bootinst.sh
root@slax:/slax/boot#
root@slax:/slax/boot# ./bootinst.sh
fdisk: cannot open aufs: No such file or directory
* attempting to install bootloader to /slax/boot...
./extlinux.x64: not a fat, ntfs, ext2/3/4, btrfs, xfs orufs1/2 filesystem: /slax/boot
Error installing boot loader.
Read the errors above and press enter to exit...
root@slax:/slax/boot#
추가 정보가 필요하면 알려주시기 바랍니다.
답변1
ISO를 USB 스틱에 쓸 때도 동일한 문제가 발생했습니다. 해결하려면:
- USB 스틱을 FAT32로 포맷
/slax
디렉토리를 USB에 수동으로 복사- 달리다
bootinst.sh
답변2
터미널에서 bootinst.sh를 실행할 수 있는지 확인하세요.
sudo bash /media/fergara/2G/slax/boot/bootinst.sh