You are not logged in.

#1 2012-10-09 06:55:03

ewaves
Member
Registered: 2012-09-01
Posts: 39

Systemd has problems mounting efi

As you can see here [https://www.dropbox.com/s/2dzfssgnwtqs6 … .37.33.jpg] I'm having troubles booting from systemd because of the efi partition.
I don't get why it says that the fstype is wrong since vfat works well with sysvinit, anyone is able to help me get out of this?

Thanks!

Offline

#2 2012-10-09 09:03:59

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: Systemd has problems mounting efi

What about this codepage=cp437?? Is this a custom kernel or something??

Offline

#3 2012-10-09 09:10:39

ewaves
Member
Registered: 2012-09-01
Posts: 39

Re: Systemd has problems mounting efi

Nope it was auto generated by genfstab...

Here is my fstab

# UUID=d7caefba-6d79-4ec2-a2fb-3d5957911b34
/dev/sda3               /               ext4            rw,relatime,data=ordered        0 1

# UUID=7beb1ed3-370d-4435-b8ad-e408cfa844d7
/dev/sda4               /home           ext4            rw,relatime,data=ordered        0 2

# UUID=1ed0f133-eb01-4f63-8c0a-962d53eb7476
/dev/sda2               /boot           ext2            rw,relatime     0 2

# UUID=70D6-1701 LABEL=EFI
/dev/sda1               /boot/efi       vfat            rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro  0 2

/swapfile               none            swap            defaults        0 0

Last edited by ewaves (2012-10-09 09:13:53)

Offline

#4 2012-10-09 09:29:13

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: Systemd has problems mounting efi

The error you are getting is related to not having cp437 enabled in the kernel. Thats what the internetz tell me.

Offline

#5 2012-10-09 11:34:07

ewaves
Member
Registered: 2012-09-01
Posts: 39

Re: Systemd has problems mounting efi

Ok I solved modifying the value of codepage to 437 instead of cp437 wink
Thanks for the suggestion!

Offline

Board footer

Powered by FluxBB