"루트 파일 시스템 장치 대기 중 중단됨" 메시지와 함께 Oracle VPS 부팅이 손상되고 fstab이 비어 있음

"루트 파일 시스템 장치 대기 중 중단됨" 메시지와 함께 Oracle VPS 부팅이 손상되고 fstab이 비어 있음

Ubuntu를 실행하는 무료 Oracle VPS를 사용하고 있지만 부팅이 더 이상 작동하지 않는 것 같습니다. 머신에 물리적으로 접근할 수 없기 때문에 키를 누른 상태에서 재부팅을 요청하는 솔루션을 실제로 시도할 수는 없습니다.

Gave up waiting for root file system device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  UUID=8ea5e871-d077-4bfc-9a3a-35f020798df1 does not exist.  Dropping to a shell!


BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

상황에 대한 자세한 정보를 얻기 위해 몇 가지 추가 명령을 실행했습니다.

(initramfs) cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.15.0-1036-oracle root=UUID=8ea5e871-d077-4bfc-9a3a-35f020798df1 ro console=tty1 console=ttyS0 nvme.shutdown_timeout=10 libiscsi.debug_libiscsi_eh=1 crash_kexec_post_notifiers
(initramfs) blkid
(initramfs) ls /dev
vga_arbiter      tty21            tty60            ttyS31
rfkill           tty22            tty61            ttyprintk
mem              tty23            tty62            hpet
null             tty24            tty63            hwrng
port             tty25            snapshot         loop-control
zero             tty26            ecryptfs         loop0
full             tty27            fuse             loop1
random           tty28            ptmx             loop2
urandom          tty29            ttyS0            loop3
kmsg             tty30            ttyS1            loop4
tty              tty31            ttyS2            loop5
console          tty32            ttyS3            loop6
tty0             tty33            ttyS4            loop7
vcs              tty34            ttyS5            dma_heap
vcsu             tty35            ttyS6            udmabuf
vcsa             tty36            ttyS7            net
vcs1             tty37            ttyS8            ppp
vcsu1            tty38            ttyS9            vfio
vcsa1            tty39            ttyS10           bus
tty1             tty40            ttyS11           input
tty2             tty41            ttyS12           psaux
tty3             tty42            ttyS13           uinput
tty4             tty43            ttyS14           rtc0
tty5             tty44            ttyS15           mapper
tty6             tty45            ttyS16           fb0
tty7             tty46            ttyS17           mcelog
tty8             tty47            ttyS18           cpu_dma_latency
tty9             tty48            ttyS19           pts
tty10            tty49            ttyS20           core
tty11            tty50            ttyS21           fd
tty12            tty51            ttyS22           stdin
tty13            tty52            ttyS23           stdout
tty14            tty53            ttyS24           stderr
tty15            tty54            ttyS25           char
tty16            tty55            ttyS26           rtc
tty17            tty56            ttyS27           block
tty18            tty57            ttyS28
tty19            tty58            ttyS29
tty20            tty59            ttyS30
(initramfs) cat /etc/fstab
(initramfs) 

fstab만 작성하면 되나요? 내 서버가 부팅 볼륨을 전혀 볼 수 없기 때문입니까? 어떻게 하면 성공적으로 시작할 수 있나요?

답변1

파일 시스템을 찾을 수 없다는 오류가 발생하면서 시스템이 커널을 통해 부팅하지 못하기 때문에 파일 시스템이 어떤 방식으로든 손상되었거나 더 이상 존재하지 않는 것 같습니다.

fstab 파일이 더 이상 파일 시스템을 가리키지 않아 복구해야 할 수도 있습니다.

작동하는 시스템이 없으면 Oracle 액세스를 통해 파일을 변경할 수 없으므로 인스턴스를 재설정해야 할 것 같습니다.

관련 정보