Posts: 3
jiminid
Joined: 30 Apr 2013
#1
Hi everybody,
I usually have no problem chainloading my distros from my menu.lst on the mbr but antix won't boot. My entry looks like this:
title AntiX 13
root (hd1,2)
chainloader +1
Antix grub is installed to the root on sdb3. What am I doing wrong? All the other distros I have on this machine(14 of them)
work fine with chainloading. Please help.
Last edited by jiminid on 09 Jun 2013, 03:01, edited 1 time in total.
anticapitalista
Posts: 5,956
Site Admin
Joined: 11 Sep 2007
#2
Try this instead.

Code: Select all

title AntiX 13
root (hd1,2)
kernel /boot/vmlinuz-3.7.10-antix.3-486-smp root=/dev/sdb3 ro nomodeset nouveau.modeset=0 
initrd     /boot/initrd.img-3.7.10-antix.3-486-smp 
If you are using 64 bit version change the 486 to amd64 and I'm guessing it is on /dev/sdb3
Posts: 3
jiminid
Joined: 30 Apr 2013
#3
Thanks anticapitalista,
will do and yes it is on sdb3.
Posts: 3
jiminid
Joined: 30 Apr 2013
#4
Thanks anticapitalista,
worked perfectly.
I am rockin the antix right now!
Thanks again...