How to make a boot disk in debian?

2002-11-29 Thread damar thapa
Hi,

I am now trying to recompile kernel for the first time in Debian. I do 
not have a floppy to boot the system in case the kernel panics. How can 
I do that in Debian?

Looking at /etc/lilo.conf, it seems that I have to do, dd if=/vmlinuz 
of=/dev/fd0 bs=8192. But it asks for root disk, please advise.

Damar


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



Re: How to make a boot disk in debian?

2002-11-29 Thread Matthias Hentges
Am Sam, 2002-11-30 um 01.39 schrieb damar thapa:
 Hi,
 
 I am now trying to recompile kernel for the first time in Debian. I do 
 not have a floppy to boot the system in case the kernel panics. How can 
 I do that in Debian?
 
 Looking at /etc/lilo.conf, it seems that I have to do, dd if=/vmlinuz 
 of=/dev/fd0 bs=8192. But it asks for root disk, please advise.

Get the original debian kernel-source with the configuration found in
/boot and do a 

$ make bzdisk

But be sure to test the disk ;)

-- 

Matthias Hentges
[www.hentges.net] - PGP + HTML are welcome
ICQ: 97 26 97 4   - No files, no URLs

My OS: Debian Woody: Geek by Nature, Linux by Choice



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




Re: How to make a boot disk in debian?

2002-11-29 Thread Nicos Gollan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 30 November 2002 01:39, damar thapa wrote:
 Hi,

 I am now trying to recompile kernel for the first time in Debian. I
 do not have a floppy to boot the system in case the kernel panics.
 How can I do that in Debian?

Normally, you don't even need a bootdisk. Just create a section in your 
bootmanagers config file (like /etc/lilo.conf) that starts a known 
working kernel as a fallback option and activate it (by running lilo).

- -- 
Embedded Linux -- True multitasking!
TWO TOASTS AT THE SAME TIME!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE955G5eOF0+zcVdv8RAm/KAJ9gYX3VT1iKREIm5JOO94OIVNm+wACffSXs
TzyYA0ADCV9nBwo7+R/l1dA=
=9vfA
-END PGP SIGNATURE-


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




Re: How to make a boot disk in debian?

2002-11-29 Thread Levi Waldron
On November 29, 2002 11:11 am, Nicos Gollan wrote:
 On Saturday 30 November 2002 01:39, damar thapa wrote:
  Hi,
 
  I am now trying to recompile kernel for the first time in Debian. I
  do not have a floppy to boot the system in case the kernel panics.
  How can I do that in Debian?

mkboot can also make boot floppies.


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