ho fatto una partizione separata per la /home, una per / e una swap
tutto ok, unica cosa all'avvio a volte dice che c'è un errore nel montaggio del filesistem e avvia una tty
poi però avverte che premendo CTRL + D riproverà a fare il boot
facendolo, avvia lo splash con qualche scrittina sotto che riguarda il filesystem (non vedo bene perche sparisce subito) e poi si avvia regolarmente.
questo il mio fstab. ho sbagliato qualcosa quando ho creato le partizioni?
Codice: Seleziona tutto
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=8a7121eb-758f-4d91-b475-ae1e67f85383 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=8124aab5-ef59-400e-b3fb-7438b6f66507 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=a0fa1b11-aff9-4e3b-8f12-a1678ee5d7e1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0

