public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] problem making a bootable gentoo CD-Rom
@ 2003-04-29 11:27 Francis
  2003-04-29 14:12 ` Sylvain
       [not found] ` <200304291616.29098.fdnews_gentoo@partimage.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Francis @ 2003-04-29 11:27 UTC (permalink / raw
  To: gentoo-dev

Hi all,

I would like to create another gentoo live CD. In fact, I want to create a 
cusomized version of the basic live CD, with more files, in order to add 
distfiles and portage-20030422.tar.bz2 on the CD-Rom.

I burned the CD-Rom with mkisofs+cdrecord, with this mkisofs command:

mkisofs -o /root/gentoo-perso.iso -J -r -V "gentoo" -b isolinux/isolinux.bin 
-c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table . 

I put the exact isolinux directory (from the original live 1.4rc1 CD), and 
other files.

I have a problem when I try to burn this CD-Rom bootable:
I have the gentoo logo on my screen, but these error message:
Loading gentoo....
Could not find ramdisk image: initrd.1024

The file is present in /mnt/cdrom/isolinux/initrd.1024.
The same operation worked with Mandrake 9.1...

any idea ?
regards


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] problem making a bootable gentoo CD-Rom
  2003-04-29 11:27 [gentoo-dev] problem making a bootable gentoo CD-Rom Francis
@ 2003-04-29 14:12 ` Sylvain
       [not found] ` <200304291616.29098.fdnews_gentoo@partimage.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Sylvain @ 2003-04-29 14:12 UTC (permalink / raw
  To: gentoo-dev

Hi !

Can you show us the content of your isolinux/isolinux.cfg file ?

regards,

sylvain

Le Tue, 29 Apr 2003 13:27:30 +0200
Francis <fdnews_gentoo@partimage.org> a écrit:

> Hi all,
> 
> I would like to create another gentoo live CD. In fact, I want to create a 
> cusomized version of the basic live CD, with more files, in order to add 
> distfiles and portage-20030422.tar.bz2 on the CD-Rom.
> 
> I burned the CD-Rom with mkisofs+cdrecord, with this mkisofs command:
> 
> mkisofs -o /root/gentoo-perso.iso -J -r -V "gentoo" -b isolinux/isolinux.bin 
> -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table . 
> 
> I put the exact isolinux directory (from the original live 1.4rc1 CD), and 
> other files.
> 
> I have a problem when I try to burn this CD-Rom bootable:
> I have the gentoo logo on my screen, but these error message:
> Loading gentoo....
> Could not find ramdisk image: initrd.1024
> 
> The file is present in /mnt/cdrom/isolinux/initrd.1024.
> The same operation worked with Mandrake 9.1...
> 
> any idea ?
> regards
> 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] problem making a bootable gentoo CD-Rom
       [not found]   ` <20030429202240.33035f82.asm8@wanadoo.fr>
@ 2003-04-30 14:32     ` Francis
  2003-04-30 15:27       ` Sylvain
  0 siblings, 1 reply; 4+ messages in thread
From: Francis @ 2003-04-30 14:32 UTC (permalink / raw
  To: gentoo-dev

Hi,

I made a new test, but I had the same problem. I have an interesting 
information:
initrd.800 is found, and initrd.1024 is not. I suppose the problem comes from 
the 4 letters in "1024", that does not respect the 8.3 names. You are right. 
I will rename files, and it will work. I don't know how the official gentoo 
live CD is build in order to work with long filenames.

Thanks
regards

On Tuesday 29 April 2003 20:22, you wrote:
> Hello !
>
> For now, i don't understand why it doesn't work for you.
> Three ideas which could help :
> 1) replace the isolinux.bin file by the debug version
> 2) try to use the -sort option of mkisofs to ensure file
> used by isolinux are located at the begining of the iso.
> 3) try to stay with 8.3 file's name.
>
> Concerning 'ideas' 2 and 3 : isolinunx knows how to read iso9600
> file systems, but i think the implemantation is minimal, so maybe it's hard
> for isolinux to look for files whith long names, or located at the end of
> the file system... Maybe...
>
> Hope it helps
>
> regards,
>
> sylvain
>
> Le Tue, 29 Apr 2003 16:16:29 +0200
>
> Francis <fdnews_gentoo@partimage.org> a écrit:
> > Hi,
> >
> > I took the official file from livecd-1.4rc4, and just added the option
> > "dokeymap" for french users":
> >
> > --------------------------
> > default gentoo
> >
> > timeout 300
> > prompt 1
> > display boot.msg
> > F1 boot.msg
> > F2 help.msg
> > F3 add.msg
> > label gentoo
> >         kernel gentoo
> >         append vga=791 initrd=initrd.1024 acpi=off root=/dev/ram0
> > init=/linuxrc nomce dokeymap
> > --------------------------
> > I kept the following of the file.
> >
> > I have the same problem if I don't change isolinux.cfg.
> >
> > regards
> >
> > On Tuesday 29 April 2003 16:12, Sylvain wrote:
> > > Hi !
> > >
> > > Can you show us the content of your isolinux/isolinux.cfg file ?


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] problem making a bootable gentoo CD-Rom
  2003-04-30 14:32     ` Francis
