Next Previous Contents

7. Ekkinwntas apo mia disketa Diaswshs (Rescue Floppy)

Sth synexeia, egkatesthsa ta Windows-95 sto susthma toy grafeioy moy. Ejafanise to wraio LILO MBR moy, alla afhse ta Linux partitions moy apeiraxta. Oi pyrhnes pairnoyn polu wra na fortw8oun apo disketa, kai etsi ekana mia disketa me ena LILO panw ths, to opoio ekkinouse ton pyrhna moy apo ton IDE.

Eftiaja th LILO disketa moy ws ejhs:

  fdformat /dev/fd0H1440      #  lay tracks on virgin diskette
  mkfs -t minix /dev/fd0 1440 #  make file system of type minix
  mount /dev/fd0 /mnt         #  mount in the standard tmp mount point
  cp -p /boot/chain.b /mnt    #  copy the chain loader over
  lilo -C /etc/lilo.flop      #  install LILO and the map on the diskette.
  umount /mnt

Shmeiwste pws h disketa prepei na exei ginei mounted otan trexete ton installer etsi wste na mporei to Lilo na gracei to map arxeio toy kanonika.

To arxeio einai to /etc/lilo.flop. Einai peripoy san to teleytaio:

#  Makes a floppy that can boot kernels from HD.
boot = /dev/fd0
map = /mnt/lilo-map
delay = 100
ramdisk = 0
timeout = 100
prompt
disk = /dev/hda     # 1 GB IDE, BIOS only sees first 500 MB.
   bios=0x80
   sectors = 63
   heads = 16
   cylinders = 2100
image = /vmlinuz
  append = "hd=2100,16,63"
  root = /dev/hda2
  label = linux
  read-only
  vga = extended
other = /dev/hda1
  label = msdos
  table = /dev/hda
  loader = /mnt/chain.b

Telos, xreiasthka MS-DOS 6.2 sto susthma toy grafeioy moy, alla den h8ela na peirajw ton prwto disko moy. Pros8esa enan SCSI controller kai ena disko, eftiaja ena susthma arxeiwn msdos panw toy me thn entolh toy Linux mkdosfs, kai ta Windows-95 to blepoyn ws "D:". Alla fysika to MSDOS den mporei na jekinhsei apo to D:. Ayto den apotelei problhma otan exete LILO. Pros8esa ta akoloy8a sto lilo.conf toy Paradeigmatos 2.

other = /dev/sda1
  label = d6.2
  table = /dev/sda
  loader = /boot/any_d.b
Me aythn thn tropopoihsh, to MSDOS-6.2 trexei kai pisteuei pws einai sto C: kai pws ta Windows-95 briskontai sto D:.


Next Previous Contents