I am trying to install ubuntu 16.04 alongside with Windows 10 and have the option of choosing between two OS while system boots. The tricky part is that I am using second hard drive as data storage for Windows.
I have first SSD disk with Windows bootloader, OS, recovery and stuff.
The second hdd drive as I mentioned is a data storage.
What I stopped with:
- Secure boot disabled.
- Formatted hdd disk to provied 250 GB for Linux.
- Partitioned free space as follows:
- 512 for boot loader of linux
- 1Gb for /boot
- 35 Gb for root
- 8 Gb for swap
- The rest space I allocated for /home
- Changed booting sequence (disk with ubunu activates first)
This configuration provides me the option to choose either of the two OS, but when I choose Ubuntu, it causes an error and puts me in intramfs. My Disk Partition Structure
I will be really thankfull for any kind of advice or tip in this matter.
cat /proc/cmdline
as well asls /dev
– smokes2345 Mar 04 '18 at 12:46