groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux
_moth_ has joined #crux
lockywolf has quit [Ping timeout: 256 seconds]
lockywolf has joined #crux
maledictium has quit [Ping timeout: 252 seconds]
maledictium has joined #crux
groovy2shoes has quit [Remote host closed the connection]
groovy2shoes has joined #crux
elderK has quit [Quit: Connection closed for inactivity]
frinnst has quit [Ping timeout: 265 seconds]
dlcusa has quit [Read error: Connection reset by peer]
dlcusa has joined #crux
frinnst has joined #crux
frinnst has quit [Ping timeout: 240 seconds]
dlcusa_ has joined #crux
dlcusa has quit [Ping timeout: 260 seconds]
frinnst has joined #crux
ocb has quit [Remote host closed the connection]
ocb has joined #crux
_whitelogger has joined #crux
ppetrov^ has joined #crux
Isotop has joined #crux
<Isotop>
After 10 hours of bootstrapping I finally tested my ISO but it fails when loading modules with 'module hid not found' even though hid-generic.ko is built and should have been copied to initramfs according to the lst file
<Isotop>
Okay. A few modules seem to be muissing from initramfs.lst. Do I need to run make bootstrap again or is make initramfs && make iso enough to generate the iso?
Isotop7 has joined #crux
Isotop7 has quit [Client Quit]
Isotop has quit [Ping timeout: 252 seconds]
_moth_1 has joined #crux
_moth_ has quit [Ping timeout: 256 seconds]
_moth_1 is now known as _moth_
Isotop has joined #crux
<Isotop>
I'm getting there step after step. ISO now boots fine and modprobe usb seems to work but now it fails while mounting the Crux installation media. Is there any way to debug this? Like add a parameter to get verbose output from the Crux init script? Also USB doesnt seem to work :/
<Isotop>
Are modules for xhci/ehci/ohci loaded by default or do I have to add them to initramfs.lst?
<Isotop>
The initramfs.lst in git doesnt seem to do that but my kernel config may differ
<Isotop>
And is there a way to generate initramfs.lst by simply finding all .ko files in kernel/#KERNEL_VERSION#/ and adding them to initramfs?
<ocb>
i don't know how initramfs.lst works but i manually make my initramfs and add .ko files built by kernel
<ocb>
so yes - you should be able to add them manually
<ocb>
but the init should probably also load them if you need them early
<ocb>
so it might require some code changes in the init also. note ive never played with initramfs.lst
<Isotop>
ocb: so you just copy these files to initramfs folder and run `make initramfs`. Or are you talking about a running live system?
<ocb>
Isotop: yes, i just copy these files to needed location inside initramfs tree and build.
<ocb>
see where other .ko files are in the initramfs and place them there. the last time i had issues with usb on a remote bare metal machine - booted a live system looked for kernel modules related to usb nad unloaded them one by one until keyboard stopped working. that was the module needed.
<Isotop>
ocb: I'm trying to build an ISO for my MacBook so the process is pretty...nerve wracking :D
<ocb>
sorry but i don't know about initramfs.lst nor macbooks.
<ocb>
Isotop: maybe this can help you, this is how i build my initramfs for all machines - l-25.net/initramfs.html
<ocb>
you should be able to add all .ko files manually and modify the init file to load the ones which you need
pedja has joined #crux
<ocb>
related to 'fails while mounting the Crux installation media.' - can you maybe boot into shell right away and do the process manually until it fails. there was something like DROP_SHELL that could be appended on boot, maybe somebody else knows as i can't remember the exact word.
lockywolf has joined #crux
<Isotop>
I created a little bash script that adds all ko files and their folders to initramfs.lst. If this works, I will check which modules are not needed.
<Isotop>
Does initramfs modprobes all modules ny default?
<ocb>
it depends on the init script in the initramfs