Showing posts with label Puppy Linux. Show all posts
Showing posts with label Puppy Linux. Show all posts

Saturday, November 21, 2009

Linux 20 in 1 Multiboot DVD

Latest News UPDATE!!!

 The links have been posted in my blog post found here;
http://tazbuntu.blogspot.com/2009/12/linux-20-in-1-multi-boot-has-arrived.html

 ----------------------------------------------------------------------

That's right! A 20 in 1 Linux Multi-Boot DVD. I'm putting the final touches on it right now.
I've packed in a lot of goodies and added a custom menu and sub menus. I've learned some new techniques since making the last multi-boot DVD.

I bet everyone thought I was dead or this blog was dead. Far from it! I have much more to add in the near future. I got the urge to create one of the largest (in terms of distros) multiboot DVD's and I was spending all my free time on it. Now that it's finished, I can continue adding other goodies to my blog.

Now for the technical portion and specifics. I will be uploading the links to Rapidhare. Expect to see them within 5 or 6 days. I have a few people still testing it and I won't upload it until I get thumbs up across the board. There will be 40 files. 39 of them will be 100 Mb and the last one is 65 Mb.

As for the distro list? Here you go;
Mint 6, Knoppix 5, Slax, Feather, DSL, Puppy, Astrumi, Slitaz, TinyMe, Tiny Core, Backtrack, xpud, antiX, NimbleX, Insert, NetBoot, Clonezilla, NT Password Recovery, MemTest, Free Dos.

That's a lot of computing power packed into one DVD. I decided to use Knoppix 5 rather then the newer releases as version 5 packs more software into it then the newer versions. Most of the other distros are the newest releases. I tried staying away from versions that were beta or 'cutting edge' as I wanted a stable DVD.

I'm including 2 screenshots of the main menu. When I post the links for the DVD I will also include a few screenshots of the sub-menus.
Here is the main menu layout. Had to do 2 screenshots because I used isolinux for my menu config and not all the distros fit in the window. You need to scroll up and down using the arrow keys on the keyboard.

    
   




I will add a post with the links to this DVD in 5 or 6 days. It will take some time to upload all the files as my ISP has serious issues with allowing us paying users to have more then a few 100k in upload speeds.

Hope I'm not the only person excited about this DVD.
LOL!!

UPDATE!!!!!

This project is on hold until I can sort out some of the issues I have encountered in Mint and Karmic Koala. Those issues being file permissions being changed to root during the burning with k3b and problems with checksums and the inability to create a proper iso file due to the "the size can't be determined" bug I have encountered in Karmic.

Thank you for your interest and patience during this time. I am working on getting this completed as soon as possible.
 
TaZMAn

Tuesday, May 12, 2009

MultiBootin With UNetbootin. A Multiboot Flash Drive Tutorial

I have found that it is fairly easy to make a multiboot flash drive using UNetbootin.
A bit of time, moving files and some simple edits to the syslinux.cfg file is all that is needed.

I'm going to give a short tutorial on how to dual boot Mint Linux and Puppy Linux.
This is done on a 1 gig flash drive with only one partition.

Assuming you already have UNetbootin installed insert your flash drive.
Make sure that any data on your flash drive is saved elsewhere as UNetbootin will wipe it all out.

Start UNetbootin and from the drop down list select Puppy Linux.
The only version available should be the 'Latest Live' version. Select it and then choose the proper destination drive for the flash drive.

After it is finished downloading and configuring Puppy it may be a good idea to try it out by rebooting your computer with the flash drive still installed. If your Bios is configured properly to boot from the flash drive you will see Puupy boot up, ask some questions about hardware and screen resolution then boot to it's Desktop. Once you have verified that it works, reboot your computer with the flash drive removed.

Now that you are back in your computer make a folder on the Desktop or anywhere else you prefer and name it something like USB Puppy.
Insert your flash drive, open it, select all the files and copy them over to the new folder you just made. Now delete all the files on the flash drive. It's time for step 2.

Open UNetbootin and select Mint Linux. Choose the flash drive for the destination and start the download. After it is done you will again want to test it to verify it is working.
When you are satisfied that all is working properly boot back into your main system and then insert your flash drive once again.

Open the flash drive to reveal all the files and folders. Now open the first folder you created named USB Puppy. I resize both windows so they are visible side by side for easy transfer.
In the Puppy folder select all the files except those that have duplicate names in the flash drive containing Mint.

These are the file names you do NOT want to transfer over;
vesamenu.c32, ubnpathl.txt, ubnkern, ubninit, ubnfilel.txt, syslinux.cfg, ldlinux.sys

You could also select all then tell the file manager to skip the files that already exist but I don't like taking a chance that a file may get overwritten or corrupted.

Now that you have all the files from the Puppy folder copied to the flash drive it's time to add the Puppy Linux entry into the Mint syslinux.cfg file. It really is painless! :-)

Open the syslinux.cfg file in the Puppy folder with your favorite text editor.
This is what you will see;

default vesamenu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit pmedia=cd

label ubnentry0
menu label puppy
kernel /vmlinuz
append initrd=/initrd.gz pmedia=cd


All we want is the last 4 lines of this file (In Bold). Select this portion and copy it.
Now open up the syslinux.cfg file for Mint which looks like this;

default vesamenu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/mint.seed boot=casper quiet splash --

label ubnentry0
menu label Start Linux Mint
kernel /casper/vmlinuz
append initrd=/casper/initrd.gz file=/cdrom/preseed/mint.seed boot=casper quiet splash --

label ubnentry1
menu label Start Linux Mint in compatibility mode
kernel /casper/vmlinuz
append initrd=/casper/initrd.gz file=/cdrom/preseed/mint.seed boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --

label ubnentry2
menu label Memory Test
kernel /isolinux/memtest
append initrd=/ubninit

label ubnentry3
menu label Boot from local drive
kernel /ubnkern
append initrd=/ubninit


Now place your cursor in between the section that starts with label ubnentry1 and label ubnentry2 and paste the entry from Puppy between them. I use the Enter and Delete keys to make this new entry conform to the format of the other entries. Makes editting easier.
Now before we close and save this file we need to correct some of the label entries.

Notice that each new entry starts with label unetbootindefault then continues with label ubnentry0, ubnentry1, etc. until we get to the entry that contains the new Puppy info.
That one says label ubnentry0 but we already have a label ubnentry0 that points to Mint.
So we take the last entry numbered 3 and change it to 4. Then change entry number 2 to number 3. And finally change the label for Puppy from 0 to 2.

The final syslinux.cfg file should look like this;

default vesamenu.c32
prompt 0
menu title UNetbootin
timeout 100

label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/mint.seed boot=casper quiet splash --

label ubnentry0
menu label Start Linux Mint
kernel /casper/vmlinuz
append initrd=/casper/initrd.gz file=/cdrom/preseed/mint.seed boot=casper quiet splash --

label ubnentry1
menu label Start Linux Mint in compatibility mode
kernel /casper/vmlinuz
append initrd=/casper/initrd.gz file=/cdrom/preseed/mint.seed boot=casper xforcevesa ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --

label ubnentry2
menu label puppy
kernel /vmlinuz
append initrd=/initrd.gz pmedia=cd

label ubnentry3
menu label Memory Test
kernel /isolinux/memtest
append initrd=/ubninit

label ubnentry4
menu label Boot from local drive
kernel /ubnkern
append initrd=/ubninit

Now close and save this new modified syslinux.cfg file.
Close all open folders, reboot your system with your new multi-boot flash drive still inserted and try it out. If you did it right you should now be able to access either Mint or Puppy and use them in 'Live' mode.

Before I go I want to leave you with some ideas, thoughts and tips.
This tutorial is not the only method to create a multi-boot flash drive nor may it be the fastest or easiest. But this is the way I first tried it and with this method I had success.

