So i downloaded like 3 versions of Salix, tried to install all of them. The way its set up is Salix is on a dedicated harddrive and then i have a harddrive for windows. Durring the installation i chose the autopartition option, because i was just going to use the whole harddrive for it. I did not however create the USb like it asks you to do at the end of the process. But when i try to actually boot into salix i get error messages galore "couldnt mount because of unsupported optional features" "kernel panic - not syninc" after all the flying text of the boot it just hangs on a blank screen with a flashing curser in the corner.
my hardware is this, which is what i think might be the problem.
asus M4a89GTD Pro motherboard
AMD phenom II x6
4 gigs of ram
AMD radeon HD 6800 series
I have searched this forum and others to try and figure out the problem but i havent come up with anything other then the USB at the end of the installation, if thats really the problem thats silly.
Any help is greatly appreciated, thank you in advanced
Probelm with First boot
Re: Probelm with First boot
You need to modify your /etc/lilo.conf and /etc/fstab files to only use the disk UUIDs instead of the device names. You can view the UUIDs of your partitions with,
Now modify /etc/fstab entries. For example old /etc/fstab entry is like this
Change it to loo like following by using the UUID
In the above example xxxxx is the UUID of /dev/sda1
Now you need to change "root=" entry in your /etc/lilo.conf from something like this
to
You can use any live cd to accomplice the above.
I hope this solves your problem
Code: Select all
ls -l /dev/disk/by-uuid/
Code: Select all
/dev/sda1 / ext4 defaults,noatime 1 1
Code: Select all
UUID=xxxxx / ext4 defaults,noatime 1 1
Now you need to change "root=" entry in your /etc/lilo.conf from something like this
Code: Select all
root=/dev/sda1
Code: Select all
root="UUID=xxxxx"]
I hope this solves your problem

Re: Probelm with First boot
well it turns out that all my problems were with my graphix card. i took it out and now it boots up just fine. the only problem now is that it still only boots with a "core" install. which i have no ideea how to set up my internet or anything on slack. so i cant find a driver for my graphix card
Re: Probelm with First boot
So from this I assume that your motherboard has integrated graphic. Maybe there is a hardware conflict with the integrated graphics and the Radeon card. Try reinstalling the graphic card, and disable the integrated graphics card in the motherboard's BIOS.sophmod wrote:well it turns out that all my problems were with my graphix card. i took it out and now it boots up just fine.
I think your best path is to reinstall using the "Full" option.the only problem now is that it still only boots with a "core" install. which i have no idea how to set up my internet or anything on slack. so i cant find a driver for my graphix card
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
Re: Probelm with First boot
The error you described "couldnt mount because of unsupported optional features" is not likely to occur due to graphics card related problem. Anyways wish you luck with a full installsophmod wrote:well it turns out that all my problems were with my graphix card. i took it out and now it boots up just fine. the only problem now is that it still only boots with a "core" install. which i have no ideea how to set up my internet or anything on slack. so i cant find a driver for my graphix card
