Author |
Message |
Robin2
Joined: 17 Jan 2015 Posts: 180
|
Posted: Fri 29 Apr 2016, 04:15 Post subject:
|
|
Thanks for your reply. I did not see that boot menu at all.
I have booted from the USB stick in legacy mode.
I suspect my question may have been overtaken by events. Last night I was trying to implement the lin'n'win system and I seem to have screwed up the disk. GParted now reports the entire SolidState drive as "unallocated" I have now fixed this with a program called gdisk.
In case it is any help I did not see any sign that your Installer made any changes to the BCD file. The command bcdedit /v produced the same result before and after.
I have made progress with the lin'n'win instructions and have got menu options but it is not completely working yet with grub.
...R
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 593
|
Posted: Fri 29 Apr 2016, 17:47 Post subject:
|
|
Quote: | In case it is any help I did not see any sign that your Installer made any changes to the BCD file |
To confirm, this was after the ISO was installed, not lick itself, correct? (you can have the same effect by going to "file" > "install/uninstall bootloader")
The lin'n'win method doesn't yet actually support UEFI - you probably get an error similar to this.
Anyway, here is the UEFI-compatible instructions that lick more or less performs. You can go through them and see what parts don't work:
Quote: |
# disable fast boot in an admin command prompt
powercfg -h off
# mount your UEFI partition as the z:/ drive (note this won't show up in windows explorer, but you can run `Z:` to go to the Z drive):
mountvol z: /S
# Next, download grub2 for windows, and unzip it somewhere. Next, run:
path/to/grub2/grub-install --target=x86_64-efi --bootloader-id=LICK --efi-directory=z: --boot-directory=z:/EFI/LICK --recheck
# Set the default grub.cfg file to read a grub.cfg file on your C drive for easier editing. In an admin command prompt, run:
notepad Z:/EFI/LICK/grub/grub.cfg
And paste in:
Code: | insmod part_gpt
insmod part_msdos
insmod ntfs
search --set=root --file /lickgrub.cfg
configfile ($root)/lickgrub.cfg |
# Next, open up (or create the text file) C:/lickgrub.cfg, and paste in the contents here.
|
Now try to reboot, and you should see different screen when you boot (the only thing in it will be Windows, but we can add puppy to it later). If you run into any issues in the process, please post whatever errors you get. If you get through everything and it still doesn't work, post the output of running
|
Back to top
|
|
 |
Robin2
Joined: 17 Jan 2015 Posts: 180
|
Posted: Fri 29 Apr 2016, 18:31 Post subject:
|
|
Thanks. That is very helpful.
Your image seems to be the exact error I was getting with another approach to dual boot. I have tried 4 different ones today so I am a bit confused. With LICK I did not see any menu to allow me to select anything - Win10 just booted as if I had never tried LICK
Yes, I was talking about the absence of changes to the BCD file after the ISO was installed.
I am a bit wary of your suggestion "mount your UEFI partition" - and a bit confused. Win10 itself seems to use 3 partitions and I have added 3 more for Linux. Which partition do you mean? and if it is one of the Win10 partitions will it cause trouble.
Earlier today I came across this Blog entry for UEFI boot
http://blog.puppylinux.com/?viewDetailed=00009
and it seems very simple and nearly works with TahrPup64 (there is a problem with graphics even though the same TahrPup works fine with legacy boot and syslinux). If I can get the graphics working I suspect it would fit well with BCD - now that I think I know how to use BCD Edit.
I will think more about your suggested solution tomorrow - time for bed now.
Thanks again
...R
Last edited by Robin2 on Fri 29 Apr 2016, 18:41; edited 1 time in total
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 593
|
Posted: Fri 29 Apr 2016, 18:39 Post subject:
|
|
Robin2: The "/S" flag given to mountvol automatically selects the UEFI drive. It doesn't matter which partition it actually is.
|
Back to top
|
|
 |
Robin2
Joined: 17 Jan 2015 Posts: 180
|
Posted: Fri 29 Apr 2016, 18:45 Post subject:
|
|
I edited my earlier reply while you were posting - I did NOT get your image when using LICK.
Sorry for being slow and completely out of touch with Windows but I don't understand how a drive could be (for example) both C: and Z:
I don't want to screw up Windows a second time.
...R
|
Back to top
|
|
 |
mikeslr

