I have a 2Gb partition on Hard drive for MOFO linux.
Win 7 64, Ubuntu 12.04 64 with Grub
How do I install MOFO linux on the 2Gb partition along side of the other OS's?
Thank You
Noob Here
Re: Noob Here
Hi, whataday
I've never installed MOFO so I'm not familiar with any different cheatcodes, etc., it might use from Porteus. But, given that it is based on Porteus, you should be able to install it simply by putting the files from the MOFO ISO on your 2gb partition and add an entry in your Ubuntu grub's menu.lst that points to the kernel, initrd, and includes your desired cheatcodes, e.g.:
Then, you could load MOFO through your ubuntu boot menu (grub). In this case, your MOFO ISO would be extracted to /mnt/sdb3/MOFO-files.
You should also check inside the iso to see what folders contain the data, I was just guessing that it is 'boot' and 'mofo'. Also have a look at their extlinux config file (probably /boot/mofo.cfg or something like that) to see what cheatcodes they use.
HTH
I've never installed MOFO so I'm not familiar with any different cheatcodes, etc., it might use from Porteus. But, given that it is based on Porteus, you should be able to install it simply by putting the files from the MOFO ISO on your 2gb partition and add an entry in your Ubuntu grub's menu.lst that points to the kernel, initrd, and includes your desired cheatcodes, e.g.:
Code: Select all
title Mofo Linux
root (hd1,2)
kernel /MOFO-files/boot/vmlinuz from_dev=/dev/sdb3 from_dir=/MOFO-files/mofo/
initrd /MOFO-files/boot/initrd.xz
You should also check inside the iso to see what folders contain the data, I was just guessing that it is 'boot' and 'mofo'. Also have a look at their extlinux config file (probably /boot/mofo.cfg or something like that) to see what cheatcodes they use.
HTH