• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Slackware Linux 9.1

Anubis

No Lifer
anyone have these ISOs that can host them on a fast server? im trying to get them from linuxiso.org but its takeing forever . only getting 40k/s and its gonna take liek 10 hours for each ISO

is anyone here woudl be kind enough to hist them for me that woule be awsome

its now going a 7k/s and will take over a day for 1 iso 🙁
 
I got mine there too, and they seemed to be going slow at first, but I left both downloads on overnight and it was done in the morning, 7 hours later.
 
how about downloading Slackware 9.0, installing it and doing a system upgrade? (e.g using swaret) ??
 
Originally posted by: civad
how about downloading Slackware 9.0, installing it and doing a system upgrade? (e.g using swaret) ??

i have slack 9 but when i install it for somereason i cant get it to install a bootloader so it doesbnt load, so i figured id just DL 9.1 and hope that one works
 
You can always fix the boot loader if you:

boot up with the slackware install cd.

instead of going to setup mount the root partiton from the HD to a directory (in this case /mnt/hd)

You may have to mount the proc directory.

mount -t proc proc /mnt/hd/proc

chroot /mnt/hd

then once your there then run the boot loader stuff.

I don't remember if it is lilo or grub for slackware, I'll assume it's lilo.

Edit the /etc/lilo.conf to make sure it's correct.

Then run lilo
"lilo"

And that will set it up.
 
Back
Top