Re: fast way to make bootable cd ?

2002-06-10 Thread Tobias Jahn
On Sun, Jun 09, 2002 at 11:09:58AM -0700, nate wrote:
  One way is bblcd: http://www.bablokb.de/bblcd/
 
 cool! that worked! ...
 
 thanks!! that program will be very useful i plan to make a bunch
 of bootable cds for servers now that i know how

Great ;-)

It seems that this mailing list is extremely useful to debian users - don't
know why I subscribed myself yesterday and not two years ago... %-)

-- 
Greetings,
Tobias


PGP/GnuPG Key ID 0xAE034AAD (preferred)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fast way to make bootable cd ?

2002-06-09 Thread Tobias Jahn
Hello nate,

On Sun, Jun 09, 2002 at 02:53:13AM -0700, nate wrote:
 i was wondering if
 anyone had a suggestion on how to best create a bootable rescue
 CD.

One way is bblcd: http://www.bablokb.de/bblcd/

You have to prepare a master distribution on another partition, configure it
until you are satisfied and then let bblcd create a bootable cd from the
master installation... ;-)

-- 
Greetings,
Tobias


PGP/GnuPG Key ID 0xAE034AAD (preferred)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fast way to make bootable cd ?

2002-06-09 Thread David Roundy
On Sun, Jun 09, 2002 at 02:53:13AM -0700, nate wrote:
 hi
 
 i don't know why but my laptop just puked hard when i tried to
 shut it down. it won't boot up anymore, so i was wondering if
 anyone had a suggestion on how to best create a bootable rescue
 CD.
 
 what i need on the cd:
 
 my custom kernel (With reiserfs support builtin)  this is a 2.2.19 kernel
 reiserfs tools

Sounds like a job for bootcdwrite.  With bootcdwrite you create a chroot
directory (or partition) with everything you want on the cd, and it does
the rest.  If your normal system is small enough (telling bootcdwrite which
parts to skip), you could use it instead.

On the other hand, an easier method (if you only need reiserfs support), it
probably would be even easier to download an install CD from some
distribution (I don't know if debian has one supporting reiserfs) and boot
from that.
-- 
David Roundy
http://civet.berkeley.edu/droundy/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fast way to make bootable cd ?

2002-06-09 Thread nate
quote who=Tobias Jahn
 Hello nate,

 On Sun, Jun 09, 2002 at 02:53:13AM -0700, nate wrote:
 i was wondering if
 anyone had a suggestion on how to best create a bootable rescue
 CD.

 One way is bblcd: http://www.bablokb.de/bblcd/


cool! that worked! i found my main problem though, my kernel
didn't have ramdisk or initrd support which is why it was failing.
but after a while i got a working system up. and was able to
repair the partition(turns out it was ext2 afterall..) and the
laptop is once again running! now for a backup:)

thanks!! that program will be very useful i plan to make a bunch
of bootable cds for servers now that i know how

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fast way to make bootable cd ?

2002-06-09 Thread csj
On Sun, 9 Jun 2002 07:03:23 -0400
David Roundy [EMAIL PROTECTED] wrote:

   i don't know why but my laptop just puked hard when i tried to
   shut it down. it won't boot up anymore, so i was wondering if
   anyone had a suggestion on how to best create a bootable rescue
   CD.
   
   what i need on the cd:
   
   my custom kernel (With reiserfs support builtin)  this is a 2.2.19 kernel
   reiserfs tools
 
  Sounds like a job for bootcdwrite.  With bootcdwrite you create a chroot
  directory (or partition) with everything you want on the cd, and it does
  the rest.  If your normal system is small enough (telling bootcdwrite which
  parts to skip), you could use it instead.

That's in the bootcd package:

apt-get install bootcd


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]