Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I have just installed slackware 12.1 and opensuse 11 now i can't seem to pick up slackware's lilo from my suse's grub any help would be greatly appreciated thanx...
  1. #1
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029

    Lilo and grub

    I have just installed slackware 12.1 and opensuse 11 now i can't seem to pick up slackware's lilo from my suse's grub any help would be greatly appreciated thanx

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Have you tried the SuperGRUB LIveCD?

    It works for installing/reinstalling GRUB and LILO bootloaders (and Windows for that matter).
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Are you trying to chainload LILO from grub something like this?

  4. #4
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    Hi oz i'm not sure what super grub cd is gonna do cause i've already got grub and it works
    I'm trying to do as jonathon said chainload lilo from grub thanx for the link but i had not installed lilo to the root partition had installed it to mbr so i could try out slackware after that i installed opensuse on a diff partition and i thought grub would pick up lilo as it normally picks up other grub menu's now i cannot boot slackware anymore is there a way i can fix this add slackware to my grub menu list

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    is there a way i can fix this add slackware to my grub menu list
    Add an entry of Slackware in Opensuse's menu.lst file.
    Mount / ( or /boot, if you created it ) partition of Slackware and note down kernel version ( vmlinuz.xxxx ).
    add this code in menu.lst of OpenSuSe :
    Code:
    title Slackware 
    root (hdx,y)
    kernel  /boot/vmlinuz.xxxx ro root=/dev/hdx
    initrd    /boot/intrd.xxxxx
    * Relace x and y with relevant values.

    In case you have any confusion, post the contents of /etc/lilo.conf file of Slackware here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    hmmm thanx but since i cant boot slackware at the mo how do i find out what kernel version it is

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    As I suggested earlier, you have to mount / partition of Slackware in SuSe or use any LiveCD.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    my apologies i missed the mount part i know how to mount but what do i do after i mount sorry ive never done this before

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Let say, /dev/sda5 is / partition of Slackware.
    Execute this
    Code:
    mkdir /media/slack
    mount -t ext3 /dev/sda5  /media/slack 
    less /media/slack/etc/lilo.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    got it this is what i got i only copied the last part as it seems the most important

    # vga=787
    # VESA framebuffer console @ 800x600x256
    # vga=771
    # VESA framebuffer console @ 640x480x64k
    # vga=785
    # VESA framebuffer console @ 640x480x32k
    # vga=784
    # VESA framebuffer console @ 640x480x256
    # vga=769
    # End LILO global section
    # Windows bootable partition config begins
    other = /dev/hda1
    label = Windows
    table = /dev/hda
    # Windows bootable partition config ends
    # Linux bootable partition config begins
    image = /boot/vmlinuz
    root = /dev/hda9
    label = Linux
    read-only
    # Linux bootable partition config ends

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...