Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-22 Thread 'awokd' via qubes-users

pieter lems wrote on 11/22/18 12:07 AM:

Okay i was to quick saying it work since a relative of mine got it to work.
He's not responding as of now so im going to ask it here. i dont have a
grub file in /etc/default/ should it be there tho?
Cheers!

On Thu, Nov 22, 2018, 12:56 AM pieter lems  wrote:


Awesome, thanks for the response. This worked!
Thanks again!

On Tue, Nov 20, 2018, 11:51 PM 799  wrote:


Hello Pieter,

Am Di., 20. Nov. 2018, 20:20 hat pieter lems 
geschrieben:


[...]
I was wondering how i can make it so that when qubes is starting i see
the boot information (the output of the boot progress,im not sure how i
should call it). I know that when u press a key it shows the output but i
would like that it always shows. [...]



You can change the default behaviour of the Boot loader:

nano /etc/default/grub

[...]
GRUB_TERMINAL_OUTPUT="console"
[...]
Edit the line which has: GRUB_CMDLINE_LINUX=[...] rhgb quiet"
remove rhgb quiet.

After this you need to write the new configuration to the Boot partition
with:

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

This will show the default messages when booting up.

- O





You might be using EFI boot. In that case, from dom0 edit your 
/boot/efi/EFI/qubes/xen.cfg file. Look for the kernel= line, and remove 
"rhgb quiet" from there.


