Author |
Message |
number77
Joined: 22 Oct 2010 Posts: 805
|
Posted: Fri 29 Mar 2019, 16:42 Post subject:
|
|
bigpup wrote: | [know to do it, using one of these programs.[/color] |
I did try that but it didn't help lick to find the ext4 partition so I formatted to ntfs. But somehow I don't feel safe with ntfs as its microsoft.
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 636
|
Posted: Sat 30 Mar 2019, 19:42 Post subject:
|
|
Quote: | As far as I know, the Puppy is loaded into RAM in compressed files. Will the Puppy run faster if they are loaded into RAM uncompressed, as in my live Puppies? |
That should probably be asked elsewhere on the forum. But between the obvious savings of not needing to continuously decompress things, and the cost of having less RAM free for other things (such as file buffers for persistent disks), I'm not sure.
Quote: | But somehow I don't feel safe with ntfs as its microsoft. |
Linux distros use NTFS-3G, which is open source.
If you still don't like it, you should be able to move the files in C:/your-puppy to the root of an ext3 disk and it should "just work". (Keep in mind that if you do this, LICK won't be able to delete the files when you uninstall the distro).
|
Back to top
|
|
 |
tallboy

Joined: 21 Sep 2010 Posts: 1767 Location: Drøbak, Norway
|
Posted: Sat 30 Mar 2019, 22:26 Post subject:
|
|
Thank you, noryb009.
_________________ True freedom is a live Puppy on a multisession CD/DVD.
|
Back to top
|
|
 |
tallboy

Joined: 21 Sep 2010 Posts: 1767 Location: Drøbak, Norway
|
Posted: Sun 21 Apr 2019, 21:05 Post subject:
|
|
I am unfamiliar with Windows, but I know that it is not exactly famous for it's security. The savefile for my Puppy in Win 10 is ext4, and is, as far as I know, not normally accessible from within Windoze. Are there any special security issues regarding the use of Lick? Any situations not usually met when using a Puppy?
_________________ True freedom is a live Puppy on a multisession CD/DVD.
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 636
|
Posted: Sun 05 May 2019, 19:51 Post subject:
|
|
Sorry, I didn't get an email notification for your message
The simple answer: no, you don't need to worry about that.
The detailed answer:
The only thing I can think of possibly happening is a ransomware locking down your save file. But even then, a lot of ransomwares only care about stuff in "My Documents", since that's where the user's data usually is. Encrypting everything on hard drives would just make encrypting and decrypting take a lot longer.
There's a theoretical attack of malware detecting a Linux install and modifying it. However, since LICK-style installs are so rare, it's more likely that a malware would search for an EXT4 partition and change things there.
|
Back to top
|
|
 |
number77
Joined: 22 Oct 2010 Posts: 805
|
Posted: Sun 19 May 2019, 13:27 Post subject:
|
|
Hello
I would like to change the boot order to lick first and windows second but can't find any entry. Where is it and can I do it. I loaded xenial64 onto win7 on a dell e6230.
Thanks
number77
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 636
|
Posted: Sun 19 May 2019, 21:39 Post subject:
|
|
Find the file C:/lickgrub.cfg (if you installed LICK to another drive, this might be on that drive) (if this file doesn't exist, let me know). In that file, change "set default=0" to "set default=1" (or the number of times you want it to automatically press "down" for you)
|
Back to top
|
|
 |
number77
Joined: 22 Oct 2010 Posts: 805
|
Posted: Tue 21 May 2019, 13:12 Post subject:
|
|
C:/lickgrub.cfg is not there. There is lickmenu.1st and menu.1st and also menu-advanced.1st.
Any help.
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 636
|
Posted: Tue 21 May 2019, 13:49 Post subject:
|
|
In that case, the process is somewhat confusing, so I won't write it out in text. Follow this video, but look for the bcdedit entry with the description "LICK Boot Loader".
|
Back to top
|
|
 |
SolusUmbra
Joined: 11 May 2017 Posts: 120
|
Posted: Wed 22 May 2019, 18:30 Post subject:
|
|
I tried using Lick today to install Mint and got an error No Kernel. Is there a way to fix it?
thanks
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 636
|
Posted: Wed 22 May 2019, 19:40 Post subject:
|
|
Sorry, but Linux Mint isn't supported by LICK
|
Back to top
|
|
 |
SolusUmbra
Joined: 11 May 2017 Posts: 120
|
Posted: Thu 23 May 2019, 05:29 Post subject:
|
|
Thank you
|
Back to top
|
|
 |
SolusUmbra
Joined: 11 May 2017 Posts: 120
|
Posted: Thu 23 May 2019, 05:29 Post subject:
|
|
Thank you
|
Back to top
|
|
 |
number77
Joined: 22 Oct 2010 Posts: 805
|
Posted: Fri 24 May 2019, 13:41 Post subject:
|
|
Thanks noryb009 that changed the boot order to lick for me.
Once more thank you.
number77
|
Back to top
|
|
 |
d4rkn1ght

Joined: 19 Jan 2010 Posts: 55
|
Posted: Sat 25 May 2019, 15:14 Post subject:
|
|
noryb009 wrote: | Find the file C:/lickgrub.cfg (if you installed LICK to another drive, this might be on that drive) (if this file doesn't exist, let me know). In that file, change "set default=0" to "set default=1" (or the number of times you want it to automatically press "down" for you) |
I tried changing the default to 1 but Windows XP still the first option and Tahrpup second.
Code: |
## start header
insmod part_gpt
insmod part_msdos
insmod ntfs
set timeout=5
set default=1
insmod all_video
if loadfont /grub/fonts/unicode.pf2 ; then
set gfxmode=auto
set gfxpayload=keep
terminal_output gfxterm
fi
menuentry "Windows" {
insmod chain
search --set=root --file /EFI/Microsoft/boot/bootmgfw.efi
chainloader /EFI/Microsoft/boot/bootmgfw.efi
}
## end header
|
|
Back to top
|
|
 |
|