Search found 210 matches
- Mon Mar 17, 2025 3:10 am
- Forum: Other Distros
- Topic: Boot stanza question - how to specify save location for Linux Mint iso booting.
- Replies: 4
- Views: 297
Re: Boot stanza question - how to specify save location for Linux Mint iso booting.
No "save directory" like in PuppyLinux. You have to create extra a persistence partition for linux mint.
Alternative you can convert LinuxMint with FirstRibIT like puppy frugal install with save directory ...
- Mon Mar 10, 2025 4:50 am
- Forum: Beginners Help
- Topic: BookWormPUP64 problems with disk mount locations sdx...
- Replies: 22
- Views: 3100
Re: BookWormPUP64 problems with disk mount locations sdx...
@LANdpLAN
where in the Grub2 grub.conf file located?
If you installed Grub2, the file location is in /boot/grub/grub.cfg (by default) Not grub.conf.
- Sun Mar 09, 2025 12:24 am
- Forum: EasyOS
- Topic: Barry, your GPT-based IMG boots from USB
- Replies: 7
- Views: 746
Re: Your IMG boot USB
As for UEFI vs BIOS: one of Intels has UEFI and the other one has an old BIOS.
I used grub2config to boot on both machines(uefi and bios).
- Mon Mar 03, 2025 4:02 pm
- Forum: BookwormPup
- Topic: make display settings and JWNdesk settings persist after reboot
- Replies: 8
- Views: 752
Re: make display settings and JWNdesk settings persist after reboot
There is a problem with bwpup, it will not save the external monitor setting.
- Mon Mar 03, 2025 3:49 pm
- Forum: Beginners Help
- Topic: BookWormPUP64 problems with disk mount locations sdx...
- Replies: 22
- Views: 3100
Re: BookWormPUP64 problems with disk mount locations sdx...
grub4DOS works only for legacy-bios computer.
grub2 works on both computers(efi and legacy bios).
I found grub.cfg.
The uuid for my external hard drive with shotwell is ca89e3f4-b0db-4b17-8714-2ece9eee672a
Just ...
- Tue Feb 11, 2025 2:55 pm
- Forum: Forum Organization & Structure Council
- Topic: Landing Page Design Ideas and Proposals
- Replies: 96
- Views: 14893
Re: Landing Page Design Ideas and Proposals
Just my opinion:
maybe good idea to put "Newest Posts section" on very top of the page, so the visiter doesnt need to go through all the way from top to bottom and also to avoid hidden recent posting because anybody else put another topic on the same section.
- Mon Feb 10, 2025 9:53 pm
- Forum: BookwormPup
- Topic: Running Bookworm on SSD {CLOSED}
- Replies: 9
- Views: 1247
Re: Running Bookworm on SSD
Just add to your grub.cfg, something like this(it is already mention above):
menuentry " BookwormPUP 64 10.0.3 " {
search --no-floppy --fs-uuid --set $MYUUID
linux ...
- Sun Jan 19, 2025 4:51 am
- Forum: BookwormPup
- Topic: Bookwormpup won't stop using my nvme internal drive (Solved)
- Replies: 12
- Views: 869
Re: Bookwormpup won't stop using my nvme internal drive
- not saving changes
- saving changes about not using the nvme on the nvme
Psave= boot parameter will do save-session ...
- Sat Jan 18, 2025 1:35 am
- Forum: BookwormPup
- Topic: Any old Dell Inspiron E1505/6400 or similar BWP users
- Replies: 9
- Views: 755
Re: Any old Dell Inspiron E1505/6400 or similar BWP users
Just my opinion, I will never installed BWP for CPU: T7600 which also you have only 3GB ram.
My suggestion, you can install like S15 or fossapup or F96 or slacko
- Wed Jan 01, 2025 8:26 pm
- Forum: Users Help
- Topic: Running Puppy Linux Backup Question (solved)
- Replies: 19
- Views: 1217
Re: Running Puppy Linux Backup Question
Sofar I know none of puppy linux has auto-backup feature.
You have to do it manually, just in case something wrong with your current save session, you just made.
Save2flash is only offer you to "save" or "not to save" your current session you just made.
- Wed Jan 01, 2025 1:45 pm
- Forum: BookwormPup
- Topic: Problem copying a folder/subfolders to another drive
- Replies: 34
- Views: 2167
Re: Problem copying a folder/subfolders to another drive
Now you are talking about 140 gb folder.
There are many tools you can use:"imaging tool" in window system and linux as well.
Basically just create an image file and then extract ...
- Tue Dec 31, 2024 12:28 pm
- Forum: BookwormPup
- Topic: Problem copying a folder/subfolders to another drive
- Replies: 34
- Views: 2167
Re: Problem copying a folder/subfolders to another drive
I think, you have to use archive manager.
Direct copy will fail.
- Mon Dec 02, 2024 10:25 pm
- Forum: Beginners Help
- Topic: New PC with Windows 11 - problems
- Replies: 26
- Views: 2477
Re: New PC with Windows 11 - problems
inserted a usb stick that I use on a couple of laptops (bionic, F96-CE4 and others on it) - bios still only lists "Boot Device - 4 times along with CD/DVD, Hard disk ". none of the four recognise the usb.
I think your (bionic, F96-CE4 and others on it) on ...
- Mon Dec 02, 2024 10:09 pm
- Forum: Beginners Help
- Topic: New PC with Windows 11 - problems
- Replies: 26
- Views: 2477
Re: New PC with Windows 11 - problems
I dont have windows anymore, make sure to turn off windows11 "fast boot".
How many USB port do you have?
Do you have sd-card port?
- Mon Dec 02, 2024 9:51 pm
- Forum: Users Help
- Topic: Force GRUB2 menulist to show on HDMI monitor?
- Replies: 6
- Views: 606
Re: Force GRUB2 menulist to show on HDMI monitor?
grub.cfg from puppy is to simple, which not working in hp-laptop for hdmi monitor, see my first post.
multiboot: slacko, upup, fossapup, bookworm, ezos. All tested and bootable, that's why I need menulist.
- Mon Dec 02, 2024 1:54 pm
- Forum: Users Help
- Topic: Force GRUB2 menulist to show on HDMI monitor?
- Replies: 6
- Views: 606
Re: Force GRUB2 menulist to show on HDMI monitor?
--------------------------
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x ...
- Mon Dec 02, 2024 4:47 am
- Forum: Vanilla Dpup
- Topic: Frugal install to computer disk
- Replies: 19
- Views: 2513
Re: Frugal install to computer disk
What do you recommend as a minimum for the system partition? It can be ext4, right?
You are good to go with only 8 Gb HD in one EXT4 partition, plenty enough for S15 or LXpup(~400MB ...
- Mon Dec 02, 2024 3:11 am
- Forum: Users Help
- Topic: Force GRUB2 menulist to show on HDMI monitor?
- Replies: 6
- Views: 606
Re: Force GRUB2 menulist to show on HDMI monitor?
The configuration grub.cfg is the same like on the hp. Both are multiboot setup which hp using HDrive and dell SSD. I dont use USB.
Dell menulist doesnt show up on the connected hdmi monitor, so I can not choose any OS, just boot up ...
- Sun Dec 01, 2024 8:05 pm
- Forum: Users Help
- Topic: Force GRUB2 menulist to show on HDMI monitor?
- Replies: 6
- Views: 606
Force GRUB2 menulist to show on HDMI monitor?
Using grub.cfg like this, it will show the menulist on both(lcd-screen and hdmi-monitor).
------------------
# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_header ###
if ...
- Sat Nov 16, 2024 9:48 pm
- Forum: Beginners Help
- Topic: Cannot mount windows drive with files on it
- Replies: 12
- Views: 1264
Re: Cannot mount windows drive with files on it
I cannot login into it anymore due to forgetting the pin code. I turned it back on to the login screen and shut it down using the windows option for it there.
Kon-Boot can bypass windows login password(Not free).
Try ikkiboot(free) may work.
- Thu Nov 14, 2024 11:54 pm
- Forum: How-To
- Topic: Copy Errors When Copying From Main Ext4 Partition to a fat formatted location (solved)
- Replies: 5
- Views: 707
Re: Copy Errors When Copying From Main Ext4 Partition to a fat formatted location (solved)
I make this bootable and do a boot.
In my understanding, "You made a boot" after KL extracted iso.
Did you save something at shutdown?
If yes, then the folder in KL extracted iso is already changed, so that's why you got an error while copying the folder.
- Thu Oct 24, 2024 4:44 pm
- Forum: Browsers and Internet
- Topic: LibreWolf-portable 64-bit (remake)
- Replies: 21
- Views: 2583
Re: LibreWolf-portable 64-bit (remake)
I tested last night booting VoidPup64/S15pup in frugalinstall and /home/spot/Librewolfportable Launch as spot is working fine.
Just wondering why /home/spot/Librewolfportable will not run LAUNCH as spot on VoidPup64/S15pup(direct iso booting).
Any other iso(s)booting ...
- Tue Oct 22, 2024 12:12 pm
- Forum: Browsers and Internet
- Topic: LibreWolf-portable 64-bit (remake)
- Replies: 21
- Views: 2583
Re: LibreWolf-portable 64-bit (remake)
extracted the LibreWolf-portable64.tar.xz archive in the spot folder on VoidPup64-22.02-240919 and fire up launch as spot. The same problem like TerryH "Your Firefox profile cannot be loaded" message.
- Sun Oct 20, 2024 2:04 pm
- Forum: Beginners Help
- Topic: Question about boot parameters in released Puppy ISOs
- Replies: 7
- Views: 749
Re: Question about boot parameters in released Puppy ISOs
pmedia=cd is neccessary parameter for booting cd/dvd media.
I've never had any ...
- Thu Oct 17, 2024 11:49 am
- Forum: Re-masters
- Topic: Noblepup64-low
- Replies: 37
- Views: 7357
Re: Noblepup64-low
Thanks @ozsouth @rcrsn51,
It works
- Tue Oct 15, 2024 12:54 pm
- Forum: Re-masters
- Topic: Noblepup64-low
- Replies: 37
- Views: 7357
Re: Noblepup64-low
lspci -nn | grep etwork
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
- Tue Oct 15, 2024 12:11 pm
- Forum: Re-masters
- Topic: Noblepup64-low
- Replies: 37
- Views: 7357
Re: Noblepup64-low
dmesg | grep irmware
[ 0.396641] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 28.751434] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8232DE3D-663D-4327-A8F4-E293ADB9BF05 has zero instances
[ 28.751443] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42 ...
- Sun Oct 13, 2024 5:16 pm
- Forum: Re-masters
- Topic: Noblepup64-low
- Replies: 37
- Views: 7357
Re: Noblepup64-low
Problem with Broadcom Inc. BCM4313 802.11bgn Wifi (rev 01) random diconnection every some seconds.
- Wed Oct 09, 2024 7:28 pm
- Forum: Browsers and Internet
- Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
- Replies: 149
- Views: 33544
Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Sorry, Hard for me to understand.
Brave.sfs on the same system VoidPup64-22.02-241006 used only ~ 1355 Mb instate of ~ 1827 Mb.
After closing the brave.sfs the memory usage goes back down near to previous idle.
In my understanding portable application can be bigger ...
- Wed Oct 09, 2024 12:09 pm
- Forum: Browsers and Internet
- Topic: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
- Replies: 149
- Views: 33544
Re: Brave 'portable' - 64-bit only - now includes manual updater from Fred...
Last night I found that braveportable has memory usage problem on VoidPup64-22.02-241006.
- Memoryusage idle ~ 1082 Mb
- Memoryusagebyrunningbraveportable ~ 1827 Mb
- Memoryusageafterclosingbraveportable ~ 1600 Mb
After closing the ...