Single Machine Dualboot
Single Machine Dualboot
To set up a single machine dualboot:
- First image the computer with the standard ECC image.
./clone.sh -d /dev/sda
- Log onto the computer after imaging, set the hostname, domain join, and shrink the partition to accommodate for the Linux installation (60 GB-100 GB).
- Put in USB Live Disk (can make with Rufus), and boot off of it.
- Install Linux with live disk, name the computer with a suffix of -L following the windows hostname, then reboot.
- Sign in with a local admin account you created (eadmin), then open up the terminal and sudo as root (sudo -i).
- This step will go over domain joining from the Ubuntu side so users will be able to sign in with NetID credentials.
cd /opt scp yourusername@steamboat.engr.unr.edu:/opt/pbis.sh . #input password chmod +x pbis.sh ./pbis.sh #after script finishes... domainjoin-cli join RD.UNR.EDU $USER@unr.edu #input password then reboot
- Have an admin (Zach) move both the Windows machine hostname and Linux machine hostname into the right OU, so user authentication will work properly.
- After this, test logging into both the Windows and Linux installations with NetID.
Tags
None
Subscribers
None
- Last Author
- • sskidmore
- Last Edited
- Jun 29 2021, 2:52 PM