Hello,
I recently bought a secondhand dell laptop with second gen i3 cpu, 8gb of ram and 240 gb ssd. The laptop doesn't have any other physical drives (no cd/dvd drive, no hdd)
I installed kubuntu 17.04 without a problem and have been using it for about a week now.
Yesterday though, I tried formatting a usb using KDE partition manager, to create a bootable USB for another pc.
First I deleted all the partitions inside the USB and created a new fat32 partition.
Then, because I was unable to mount the USB after the format, I tried setting the mount point to /media/<username> and then mounted from command line using:
mount /dev/sdc1 /media/<username>
Which allowed me to create a bootable USB using unetbootin.
After restarting, I tried to boot from my USB to see if it works properly.
The USB did not work work, but more importantly, after that I have been unable to boot kubuntu. It always pops up in emergency mode.
I am pretty sure the USB has something to do with it.
First, if I don't have the USB plugged in, emergency mode pops up after a timeout in sdb1.
Second, even though my USB was seen as /dev/sdc on the partition manager, in emergency mode it is /dev/sdb.
During kubuntu installation on this laptop, I picked the default partitioning of the installer. I cannot imagine what /dev/sdb was previously.
I also tried editing /etc/fstab, but it didn't help. Bellow you can see it's contents before I do anything with it.
UUID=e3238d9f-... / ext4 errors=remount-ro 0 1
/dev/sdb1 /media/<username> fat32 defaults 0 0
I've spent a whole day on this to no avail. Please, someone help me!
I recently bought a secondhand dell laptop with second gen i3 cpu, 8gb of ram and 240 gb ssd. The laptop doesn't have any other physical drives (no cd/dvd drive, no hdd)
I installed kubuntu 17.04 without a problem and have been using it for about a week now.
Yesterday though, I tried formatting a usb using KDE partition manager, to create a bootable USB for another pc.
First I deleted all the partitions inside the USB and created a new fat32 partition.
Then, because I was unable to mount the USB after the format, I tried setting the mount point to /media/<username> and then mounted from command line using:
mount /dev/sdc1 /media/<username>
Which allowed me to create a bootable USB using unetbootin.
After restarting, I tried to boot from my USB to see if it works properly.
The USB did not work work, but more importantly, after that I have been unable to boot kubuntu. It always pops up in emergency mode.
I am pretty sure the USB has something to do with it.
First, if I don't have the USB plugged in, emergency mode pops up after a timeout in sdb1.
Second, even though my USB was seen as /dev/sdc on the partition manager, in emergency mode it is /dev/sdb.
During kubuntu installation on this laptop, I picked the default partitioning of the installer. I cannot imagine what /dev/sdb was previously.
I also tried editing /etc/fstab, but it didn't help. Bellow you can see it's contents before I do anything with it.
UUID=e3238d9f-... / ext4 errors=remount-ro 0 1
/dev/sdb1 /media/<username> fat32 defaults 0 0
I've spent a whole day on this to no avail. Please, someone help me!
Comment