web-dev-qa-db-ja.com

UUID = xxxは存在しません。シェルにドロップする

ハードウェアの故障のため、マザーボードを交換したばかりです。交換後、システム(Ubuntu 17.10)が起動しません。

警戒! UUID = dd84f4b3-d5bf-42e4-9b5e-ec685a461fadは存在しません。シェルにドロップします。

ライブUSB Ubuntuを使用してこの問題をデバッグしました。結果は次のとおりです。

/ etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
# / was on /dev/nvme0n1p3 during installation
UUID=dd84f4b3-d5bf-42e4-9b5e-ec685a461fad /               ext4    errors=remount-ro 0       1

# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=B38D-559B  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/nvme0n1p4 during installation
UUID=f4134c38-10b9-478f-b550-54650a9f5140 none            swap    sw              0       0

ブリキッド

/dev/nvme0n1p1: SEC_TYPE="msdos" UUID="B38D-559B" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="98be6c97-c354-49a6-a432-9201d56a421b"
/dev/nvme0n1p2: LABEL="OS" UUID="B39E-7035" TYPE="vfat" PARTLABEL="fat32" PARTUUID="d3006358-8d82-4e0b-99f8-87a5261cf7e8"
/dev/nvme0n1p3: LABEL="UBUNTU" UUID="dd84f4b3-d5bf-42e4-9b5e-ec685a461fad" TYPE="ext4" PARTUUID="24e5b96d-f20c-43dd-9e48-672760b0e6f7"
/dev/sda1: LABEL="UBUNTU 17_1" UUID="88D4-322D" TYPE="vfat" PARTUUID="3d0a270b-01"

fdisk -l

Disk /dev/loop0: 1.3 GiB, 1427259392 bytes, 2787616 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/nvme0n1: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 43E35EBE-2A73-404A-9D4A-851815F33F9A

Device             Start        End   Sectors   Size Type
/dev/nvme0n1p1        34     488281    488248 238.4M EFI System
/dev/nvme0n1p2    488282    5934980   5446699   2.6G Microsoft basic data
/dev/nvme0n1p3   5935104  933576703 927641600 442.3G Linux filesystem
/dev/nvme0n1p4 933576704 1000214527  66637824  31.8G Linux swap


Disk /dev/sda: 28.7 GiB, 30752636928 bytes, 60063744 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x3d0a270b

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1  *     2048 60063743 60061696 28.7G  c W95 FAT32 (LBA)

fstabのUUIDは正しいようですが、それでもエラーメッセージが表示されます。

Ubuntuのインストールを修復するにはどうすればよいですか?

ALERT!/ dev/disk/by-uuid/xxxxxxxxxが存在しません。シェルにドロップします で特定のソリューションを試しましたが、残念ながらそれは役に立ちませんでした(/dev/nvme0n1p3をマウントしました)。それでも同じ問題。

Update:セットアップユーティリティでUEFIブートモードを選択すると、この問題が発生します。しかし、レガシーブートを選択すると、「ブートデバイスが見つかりません」と表示されます。しかし、ここで注意が必要な部分があります。レガシーモードを選択し、F12を使用してUEFI/Ubuntuを選択すると、問題なく起動します。

7

ペンドライブUbuntuを使用してこの問題を理解しようとすると、レガシブートが無効になっているときにハードドライブが認識されないことがわかりました。これは、UEFIを手動で選択した理由を説明しています。

問題は、新しいマザーボードにデフォルト設定があったため、RAIDが有効になったことでした。 AHCIに切り替えると問題が解決しました。これを変更するために必要な手順は次のとおりです。( この回答 から借用)

  1. BIOSを起動します(F12 起動時)
  2. 選択する Bios Setup
  3. へ引っ越す System ConfigurationSATA Operation そして選択 AHCI
5

答えはfstabファイル自体に含まれています。

# / was on /dev/nvme0n1p3 during installation
UUID=dd84f4b3-d5bf-42e4-9b5e-ec685a461fad /               ext4    errors=remount-ro 0       1

# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=B38D-559B  /boot/efi       vfat    umask=0077      0       1
# swap was on /dev/nvme0n1p4 during installation
UUID=f4134c38-10b9-478f-b550-54650a9f5140 none            swap    sw              0       0

そのため、UIDをfstabの旧式の名前に置き換えます。

# /etc/fstab: static file system information.
#
# Use 'blkid' 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>
/dev/nvme0n1p3   /               ext4    errors=remount-ro 0       1
/dev/nvme0n1p1   /boot/efi       vfat    umask=0077      0       1
/dev/nvme0n1p4   none            swap    sw              0       0

そして再起動します。

それでも問題が100%解決されない場合、真のエラーはさらに深く、古いMoBoと新しいMoBoでUEFI設定を比較する必要があります。

4
Fabby