Has this been captured in the wiki? Seems a fairly important piece of arcana.
Have Fun! Reg --- On Tue, 1/8/13, mario fibbi <[email protected]> wrote: > From: mario fibbi <[email protected]> > Subject: Re: [OpenIndiana-discuss] Create a custom iso > To: "Discussion list for OpenIndiana" <[email protected]> > Date: Tuesday, January 8, 2013, 1:43 AM > Hi Peter, > > it works. You are my hero!. > > Mario. > > 2013/1/7 Peter Tribble <[email protected]> > > > On Mon, Jan 7, 2013 at 2:05 PM, mario fibbi <[email protected]> > wrote: > > > Hi all, > > > > > > i need to customize the oi-dev-151a7-text-x86.iso > with some driver. I've > > > follow this guide: > > > https://blogs.oracle.com/naveen/entry/how_to_change_grub_login > > > The new iso image can boot, but it goes in > maintenance mode before > > showing > > > the install option menu. I obtain the same result > if i try to build an > > iso > > > starting from an untouched iso, so the issue is > related to the mkisofs > > step. > > > I use this: > > > mkisofs -b boot/grub/stage2_eltorito -c .catalog > -no-emul-boot > > > -boot-load-size 4 -boot-info-table -N -l -R -U > -allow-multidot > > > -no-iso-translate -cache-inodes -d -D -o > ./Myindiana-1.iso -V OpenIndiana > > > /tmp/iso/ > > > Can you help me? > > > > You need to have a -volset flag, whose arguments are > the contents of the > > .volsetid file in the root of the iso. So possibly > (assuming the iso image > > is > > unpacked at /tmp/iso) you need to add > > > > -volset `cat /tmp/iso/.volsetid` > > > > -- > > -Peter Tribble > > http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ > > > > _______________________________________________ > > OpenIndiana-discuss mailing list > > [email protected] > > http://openindiana.org/mailman/listinfo/openindiana-discuss > > > _______________________________________________ > OpenIndiana-discuss mailing list > [email protected] > http://openindiana.org/mailman/listinfo/openindiana-discuss > _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
