Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-11 Thread neilhardley
I have to say from a user experience... figuring that all out was hell.

When you look at what I did.. I essentially added 2 main bits to the code

mapbs=1
noexitboot=1 

I really just wonder.. if there's any reason QUBES developers couldn't just add 
these 2 lines themselves, so that the user doesn't have to do it.

I'm not an expert at all, so I could be totally wrong but I really wonder

Do any devs know the answer to this..?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/d992b417-7e2b-4742-a374-13e52df9e018%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread donoban
On 10/07/16 21:59, neilhard...@gmail.com wrote:
> OK... I have found a solution.
> 
> Just use QUBES 3.2
> 
> ---
> 
> That's it. Problem solved.
> 
> It was nothing to do with EUFI or legacy boot or anything like that.
> 
> As I said, I had already done all the BIOS stuff.
> 
> Thanks for the help anyway.
> 


Nice :)

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/0430ef2e-9bfa-1069-2e4a-7835eb4bda0b%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread donoban

On 10/07/16 21:01, Frank wrote:
>
>
>> On 10.07.2016, at 19:36, donoban donoban-at-riseup.net
|qubes-mailing-list/Example Allow|  wrote:
>>
>>
>>
>>> On 10/07/16 18:11, neilhard...@gmail.com wrote:
>>> OK... This is what I get
>>>
>>> ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
>>> ubuntu@ubuntu:~$ sudo mount /dev/sda2 /mnt
>>> mount: block device /dev/sda2 is write-protected, mounting read-only
>>> NTFS signature is missing.
>>> Failed to mount '/dev/sda2': Invalid argument
>>> The device '/dev/sda2' doesn't seem to have a valid NTFS.
>>> Maybe the wrong device is used? Or the whole disk instead of a
>>> partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
>>
>> first do:
>> mkdir /mnt/root
>> mkdir /mnt/root/boot
>>
>> mount /dev/sda1 /mnt/root/boot
>
> You have to do the second mkdir and this mount AFTER the other second
mount command listed below! Otherwise you will have grub installed in
completely the wrong places...


ouch yes. In fact the second mkdir is not needed, just mount your
crypted device on /mnt/root and you will have a /mnt/root/boot dir where
you can mount /dev/sda1

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ae37c20c-5a20-0537-e4b2-e51c9e963d7c%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread donoban


On 10/07/16 18:11, neilhard...@gmail.com wrote:
> OK... This is what I get
> 
> ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
> ubuntu@ubuntu:~$ sudo mount /dev/sda2 /mnt
> mount: block device /dev/sda2 is write-protected, mounting read-only
> NTFS signature is missing.
> Failed to mount '/dev/sda2': Invalid argument
> The device '/dev/sda2' doesn't seem to have a valid NTFS.
> Maybe the wrong device is used? Or the whole disk instead of a
> partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
> 

first do:
mkdir /mnt/root
mkdir /mnt/root/boot

mount /dev/sda1 /mnt/root/boot

/dev/sda2 is an encrypted luks, you have to do:

cryptsetup luksOpen /dev/sda2 luksRoot
[enter your passphrase]
mount /dev/mapper/luksRoot /mnt/root

then you have to bind some special folders

mount --bind /proc /mnt/root/proc
mount --bind /dev /mnt/root/dev

and finally do:

chroot /mnt/root

then try to reinstall grub.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b8ef2345-5f14-4927-cda2-7df380c750d0%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread raahelps
On Sunday, July 10, 2016 at 1:19:09 PM UTC-4, neilh...@gmail.com wrote:
> It may be possible that I'm following the EUFI guidelines incorrectly.
> 
> Replace existing Qubes entry with modified one. Replace  with entry 
> number from previous step, /dev/sda with your disk name and -p 1 with 
> /boot/efi partition number):
> 
> With this for example.. how am I supposed to know the /boot/efi partition 
> number...? What would the number usually be? 
> 
> I have no clue.. errgh. Just my guess... I think I'll leave this one to the 
> experts I am very confused.

Do you have option in bios to use legacy boot mode?  Might be easier, thats 
what I do.  Apparently there is no security benefit to using uefi.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/63eca66d-038f-4612-8fd1-bbb3c596d1b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread neilhardley
It may be possible that I'm following the EUFI guidelines incorrectly.

Replace existing Qubes entry with modified one. Replace  with entry number 
from previous step, /dev/sda with your disk name and -p 1 with /boot/efi 
partition number):

With this for example.. how am I supposed to know the /boot/efi partition 
number...? What would the number usually be? 

