Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1

    [Debian] Problema Lilo "block move error 0x03"

    Ciao a tutti!

    Ho appena installato Debian. C'è però un problema con Lilo: al boot infatti mi da il seguente errore "block move error 0x03" che si ripete fino a quando schiaccio ctrl.

    Riesco ad avviare il sistema grazie al floppy creato durante l'installazione.

    Lilo l'ho installato nell'MBR.
    Se può essere utile posso postare il file /etc/lilo.conf...

    Come posso provare a risolvere?

  2. #2
    Ho l'impressione che il problema possa essere nel bios/hard disk...

    Queste sono le partizioni:

    / -> hda1 - 35 Gb
    /home -> hda5 - 15 Gb
    /var -> hda3 - 31 Gb
    swap -> hda4 - 750 Mb


    Non so come procedere...

  3. #3
    il lilo.conf?
    @_=(115,-17,6);print+map{chr$_[$.=$_-$_]*$_**$.+++$_[$.]*$_**$.+++$_[$.]*$_**$.}$.-$...$#_

  4. #4
    Eccolo!

    # Support LBA for large hard disks.
    #
    lba32

    # Overrides the default mapping between harddisk names and the BIOS'
    # harddisk order. Use with caution.
    #disk=/dev/hde
    # bios=0x81

    #disk=/dev/sda
    # bios=0x80

    # Specifies the boot device. This is where Lilo installs its boot
    # block. It can be either a partition, or the raw device, in which
    # case it installs in the MBR, and will overwrite the current MBR.
    #
    #boot=/dev/hda - questo ho provato a modificarlo io
    boot=/dev/hda1

    # Specifies the device that should be mounted as root. (`/')
    #
    root=/dev/hda1

    # Enable map compaction:
    # Tries to merge read requests for adjacent sectors into a single
    # read request. This drastically reduces load time and keeps the
    # map smaller. Using `compact' is especially recommended when
    # booting from a floppy disk. It is disabled here by default
    # because it doesn't always work.
    #
    # compact

    # Installs the specified file as the new boot sector
    # You have the choice between: bmp, compat, menu and text
    # Look in /boot/ and in lilo.conf(5) manpage for details
    #
    install=/boot/boot-text.b

    # Specifies the location of the map file
    #
    map=/boot/map

    # You can set a password here, and uncomment the `restricted' lines
    # in the image definitions below to make it so that a password must
    # be typed to boot anything but a default configuration. If a
    # command line is given, other than one specified by an `append'
    # statement in `lilo.conf', the password will be required, but a
    # standard default boot will not require one.
    #
    # This will, for instance, prevent anyone with access to the
    # console from booting with something like `Linux init=/bin/sh',
    # and thus becoming `root' without proper authorization.
    #
    # Note that if you really need this type of security, you will
    # likely also want to use `install-mbr' to reconfigure the MBR
    # program, as well as set up your BIOS to disallow booting from
    # removable disk or CD-ROM, then put a password on getting into the
    # BIOS configuration as well. Please RTFM `install-mbr(8)'.
    #
    # password=tatercounter2000

    # Specifies the number of deciseconds (0.1 seconds) LILO should
    # wait before booting the first image.
    #
    delay=20

    # You can put a customized boot message up if you like. If you use
    # `prompt', and this computer may need to reboot unattended, you
    # must specify a `timeout', or it will sit there forever waiting
    # for a keypress. `single-key' goes with the `alias' lines in the
    # `image' configurations below. eg: You can press `1' to boot
    # `Linux', `2' to boot `LinuxOLD', if you uncomment the `alias'.
    #
    # message=/boot/bootmess.txt
    # prompt
    # single-key
    # delay=100
    # timeout=100

    # Specifies the VGA text mode at boot time. (normal, extended, ask, <mode>)
    #
    # vga=ask
    # vga=9
    #
    vga=normal

    # Kernel command line options that apply to all installed images go
    # here. See: The `boot-prompt-HOWO' and `kernel-parameters.txt' in
    # the Linux kernel `Documentation' directory.
    #
    # append=""

    # Boot up Linux by default.
    #
    default=Linux

    image=/vmlinuz
    label=Linux
    read-only
    # restricted
    # alias=1

    #image=/vmlinuz.old
    # label=LinuxOLD
    # read-only
    # optional
    # restricted
    # alias=2

    # If you have another OS on this machine to boot, you can uncomment the
    # following lines, changing the device name on the `other' line to
    # where your other OS' partition is.
    #
    # other=/dev/hda4
    # label=HURD
    # restricted
    # alias=3

  5. #5
    Originariamente inviato da daviweb
    Eccolo!

    lba32
    boot=/dev/hda1

    root=/dev/hda1

    install=/boot/boot-text.b
    map=/boot/map

    delay=20
    vga=normal
    default=Linux

    image=/vmlinuz
    label=Linux
    read-only
    dunque
    boot=/dev/hda1 non installa nell'mbr ma nel settore di avvio di hda1, quindi dovresti rimettere /dev/hda, lascia hda1 solo se sei sicuro che la partizione sia bootabile e che su quel settore ci sia un bootloader altrimenti non saprà cosa caricare..
    per il resto mi sembra a posto
    potresti provare a togliere il vga=normal se ci sono problemi col fb, ma nn credo sia il tuo caso
    per quanto riguarda invece i parametri "install" e "map" non saprei perchè non li uso, ma non dovrebbero essere loro a dare problemi
    @_=(115,-17,6);print+map{chr$_[$.=$_-$_]*$_**$.+++$_[$.]*$_**$.+++$_[$.]*$_**$.}$.-$...$#_

  6. #6
    /dev/hda1 l'ho messo dalla disperazione!!

    Fai pure conto che ci sia /dev/hda e che non funziona...

    Idee?

  7. #7
    Secondo voi il problema è sull'MBR o sulla partizione hda1?

    Forse questo può essere interessante:

    -M master-device [ mbr-file ]
    Install a Master Boot Record on the device specified as master-device. The new MBR is copied by
    default from "/boot/mbr.b", unless a specific file is named as the second argument. The primary
    partition table on master-device is undistrubed. If no device serial number is present, then gen_
    erate one and write it to the MBR.


    # lilo -M master-device
    Fatal: Cannot open master-device: No such file or directory

    Il file /boot/mbr.b non esiste!!

  8. #8
    Ho installato Red Hat, che utilizzando GRUB, è partita senza problemi!!

    Ho quindi reinstallato debian, disinstallato lilo e installato grub: #apt-get install grub.


    Ho riavviato, ma è partito ancora LILO con il suo problema!!

    Devo dire a GRUB di installarsi nell'MBR? Come devo fare?
    Ho guardato il man, ma non trovo quello che cerco....

    Come si fa?

  9. #9

    Block move error 0x03

    Mi presento, io sono Andrea,
    ho provato ad installare Zencafè , anche la versione 5.2
    http://www.zenwalk.it/download
    ma mi da errore
    "Block move error 0x03"
    http://it.youtube.com/watch?v=hs8eaFms8ps
    aiutooooo scrivi a laruotachiodata@libero.it

  10. #10
    per installare grub nel MBR basta dare il comando

    grub-install /dev/hda

    sempre che sia hda e non sda
    se non da errori rimuove lilo e si piazza al suo posto



    puoi farlo anche da una live se non riesci a farlo partire

    da una live crei una dir poi ci monti la partizione e dai il comando


    mkdir /mnt/deb
    mount /dev/hda1 /mnt/deb
    chroot /mnt/deb /bin/bash
    grub-install /dev/hda


    naturalmente se hai l'mbr un po rovinato andrebbe ripulito
    io formatto il disco a basso livello in questi casi con le utility del costruttore del disco

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.