Results 1 to 5 of 5

Thread: Ubuntu and XOSL

  1. #1
    Join Date
    May 2008
    Beans
    6

    Unhappy Ubuntu and XOSL

    Foreword: I am VERY new with Linux.

    I am quite fond of XOSL (v 1.1.5) boot loader and would like to continue using it with my new Ubuntu installation.

    Unfortunately Ubuntu and XOSL do not seem to like each other. When I install XOSL and try to boot the Ubuntu partition, it just does not work. When I uninstall XOSL, Ubunto does not start anymore.
    With Windows it works...

    Does anyone have any hint on how to make Ubuntu boot from XOSL?
    Thanks.

  2. #2
    Join Date
    Jul 2007
    Location
    Russia, others
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Ubuntu and XOSL

    That release is not up to date because of date (December 23, 2000). So may be you would try xosl2:
    http://www.sourceforge.net/projects/xosl2/
    This comparation table lacks of data about xosl:
    http://en.wikipedia.org/wiki/Comparison_of_boot_loaders
    Aso you can try gujin
    http://en.wikipedia.org/wiki/Gujin, but I've never tried it.
    When you install boot loader on external USB (FAT-formatted) drive you should use 'syslinux' which is aviable in repository. As you can see on Wiki:
    http://en.wikipedia.org/wiki/Syslinux
    Syslinux has also abilities like other bootloaders to boot up linux. Actually, it works as well with live-CD-preinstalled squashfs-compacted version of Ubuntu (on FAT formatted drive, actually).

  3. #3
    Aearenda's Avatar
    Aearenda is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Apr 2006
    Location
    Melbourne, Australia
    Beans
    1,109
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Ubuntu and XOSL

    WHen you installed Ubuntu, did you allow GRUB to be installed onto the partition where Ubuntu is? I suspect XOSL needs to chainload to Grub. Just a thought - I don't know XOSL.

  4. #4
    Join Date
    May 2008
    Beans
    6

    Re: Ubuntu and XOSL

    Thanks for your replies gents.

    I got it working this weekend (not much time during the week ). The initial problem was that I did not tell GRUB to be installed on linux partition (hd0,1) and it was installing at the MBR. Unfortunately XOSL was not compatible with this, although it is said that XOSL creates a mirror of the MBR and saves it as a file which is loaded during boot time.

    On my second attemp I installed GRUB on (hd0,1), where linux is installed, and it worked in the sense that I got the GRUB menu. Unfortunately the keyboard had become inactive and GRUB timeout did not work at all.
    It still is the same but I found the workaround, which is modifying GRUB menu.lst using Ubuntu live - removed all other entries except the default one and set the timeout to 0.

    Thanks for the tip on XOSL2 . I was not aware the new version was out. Will give it a try.

  5. #5
    Join Date
    Jul 2007
    Location
    Russia, others
    Beans
    13
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Ubuntu and XOSL

    I also have Lilo installed on (hd0,x) because of Apple EFI. And also have inactive keyboard.
    You can also try lilo. Install it from Live CD:
    $ sudo mkdir /target
    $ mount /dev/<partition> /target // your linux partition
    $ mount -t proc none /target/proc
    $ mount -o bind /dev /target/dev
    $ sudo chroot /target /bin/bash
    $ sudo aptitude install lilo
    replace in /target/etc/fstab file <UUID...>, comment it with "#" and add line with /dev/sd.. instead of. Then type:
    $ sudo liloconfig
    I've installed it on /dev/sda3. There are only one default entry in lilo menu, it works as well for me. And MBR is free for XOSL.

Bookmarks

Posting Permissions

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