Skipped content of type multipart/alternative-------------- next part
--------------
A non-text attachment was scrubbed...
Name: blank.GIF
Type: application/octet-stream
Size: 49 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/blank-0003.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blank.GIF
Type: application/octet-stream
Size: 49 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/blank-0004.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1_off.GIF
Type: application/octet-stream
Size: 1170 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/1_off-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2_off.GIF
Type: application/octet-stream
Size: 1106 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/2_off-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3_off.GIF
Type: application/octet-stream
Size: 1363 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/3_off-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4_on.GIF
Type: application/octet-stream
Size: 758 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/4_on-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5_off.GIF
Type: application/octet-stream
Size: 1292 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/5_off-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6_off.GIF
Type: application/octet-stream
Size: 1047 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/6_off-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: b.GIF
Type: application/octet-stream
Size: 43 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/b-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blank.GIF
Type: application/octet-stream
Size: 49 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/blank-0005.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bullet.GIF
Type: application/octet-stream
Size: 48 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/bullet-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bottom_logo.gif12
Type: application/octet-stream
Size: 1451 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/bottom_logo-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jasubhai.GIF
Type: application/octet-stream
Size: 1406 bytes
Desc: not available
Url :
/pipermail/mailinglist_ilug-cochin.org/attachments/20050513/3323c68e/jasubhai-0001.obj
From [EMAIL PROTECTED] Fri May 13 18:29:05 2005
From: [EMAIL PROTECTED] (M.Balakrishna Pillai)
Date: Sat May 14 19:44:07 2005
Subject: [Mailinglist] DEBIAN SARGE netinstall
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On Sat, May 14, 2005 at 12:56:43PM +0000, Nataraj S Narayan wrote:
> Hi
>
> If sarge is frozen, netinstall won't work ?
>
> I have sarge-i386-netinst.iso.
>
> Plz tell me how do i write to CDROM?
>
> use cdrecord and mkisofs ?
If you are using kernel versions 2.4.x and ide cdwriter
you have to emulate it as a SCSI device. For that pass
1.hdX=ide-scsi to the kernel, where X is the last letter in ide device
name(hda for primary master, hdb for primary slave, hdc for secondary
master and hdd for secondary slave).
Lilo append="hdX=ide-scsi"
grub kernel xxxxxx root=xxxxxxx hdX=ide-sci
2. Insert the module ide-scsi
3. issue the command cdrecord -scanbus
output will be some thing like
scsibus1:
1,0,0 100) 'CDWRITER' 'IDE1610
1,1,0
etc
identify the numbers like x,x,x corresponding to your cdwriter
4. issue the command
cdrecord -v -dao -eject speed=8 dev=x,x,x fs=3*10m sarge-i386-netinst.iso
replace x,x,x with the number corresponding to your device.
If using 2.6.x kernels steps 1 and 2 are not necessary
3. issue the command cdrecord dev=ATA: -scanbus
4. same as for 2.4.x kernels
In Debian GNU/Linux normal users may not have permissions to use
cdrecord. you have to add users to the group disk
addgroup username disk
With regards
M.Balakrishna Pillai