Other Distro using isobooter

Post Reply
User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Other Distro using isobooter

Post by peppyy »

I have been playing lately just to check out some other distros. I have a 32gb usb3.0 stick and am using the wonderful isobooter and some smaller distro iso images. Booted to a couple and played with them for a short time then rebooted to my main puppy. No issues with that however when I inserted the usb stick again, there was now a new partition for lubuntu. I found it odd that it would create a new partition with a simple boot without saying something.

usb-booting.jpg
usb-booting.jpg (54.43 KiB) Viewed 907 times

I choose "Boot Lubuntu" from the menu and when it had booted it had an install link on the desktop so I didn't think it would have created anything else on the drive. It appears to contain a shortcut to ubuntu so what is this really? It says it is a 1.8gb partition. Did it just create a another partition to reserve space?

Attachments
sdc4-iso.jpg
sdc4-iso.jpg (10.17 KiB) Viewed 907 times

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Re: Other Distro using isobooter

Post by peppyy »

Edit.
It does not show the partition in gparted.

desktop(10).jpg
desktop(10).jpg (43.36 KiB) Viewed 905 times

I am guessing that is the 4th partition created by isobooter?

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

HerrBert
Posts: 340
Joined: Mon Jul 13, 2020 6:14 pm
Location: Germany, NRW
Has thanked: 17 times
Been thanked: 114 times

Re: Other Distro using isobooter

Post by HerrBert »

The fourth partition is created by isobooter.

From GRUB4DOS_README.txt:

******************************************************************************
*** The PARTNEW Command Syntax ***
******************************************************************************

Besides the mappings in the above section, you may instead choose to create a
new primary partition with the PARTNEW command. PARTNEW can generate a primary
partition entry (in the partition table) for a logical partition.

For example,

partnew (hd0,3) 0x07 (hd0,4)+1

where the file (hd0,4)+1 stands for the whole partition (hd0,4). This command
will create a new primary partition (hd0,3) whose type is 0x07 and whose
contents/data is the same as that of the logical partition (hd0,4).

Just like a whole logical partition, a contiguous partition image file can
also be used with PARTNEW:

partnew (hd0,3) 0x00 (hd0,0)/my_partition.img

The type 0x00 indicates a type-auto-detection of the image MY_PARTITION.IMG.
The above command will create a new primary partition (hd0,3) with a proper
type and with contents/data being exactly that of the contiguous file
(hd0,0)/my_partition.img.

PARTNEW will automatically correct the "hidden sectors" in the BPB and the
modification will be permanent. And PARTNEW modifies the partition table
permanently.

In addition to creating new partition entries, PARTNEW can also be used to
delete(erase, or wipe) a primary partition entry. For example,

partnew (hd0,3) 0 0 0

which will empty the last entry in the partition table in MBR. Generally,
you should use the form of "partnew PARTITION 0 0 0" to erase the entry.
Note that only the entry would be erased, and the data stored in the partition
will not be touched.

User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Re: Other Distro using isobooter

Post by peppyy »

So if I am going to format the drive for something else, how do I remove partition 4? Do I just remove the contents since gparted can't see it?

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

User avatar
Chelsea80
Posts: 294
Joined: Tue Mar 09, 2021 12:44 am
Has thanked: 37 times
Been thanked: 58 times

Re: Other Distro using isobooter

Post by Chelsea80 »

@peppyy

This might help:

https://hddguru.com/software/HDD-LLF-Lo ... rmat-Tool/

Best regards

Chelsea80

Chelsea80

1. BionicPup32+28 19.03 - Linux 4.9.163 - lxpup - 32-pae [i686] - (UPup Bionic Beaver)
....Frugal Install - Internal HDD - Gateway MX8716b - HDD 120GB - RAM 2GB

2. Friendly-Bionic32 v1.1
....USB Stick 2GB

williams2
Posts: 1026
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 291 times

Re: Other Distro using isobooter

Post by williams2 »

You need to know where the partitions begin and end,
and whether the partitions overlap (they should not overlap.)
You need to know if the partition table is MBR or GPT.

MBR allows up to 4 primary partitions,
or up to 3 primary partitions and 1 extended partition
that can contain many logical partitions.
so you might have sdc1 sdc5 sdc6 etc etc.

What you seem to have are 2 primary partitions sdc1 and sdc4.

What info does fdisk -l print?

HerrBert
Posts: 340
Joined: Mon Jul 13, 2020 6:14 pm
Location: Germany, NRW
Has thanked: 17 times
Been thanked: 114 times

Re: Other Distro using isobooter

Post by HerrBert »

To just remove the fourth partition you can add an entry to the menu.lst on your USB drive:

Code: Select all

title Remove 4th
partnew (hd0,3) 0 0 0

Then boot from your USB drive and select this entry. There will be no output to console.

Or you boot from your USB drive and type c to get to grub4dos commandline,
run the command partnew (hd0,3) 0 0 0 and then type halt or reboot.

User avatar
peppyy
Posts: 330
Joined: Fri Jan 22, 2021 2:11 pm
Location: VT USA
Has thanked: 66 times
Been thanked: 28 times

Re: Other Distro using isobooter

Post by peppyy »

@williams2
Device Boot Start End Sectors Size Id Type
/dev/sdc4 2107520 5882623 3775104 1.8G 0 Empty

It appears that the trick is to run wipefs --all /dev/sdc before partitioning the drive, just too nervous to try it :?

Perhaps after coffee.

Puppy Linux. It just works!
Foassapup 9.5 64-(Frugal) Mobo, M5A99FX PRO - CPU, AMD FX-6300 6 core - mem,32GB - Storage
ssd 128GB M4 - ssd-256GB APS - ssd-1TB PNY - GPU GeForce GTX 1060 GAMING X 6G. Yes it's a Mutt.

Post Reply

Return to “Other Distros”