Deboostrappasin ubuntu server 9.10 (i386) työpöydälleni, kopioin muistitikulle ja asensin grubin, lyhyesti sanottuna. Kaikki samalle osiolle ja boottauslippu päälle. Kokeilin kahdella koneella ja siltä tikulta pystyi boottaamaan.
Sitten yritin siirtää /usr, /var ja /home:n omille levyosioilleen. Ainoa primary-osio on /, ja loput 3 osiota ovat extended-osion sisällä (kuten gparted näyttää).
Mutta kun siltä tikulta yrittää bootata, automount ei toimi, tulee virheviestejä ja lopulta se antaa root-komentorivin. Voin kuitenkin mountata tarvittavat osiot käsin (käyttäen /dev/sdc* nimityksiä).
mount: mount point /var/run does not exista-8e76-e6c222aa4357
mountall: mount /var/run [478] terminated with status 32
mountall: Filesystem could not be mounted: /var/run
mount: mount point /var/lock does not exist
mountall: mount /var/lock [479] terminated with status 32
mountall: Filesystem could not be mounted: /var/lock
mount: mount point /var/run does not exist
mountall: mount /var/run [481] terminated with status 32
mountall: Filesystem could not be mounted: /var/run
mount: mount point /var/lock does not exist
mountall: mount /var/lock [482] terminated with status 4
mountall: Filesystem could not be mounted: /var/lock
init: mountall main process (472) terminated with status 4
fsck from util-linux-ng 2.16
Mount of root filesystem failed.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and reboot the system.
Give root password for maintenance
(or type Control-D to continue): /dev/sdc1: clean, 4968/259032 files, 171463/105
2224 blocks
_
Kirjoitin tämän fstabin googlella löytyneiden ohjeiden perusteella:
proc /proc proc defaults 0 0
UUID=faa33f3a-4e2c-467a-8e76-e6c222aa4357 / ext3 relatime,errors=remount-ro 0 1
UUID=d423ae11-3ba4-45a6-abed-fffc32a4a70c /var ext3 defaults 0 1
UUID=52f0f970-868c-48c7-838e-65d1f5a101f0 /usr ext3 defaults 0 1
UUID=4ee2c55b-5575-411f-8325-24da50f2067a /home ext3 defaults 1 1
/dev/scd0 /media/cdrom0 auto user,noauto,exec,utf8 0 0
Osioiden UUID:t:
/dev/sdc1: faa33f3a-4e2c-467a-8e76-e6c222aa4357
/dev/sdc5: 4ee2c55b-5575-411f-8325-24da50f2067a
/dev/sdc6: 52f0f970-868c-48c7-838e-65d1f5a101f0
(/dev/sdc7 ei ole käytössä)
/dev/sdc8: d423ae11-3ba4-45a6-abed-fffc32a4a70c
Olen lähes varma siitä että fstab on ongelmien aiheuttaja. Miten sen saa toimimaan?