SOLVED:is there a quickguide how to add SALIX entry inGRUB?

You have a problem with Salix? Post here and we'll do what we can to help.
Salix_gr
Posts: 9
Joined: 7. Nov 2010, 19:11

SOLVED:is there a quickguide how to add SALIX entry inGRUB?

Post by Salix_gr »

I 've been using linux for some time now but I admit I haven't yet got into command line and editing etc!! :(
My pc runs under PCLINUXOS which starts with grub
I 've run across SALIX very recently and I admit I quite liked it!!!
Since my livecd resolution stops at 800x600 and I 'dlike to see more of the software I decided to install on my /dev/hdb1 partition
I didn't add LILO / I don't want to spoil my GRUB :D ;)
BUT after adding an entry on my GRUB I get an ERROR 15 when picking Salix :oops:
My question is What Salix Grub entry should be in order to work? :?:
Last edited by Salix_gr on 8. Nov 2010, 10:36, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by gapan »

Hi Salix_gr and welcome :)

Can you post the grub entry you have created?
Image
Image
Salix_gr
Posts: 9
Joined: 7. Nov 2010, 19:11

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by Salix_gr »

hm!
I've already started playing the magician
_____________________________________________
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0

title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 vmalloc=256M resume=UUID=041c81e4-05a2-49ac-9b14-cb4ad4d9053c splash=silent vga=788
initrd (hd0,0)/boot/initrd.img

title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 vmalloc=256M resume=UUID=041c81e4-05a2-49ac-9b14-cb4ad4d9053c
initrd (hd0,0)/boot/initrd.img

title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 failsafe vmalloc=256M
initrd (hd0,0)/boot/initrd.img

title salix OS
kernel (hd1,0)/boot/vmlinuz
configfile (hd1,0)/boot/config
______________________________________________
thats my recent menu.lst or what it has become :oops:
the last one.... :roll: I improvised I was sure I was wrong -Idont know GRUB
any way when I select it it send me in a GRUB> command line
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by gapan »

I think grub doesn't support symlinks for the kernel and vmlinuz is only a symlink. Try changing vmlinuz to the full vmlinuz file name. Look in your /boot, in the 64bit system I'm on right now it's vmlinuz-huge-2.6.33.4, it should be something similar for a 32bit system. I don't think you need to provide a config line either.
Image
Image
linus72
Posts: 79
Joined: 1. Dec 2009, 00:12

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by linus72 »

Code: Select all

title salix OS
kernel (hd1,0)/boot/vmlinuz-huge-2.6.33.4 root=/dev/sdb1 ro vga=788
it should see hdb1 as sdb1
Salix_gr
Posts: 9
Joined: 7. Nov 2010, 19:11

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by Salix_gr »

a semi automatic option to add a linux entry ended in the folowing menu.lst

______________
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0

title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 vmalloc=256M resume=UUID=041c81e4-05a2-49ac-9b14-cb4ad4d9053c splash=silent vga=788
initrd (hd0,0)/boot/initrd.img

title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 vmalloc=256M resume=UUID=041c81e4-05a2-49ac-9b14-cb4ad4d9053c
initrd (hd0,0)/boot/initrd.img

title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 failsafe vmalloc=256M
initrd (hd0,0)/boot/initrd.img

title SALIX linux OS
kernel (hd1,0)/boot/vilnuz BOOT_IMAGE=SALIX_linux_OS root=UUID=541048a0-3dea-4fb9-a265-4c73bf989083
______________
witch ends to ERROR 15 : file not found
Sorry I know NOTHING (almost) about GRUB
maybe should I replace
BOOT_IMAGE=SALIX_linux_OS root=UUID=541048a0-3dea-4fb9-a265-4c73bf989083
with BOOT_IMAGE=vmlinuz-huge-smp-2.6.29.6-smp
????
Sorry I keep rebooting on and on so my replies get late
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by gapan »

Use the one posted by linuz72, but change the kernel name to vmlinuz-huge-smp-2.6.29.6-smp
Image
Image
Salix_gr
Posts: 9
Joined: 7. Nov 2010, 19:11

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by Salix_gr »

:evil: :roll:
I THINK I've SOLVED IT
__________________________________
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0

title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 vmalloc=256M resume=UUID=041c81e4-05a2-49ac-9b14-cb4ad4d9053c splash=silent vga=788
initrd (hd0,0)/boot/initrd.img

title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 vmalloc=256M resume=UUID=041c81e4-05a2-49ac-9b14-cb4ad4d9053c
initrd (hd0,0)/boot/initrd.img

title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=118c7d25-5f55-48cf-a870-f76db7e7de20 failsafe vmalloc=256M
initrd (hd0,0)/boot/initrd.img

title SALIX linux OS
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=vmlinuz-huge-smp-2.6.29.6-smp root=0341
______________________________
the 0341 I did after a Kernel Panic and a list of numbers of my partitions :P ;)

now after the GRUB showing up, I choose "SALIX linux OS" and after several fast scrolling screens (and some "not found"s...)
I get the login screen

so I think I am OK (but pls tell me if I have something wrong in the menu 8-) )

my main problem now think is to make salix "see" my 1360x768 monitor! :cry:
(it only sees 960x... and half of the picture is off screen!!!)
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: NEWBIE:is there a quickguide how to add SALIX entry inGR

Post by gapan »

That is a completely different problem and you should probably create a new thread about it. Don't forget to post details about your graphics card. Please mark this one solved if it is solved for you.
Image
Image
Salix_gr
Posts: 9
Joined: 7. Nov 2010, 19:11

Re: SOLVED:is there a quickguide how to add SALIX entry inGR

Post by Salix_gr »

I marked solved
thank you all for your help!!! :D
Post Reply