fstab problem

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Cpnsiutroy

fstab problem

Post by Cpnsiutroy »

I have been roaming the internet for awhile now but I have not been able to find anything to fit my situation exactly.
When booting up right after I installed Linux Mint 14, there is only a blank screen where there should be the start up logo. I restart and I am presented with:

Code: Select all

Alert!  /dev/disk/by-uuid/###... does not exist.
I tried using Supergrub/rescatux and with this tiny netbook I am putting it on, the hard drive cannot be seen.

My fdisk and fstab looks as follows (respectively):

Code: Select all

Disk /dev/sda: 16.4 GB, 16358768640 bytes
255 heads, 63 sectors/track, 1988 cylinders, total 31950720 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 identifier: 0x000e043d

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048    23582719    11790336    7  HPFS/NTFS/exFAT
/dev/sda2        23584766    31948799     4182017    5  Extended
/dev/sda5        23584768    31948799     4182016   82  Linux swap / Solaris

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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 identifier: 0x00043681

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048   308408319   154203136   83  Linux
/dev/sdb2       308410366   312580095     2084865    5  Extended
/dev/sdb5       308410368   312580095     2084864   82  Linux swap / Solaris

Code: Select all

/dev/loop0: TYPE="squashfs" 
/dev/sda1: LABEL="New Volume" UUID="B005-0A00" TYPE="vfat" 
/dev/sda5: UUID="be8eb45d-2276-4532-9121-54640888c9b0" TYPE="swap" 
/dev/sdb1: UUID="ef74ec40-4136-4fe0-afca-48d60e390a3d" TYPE="ext4" 
/dev/sdb5: UUID="cd2e0257-a312-4015-b26f-7fd57b712c45" TYPE="swap" 
Thank you to anyone in advance!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Cpnsiutroy

Re: fstab problem

Post by Cpnsiutroy »

Self-Bump... Anyone?
mozkill

Re: fstab problem

Post by mozkill »

Try mounting your filesystems without having the UUID in the fstab. Do your research first before you do it though. As far as I know the UUID is only so that your system remembers the sorting order of the drives. You can always re-add the UUID's back after you figure out the problem.
Locked

Return to “Installation & Boot”