On Sun, Jun 23, 2024 at 08:53:17AM -0300, Crystal Kolipe wrote: > On Sun, Jun 23, 2024 at 11:44:30AM +0000, Anon Loli wrote: > > Every time I tried it, be it 7.3 or 7.5 install*.img, or I now tried a > > CD/DVD > > 7.5 iso and got "cannot open cd0a.....\n booting cd0a", I always went to > > SHELL > > and typed this: > > `dd if=/dev/urandom of=/dev/rsd0c bs=1m` the sd0 or sd1 being 2 of my drives > > I always get the exact following message: > > "uid 0 on /: file system full > > > > /: write failed, file system is full > > dd: /dev/rsd0c: No space left on device > > 1+0 records in > > 0+0 records out > > 0 bytes transferred in 0.003 seconds (0 bytes/sec)" > > > > Okay, dmesg seems to see them well, but I don't see them in /dev/ at all, I > > just now realized this > > When using the RAMDISK kernel at the shell you'll need to make the device > files you need using MAKEDEV. > > E.G. > > # cd /dev > # sh ./MAKEDEV sd0 >
Oh my lord... I cannot believe that I was this dumb... the funny thing is that I've done this like a dozen times, and I even took a look at FAQ section for encrypting, this is what happens when you are in a hurry... Thank you so much and I swear to computers, that I'm smarter than this I have to make a list of rules in my life, one of them being "if you can, don't overcomplicate things, try easy solutions 1st" :') Sorry Crystal and everyone for wasting your time on an idiot like myself