mountall tries to mount non-existent /boot partition
Asked by
infinite-recursion
I am using a single 57 GiB ext4 root partition (/dev/sda1) with no separate /boot partition.
During the boot sequence, I get a message that mounting /boot has failed; after I press skip, the system comes up normally.
Checking /var/boot.log, I find the following:
mount: according to mtab, /dev/sda1 is mounted on /
mountall: mount /boot [541] terminated with status 32
mountall: Filesystem could not be mounted: /boot
So for some reason, mountall is trying to mount /dev/sda1, which contains the root file system, a second time as /boot.
In /etc/fstab, there is an entry for /, but no entry for /boot.
So where does mountall get the idea that it should mount /dev/sda1 as /boot? Obviously, I would like to stop this behavior.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu mountall Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- infinite-recursion
- Solved:
- Last query:
- Last reply:
To post a message you must log in.