0 Members and 1 Guest are viewing this topic.
I should add that when I went back into LL using a live LL DVD, following your instructions, I did this in legacy mode (fast boot off, secure boot off, CSM on).
6. Can you still boot into Windows without any problem and if so, are you using its entry shown in grub menu to boot into it, or are you booting to it some other way?YES, I choose the windows entry on the grub menu. This is working fine, booting rapidly into Win8.1 (less than 10 seconds)
UUID=34A0C4C82DE3D9D1 /mnt/DATA ntfs-3g defaults, windows_names, locale=en_US.utf8 0 0
UUID=34A0C4C82DE3D9D1 /mnt/DATA ntfs-3g defaults,windows_names,locale=en_US.utf8 0 0
sudo mount /dev/sda6 /mntgksu leafpad /mnt/etc/fstab
sudo umount /dev/sda6
[email protected]:~$ sudo mkdir /myRoot /myData[email protected]:~$ sudo mount /dev/sda6 /myRoot[email protected]:~$ sudo mount /dev/sdb1 /myData[email protected]x:~$ sudo parted -lModel: ATA Samsung SSD 850 (scsi)Disk /dev/sda: 250GBSector size (logical/physical): 512B/512BPartition Table: gptNumber Start End Size File system Name Flags 1 1049kB 945MB 944MB ntfs Basic data partition hidden, diag 2 945MB 1050MB 105MB fat32 EFI system partition boot 3 1050MB 1184MB 134MB Microsoft reserved partition msftres 4 1184MB 126GB 125GB ntfs Basic data partition msftdata 5 126GB 126GB 9437kB bios_grub 6 126GB 250GB 124GB ext4Model: ATA Samsung SSD 850 (scsi)Disk /dev/sdb: 1000GBSector size (logical/physical): 512B/512BPartition Table: gptNumber Start End Size File system Name Flags 1 1049kB 1000GB 1000GB ntfs msftdataWarning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0has been opened read-only.Error: Invalid partition table - recursive partition on /dev/sr0. Ignore/Cancel? i Model: MATSHITA BD-CMB UJ160 (scsi)Disk /dev/sr0: 795MBSector size (logical/physical): 2048B/2048BPartition Table: msdosNumber Start End Size Type File system Flags
[email protected]:~$ sudo blkid -c /dev/null/dev/loop0: TYPE="squashfs" /dev/sda1: LABEL="Recovery" UUID="3A08F27308F22E0F" TYPE="ntfs" /dev/sda2: LABEL="SYSTEM" UUID="6E57-A726" TYPE="vfat" /dev/sda4: LABEL="OS" UUID="4A90FA7B90FA6CB7" TYPE="ntfs" /dev/sda6: UUID="003c628a-8078-4a71-8209-33d7117d0285" TYPE="ext4" /dev/sr0: LABEL="Linux Lite 2.4 64-bit" TYPE="iso9660" /dev/sdb1: UUID="34A0C4C82DE3D9D1" TYPE="ntfs"
[email protected]:~$ cat /myRoot/etc/fstab# /etc/fstab: static file system information.## Use 'blkid' to print the universally unique identifier for a# device; this may be used with UUID= as a more robust way to name devices# that works even if disks are added and removed. See fstab(5).## <file system> <mount point> <type> <options> <dump> <pass># / was on /dev/sda6 during installationUUID=003c628a-8078-4a71-8209-33d7117d0285 / ext4 errors=remount-ro 0 1# Mount DATA partitionUUID=34A0C4C82DE3D9D1 /mnt/DATA ntfs-3gdefaults, windows_names, locale=en_US.utf8 0 0
[email protected]:~$ ls -l /myRoot/etc/init | grep 'bind'-rw-r--r-- 1 root root 765 Apr 26 07:21 bind-home.conf[email protected]:~$ cat /myRoot/etc/init/bind-home.conf# Remount partitions with bind# description "Bind DATA Partition Subdirectories to My Home Directory"start on stopped mountallscriptmount --bind /mnt/DATA/Distros /home/m-linuxlite/Distrosmount --bind /mnt/DATA/Documents /home/m-linuxlite/Documentsmount --bind /mnt/DATA/Downloads /home/m-linuxlite/Downloadsmount --bind /mnt/DATA/Music /home/m-linuxlite/Musicmount --bind /mnt/DATA/Pictures /home/m-linuxlite/Picturesmount --bind /mnt/DATA/Podcasts /home/m-linuxlite/Podcastsmount --bind /mnt/DATA/Public /home/m-linuxlite/Publicmount --bind /mnt/DATA/Template /home/m-linuxlite/Templatemount --bind /mnt/DATA/TV /home/m-linuxlite/TVmount --bind /mnt/DATA/Videos /home/m-linuxlite/Videosmount --bind /mnt/DATA/VMs /home/m-linuxlite/VMsend script
[email protected]:~$ ls -l /myRoot/home/m-linuxlitetotal 134556drwxr-xr-x 2 1000 1000 4096 Apr 26 06:28 Desktopdrwxrwxr-x 2 1000 1000 4096 Apr 26 07:03 Distrosdrwxr-xr-x 2 1000 1000 4096 Apr 25 12:06 Documentsdrwxr-xr-x 3 1000 1000 4096 Apr 26 02:01 Downloadsdrwxr-xr-x 2 1000 1000 4096 Apr 25 12:06 Musicdrwxr-xr-x 2 1000 1000 4096 Apr 25 12:06 Picturesdrwxrwxr-x 2 1000 1000 4096 Apr 26 07:04 Podcastsdrwxr-xr-x 2 1000 1000 4096 Apr 25 12:06 Publicdrwxr-xr-x 2 1000 1000 4096 Apr 25 12:06 Templatesdrwxrwxr-x 2 1000 1000 4096 Apr 26 07:04 TVdrwxr-xr-x 2 1000 1000 4096 Apr 25 12:06 Videosdrwxrwxr-x 2 1000 1000 4096 Apr 26 07:04 VMs
[email protected]:~$ ls -l /myRoot/mnttotal 4drwxr-xr-x 2 root root 4096 Apr 26 06:34 DATA[email protected]:~$ ls -l /myDatatotal 0drwxrwxrwx 1 root root 0 Apr 26 06:53 Distrosdrwxrwxrwx 1 root root 0 Apr 26 06:53 Documentsdrwxrwxrwx 1 root root 0 Apr 26 06:53 Downloadsdrwxrwxrwx 1 root root 0 Apr 27 2015 Musicdrwxrwxrwx 1 root root 0 Apr 27 2015 Picturesdrwxrwxrwx 1 root root 0 Apr 26 06:53 Podcastsdrwxrwxrwx 1 root root 0 Apr 26 06:53 Publicdrwxrwxrwx 1 root root 0 Apr 26 02:22 $RECYCLE.BINdrwxrwxrwx 1 root root 0 Apr 26 02:22 System Volume Informationdrwxrwxrwx 1 root root 0 Apr 26 06:53 Templatesdrwxrwxrwx 1 root root 0 Apr 26 06:53 TVdrwxrwxrwx 1 root root 0 Apr 26 06:53 Videosdrwxrwxrwx 1 root root 0 Apr 26 06:53 VMs[email protected]:~$
I let the progress bar run completely to the right, but still no rebooting. Any help on this one is much appreciated as I'm out of my depth here.
# Make mount point for DATA partitionsudo mkdir /myData# Mount it to the new mount pointsudo mount /dev/sdXY /myData
rm -r /myData/MusicPictures
rm -rf /myData/MusicPictures
sudo mkdir /myData/{Music,Pictures} # No spaces between Music and Pictures
sudo chown -R username: /mnt/DATA # Use real username in place of "username"
cat /etc/fstab
sudo blkid -c /dev/null
lsblksudo blkid -c /dev/nullcat /etc/fstabls -l /etc/init | grep 'bind'cat /etc/init/bind-home.confls -l $HOMEls -l /mntls -l /mnt/DATA
sudo mkdir /myRoot /myHome /myDatasudo mount /dev/sdXY /myRoot # mount root partition heresudo mount /dev/sdXY /myHome # skip this step if no separate Home partitionsudo mount /dev/sdXY /myData # mount DATA partition here
sudo parted -lsudo blkid -c /dev/nullcat /myRoot/etc/fstabls -l /myRoot/etc/init | grep 'bind'cat /myRoot/etc/init/bind-home.confls -l /myHome/username #use if you have a separate partition for Homels -l /myRoot/home/username #use if Home is on Root partitionls -l /myRoot/mntls -l /myData
sudo chown -R yourusername: /mnt/DATA