Joined: 16 Jun 2008 Posts: 2345 Location: 500 seconds from Sol
|
Posted: Fri 29 Apr 2016, 19:04 Post subject:
Have you turned off Fast Boot? |
|
Robin2 posted, " With LICK I did not see any menu to allow me to select anything - Win10 just booted as if I had never tried LICK."
Are you aware that when you turn off a Window's 10 computer with its default settings, it doesn't shut-down? Rather, they are factory set to "hibernate" so that they will boot to desktop faster. Ergo, you never get a boot menu.
In order to get a boot menu, you have to turn off "Fast-Startup/Fast-boot". See Step 1 on this thread: http://www.murga-linux.com/puppy/viewtopic.php?t=100422.
mikesLr
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 593
|
Posted: Fri 29 Apr 2016, 19:08 Post subject:
|
|
Robin2: Ya, that image is what you get with using lin'n'win with UEFI. Lick shouldn't lead to that error (but should present a menu ).
The UEFI drive is, AFAIK, never automatically mounted on Windows. If it already is, that command will give you an error, but it won't do anything bad.
Anyway, follow the instructions above when you have time and see how far you get.
mikeslr: Good observation, however fast boot is disabled during lick installation, and I made sure to include the command to disable it in the instructions above.
|
Back to top
|
|
 |
Robin2
Joined: 17 Jan 2015 Posts: 180
|
Posted: Sat 30 Apr 2016, 02:18 Post subject:
|
|
Just to confirm that I have had fast-boot / hibernate turned off.
If you try to legacy boot from a USB stick with it turned on it is very obvious - Puppy reports that it can't mount the Windows partitions.
Thanks again. I will spend more time on this today.
I reckon if I have not figured it out before I go to bed toning I will probably just wipe Win10 completely. But its an interesting excercise and I would like to figure it out.
What I like about the Lin'n'Win system is that the instructions are very transparent. It would be great if there was a similar explanation of what LICK is trying to do. If I understood that I could also review/verify the "output" it produces.
...R
|
Back to top
|
|
 |
mikeslr

Joined: 16 Jun 2008 Posts: 2345 Location: 500 seconds from Sol
|
Posted: Sat 30 Apr 2016, 10:04 Post subject:
Wiping Windows 10 |
|
Hi Robin2,
Just a bit of advice. Before you wipe Windows 10 --which works (sort of)-- from your computer, make certain you can run something else. Anything else. If not a Puppy, try Zorin -- a more or less tamed Ubuntu.
As your problem is being able to boot Puppy, being able to boot anything is better than owning a large paper-weight.
mikesLr
|
Back to top
|
|
 |
Robin2
Joined: 17 Jan 2015 Posts: 180
|
Posted: Sat 30 Apr 2016, 12:26 Post subject:
|
|
I have no problem booting Puppy from a USB stick in legacy mode.
Hopefully it will do the same thing from the SSD drive if I wipe Win10.
...R
|
Back to top
|
|
 |
kerl
Joined: 16 Apr 2013 Posts: 152
|
Posted: Thu 07 Jul 2016, 12:32 Post subject:
|
|
Hi
Which Puppy distros can be installed from Lick, apart from the official ones?
Can DebianDog be installed this way? What about old Precise Puppy versions?
Etc
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 593
|
Posted: Thu 07 Jul 2016, 12:40 Post subject:
|
|
Hey kerl,
I believe any puppy made using woof/woof2/woof-ce will work (as long as there hasn't been major changes to the boot process).
Precise is compatible.
I haven't tried DebianDog, but it may need some manual tweaking - it appears as though there are multiple initrds, while Lick takes a random one. You may need to swap the one with another one, to your liking. Additionally, you might need to modify lickgrub.conf (in the root of C: after installing)
|
Back to top
|
|
 |
kerl
Joined: 16 Apr 2013 Posts: 152
|
Posted: Thu 07 Jul 2016, 14:50 Post subject:
|
|
Thanks noryb009
Could you recommend some distro compatible with .deb apps which does not ask for partitioning?
|
Back to top
|
|
 |
noryb009
Joined: 20 Mar 2010 Posts: 593
|
Posted: Thu 07 Jul 2016, 15:01 Post subject:
|
|
I believe DPup will have deb-compaibility - it is based on Debian.
You can also look into pupplets based on Ubuntu - Xenialpup and Tahrpup should have deb-compatibility (there might be another puplet or two for a Ubuntu version in between these two).
|
Back to top
|
|
 |
avatar-man

Joined: 15 Jun 2006 Posts: 30
|
Posted: Wed 28 Sep 2016, 10:17 Post subject:
Running Puppy in Windows Subject description: running puppy linux from within windows OS |
|
Hello all. Isn't/wasn't there a puppy version that could be installed and run as a windows program? Not dual boot, but actual icon in windows that let you run puppy from within the widows OS?
I have been searching and not coming up with it.
Any help - especially a link to it would be muchly appreciated!!
I wanna install it to use it for a WINE application on an old 16bit word processing program.
Jim in Chicago
|
Back to top
|
|
 |
|