The time now is Fri 22 Jan 2021, 11:58
All times are UTC - 4 |
Author |
Message |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Mon 07 Aug 2017, 06:25 Post subject:
13:00 Pm Sucessful try |
|
Near to success. Topic modified here above because useless alternatives. Isobooter is not guilty. I should have learnt to better use DOGstretch.
DOGS are different from Puppy Linux, until now.. They will progress fast, with our help. isobooter is a new way for them. XenialDog is really the better Xenial OS available
Puppy Linux has yet a Puppy stretch running nice (tuxx and sailor enceladus versions tested). Dogstretch will not do better.
13.00 PM Final success. Bookmarks are here in Firefox, proof that previous session well saved and loaded.
Mintpup was there for training purpose
Saves are done on my linux Partition sda3, no need to create a linux partion on the pendrive. However it would be fine not to have to type all the path with my french keyboard.
Description |
Xeniad Dog To add (Mintpup will be deleted if not enough place) |
Filesize |
33.78 KB |
Viewed |
891 Time(s) |

|
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Mon 07 Aug 2017, 13:18 Post subject:
New Isobooter on Intenso 4GB Subject description: Step by step, pas à pas le process du maitre |
|
One partition FAT32 2GB
plus One Part ext 4 2GB label casper-rw
title slackbox_base
partnew (hd0,3) 0x00 (hd0,0)/slackbox_base.iso
map --heads=0 --sectors-per-track=0 (hd0,0)/slackbox_base.iso (0xff)
map --hook
root (0xff)
kernel /vmlinuz pmedia=cd psavemark=1 pfix=fsck
initrd /initrd.gz
title StretchDog32-2017-07-04
partnew (hd0,3) 0x00 (hd0,0)/StretchDog32-2017-07-04.iso
map --heads=0 --sectors-per-track=0 (hd0,0)/StretchDog32-2017-07-04.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)
title xenial-7.0.6
partnew (hd0,3) 0x00 (hd0,0)/xenial-7.0.6.iso
map --heads=0 --sectors-per-track=0 (hd0,0)/xenial-7.0.6.iso (0xff)
map --hook
root (0xff)
kernel /vmlinuz pmedia=cd psavemark=1 pfix=fsck
initrd /initrd.gz
title More ISOs (see the instructions)
configfile (hd0,x)/menu.lst
commandline
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Tue 08 Aug 2017, 10:48 Post subject:
click on isobooter is active from Puppy Linux |
|
click on isobooter is active from Puppy Linux, but inefficient from debian dogs and
It does not really matter, i will do my changes from Little Puppy Linux
Changes mean add an iso or splashscreen Y/N
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
Last edited by Pelo on Tue 15 Aug 2017, 03:11; edited 2 times in total
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Tue 08 Aug 2017, 11:19 Post subject:
Re: click on isobooter is active from Puppy Linux |
|
Pelo wrote: | inefficient from debian dogs |
Be specific. Are you trying to make the drive bootable? I don't know if the dogs have Grub4Dos, which you will need.
|
Back to top
|
|
 |
sheldonisaac
Joined: 21 Jun 2009 Posts: 908 Location: Philadelphia, PA
|
Posted: Sat 12 Aug 2017, 17:23 Post subject:
Re: How to Make a Bootable Flash Drive using ISObooter |
|
rcrsn51 (in part) wrote: | ISObooter is a procedure for booting many Linuxes, including Puppy, directly from their ISO files. |
Hi, I just used it successfully, and am VERY pleased and impressed!
I copied the menu.lst it produced on /mnt/sda3 (a FAT32 partition) into my "regular"
menu.lst on /mnt/sda1 (EXT4). It works there, too! Code: | title gparted-live-0.29.0-1-i686
partnew (hd0,3) 0x00 (hd0,2)/gparted-live-0.29.0-1-i686.iso
map --heads=0 --sectors-per-track=0 (hd0,2)/gparted-live-0.29.0-1-i686.iso (0xff)
map --hook
root (0xff)
chainloader (0xff) |
Thank you!
Oh, sda is a 128GB SSD
_________________ Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P
|
Back to top
|
|
 |
