Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    [gentoo + grub] non fa il boot

    Allora, l'errore che mi da al boot è questo:
    codice:
    VFS: Mounted root (ext2 filesystem).
    /linuxrc has to be run as the init process at the one with a PID of 1.
    Try adding init="/linuxrc" to the kernel command line or running "exec /linuxrc".
    VFS: Cannot open root device "dev/ram0" or unknown-block(0,0)
    Please append a correct "root=" boot option
    kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)
    In pratica, da quanto ho capito, non riesce a montare la root. Ma non capisco dove sia il problema!!! E poi perchè dice VFS: Mounted root (ext2 filesystem) quando la partizione è ext3???

    Ora vi posto le partizioni come dice fdisk:
    codice:
    /dev/hda1               1         992      499936+  82  Linux swap
    /dev/hda2   *         993        1089       48888   83  Linux
    /dev/hda3            1090       79428    39482856   83  Linux
    Questo è l'fstab
    codice:
    /dev/hda2              /boot           ext3            noauto,noatime          1 1
    /dev/hda3              /               ext3            noatime                 0 0
    /dev/hda1              none            swap            sw                      0 0
    /dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro               0 0
    #/dev/fd0               /mnt/floppy     auto            noauto                  0 0
    
    none                    /proc           proc            defaults                0 0
    
    none                    /dev/shm        tmpfs           defaults                0 0
    Ed infine il file grub.conf

    codice:
    default 0
    timeout 30
    splashimage=(hd0,1)/grub/splash.xpm.gz
    
    title=Gentoo Linux kernel-2.6.7
    root(hd0,1)
    kernel /kernel-2.6.7 root=dev/ram0 init=/linuxrc ramdisk=8912 real_root=/dev/hda3 vga=794
    initrd /initrd-2.6.7
    http://www.quantumfoam.eu: The Italian Power Guild on Vanguard

  2. #2
    ops mi sono accorto che c'è qualche problemino nell'fsta.....ma che ci ho scritto?!? /dev/boot? lol
    http://www.quantumfoam.eu: The Italian Power Guild on Vanguard

  3. #3
    il problema non è quello però...ma ch è VFS?
    http://www.quantumfoam.eu: The Italian Power Guild on Vanguard

  4. #4
    Utente bannato
    Registrato dal
    Jan 2003
    Messaggi
    1,414

    Re: [gentoo + grub] non fa il boot

    Originariamente inviato da RaMaR

    Ed infine il file grub.conf

    codice:
    title=Gentoo Linux kernel-2.6.7
    root(hd0,1)
    kernel /kernel-2.6.7 root=dev/ram0 init=/linuxrc ramdisk=8912 real_root=/dev/hda3 vga=794
    initrd /initrd-2.6.7
    Mettilo così

    codice:
    title=Gentoo Linux kernel-2.6.7
    root(hd0,1)
    kernel (hd0,1) /boot/(immagine)  root= /dev/hda3

  5. #5
    Ho risolto, mancava un backslash dietro /dev/ram0 (ma che è sto ram0?)
    http://www.quantumfoam.eu: The Italian Power Guild on Vanguard

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.