|
From: mailing d. <mai...@gm...> - 2010-10-27 08:42:08
|
Hello, Is it possible to have the serial port working by default when booting with no configuration? When often install new DL boxes remotely and it is easier to have serial access than KVM access from a remote site. Regards. |
|
From: Heiko Z. <he...@zu...> - 2010-10-27 13:14:02
|
Quoting mailing dl2 <mai...@gm...>: > Hello, > > Is it possible to have the serial port working by default when booting > with no configuration? > > When often install new DL boxes remotely and it is easier to have > serial access than KVM access from a remote site. It's been a while since I used the serial console, but doesn't this also require a kernel boot parameter and it would redirect all output to the serial port? -- Regards Heiko Zuerker http://www.devil-linux.org ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
|
From: mailing d. <mai...@gm...> - 2010-10-27 13:24:42
|
That is correct and it works this way when you use the install-on-usb script and choose a boot loaader with serial console. My problem is at the end of the boot process because securetty and inittab are no modified by install-on-usb script. Regards. 2010/10/27 Heiko Zuerker <he...@zu...>: > Quoting mailing dl2 <mai...@gm...>: >> Hello, >> >> Is it possible to have the serial port working by default when booting >> with no configuration? >> >> When often install new DL boxes remotely and it is easier to have >> serial access than KVM access from a remote site. > > It's been a while since I used the serial console, but doesn't this > also require a kernel boot parameter and it would redirect all output > to the serial port? > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: Serge L. <ser...@gm...> - 2010-10-28 00:34:56
|
AFAIR, I added the code to modify securetty and inittab... Is it not working completely or just because of error? May I see a transcript of install-on-usb ? Serge On 10/27/2010 06:24 AM, mailing dl2 wrote: > My problem is at the end of the boot process because securetty and > inittab are no modified by install-on-usb script. > |
|
From: mailing d. <mai...@gm...> - 2010-10-28 06:13:07
|
I do not see any errors when running install-on-usb script. Maybe you did not understand what I wrote. The configuration which is copied in the boot media (on the same directory than bootcd.iso) is correctly modified (securetty and inittab). But if you delete it (for the reason I mentioned before) and you boot with no configuration, the securetty and inittab (comes from bootcd.iso?) are configured to disable serial prompt. How can I/we change that? Regards. 2010/10/28 Serge Leschinsky <ser...@gm...>: > AFAIR, I added the code to modify securetty and inittab... Is it not working > completely or just because of error? May I see a transcript of install-on-usb ? > > Serge > > On 10/27/2010 06:24 AM, mailing dl2 wrote: >> My problem is at the end of the boot process because securetty and >> inittab are no modified by install-on-usb script. >> > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: Serge L. <ser...@gm...> - 2010-10-28 06:32:29
|
On 10/27/2010 11:12 PM, mailing dl2 wrote: > I do not see any errors when running install-on-usb script. > > Maybe you did not understand what I wrote. > Looks like that. > The configuration which is copied in the boot media (on the same > directory than bootcd.iso) is correctly modified (securetty and > inittab). > But if you delete it (for the reason I mentioned before) and you boot > with no configuration, the securetty and inittab (comes from > bootcd.iso?) are configured to disable serial prompt. > > How can I/we change that? You need to modify the default configuration, i.e. mount iso, copy the content, modify /cd-etc/* (securetty and inittab) or /config/etc-mods.tar.bz2, recreate iso. Serge |
|
From: mailing d. <mai...@gm...> - 2010-10-28 07:16:47
|
Look quite simple but can you just tell me which is teh exact command to use to recreate the iso. I have never used mkisofs. Thanks a lot. 2010/10/28 Serge Leschinsky <ser...@gm...>: > On 10/27/2010 11:12 PM, mailing dl2 wrote: >> I do not see any errors when running install-on-usb script. >> >> Maybe you did not understand what I wrote. >> > Looks like that. > >> The configuration which is copied in the boot media (on the same >> directory than bootcd.iso) is correctly modified (securetty and >> inittab). >> But if you delete it (for the reason I mentioned before) and you boot >> with no configuration, the securetty and inittab (comes from >> bootcd.iso?) are configured to disable serial prompt. >> >> How can I/we change that? > > You need to modify the default configuration, i.e. > mount iso, copy the content, modify /cd-etc/* (securetty and inittab) or > /config/etc-mods.tar.bz2, recreate iso. > > > Serge > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: James H. <ja...@qt...> - 2010-10-27 23:49:00
|
> Quoting mailing dl2 <mai...@gm...>: >> Hello, >> >> Is it possible to have the serial port working by default when booting >> with no configuration? >> >> When often install new DL boxes remotely and it is easier to have >> serial access than KVM access from a remote site. > > It's been a while since I used the serial console, but doesn't this > also require a kernel boot parameter and it would redirect all output > to the serial port? "console=tty1 console=ttyS0,115200" sends it to both the screen and the serial. That's what I use for servers with serial-based remote access cards. (2.6 kernel, I think 2.4 is the same) JJH > > -- > > Regards > Heiko Zuerker > http://www.devil-linux.org > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America > contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in > marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |
|
From: Serge L. <ser...@gm...> - 2010-10-29 18:51:44
|
The command is the following:
mkisofs -b boot/isolinux.bin -c boot/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o /tmp/new_bootcd.iso \
-J -l -L -R \
-p "he...@de..." \
-P "Devil Linux Custom CD" \
-A "Devil-Linux v1.4" \
-iso-level 2 \
-quiet -z /PREPARED_IMAGE/
There is a script for that - /config/scripts/custom-cd.
It's the simplest way to modify ISO. Also you can check how it does the job and
modify it/ or do it manually.
Serge
On 10/28/2010 12:16 AM, mailing dl2 wrote:
> Look quite simple but can you just tell me which is teh exact command
> to use to recreate the iso.
>
> I have never used mkisofs.
>
> Thanks a lot.
>
> 2010/10/28 Serge Leschinsky<ser...@gm...>:
>> On 10/27/2010 11:12 PM, mailing dl2 wrote:
>>> I do not see any errors when running install-on-usb script.
>>>
>>> Maybe you did not understand what I wrote.
>>>
>> Looks like that.
>>
>>> The configuration which is copied in the boot media (on the same
>>> directory than bootcd.iso) is correctly modified (securetty and
>>> inittab).
>>> But if you delete it (for the reason I mentioned before) and you boot
>>> with no configuration, the securetty and inittab (comes from
>>> bootcd.iso?) are configured to disable serial prompt.
>>>
>>> How can I/we change that?
>>
>> You need to modify the default configuration, i.e.
>> mount iso, copy the content, modify /cd-etc/* (securetty and inittab) or
>> /config/etc-mods.tar.bz2, recreate iso.
>>
>>
>> Serge
>>
>> ------------------------------------------------------------------------------
>> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
>> Create new apps& games for the Nokia N8 for consumers in U.S. and Canada
>> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
>> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
>> http://p.sf.net/sfu/nokia-dev2dev
>> _______________________________________________
>> Devil-linux-discuss mailing list
>> Dev...@li...
>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
>>
>
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps& games for the Nokia N8 for consumers in U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> Devil-linux-discuss mailing list
> Dev...@li...
> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
>
|
|
From: mailing d. <mai...@gm...> - 2010-11-01 06:51:37
|
Thanks a lot. I will try it. 2010/10/29 Serge Leschinsky <ser...@gm...>: > The command is the following: > > mkisofs -b boot/isolinux.bin -c boot/boot.cat \ > -no-emul-boot -boot-load-size 4 -boot-info-table \ > -o /tmp/new_bootcd.iso \ > -J -l -L -R \ > -p "he...@de..." \ > -P "Devil Linux Custom CD" \ > -A "Devil-Linux v1.4" \ > -iso-level 2 \ > -quiet -z /PREPARED_IMAGE/ > > > > > There is a script for that - /config/scripts/custom-cd. > It's the simplest way to modify ISO. Also you can check how it does the job and > modify it/ or do it manually. > > Serge > > On 10/28/2010 12:16 AM, mailing dl2 wrote: >> Look quite simple but can you just tell me which is teh exact command >> to use to recreate the iso. >> >> I have never used mkisofs. >> >> Thanks a lot. >> >> 2010/10/28 Serge Leschinsky<ser...@gm...>: >>> On 10/27/2010 11:12 PM, mailing dl2 wrote: >>>> I do not see any errors when running install-on-usb script. >>>> >>>> Maybe you did not understand what I wrote. >>>> >>> Looks like that. >>> >>>> The configuration which is copied in the boot media (on the same >>>> directory than bootcd.iso) is correctly modified (securetty and >>>> inittab). >>>> But if you delete it (for the reason I mentioned before) and you boot >>>> with no configuration, the securetty and inittab (comes from >>>> bootcd.iso?) are configured to disable serial prompt. >>>> >>>> How can I/we change that? >>> >>> You need to modify the default configuration, i.e. >>> mount iso, copy the content, modify /cd-etc/* (securetty and inittab) or >>> /config/etc-mods.tar.bz2, recreate iso. >>> >>> >>> Serge >>> >>> ------------------------------------------------------------------------------ >>> Nokia and AT&T present the 2010 Calling All Innovators-North America contest >>> Create new apps& games for the Nokia N8 for consumers in U.S. and Canada >>> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing >>> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store >>> http://p.sf.net/sfu/nokia-dev2dev >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> >> >> ------------------------------------------------------------------------------ >> Nokia and AT&T present the 2010 Calling All Innovators-North America contest >> Create new apps& games for the Nokia N8 for consumers in U.S. and Canada >> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing >> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store >> http://p.sf.net/sfu/nokia-dev2dev >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |