[Archlinux] Boot read only

开了win之后出了错
报错not found while loading vmlinuz

插启动盘,file system read only

解决:
fsck /dev/sda1
https://bbs.archlinux.org/viewtopic.php?id=82594
https://askubuntu.com/questions/974548/read-only-file-system-locked-me-out-wont-boot

//lsblk
NAME                                    MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                                       8:0    0 119.2G  0 disk 
├─sda1                                    8:1    0   260M  0 part /boot
├─sda2                                    8:2    0   128M  0 part 
├─sda3                                    8:3    0  39.8G  0 part /run/media/aria/Windows
├─sda4                                    8:4    0  42.2G  0 part /run/media/aria/Windows1
├─sda5                                    8:5    0    32G  0 part 
│ ├─ArchLinuxVolumeGroup00-ArchLinuxRoot
│ │                                     254:0    0    17G  0 lvm  /
│ └─ArchLinuxVolumeGroup00-ArchLinuxHome254:1    0    16G  0 lvm  /home
├─sda6                                    8:6    0   980M  0 part 
│ └─ArchLinuxVolumeGroup00-ArchLinuxRoot254:0    0    17G  0 lvm  /
└─sda7                                    8:7    0   3.9G  0 part [SWAP]
///etc/fstab
# 
# /etc/fstab: static file system information
#
#            
# /dev/mapper/ArchLinuxVolumeGroup00-ArchLinuxRoot
UUID=8ea4706b-62ae-42ed-9a2f-faa2b502c6b9   /           ext4        rw,relatime,data=ordered    0 1

# /dev/mapper/ArchLinuxVolumeGroup00-ArchLinuxHome
UUID=91d96590-2ca1-44fc-99ea-4ae3ef585b7c   /home       ext4        rw,relatime,data=ordered    0 2

# /dev/sda1 LABEL=SYSTEM
UUID=1C4F-705C          /boot       vfat        rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro    0 2

# /dev/sda7 SWAP
UUID=c8b502fa-14ad-4041-ae64-cad2f18d9c6e none swap defaults 0 0

你可能感兴趣的:(linux)