--
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/74037f9f-d8ef-d5e9-0e2a-a075e21f776d%40danwin1210.me.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-21 Thread pieter lems
Okay so i found the file i was looking in dom0. There no rghb quiet located
in the file :(

On Tue, Nov 20, 2018, 11:51 PM 799  wrote:

> Hello Pieter,
>
> Am Di., 20. Nov. 2018, 20:20 hat pieter lems 
> geschrieben:
>
>> [...]
>> I was wondering how i can make it so that when qubes is starting i see
>> the boot information (the output of the boot progress,im not sure how i
>> should call it). I know that when u press a key it shows the output but i
>> would like that it always shows. [...]
>>
>
> You can change the default behaviour of the Boot loader:
>
> nano /etc/default/grub
>
> [...]
> GRUB_TERMINAL_OUTPUT="console"
> [...]
> Edit the line which has: GRUB_CMDLINE_LINUX=[...] rhgb quiet"
> remove rhgb quiet.
>
> After this you need to write the new configuration to the Boot partition
> with:
>
> sudo grub2-mkconfig -o /boot/grub2/grub.cfg
>
> This will show the default messages when booting up.
>
> - O
>

-- 
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/CAK8vAnX8O59BWkJja%2B6FWpLZCAOiEVELirreSMOarzM5bnJtnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-21 Thread pieter lems
Okay i was to quick saying it work since a relative of mine got it to work.
He's not responding as of now so im going to ask it here. i dont have a
grub file in /etc/default/ should it be there tho?
Cheers!

On Thu, Nov 22, 2018, 12:56 AM pieter lems  wrote:

> Awesome, thanks for the response. This worked!
> Thanks again!
>
> On Tue, Nov 20, 2018, 11:51 PM 799  wrote:
>
>> Hello Pieter,
>>
>> Am Di., 20. Nov. 2018, 20:20 hat pieter lems 
>> geschrieben:
>>
>>> [...]
>>> I was wondering how i can make it so that when qubes is starting i see
>>> the boot information (the output of the boot progress,im not sure how i
>>> should call it). I know that when u press a key it shows the output but i
>>> would like that it always shows. [...]
>>>
>>
>> You can change the default behaviour of the Boot loader:
>>
>> nano /etc/default/grub
>>
>> [...]
>> GRUB_TERMINAL_OUTPUT="console"
>> [...]
>> Edit the line which has: GRUB_CMDLINE_LINUX=[...] rhgb quiet"
>> remove rhgb quiet.
>>
>> After this you need to write the new configuration to the Boot partition
>> with:
>>
>> sudo grub2-mkconfig -o /boot/grub2/grub.cfg
>>
>> This will show the default messages when booting up.
>>
>> - O
>>
>

-- 
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/CAK8vAnWJDftUsNvXmVLb8Cs%3Dz7zz9WLZg5hS3vaiJ430SwFu4Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-21 Thread pieter lems
Awesome, thanks for the response. This worked!
Thanks again!

On Tue, Nov 20, 2018, 11:51 PM 799  wrote:

> Hello Pieter,
>
> Am Di., 20. Nov. 2018, 20:20 hat pieter lems 
> geschrieben:
>
>> [...]
>> I was wondering how i can make it so that when qubes is starting i see
>> the boot information (the output of the boot progress,im not sure how i
>> should call it). I know that when u press a key it shows the output but i
>> would like that it always shows. [...]
>>
>
> You can change the default behaviour of the Boot loader:
>
> nano /etc/default/grub
>
> [...]
> GRUB_TERMINAL_OUTPUT="console"
> [...]
> Edit the line which has: GRUB_CMDLINE_LINUX=[...] rhgb quiet"
> remove rhgb quiet.
>
> After this you need to write the new configuration to the Boot partition
> with:
>
> sudo grub2-mkconfig -o /boot/grub2/grub.cfg
>
> This will show the default messages when booting up.
>
> - O
>

-- 
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/CAK8vAnWb9cOjGLY2iWPt5X8ZqhhTF5O%2BWQhC9HYgrtfAsQLDSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread 799
Hello Pieter,

Am Di., 20. Nov. 2018, 20:20 hat pieter lems 
geschrieben:

> [...]
> I was wondering how i can make it so that when qubes is starting i see the
> boot information (the output of the boot progress,im not sure how i should
> call it). I know that when u press a key it shows the output but i would
> like that it always shows. [...]
>

You can change the default behaviour of the Boot loader:

nano /etc/default/grub

[...]
GRUB_TERMINAL_OUTPUT="console"
[...]
Edit the line which has: GRUB_CMDLINE_LINUX=[...] rhgb quiet"
remove rhgb quiet.

After this you need to write the new configuration to the Boot partition
with:

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

This will show the default messages when booting up.

- O

-- 
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/CAJ3yz2sY%3DXAPogjQ2_yt40nwtL-HdT4ikj4x-zRY02R5N8NxAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread Steve Coleman

On 11/20/18 3:25 PM, pieter lems wrote:
It doesn't seem to work unfortunately, it does display more information 
tho.


Once Xen finishes booting then the OS itself needs to boot, and that 
grub boot entry probably needs the same 'quiet' key word removed. I 
believe this grub file is generated from a script. so there is another 
file that needs to be edited.


look at grub2-mkconfig command for more info

Op di 20 nov. 2018 om 19:32 schreef donoban >:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 11/20/18 8:19 PM, pieter lems wrote:
 > Hello everyone, First of all i would like to start of thanking the
 > Qubes developers. I've been using QubesOS for around a month right
 > now and i cannot wish for more. It's insane how much work you've
 > put into the development of the OS and that you've come so far.
 >
 > I was wondering how i can make it so that when qubes is starting i
 > see the boot information (the output of the boot progress,im not
 > sure how i should call it). I know that when u press a key it shows
 > the output but i would like that it always shows. No offence to the
 > GUI tho!
 >

I think that removing 'quiet' in /boot/efi/EFI/qubes/xen.cfg should
work but maybe you can modify other thing for do not lost the change
when upgrading dom0.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlv0YUgACgkQFBMQ2OPt
CKUyeQ//aH/6q5xpg4Xuu5zXa4sIBDazXLPND7yl25sEha/RW2VwYDUfrfAijcN3
VU+DzVeH2nTByePXXAvz7XNShhYYFnTYo4lEp6GmrHQPaUV7KpGtjT2Egn9k97cA
oyQ90ZowPn0XK7owje8Vi4vV6ZhmVzFi9wlLzX40Dv0grrxOxV5AlrhBavpq+HfJ
Zz8O6k+bmPGqIWP2udBWULFN8+twSOGMCQgAI3mvAWZC/AfMevlooAkcFviawsk3
IpVzRktrriVrNPT1LfJzvhRZVNNq4d9BaFKDPSGO1t9Nts5Srs7MzEBoR1LWVHHG
YoLE6PyE0beUfvHKtyII2M37FSDO+aseQmHk4iPSqg0/TW7P8t5LUZSM/JObSJw2
/YJMfWy7qC/zbDuTkezEE+7rwR1BZp8w9H7Sotm3on4Xzs3B9WXA9VVZfiiiBFt5
f7CTnV0mfMoPiOAX7GqVcc/5YlXD7OSh9Ei0MvHYPAWX3eE23ScY309/T2zqBlD9
DEGQdJ6179roGAWI/HLoy7/BF8iz1o4ahAL0h1s2PkMinYjYfLnvsFDL4aNj/pi0
itKaf+TNQr9JSqpLEWpjWY4w6V2WmqRSmX424cP4TJX6gUuVsWxrPFn8R7uC/aZW
KC9uEbM/qOTJuc+ieNYL2hbC7IlV2CyLghKLMyaxrR92Q5SnIG0=
=gHiN
-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/17835bd5-6058-8f77-ba38-312f519a3082%40riseup.net.
For more options, visit https://groups.google.com/d/optout.

--
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/CAK8vAnVEjk0qryoggbn%2BmeFhzmUp4u0i%3DCMw1ajLTLhaxU2hkA%40mail.gmail.com 
.

For more options, visit https://groups.google.com/d/optout.


--
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/b7d08d49-d348-f8db-8048-b163ee0d66b5%40jhuapl.edu.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread pieter lems
It doesn't seem to work unfortunately, it does display more information
tho.

Op di 20 nov. 2018 om 19:32 schreef donoban :

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 11/20/18 8:19 PM, pieter lems wrote:
> > Hello everyone, First of all i would like to start of thanking the
> > Qubes developers. I've been using QubesOS for around a month right
> > now and i cannot wish for more. It's insane how much work you've
> > put into the development of the OS and that you've come so far.
> >
> > I was wondering how i can make it so that when qubes is starting i
> > see the boot information (the output of the boot progress,im not
> > sure how i should call it). I know that when u press a key it shows
> > the output but i would like that it always shows. No offence to the
> > GUI tho!
> >
>
> I think that removing 'quiet' in /boot/efi/EFI/qubes/xen.cfg should
> work but maybe you can modify other thing for do not lost the change
> when upgrading dom0.
> -BEGIN PGP SIGNATURE-
>
> iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlv0YUgACgkQFBMQ2OPt
> CKUyeQ//aH/6q5xpg4Xuu5zXa4sIBDazXLPND7yl25sEha/RW2VwYDUfrfAijcN3
> VU+DzVeH2nTByePXXAvz7XNShhYYFnTYo4lEp6GmrHQPaUV7KpGtjT2Egn9k97cA
> oyQ90ZowPn0XK7owje8Vi4vV6ZhmVzFi9wlLzX40Dv0grrxOxV5AlrhBavpq+HfJ
> Zz8O6k+bmPGqIWP2udBWULFN8+twSOGMCQgAI3mvAWZC/AfMevlooAkcFviawsk3
> IpVzRktrriVrNPT1LfJzvhRZVNNq4d9BaFKDPSGO1t9Nts5Srs7MzEBoR1LWVHHG
> YoLE6PyE0beUfvHKtyII2M37FSDO+aseQmHk4iPSqg0/TW7P8t5LUZSM/JObSJw2
> /YJMfWy7qC/zbDuTkezEE+7rwR1BZp8w9H7Sotm3on4Xzs3B9WXA9VVZfiiiBFt5
> f7CTnV0mfMoPiOAX7GqVcc/5YlXD7OSh9Ei0MvHYPAWX3eE23ScY309/T2zqBlD9
> DEGQdJ6179roGAWI/HLoy7/BF8iz1o4ahAL0h1s2PkMinYjYfLnvsFDL4aNj/pi0
> itKaf+TNQr9JSqpLEWpjWY4w6V2WmqRSmX424cP4TJX6gUuVsWxrPFn8R7uC/aZW
> KC9uEbM/qOTJuc+ieNYL2hbC7IlV2CyLghKLMyaxrR92Q5SnIG0=
> =gHiN
> -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/17835bd5-6058-8f77-ba38-312f519a3082%40riseup.net
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAK8vAnVEjk0qryoggbn%2BmeFhzmUp4u0i%3DCMw1ajLTLhaxU2hkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread pieter lems
Do you happen to know the reason why i cant cd into the efi directory?
adding sudo does'nt work it stays in the boot directory. :)

Op di 20 nov. 2018 om 19:32 schreef donoban :

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 11/20/18 8:19 PM, pieter lems wrote:
> > Hello everyone, First of all i would like to start of thanking the
> > Qubes developers. I've been using QubesOS for around a month right
> > now and i cannot wish for more. It's insane how much work you've
> > put into the development of the OS and that you've come so far.
> >
> > I was wondering how i can make it so that when qubes is starting i
> > see the boot information (the output of the boot progress,im not
> > sure how i should call it). I know that when u press a key it shows
> > the output but i would like that it always shows. No offence to the
> > GUI tho!
> >
>
> I think that removing 'quiet' in /boot/efi/EFI/qubes/xen.cfg should
> work but maybe you can modify other thing for do not lost the change
> when upgrading dom0.
> -BEGIN PGP SIGNATURE-
>
> iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlv0YUgACgkQFBMQ2OPt
> CKUyeQ//aH/6q5xpg4Xuu5zXa4sIBDazXLPND7yl25sEha/RW2VwYDUfrfAijcN3
> VU+DzVeH2nTByePXXAvz7XNShhYYFnTYo4lEp6GmrHQPaUV7KpGtjT2Egn9k97cA
> oyQ90ZowPn0XK7owje8Vi4vV6ZhmVzFi9wlLzX40Dv0grrxOxV5AlrhBavpq+HfJ
> Zz8O6k+bmPGqIWP2udBWULFN8+twSOGMCQgAI3mvAWZC/AfMevlooAkcFviawsk3
> IpVzRktrriVrNPT1LfJzvhRZVNNq4d9BaFKDPSGO1t9Nts5Srs7MzEBoR1LWVHHG
> YoLE6PyE0beUfvHKtyII2M37FSDO+aseQmHk4iPSqg0/TW7P8t5LUZSM/JObSJw2
> /YJMfWy7qC/zbDuTkezEE+7rwR1BZp8w9H7Sotm3on4Xzs3B9WXA9VVZfiiiBFt5
> f7CTnV0mfMoPiOAX7GqVcc/5YlXD7OSh9Ei0MvHYPAWX3eE23ScY309/T2zqBlD9
> DEGQdJ6179roGAWI/HLoy7/BF8iz1o4ahAL0h1s2PkMinYjYfLnvsFDL4aNj/pi0
> itKaf+TNQr9JSqpLEWpjWY4w6V2WmqRSmX424cP4TJX6gUuVsWxrPFn8R7uC/aZW
> KC9uEbM/qOTJuc+ieNYL2hbC7IlV2CyLghKLMyaxrR92Q5SnIG0=
> =gHiN
> -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/17835bd5-6058-8f77-ba38-312f519a3082%40riseup.net
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAK8vAnViJqeyPaiOOEafFggo0nCjF_mL3YAQ65VemVNnS5%2BRXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread pieter lems
thanks for the quick responce.
I'll try it now and get back with the results!
cheers!

Op di 20 nov. 2018 om 19:32 schreef donoban :

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 11/20/18 8:19 PM, pieter lems wrote:
> > Hello everyone, First of all i would like to start of thanking the
> > Qubes developers. I've been using QubesOS for around a month right
> > now and i cannot wish for more. It's insane how much work you've
> > put into the development of the OS and that you've come so far.
> >
> > I was wondering how i can make it so that when qubes is starting i
> > see the boot information (the output of the boot progress,im not
> > sure how i should call it). I know that when u press a key it shows
> > the output but i would like that it always shows. No offence to the
> > GUI tho!
> >
>
> I think that removing 'quiet' in /boot/efi/EFI/qubes/xen.cfg should
> work but maybe you can modify other thing for do not lost the change
> when upgrading dom0.
> -BEGIN PGP SIGNATURE-
>
> iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlv0YUgACgkQFBMQ2OPt
> CKUyeQ//aH/6q5xpg4Xuu5zXa4sIBDazXLPND7yl25sEha/RW2VwYDUfrfAijcN3
> VU+DzVeH2nTByePXXAvz7XNShhYYFnTYo4lEp6GmrHQPaUV7KpGtjT2Egn9k97cA
> oyQ90ZowPn0XK7owje8Vi4vV6ZhmVzFi9wlLzX40Dv0grrxOxV5AlrhBavpq+HfJ
> Zz8O6k+bmPGqIWP2udBWULFN8+twSOGMCQgAI3mvAWZC/AfMevlooAkcFviawsk3
> IpVzRktrriVrNPT1LfJzvhRZVNNq4d9BaFKDPSGO1t9Nts5Srs7MzEBoR1LWVHHG
> YoLE6PyE0beUfvHKtyII2M37FSDO+aseQmHk4iPSqg0/TW7P8t5LUZSM/JObSJw2
> /YJMfWy7qC/zbDuTkezEE+7rwR1BZp8w9H7Sotm3on4Xzs3B9WXA9VVZfiiiBFt5
> f7CTnV0mfMoPiOAX7GqVcc/5YlXD7OSh9Ei0MvHYPAWX3eE23ScY309/T2zqBlD9
> DEGQdJ6179roGAWI/HLoy7/BF8iz1o4ahAL0h1s2PkMinYjYfLnvsFDL4aNj/pi0
> itKaf+TNQr9JSqpLEWpjWY4w6V2WmqRSmX424cP4TJX6gUuVsWxrPFn8R7uC/aZW
> KC9uEbM/qOTJuc+ieNYL2hbC7IlV2CyLghKLMyaxrR92Q5SnIG0=
> =gHiN
> -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/17835bd5-6058-8f77-ba38-312f519a3082%40riseup.net
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAK8vAnWEApyeTVgCvSAuX-%3DL4x7nHHewzc5d-rP9XyTnnUfc1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread donoban
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 11/20/18 8:19 PM, pieter lems wrote:
> Hello everyone, First of all i would like to start of thanking the
> Qubes developers. I've been using QubesOS for around a month right
> now and i cannot wish for more. It's insane how much work you've
> put into the development of the OS and that you've come so far.
> 
> I was wondering how i can make it so that when qubes is starting i
> see the boot information (the output of the boot progress,im not
> sure how i should call it). I know that when u press a key it shows
> the output but i would like that it always shows. No offence to the
> GUI tho!
> 

I think that removing 'quiet' in /boot/efi/EFI/qubes/xen.cfg should
work but maybe you can modify other thing for do not lost the change
when upgrading dom0.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEznLCgPSfWTT+LPrmFBMQ2OPtCKUFAlv0YUgACgkQFBMQ2OPt
CKUyeQ//aH/6q5xpg4Xuu5zXa4sIBDazXLPND7yl25sEha/RW2VwYDUfrfAijcN3
VU+DzVeH2nTByePXXAvz7XNShhYYFnTYo4lEp6GmrHQPaUV7KpGtjT2Egn9k97cA
oyQ90ZowPn0XK7owje8Vi4vV6ZhmVzFi9wlLzX40Dv0grrxOxV5AlrhBavpq+HfJ
Zz8O6k+bmPGqIWP2udBWULFN8+twSOGMCQgAI3mvAWZC/AfMevlooAkcFviawsk3
IpVzRktrriVrNPT1LfJzvhRZVNNq4d9BaFKDPSGO1t9Nts5Srs7MzEBoR1LWVHHG
YoLE6PyE0beUfvHKtyII2M37FSDO+aseQmHk4iPSqg0/TW7P8t5LUZSM/JObSJw2
/YJMfWy7qC/zbDuTkezEE+7rwR1BZp8w9H7Sotm3on4Xzs3B9WXA9VVZfiiiBFt5
f7CTnV0mfMoPiOAX7GqVcc/5YlXD7OSh9Ei0MvHYPAWX3eE23ScY309/T2zqBlD9
DEGQdJ6179roGAWI/HLoy7/BF8iz1o4ahAL0h1s2PkMinYjYfLnvsFDL4aNj/pi0
itKaf+TNQr9JSqpLEWpjWY4w6V2WmqRSmX424cP4TJX6gUuVsWxrPFn8R7uC/aZW
KC9uEbM/qOTJuc+ieNYL2hbC7IlV2CyLghKLMyaxrR92Q5SnIG0=
=gHiN
-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/17835bd5-6058-8f77-ba38-312f519a3082%40riseup.net.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] How can I remove the GUI when booting qubes

2018-11-20 Thread pieter lems
Hello everyone,
First of all i would like to start of thanking the Qubes developers. I've
been using QubesOS for around a month right now and i cannot wish for more.
It's insane how much work you've put into the development of the OS and
that you've come so far.

I was wondering how i can make it so that when qubes is starting i see the
boot information (the output of the boot progress,im not sure how i should
call it). I know that when u press a key it shows the output but i would
like that it always shows. No offence to the GUI tho!

Thanks in advance,
Cheers!

-- 
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/CAK8vAnVZfV5THRMQV0JsH%2BwNm1SBUdZq2TPKiSLmmqMaSB%3D%3Dwg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.