Re: [newbie] bootdisk

2000-12-22 Thread Pieter De Troyer

Dennis Myers wrote:
 
 Which version are you using?  7.1,7.2? If you go to drakeconfig and
 click on the boot it will give you a drop down
   with make boot floppy on it. Have fun.
 

i can't boot my installation, therefor i'd like to make a bootdisk from
the cdrom but i'm afraid those bootdisk images will start the
installation procedure. is this correct?

it's for 7.1, for alpha-processors.

P




Re: [newbie] bootdisk

2000-12-22 Thread Dennis Myers

yes, you are right. However, you can use the cdrom install disk and 
choose upgrade instead of new install, then
don't change anything or let it add some programs that weren't installed 
to begin with. If you pick custom install
  you can choose a single area of functionality, like KDE to add. then 
when it finishes and goes to the end you should
  get the make boot floppy choice again. This will save a lot of time 
since the partitions will not be changed and
  the whole load of packages won't be rewritten. Linux is definitly a 
learning experience.. Good luck.

Pieter De Troyer wrote:

 Dennis Myers wrote:
 
 Which version are you using?  7.1,7.2? If you go to drakeconfig and
 click on the boot it will give you a drop down
   with make boot floppy on it. Have fun.
 
 
 
 i can't boot my installation, therefor i'd like to make a bootdisk from
 the cdrom but i'm afraid those bootdisk images will start the
 installation procedure. is this correct?
 
 it's for 7.1, for alpha-processors.
 
 P


-- 
Dennis Myers Registered Linux user #180843





Re: [newbie] bootdisk

2000-12-22 Thread Stefaans Mostert

Pieter De Troyer wrote:
 
 Hi,
 
 is there a bootdisk image somewhere with which you can make a bootfloppy
 that doesn't start the installation? I did the installation already, but
 forgot to make the bootfloppy.
 
 P
Use kfloppy and format a floppy leave it in the drive and make sure it
is mounted (right click floppy icon)
Open a shel prompt window su to root and type mkbootdisk
follow instructions.

Whallah!!!

Stefaans





Re: [newbie] bootdisk

2000-12-22 Thread civileme

On Friday 22 December 2000 15:10, you wrote:
 Dennis Myers wrote:
  Which version are you using?  7.1,7.2? If you go to drakeconfig and
  click on the boot it will give you a drop down
with make boot floppy on it. Have fun.

 i can't boot my installation, therefor i'd like to make a bootdisk from
 the cdrom but i'm afraid those bootdisk images will start the
 installation procedure. is this correct?

 it's for 7.1, for alpha-processors.

 P
Yes, however if you hit F1 at the splash screen and type 'rescue' , then you 
will boot into a kernel

mount /dev/(root_filesystem_partition) /mnt
chroot /mnt
mkbootdisk --(kernelnumber)   #example: mkbootdisk  --2.2.17-21mdk

Civileme