Hi.
Thanks you all developers that workd on Grub. With grub and the Badram and
Memmap command i was able to fix my Laptop with bad/broken soldered ram
memory in the motherboard.
Actually "memmap" was the one that worked, which reserved specific memory
address making the OS bootable and stable.
Th
Thank you a lot for this feedback. For LiveUSB: put original iso as a
file then install GRUB on the USB and put in boot/grub/grub.cfg:
memmap ...
menuentry "My Live USB" {
iso_path=
export iso_path
loopback loop $iso_path
root=loop
configfile /boog/grub/loopback.cfg
}
The config is of t
Hi Vladimir
thank you for your response,
I managed to follow this guide from start to end, and i have a bootable USB
flash drive with grub and also with the ubuntu.iso in it, just like you
explained.
tutorial:
https://www.pendrivelinux.com/install-grub2-on-usb-from-ubuntu-linux/
*Inside my usb fl
On Mon, Nov 7, 2022 at 2:54 AM James Wabi wrote:
>
> Hi Vladimir
> thank you for your response,
>
> I managed to follow this guide from start to end, and i have a bootable USB
> flash drive with grub and also with the ubuntu.iso in it, just like you
> explained.
> tutorial:
> https://www.pendr
Hi,
Sorry for late reply... I think my patch is almost independent of
Markus's, and it would be good to have both. However, I think there are
some point we can share opinions. I'd like to ask your opinions of the
mechanism of choosing font size automatically. In my patch
(preliminary), it sca