AndresC2
Joined: 08 Jul 2017 Posts: 76
|
Posted: Tue 15 Aug 2017, 00:57 Post subject:
|
|
Hello rcrsn51!
isobooter works only with full iso?
if i extract iso to folder e.g :
puppy_racy/puppyracy.sfs vmlinuz initrd.gz isolinux.cfg
isobooter work with that? or only with full iso?.
thanks.
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Tue 15 Aug 2017, 01:08 Post subject:
|
|
If you wanted to extract the ISO, then add a menu.lst entry to reflect that method.
Just like you would have on a boot setup made with Grub4Dos Bootloader Config.
|
Back to top
|
|
 |
AndresC2
Joined: 08 Jul 2017 Posts: 76
|
Posted: Tue 15 Aug 2017, 01:17 Post subject:
|
|
the install is in usb 2gb fat 32 one partition.
something like this?
Label Puppy Racy
kernel /puppy_racy/vmlinuz
append initrd=/puppy_racy/initrd.gz pmedia=usbflash psubdir=/puppy_racy
thanks
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Tue 15 Aug 2017, 01:19 Post subject:
|
|
No. That's an isolinux-style boot entry. You want a GRUB-style entry.
|
Back to top
|
|
 |
AndresC2
Joined: 08 Jul 2017 Posts: 76
|
Posted: Tue 15 Aug 2017, 01:46 Post subject:
|
|
Hi!
Yes I want a GRUB-style entry, but how?
I new with grub only used universal usb installer and boot with plop bootmanager.
thanks for your help.
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Tue 15 Aug 2017, 03:17 Post subject:
ISObooter boots ISOs as scheduled and is really surprising. |
|
ISObooter boots ISOs as scheduled and is really surprising.
Further info coming. I will complete info on existing post above
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
nic007

Joined: 13 Nov 2011 Posts: 3444 Location: Cradle of Humankind
|
Posted: Tue 15 Aug 2017, 04:52 Post subject:
|
|
So Isobooter boots an iso a bit like booting from a cd, I suppose. I guess you can then create a savefile/folder if wanted? Not so flexible if you don't want to use a savevefile/folder but want to save to an sfs for instance. Normal, frugal install more flexible and you have more options.
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 13129 Location: Stratford, Ontario
|
Posted: Wed 16 Aug 2017, 13:49 Post subject:
|
|
AndresC2 wrote: | Yes I want a GRUB-style entry, but how? |
Look at Grub4DosConfig.
Quote: | I guess you can then create a savefile/folder if wanted? Not so flexible ... |
If you are going to snipe at a project, you should at least try it first.
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Thu 17 Aug 2017, 05:05 Post subject:
Puppies have a Pupsave created as usual, easily. |
|
Puppies have a Pupsave created as usual, easily. For other Linux, not so easy.. But ISObooter is not guilty, that is the distros that never were able to do saving as easy than with a Puppy. (I am an XeniaDog user too)
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
as77
Joined: 25 Feb 2014 Posts: 39
|
Posted: Thu 21 Sep 2017, 08:15 Post subject:
Re: bootin on old pc without usb support? Subject description: quick question |
|
pacer106 wrote: | does this method of booting from a usb flash stick work on a pc that does not support booting from a usb device? |
What if additionally there's even no cd/dvd drive? (And slow usb 1.0)
Some five years ago superuser.com had a discussion on booting Linux from an ISO file in windows with grub2 in windows (I think).
My (and my friends') several pc's have Slacko 5.7 (thanks to having an exe-installer available!) with grub4dos, apparently syntax different from grub2.
(Selected Slacko after burning some thirty cd's. Luckily the exe-installer was found)
Edit: Seemingly grub2 and grub4dos can be "chained" but don't know how
Edit2: Found later http://www.murga-linux.com/puppy/viewtopic.php?t=74653 Must read thoroughly
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|