How to create Bootable USB Drive in Ubuntu 20.10
How to create Bootable USB Drive in Ubuntu 20.10
Press Alt+Ctrl+T open terminal
1. sudo apt-get update
2. sudo apt-get install gparted
3. sudo apt-get install unetbootin
4. Launch unetbootin from dash bord
5. xhost si:localuser:root
6. sudo QT_X11_NO_MITSHM=1 /usr/bin/unetbootin
Other Options :-
1. Launch Startup Disk Creator
How to enable root login:-
Open Terminal
sudo nano /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf
Step 2: Add the following statement.
greeter-show-manual-login=true
Step 3: Save and close nano.
sudo passwd root
Comments
Post a Comment