Hello;
I was a 11.04 user and started having some problems which are irrelevant now. I attempted a fresh install of 12.04 64 bit and [stupidly] blew away my data HDD (/dev/sdb1). I finally installed to the correct drive (/dev/sda1), repartitioned the data drive (1 primary partition using ext4). Here's a ~$ df output:
Issue one: My system boots to a grub menu and 30 seconds later continues to the default kernel, which is correct, but I would like that to be done directly. Why is the GRUB menu screen coming up on the first place and how do I change that behavior?
Issue two: For some reason, the bootup stops and informs my that the Data drive is not ready or cannot be mounted. I then have the choice of S-skipping, or M-manually configuring the drive. I select the skip option and the bootup procedes. Once up and running, I have no problem opening Dolphin and selecting the data drive which mounts perfectly.
Here's my fstab file output:
Could this have something to do with the data drive having the OS installed to it by mistake? Perhaps I didn't partition/format correctly. I really don't know and certainly have no clue where to start. I think I know enough about Kubuntu to be extremely dangerous. Please advise.
mhumm2
I was a 11.04 user and started having some problems which are irrelevant now. I attempted a fresh install of 12.04 64 bit and [stupidly] blew away my data HDD (/dev/sdb1). I finally installed to the correct drive (/dev/sda1), repartitioned the data drive (1 primary partition using ext4). Here's a ~$ df output:
Code:
mark@Mark-AMD64:~$ df -a -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 141G 6.1G 128G 5% / proc 0 0 0 - /proc sysfs 0 0 0 - /sys none 0 0 0 - /sys/fs/fuse/connections none 0 0 0 - /sys/kernel/debug none 0 0 0 - /sys/kernel/security udev 3.9G 12K 3.9G 1% /dev devpts 0 0 0 - /dev/pts tmpfs 1.6G 904K 1.6G 1% /run none 5.0M 0 5.0M 0% /run/lock none 3.9G 80K 3.9G 1% /run/shm /dev/sdb1 466G 7.1G 435G 2% /media/Data
Issue two: For some reason, the bootup stops and informs my that the Data drive is not ready or cannot be mounted. I then have the choice of S-skipping, or M-manually configuring the drive. I select the skip option and the bootup procedes. Once up and running, I have no problem opening Dolphin and selecting the data drive which mounts perfectly.
Here's my fstab file output:
Code:
# <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=ad1b9992-0f2e-4422-be35-94e8ddb1697b / ext4 errors=remount-ro 0 1 # # swap was on /dev/sda5 during installation UUID=108ff39a-beda-4f75-8a98-1db538918b11 none swap sw 0 0 # # 500 GB HDD /dev/sdb added by Mark as a Data drive UUID=386acc52-c710-4337-9e4a-d68a8e77b8b7 /media/Data ext4 auto,user,sync 0 0
mhumm2
Comment