Page 1 of 1

requesting help-unknown password-lmde mate cin liveusb

Posted: Thu Dec 27, 2012 11:19 pm
by mintygreen
first the info-
attempting to install linux debian 32-bit mate/cinnamon
on an old HP laptop
using pendrive linux live usb
(over maya which doesnt work well with the monitor)

So- the liveusb boots great and runs like a dream BUT, when I click "install" i get a password prompt. The password does not exist. sudo prompts for pass too. Password is not "root" "mint" or just blank. It does not exist. The research I have done says it may be a problem with pendrive linux usb. Perhaps some kind of odd persistent root password? In any case, Unetbootin is not working for me (won't load syslinux past 33%) and I have had no luck booting from dvd-as in it won't boot from dvd. I am in a pickle. Help?

Re: requesting help-unknown password-lmde mate cin liveusb

Posted: Fri Dec 28, 2012 6:48 am
by zerozero
if none of those options are working you can try dd
if the iso is your downloads folder, open a terminal in that folder, so that your prompt looks like

Code: Select all

zerozero@deb-kde ~/Downloads $ 
then identify the usb with

Code: Select all

sudo fdisk -l
and replace sdX bellow with the exact "name" of the usb

Code: Select all

sudo dd if=<full name of the iso> of=/dev/sdX bs=1M