LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-12-2015, 03:54 AM   #31
dr_agon
Member
 
Registered: Sep 2007
Location: Poland
Distribution: Ubuntu LTS
Posts: 105
Blog Entries: 12

Rep: Reputation: 26

Quote:
Originally Posted by EDDY1 View Post
You did this with unetbootin? Also was it a fat partition?
What exactly are you asking about?

My last post was a kind of self-correction, because I checked that one of my suggestions is wrong.

Yet, I can confirm two things:
  1. I have an external drive connected by USB with full system installed (no LiveCD, just a clone of regular install from my HDD, where I can add software and change every setting). Some time ago it was a flash disk, now it is an external HDD. There was no difference except better performance. Both have root partition ('/') and separate partition for /home formatted as ext3.
  2. I can boot ubuntu .iso file directly from a directory on my HDD, so I don't need to transfer it to a flash disk to start installer. Relevant GRUB menu entry was posted before.
 
Old 01-15-2015, 01:28 PM   #32
r00ster
Member
 
Registered: May 2007
Location: boundary beach, bc
Distribution: 3.2.0-4-686-pae #1 SMP Debian 3.2.60-1+deb7u3 i686 GNU/Linux
Posts: 224

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by EDDY1 View Post
Secure boot can be disabled but you must be in the bios to do it, not the boot menu.
Also the latest command that you ran has to have an output file which is of=/dev
To be sure what /dev you're writing to run
before inserting usb, then run it again noting the change in the /dev/sdx field. Also you can't install to the drive that iso is mounted on.
Sorry EDDY1;
If only you were right! I realize what you are saying makes perfect sense to any sensible person and applies to the majority of MoBo architectures. But that just isn't the case with this ASUS M32AD. There is no way to disable "Secure Boot" even when dropped into the BIOS terminal console; one level beneath the UEFI BIOS GUID Screen(s). I've been digging into this since last October. ASUS Tech support is aware of the problem and have advised me the unit must be 'benched' and have the Megatrends "BIOS Revision: 4.6" chip swapped out to fix it. Even though I've been told this from 3 independent sources, like yourself, there is still some doubt in my mind that I'm getting the straight 'poop'. It just doesn't seem to make sense.

Assimilating all the other responses, I gather what I really need is a FD to function as a storage device. i.e., a memory stick; not a separate OS. I'm 'down with that'.

I realize that I needn't/shouldn't try to mount the FD. Poor choice of words on my part. The FD should be automatically recognized by deb when inserted; else there is a problem that can be addressed using the 'dmesg' command.

Quote:
Originally Posted by Higgs
Wow. Sounds like you should copy all your files onto a new disk and get rid of the Maxtor. The new disk should be a SATA hard drive or... a USB.
Ah, I think I see what you're doing.
I have a new 1 TB HDD still in the packing box. When I get this FD issue sorted, I'll clone my deb HD to it. One thing at a time.

Quote:
The USB should be in FAT32 format. At least, that worked for me.
Using this command?
Code:
mkdosfs -F 32 -I /dev/sdc1
Done.
Code:
/dev# blkid
/dev/sda2: UUID="ba8c200b-6266-4d44-a670-d3cbc4e23ce1" TYPE="swap" 
/dev/sda1: LABEL="Local Disk" UUID="bf1bc5b8-6c03-459b-a77c-9858e6ceb0ca" SEC_TYPE="ext2" TYPE="ext3" 
/dev/sda5: UUID="47500a15-0eaf-4b05-8bd9-fe9c941b9354" SEC_TYPE="ext2" TYPE="ext3" 
/dev/sdb1: UUID="58B42958B42939C0" TYPE="ntfs" LABEL="Windows RE tools" 
/dev/sdb2: LABEL="SYSTEM" UUID="722B-CCB8" TYPE="vfat" 
/dev/sdb4: LABEL="Windows" UUID="2E5A7BAC5A7B6F87" TYPE="ntfs" 
/dev/sdb5: LABEL="Data" UUID="204C7CCB4C7C9D6A" TYPE="ntfs" 
/dev/sdb6: LABEL="Recovery image" UUID="5E783140783117EB" TYPE="ntfs" 
/dev/sda3: UUID="5a0d08c0-b556-423b-b368-582cca648577" TYPE="ext3" 
/dev/sdc1: UUID="ADDD-5D21" TYPE="vfat"
Quote:
Originally Posted by Higgs
If you're in a debian distro, then you need to open a terminal.
You need to be in the same directory where the iso file is.
Then run the dd command.
I downloaded
mini.iso
raw CD image (application/x-cd-image)
33.9 MB (33,931,264 bytes)

from

http://ftp.us.debian.org/debian/dist...mages/netboot/

to

/home/rooster/Downloads

So you're suggesting I run:

Code:
# dd if=/home/rooster/Downloads/mini.iso of=/dev/sdc bs=4096;sync
I just don't want to end up trying to install the thing from within the sdc disk again.

Last edited by r00ster; 01-15-2015 at 05:00 PM. Reason: Revise to make current
 
Old 01-15-2015, 11:54 PM   #33
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Well with that in mind there are a few distros that bought the microsoft secure boot keys 1 is ubuntu.

Last edited by EDDY1; 01-16-2015 at 12:00 AM.
 
Old 01-16-2015, 01:54 AM   #34
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
As I said:
Quote:
Originally Posted by Head_on_a_Stick View Post
I have encountered this ASUS Secure Boot lockout before.

The only solution is to use Ubuntu, Fedora or openSUSE (these will boot up with Secure Boot enabled) to install a small system on your attached hard drive, then boot up the Debian installer by creating a GRUB menu entry for the Debian .iso stored on the Ubuntu/Fedora/openSUSE partition* and install Debian without a bootloader, boot up Ubuntu/Fedora/openSUSE and run `update-grub` to generate a GRUB menu entry that will boot up with Secure Boot enabled.

* http://ubuntuforums.org/showthread.php?t=1549847
 
Old 01-16-2015, 05:36 AM   #35
Higgsboson
Member
 
Registered: Dec 2014
Location: UK
Distribution: Debian 8 Cinnamon/Xfce/gnome classic Debian live usb
Posts: 508

Rep: Reputation: 50
Quote:
Originally Posted by r00ster View Post

So you're suggesting I run:

dd if=/home/rooster/Downloads/mini.iso of=/dev/sdc bs=4096;sync
I'm not familiar with 'bs=4096;sync', I didn't use it.
Apart from that, the command should work.

Although it's not a 'live' iso hybrid - you can try it. The mini.iso is called a 'basic system' on debian - I hope it's not too basic!
After the command, set your mobo to run from USB and see what happens.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cloning bootable USB flash drive onto larger flash drive - best method? cilbuper Linux - General 5 02-26-2014 09:51 AM
Debian 6 LXDE - wont detect flash drive Gam3r21 Debian 2 03-24-2011 10:07 PM
Debian/LXDE/IceWeasel Flash Not Working iball8888 Linux - Newbie 7 10-08-2009 02:02 PM
Can I install from a flash drive? TOYAKING Linux - Newbie 1 04-17-2007 06:27 PM
LXer: EDGE Tech Corp Announces Portable Flash Drive With Muscle - the New 8GB DiskGO!(TM) Now Available; Swap and Go With This Secure Thumb-Sized Flash Drive LXer Syndicated Linux News 0 12-14-2005 02:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration