Visualizzazione dei risultati da 1 a 9 su 9
  1. #1
    Utente di HTML.it L'avatar di Pegasus
    Registrato dal
    Jun 2002
    Messaggi
    877

    [Ubuntu] Come si comporta l'installer?

    Devo riistallare ubuntu su un'altra macchina, ma non ricordo se l'installer sovrascrive di default l'MBR o chiede di istallarlo in una partizione /boot.
    Siccome ho il LILO di yoper, non voglio che me lo tocchi.
    QUalcuno si ricorda? Perchè ho letto alcune cose che mi hanno fatto venire qualche dubbio.
    Moderatore di Ubuntu-IT
    La comunità italiana di Ubuntu

  2. #2
    Utente di HTML.it L'avatar di Pegasus
    Registrato dal
    Jun 2002
    Messaggi
    877
    Up!
    Moderatore di Ubuntu-IT
    La comunità italiana di Ubuntu

  3. #3
    puoi anche scegliere di instalalre lilo nella partizione root. a me infatti grub dava problemi e tornando al menù delle scelte ho optato per lilo.

  4. #4
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,558
    Originariamente inviato da Pegasus
    Up!
    Puoi scegliere dove installare,senza problemi l'installer è quello classico
    testuale semigrafico della Debian .

  5. #5
    Utente di HTML.it L'avatar di altor
    Registrato dal
    Sep 2003
    Messaggi
    658
    Installata ubuntu mantenendo su mbr il lilo di Yoper...


    Ciao!

  6. #6
    Utente di HTML.it L'avatar di eraclito
    Registrato dal
    May 2002
    Messaggi
    1,273
    attento però che è subdolo, io mi sono distratto un attimo e mi ha fregato, senza chiedermi nulla avevo grub a scapito (guardala coincidenza) del lilo di yoper...
    L'apprendere molte cose non insegna l'intelligenza
    Voglio avere dubbi più chiari

  7. #7
    Utente di HTML.it L'avatar di Pegasus
    Registrato dal
    Jun 2002
    Messaggi
    877
    Altor mi posti la conf del LILO? mi può tornare utile..
    Moderatore di Ubuntu-IT
    La comunità italiana di Ubuntu

  8. #8
    Utente di HTML.it L'avatar di altor
    Registrato dal
    Sep 2003
    Messaggi
    658
    Qui ufficio...

    Te la posto stasera da casa.

    Ciao!

    PS tieni conto che ubuntu cerca di installare grub, nel modo che diceva Eraclito. Nel mio caso è successo che grub non si installava e quindi ho messo lilo con relativa facilità.

  9. #9
    Utente di HTML.it L'avatar di altor
    Registrato dal
    Sep 2003
    Messaggi
    658
    Eccomi!

    Lilo di yoper
    *****************
    prompt
    timeout=60
    default=YOS
    vga=791
    boot=/dev/hda

    lba32

    bitmap = /boot/yoper_boot.bmp
    bmp-colors = 1,,0,2,,0
    bmp-table = 120p,173p,1,15,17
    bmp-timer = 254p,432p,1,0,0


    image=/boot/yos
    label=YOS
    read-only
    root=/dev/hda2
    append = "splash=silent nolapic noapic acpi=on noscsi "
    initrd=/boot/initrd-2.6.8.1-3.img


    other=/dev/hda1
    label=Windows

    other=/dev/hda7
    label=Mandrake

    other=/dev/hda6
    label=slackware

    other=/dev/hda8
    label=Ubuntu
    ******************
    Lilo di Ubuntu (molto commentato)

    *****************
    # /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
    # --------------- `install-mbr(8)', `/usr/share/doc/lilo/',
    # and `/usr/share/doc/mbr/'.

    #

    # 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/hda8

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

    # 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: text, bmp, and menu
    # Look in lilo.conf(5) manpage for details
    #
    #install=menu

    # 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
    # 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-HOWTO' and `kernel-parameters.txt' in
    # the Linux kernel `Documentation' directory.
    #
    # append=""

    # If you used a serial console to install Ubuntu, this option should be
    # enabled by default.
    # serial=

    #
    # Boot up Linux by default.
    #
    default=Linux

    image=/vmlinuz
    label=Linux
    read-only
    # restricted
    # alias=1
    append="expert noapic nolapic"
    initrd=/initrd.img

    image=/vmlinuz.old
    label=LinuxOLD
    read-only
    optional
    # restricted
    # alias=2
    append="expert noapic nolapic"
    initrd=/initrd.img.old


    # 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
    *********************************

    Ciao!!

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 © 2025 vBulletin Solutions, Inc. All rights reserved.