-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
baseinstall cannot continue #5
Comments
hey, btw, you can get the iso of this distro at here |
The iso boot smoothely to the splash screen. But either boot venom or debug selection goes to: |
Its initramfs inside the iso bugs. Also happen to my friend's laptop yesterday. Initramfs script does not load necessary modules for usb port and cant detect thumbdrive that contain venom iso. It should work just fine in virtualbox. Alternatively you can create your own iso using script here but its gonna take a long time if you include many packages because you need to compile everything. |
I hope to see your new perfect iso. |
I have tested your new xorg iso. It is failed to get the splash screen. can load the ilinux.c32? |
Thats weird never had that problem before. |
I have tested your new xorg iso. It is failed to get the splash screen. can load the ilinux.c32? the base iso boot up ok. |
the mate iso is downloading now. I will try it. I use dd if=venom.....iso of=/dev/sdx. xorg iso cannot bootup. |
owh ok, i will double check the xorg iso. btw, did you check the checksum of the xorg iso? maybe the file got corrupted, or the file got corrupted while i upload yesterday. |
oh, I didn't check the checksum. wait.... |
[rsj@rsj-pc ~]$ md5sum venom-xorg-1.0-20181230.iso |
The md5sum is equal to the sum of what you uploaded. |
i think i'm upload the corrupted iso, its different md5sum on my main pc which i created the iso. |
hey, new iso for xorg now updated. |
The mate iso is ok. now I write this message in the mate live mode. congratulation!!! |
nice. thats good all works now. |
I am very interested in the making of the iso. From the toochain of LFS to the perfectly usable iso. Now, the baseinstall failed due to the scrach script. when I modified the script, installation is complete, but init script may be have problems since network and wireless is not recognized. please give a guide to compile the kernel. |
the baseinstall script is so outdated. because it cannot build multilib system. it can only build pure64 system. maybe it will deprecated soon, or i will update it but only for pure64 system incase someone still wanna use it. theres many guide in the web to compile the kernel. theres kernel ports for venomlinux, you can look at it. btw, if you have telegram, you can join venomlinux group, maybe i can teach you anything i know in there |
Does the base iso have the function to connect the wifi? the mate iso is connected by clicking and type the keys. |
on base iso have wpa_supplicant to connect to wifi.
|
The base iso cannot connect the wifi because the base iso does not have the package linux-firmware installed. After installing the linux-firmware. issue the command: wpa_passwphrase (wifi name) (wifi key) >> /etc/wpa_supplicant.confthen wpa_supplicant -B -i (wlanx) -Dwext -c /etc/wpa_supplicant.confby iwconfig to confirm the wifi works, issue: dhcpcd (wlanx)ping xxx.xxx.xxx.xxx to check the connection is ok. the lfs svn changes continously, some package may fails. for example, vala, ports version is 0.42.3, but svn version is 0.42.4. the patch file ==> ERROR: Failed downloading 'vala-0.42.3-avoid_graphviz-1.patch'. After manually edit vala's usr/ports/core/vala/spkgbuild, 0.42.3 ----> 0.42.4 and md5 change. |
i'm glad it works for you. i will upload new iso soon, because of changes mkinitramfs scripts and newer kernel. i will include linux-firmware in all edition. |
Can you add the ports of compiz-0.9.13.0? some problem exists in linking python lib. |
I also got same error compiling compiz 0.9 |
It is ok now. |
spkgbuild you gave me still give me compile error. |
Still got same error. btw, i know how to use spkgbuild.. :D |
I installed compiz-0.9.13.1 and emerald-0.9.5 successfully, but cannot brings emerald up. Command "emerald -- replace" had no effect. |
wow thats nice. |
when I follow the bootstrap readme.md , ./venom/baseinstall cannot continue. It is scratch install -d xxx that says xxx is not installed.
scratch install --no-dep readline
Package 'readline' not installed.
when I look at the scratch file, the problem may be
installpkg() {
The text was updated successfully, but these errors were encountered: