LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-06-2009, 10:40 PM   #1
javin158
LQ Newbie
 
Registered: Apr 2009
Posts: 1

Rep: Reputation: 0
How to make a multiple-bootable linux DVD


I tried to make a bootable Linux DVD with multiple Linux distributions,which include Debian, Gentoo, Ubuntu, Redflag, opensuse. The directories in the iso file is like this:
/
|----isolinux
| isolinux.bin
| isolinux.cfg
| vesamenu.c32(或menu.c32)
| chain.c32
| reboot.c32
| m16-640x640-syslinux.jpg(或syslinux_splash.jpg)
|----boot
| debian_vmlinuz debian_initrd.gz
| ubuntu_vmlinuz ubuntu_initrd.gz
| opensuse_linux opensuse_initrd
| redflag_vmlinuz redflag_initrd.img
| gentoo gentoo.igz
|----debian5
|......
|----openSUSE11.1
|......
|----RedFlag6
|.....
|----ubuntu8.10
|....
|----image.squashfs

Directories like debian5 contains the files for installation.

the isolinux.cfg is edited like this:
Code:
  MENU LABEL Install Ubuntu8.10(GNOME)
 kernel /boot/ubuntu_vmlinuz
 append initrd=/boot/ubuntu_initrd.gz  ramdisk_size=1000000 vga=791

LABEL debian
 MENU LABEL Install Debian5.0(GNOME)
  kernel /boot/debian_vmlinuz
  append initrd=/boot/debian_initrd.gz ramdisk_size=1000000 vga=791

LABEL gentoo
 MENU LABEL Install Gentoo2007
  kernel /boot/gentoo 
  append root=/dev/ram0 init=/linuxrc  dokeymap looptype=squashfs loop=/image.squashfs  cdroot initrd=/boot/gentoo.igz vga=791 splash=silent,theme:livecd-2007.0 CONSOLE=/dev/tty1 quiet

LABEL openSUSE_Live_(GNOME)
 MENU LABEL Install OpenSUSE11.1(GNOME)
  kernel /boot/opensuse_linux
  append initrd=/boot/opensuse_initrd ramdisk_size=512000 ramdisk_blocksize=4096 splash=silent showopts

LABEL Redflag
 MENU LABEL Install Redflag6.0SP1
  kernel /boot/redflag_vmlinuz
  append initrd=/boot/redflag_initrd.img ramdisk_size=8192 

LABEL GRUB
 MENU LABEL Goto to GRUB
  kernel /boot/grldr

LABEL reboot
 MENU LABEL Reboot Your Computer
 kernel /ioslinux/reboot.c32
and I generated the iso file using the following command:
Code:
mkisofs -o ../linux_dist.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -full-iso9660-filenames ../linux_dist/
Then I burned the linux_dist.iso into a DVD. However when I boot the computer from the DVD, a error occurred:
Quote:
Could not find kernel image: linux
boot:
I don't know that is why. I manually input some commands in the line "boot: " like this:
Code:
boot/debian_vmlinuz initrd=boot/debian_initrd.gz
Then the computer was booted and entered the installation menu. When I select to install Linux in DVDROM, another error occurred and the rough meaning is that it is not the right DVD to install the Linux.
Does anyone successfully make the similar multiple-bootable DVD, please help me! Thank you very much!
 
Old 04-07-2009, 12:59 AM   #2
raskin
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900

Rep: Reputation: 69
Well, most distributions check all the partitions on all the devices for a file with hardcoded name (like /REDHAT-RELEASE or however they call it) to find installation medium. Of course, you moved the file, so it is not found, so setup barks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot make a bootable DVD copy of original Linux DVD. aimee01 Linux - General 2 06-02-2008 02:19 PM
How to make one Linux DVD installer out of multiple linux CDs installers ? rahuldevalone Linux - Software 4 05-31-2008 10:15 PM
how to make iso bootable dvd? priyank123 Linux - Newbie 1 05-21-2008 03:19 PM
how to make one bootable dvd Kristian2 Slackware 8 05-17-2008 09:32 PM
make your own bootable DVD hoover93 Linux - Software 1 09-27-2007 12:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration