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: Grub saved my Laptop, and made it usable. so i wanted to say thanks to everybody that worked on it.

2022-11-07 Thread James Wabi
Thanks vladimir, sadly it did not work. What i did was to include the memmap line like this on* boot/grub/grub.cfg* # This Menu entry brought to you courtesy of https://www.pendrivelinux.com/install-grub2-on-usb-from-ubuntu-linux/ set timeout=10 set default=0 menuentry "Run Ubuntu Live ISO" { l

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

2022-11-25 Thread Project Development
On Mon, Nov 7, 2022 at 9:50 AM James Wabi wrote: > > Thanks vladimir, sadly it did not work. What i did was to include the memmap > line like this on boot/grub/grub.cfg > > > # This Menu entry brought to you courtesy of > https://www.pendrivelinux.com/install-grub2-on-usb-from-ubuntu-linux/ > se

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

2022-11-26 Thread James Wabi
Thank you Glenn ! Your answer was very helpful, the Cutmem i think worked, but the other one did not. *From a machine that had already usuntu installed and running, i knew that if the modifications worked, then if i run in terminal sudo Dmesg , i should see something like this:* *[0.00] r