Guest User

Untitled

a guest
Dec 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Gave up waiting for suspend/resume device
  2. Gave up waiting for root device. Common problems:
  3. - Boot args (cat /proc/cmdline)
  4. - Check rootdelay= (did the system wait long enough?)
  5. - Missing modules (cat /proc/modules; ls /dev)
  6. ALERT! UUID=fcbf606a-0ac2-4da9-b0c6-ee8612ed5048 does not exist. Dropping to a shell!
  7.  
  8. BusyBox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu2) built-in shell (ash)
  9. Enter 'help' for a lost of built-in commands.
  10. (initramfs)
  11.  
  12. device fs_type label mount point UUID
  13. -------------------------------------------------------------------------------------------------------------------------------------------
  14. /dev/sda1 vfat BOOT (not mounted) E467-B07A
  15. /dev/sda2 ext4 (not mounted) fcbf606a-0ac2-4da9-b0c6-ee8612ed5048
  16. /dev/sda3 swap [SWAP] 76b0dd9f-0ee3-4a57-b2f7-085b5681353a
  17. /dev/sda4 ext4 WorkBench (not mounted) 5fc99d45-40ad-400e-993d-10e1c760136c
  18. /dev/sda5 ext4 Entertainment (not mounted) dc3ed43c-e8df-4a8c-8717-b9ffae68873d
  19. /dev/sr0 iso9660 Ubuntu 18.04 LTS amd64 /cdrom 2018-04-26-18-43-51-00
  20. /dev/sr1 iso9660 My CDROM /media/ubuntu/My CDROM 2017-01-14-16-54-41-00
  21.  
  22. /dev/sda1: LABEL="BOOT" UUID="E467-B07A" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="7cbed102-d376-4057-8a0d-eb2794ddf36c"
  23. /dev/sda2: UUID="fcbf606a-0ac2-4da9-b0c6-ee8612ed5048" TYPE="ext4" PARTUUID="c12001d1-8c66-42f8-8d2d-f02c2c5535c8"
  24. /dev/sda4: LABEL="WorkBench" UUID="5fc99d45-40ad-400e-993d-10e1c760136c" TYPE="ext4" PARTLABEL="WorkBench" PARTUUID="1b7cff28-a8a9-48ca-a14b-511f78814c59"
  25. /dev/sda5: LABEL="Entertainment" UUID="dc3ed43c-e8df-4a8c-8717-b9ffae68873d" TYPE="ext4" PARTLABEL="Entertainment" PARTUUID="dd76139e-aeec-4963-98b6-3b2cc76e6c3d"
  26. /dev/sr0: UUID="2018-04-26-18-43-51-00" LABEL="Ubuntu 18.04 LTS amd64" TYPE="iso9660" PTUUID="2b192737" PTTYPE="dos"
  27. /dev/sda3: UUID="76b0dd9f-0ee3-4a57-b2f7-085b5681353a" TYPE="swap" PARTUUID="56845884-ee7e-4b17-bac0-0033a93641f3"
  28.  
  29. Model: ATA TOSHIBA MQ04ABF1 (scsi)
  30. Disk /dev/sda: 1000GB
  31. Sector size (logical/physical): 512B/4096B
  32. Partition Table: gpt
  33. Disk Flags:
  34.  
  35. Number Start End Size File system Name Flags
  36. 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
  37. 2 538MB 205GB 205GB ext4
  38. 4 205GB 581GB 376GB ext4 WorkBench
  39. 5 581GB 994GB 413GB ext4 Entertainment
  40. 3 994GB 1000GB 6313MB linux-swap(v1)
  41.  
  42. overlay / overlay rw 0 0
  43. tmpfs /tmp tmpfs nosuid,nodev 0 0
Add Comment
Please, Sign In to add comment