I have no clue.. errgh. Just my guess... I think I'll leave this one to the 
experts I am very confused.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/513000c6-f95f-4344-bb88-42f543f3b018%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread neilhardley
OK... This is what I get

ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ sudo mount /dev/sda2 /mnt
mount: block device /dev/sda2 is write-protected, mounting read-only
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/3c3c6c4f-2ce1-4173-aa33-a9dc6a95aa33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread donoban
On 10/07/16 17:33, neilhard...@gmail.com wrote:
> In the installer, it shows the USB external HDD, and the local HDD.
> 
> I am currently in a Ubuntu live disc, and in the partition manager, it shows
> 
> partition -- file system -- size -- used -- flags
> 
> /dev/sda1 -- ext4 -- 500MB -- 155.12MB -- boot
> 
> /dev/sda2 -- crypt-luks -- 698.15GB -- N/A -- N/A
> 

You could try doing "grub2-install /dev/sda" but I think you need to
mount and chroot your Qubes root and boot partitions.

look here:
http://howtoubuntu.org/how-to-repair-restore-reinstall-grub-2-with-a-ubuntu-live-cd

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/83aaf7b3-ea30-4ba8-6807-e062149d9338%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread neilhardley
One thing I notice is that I used to be able to press F12, and get the HDD as a 
boot option.

Now it's just missing altogether.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/dd06b03a-d493-416b-9b6d-b0fd599c456c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread neilhardley
In the installer, it shows the USB external HDD, and the local HDD.

I am currently in a Ubuntu live disc, and in the partition manager, it shows

partition -- file system -- size -- used -- flags

/dev/sda1 -- ext4 -- 500MB -- 155.12MB -- boot

/dev/sda2 -- crypt-luks -- 698.15GB -- N/A -- N/A

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6eb0265c-03bf-4860-b78b-fc6b4d0d3be0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread donoban
On 10/07/16 17:18, neilhard...@gmail.com wrote:
> It was all disabled from the start.
> 
> It simply will not work.
> 
> As I say, it can install to an external HDD just fine. Just not the local 
> drive.
> 

I think it has some problem with Grub (the bootloader), are you sure you
are installing it on the right device? The external HDD is an USB HD?
How is it mapped on the installer? /dev/sdb?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/ea838f85-a361-bb55-d8cd-85f63b91a73e%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread neilhardley
It was all disabled from the start.

It simply will not work.

As I say, it can install to an external HDD just fine. Just not the local drive.

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/d3305aa9-e981-4297-916c-369e0ebeebd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread donoban
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


On 10/07/16 16:50, neilhard...@gmail.com wrote:
> My EUFI is disabled and i still get the message "bootable device
> was not found"
> 
> What do i do?
> 

But was UEFI enabled when you did the installation? If yes try
reinstalling, if no I don't know...
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXgmVpAAoJEBQTENjj7QilVa8P/0ElYRL/1Iu4DGquTDV7XrAY
inFVODe/v0KPt8/TuX9J9b41Igsv/59zaKYwR6kNJ+RjCNnikqL6hciwbVWkKAP6
kmFB77JIrjnkRW5odRRR4zHE2CdZr37MhrQAAa4UPvJg0hqKamvMjQx0Qe3ZuCyq
lFIQlxeIK99tAffW2ZSleJW3VDm7wXGeDLECMc1gABB2Usv3SL7IKccFvBlct93F
szt3blmWU6gm/eRhb8N7o1l8aj38WQeiko713Kn6lbYfiyzsrvu+mh7ixd+M6wfD
JbjZmotE+s1fE/tJq2CvoEFv74deYnohS2HBZwfmMR6mcRqj5VzuJ9ydKoCYBFkl
fnuRGYjZf0069qpFNszVMHHaP36Bzto09QnVrS7C6zBzJGjPUUjt8XdXhPyaFn6Q
1R7y00TcffnJbgc6KOlkLcxM0JIMDfOVLgvVuMqWyyLRjj3G9PjlaNnsDK9tzFz+
EK+NmIIFgk3yYHxhC0gtSI9GbqJWysi9s+88unoznlqlRWwOWmLY2FhQf0BnfMZT
VrG201oMJ3itgE5uxuIj0Yom3uupP/fagYa1qCSCgKvXOXV9gaIKBlN/2ip9a3+f
/Yle1xS74Y4NvPDubJyVK0ETAHp5HOI39x1XhoiGkNRQsNVylKIWu7WjOU38xIRU
luOrlM2dnUoiP4Jwjfe4
=coVp
-END PGP SIGNATURE-

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/71f0d464-56e5-818c-1fe6-e5e8be6361af%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 3.0 won't install... "No bootable device"

2016-07-10 Thread neilhardley
My EUFI is disabled and i still get the message "bootable device was not found"

What do i do?

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e27c504f-f075-4db7-97ac-ee338f320fb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.