Not all distros will be multi-bootable in the same manner. If two distros have the same kernel or boot loader name you will have conflicts that will cause it not to work.
One method to get around this would be to either use 2 partitions or put them in seperate folders. I have not tried this nor am I saying these methods will work. I'll leave you to try it and experiment.

Don't feel that you are limited to just these 2 distros or that you can only have 2 distros for a multi-boot flash. Since I first tried this experiment I have also added Clonezilla to the drive giving me the option to boot to one of three distros/software.

Some flash drives may not be compatible with the Bios and will not boot.
I have some 2 Gig flash drives that won't work yet my 1 Gig flash drives from the same manufacturer works. So if it doesn't work the first time try a different flash drive.

I will not hold anyone's hand or walk them through these procedures. Learning computers and new ideas requires the user to try it and possibly fail until they have success. I have found that this works the best when teaching people new ideas or techniques. Call it tough love or whatever. It works!

Finally I need to make a comment on hidden files. Some distros have them, others don't.
Puppy doesn't but Mint does. I could have had you install Puppy then moved Mint over to the flash drive. But in order for Mint to work properly you would need to choose Show Hidden Files from the View button and make sure that you copied these over to the flash drive as well as the main files.

Hope this mini-tutorial helps you into your journey of multi-boot flash drives.

Enjoy!!

TaZMAn

Friday, November 7, 2008

Multiboot Linux Cd And Automake Script Download

I have been asked numerous times about providing download links to some of my multiboot disks I have made. Unfortunately, they are all over 4 gigs as they contain 8 or more distros on them and my upload speeds make that type of upload almost impossible.

So I put together a small multiboot Cd that will provide you with Damn Small Linux, Puppy Linux and Memtest.
The total size is 136 megs and is split into 2 rar files (Using the script in my previous post) and is available via the 2 Rapidshare links.

MultiCd Part 1 75 Megs
http://rapidshare.com/files/161640669/multicd.iso-Split_RAR-75Megabyte_s_.part1.rar

MultiCd Part 2 61 Megs
http://rapidshare.com/files/161640671/multicd.iso-Split_RAR-75Megabyte_s_.part2.rar

Not only do you have a small Iso file but it contains 2 fully functional Linux systems and a utility to test your Ram! Also, both are very small and fast and will work on older, slower systems with minimal Ram and hardware.

It will also help you to see how a multiboot Cd is made although I have a confession to make.
Every other multiboot disk I have ever made was created by me from scratch. I did all the tedious editting and creating both the loader and menu.

But then I found a forum post that has a script to make multiboot disks.
It supports many distros and even a WinPE compilation.
There is a slight bug however that doesn't seem to affect the final Iso.
It has to do with the genisoimage version 1.1.6
I get an error that it expected a certain value but gets a different value.
No matter. I leave it run and it usually finishes with a working Iso.

But I have had the occasional tests where the script failed after getting that error.
It is a known bug when dealing with genisoimage version 1.1.6
If you use an older version you have no problems.
I must express the fact that the genisoimage bug is not due to itself but rather the way scripts are trying to use genisoimage.

Another con of this script is that it allows a limited choice of Linux distros.
The creator of the script has done a remarkable job of adding many distros but there are some good ones missing.
Also, because many distros use the same kernel you have to be careful of which versions you add into your compilation.

Examples would be Damn Small Linux and Knoppix. They both use the Knoppix kernel. Because the kernel of each Distro needs to be in the root path of the Cd and they are named the same you can't use both on a Cd unless you do custom editting of the files needed to boot up a renamed kernel.

But other then that it does a good job of creating multiboot Iso's.

The forum post can be found here;
http://ubuntuforums.org/showthread.php?t=718016

And the script file can be found on this page;
http://multicd.tuxfamily.org/

I strongly suggest you read all the pages in the forum post and the page at tuxfamily to understand how this script is used.

Enjoy!!

TaZMAn

P.S. I hope a few thank you's are in order.