Grub saved my Laptop, and made it usable. so i wanted to say thanks to everybody that worked on it.

2022-11-06 Thread James Wabi
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

Re: Grub saved my Laptop, and made it usable. so i wanted to say thanks to everybody that worked on it.

2022-11-06 Thread Vladimir 'phcoder' Serbinenko
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

Re: Grub saved my Laptop, and made it usable. so i wanted to say thanks to everybody that worked on it.

2022-11-06 Thread James Wabi
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

Re: Grub saved my Laptop, and made it usable. so i wanted to say thanks to everybody that worked on it.

2022-11-06 Thread Vladimir 'phcoder' Serbinenko
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

Re: AW: Adding --set to videoinfo to retrieve current video resolution

2022-11-06 Thread Zhang Boyang
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