@ 2003-04-30 15:27       ` Sylvain
  0 siblings, 0 replies; 4+ messages in thread
From: Sylvain @ 2003-04-30 15:27 UTC (permalink / raw
  To: gentoo-dev

Yes ! I think (hope) i know : you miss the -l option to mkisofs :-))

Le Wed, 30 Apr 2003 16:32:06 +0200
Francis <fdnews_gentoo@partimage.org> a écrit:

> Hi,
> 
> I made a new test, but I had the same problem. I have an interesting 
> information:
> initrd.800 is found, and initrd.1024 is not. I suppose the problem comes from 
> the 4 letters in "1024", that does not respect the 8.3 names. You are right. 
> I will rename files, and it will work. I don't know how the official gentoo 
> live CD is build in order to work with long filenames.
> 
> Thanks
> regards
> 
> On Tuesday 29 April 2003 20:22, you wrote:
> > Hello !
> >
> > For now, i don't understand why it doesn't work for you.
> > Three ideas which could help :
> > 1) replace the isolinux.bin file by the debug version
> > 2) try to use the -sort option of mkisofs to ensure file
> > used by isolinux are located at the begining of the iso.
> > 3) try to stay with 8.3 file's name.
> >
> > Concerning 'ideas' 2 and 3 : isolinunx knows how to read iso9600
> > file systems, but i think the implemantation is minimal, so maybe it's hard
> > for isolinux to look for files whith long names, or located at the end of
> > the file system... Maybe...
> >
> > Hope it helps
> >
> > regards,
> >
> > sylvain
> >
> > Le Tue, 29 Apr 2003 16:16:29 +0200
> >
> > Francis <fdnews_gentoo@partimage.org> a écrit:
> > > Hi,
> > >
> > > I took the official file from livecd-1.4rc4, and just added the option
> > > "dokeymap" for french users":
> > >
> > > --------------------------
> > > default gentoo
> > >
> > > timeout 300
> > > prompt 1
> > > display boot.msg
> > > F1 boot.msg
> > > F2 help.msg
> > > F3 add.msg
> > > label gentoo
> > >         kernel gentoo
> > >         append vga=791 initrd=initrd.1024 acpi=off root=/dev/ram0
> > > init=/linuxrc nomce dokeymap
> > > --------------------------
> > > I kept the following of the file.
> > >
> > > I have the same problem if I don't change isolinux.cfg.
> > >
> > > regards
> > >
> > > On Tuesday 29 April 2003 16:12, Sylvain wrote:
> > > > Hi !
> > > >
> > > > Can you show us the content of your isolinux/isolinux.cfg file ?
> 
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-30 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-29 11:27 [gentoo-dev] problem making a bootable gentoo CD-Rom Francis
2003-04-29 14:12 ` Sylvain
     [not found] ` <200304291616.29098.fdnews_gentoo@partimage.org>
     [not found]   ` <20030429202240.33035f82.asm8@wanadoo.fr>
2003-04-30 14:32     ` Francis
2003-04-30 15:27       ` Sylvain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox