
I have no idea. It is not something that I have experience with.
Post#16 by Ed_P » 23 Nov 2021, 20:54
I have no idea. It is not something that I have experience with.
Ed_P
Post#17 by Rava » 23 Nov 2021, 21:02
Copied the vmlinuz_Porteus_5.4.30_x86_64 file to an external HD's ext3 partition, removed it from sda1 and copied it back from the ext3 drive.
Rava
Post#18 by Ed_P » 23 Nov 2021, 21:13
Not what I suggested. By removing it you opened up the same broken cluster chains for it to be copied back into. Thus it may be fragmented again.
Ed_P
Post#19 by Rava » 24 Nov 2021, 02:11
No, a file gets copied to randomly chosen areas on a disk. The change a file gets the very same areas as previously is very slim.
I think a much quicker way is this:
approach is not possible because of this
You also have to have more unused space available than used space for this to work
Rava
Ed_P
Post#21 by Rava » 24 Nov 2021, 04:41
Your approach means:
Rava
Post#22 by Ed_P » 24 Nov 2021, 06:35
May be, or may be not. But it doesn't take long to find out. Will the problem be resolved with your approach? May be, or may be not.
Ed_P
Post#23 by Rava » 24 Nov 2021, 20:21
I wrote ncmprhnsbl a PM about " Can the Porteus installer handle ext4 as internal boot partition? " I wait till he replied.
Rava
Post#24 by Rava » 09 Jan 2022, 02:09
Rava
Post#25 by raja » 09 Jan 2022, 08:53
Code: Select all
set timeout=30
loadfont unicode
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Nemisis-New" {
set gfxpayload=keep
#search --set=root --fs-uuid 46d2baf8-5a05-4013-9593-128a4c07e592
linux (hd0,msdos1)/boot/vmlinuz-5.12.18
initrd (hd0,msdos1)/boot/initrd-new.xz
}
menuentry "Porteus-5.0" {
set gfxpayload=keep
search --set=root --fs-uuid 46d2baf8-5a05-4013-9593-128a4c07e592
linux (hd0,msdos1)/boot/vmlinuz-5.15.11
initrd (hd0,msdos1)/boot/initrd-5.0-rc3.xz
}
raja
Post#26 by Rava » 09 Jan 2022, 11:18
By that you mean sda1 is VFAT or NTFS?
Rava
Post#27 by raja » 09 Jan 2022, 16:14
raja