Dell Dimension 8300 reboots when grub2 cbfs module is loaded

2015-11-01 Thread Andrei Borzenkov
I was debugging problem reported by user on Dell Dimension 8300 - it rebooted when doing "ls -l". It turned out, the problem was triggered by loading cbfs which probed for header. System has 2GB memory, and attempt to read from address 0x caused instant reboot. 0x was returned

Exercise: Booting from a LiveUSB ISO and contents on /dev/sda6

2015-11-01 Thread Philip Rhoades
People, I want to enlarge my root partition on a Fedora 23 x86_64 system and I know I can boot on a LiveUSB stick and use [g]parted from there to do what I want but I thought I would try creating a small partition with the ISO and its contents in it to see if I could do what I want without

Re: Exercise: Booting from a LiveUSB ISO and contents on /dev/sda6

2015-11-01 Thread Fajar A. Nugraha
On Mon, Nov 2, 2015 at 10:27 AM, Philip Rhoades wrote: > People, > > I want to enlarge my root partition on a Fedora 23 x86_64 system and I > know I can boot on a LiveUSB stick and use [g]parted from there to do what > I want but I thought I would try creating a small

Re: Exercise: Booting from a LiveUSB ISO and contents on /dev/sda6

2015-11-01 Thread Jordan Uggla
On Mon, Nov 2, 2015 at 3:27 AM, Philip Rhoades wrote: > People, > > I want to enlarge my root partition on a Fedora 23 x86_64 system and I know > I can boot on a LiveUSB stick and use [g]parted from there to do what I want > but I thought I would try creating a small partition

Re: Exercise: Booting from a LiveUSB ISO and contents on /dev/sda6

2015-11-01 Thread Jordan Uggla
On Mon, Nov 2, 2015 at 3:56 AM, Fajar A. Nugraha wrote: > IIRC in the past there was a requirement where the loopfile needed to be > unfragmented? Can't remember the details though. No such requirement exists for grub's loopback command. That was only needed for forks of grub

Re: Anonymous commit (empty Author and Committer)

2015-11-01 Thread Vladimir 'phcoder' Serbinenko
Opened Savannah support ticket Le 31 oct. 2015 2:54 PM, "Andrei Borzenkov" a écrit : > 30.10.2015 23:19, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 30.10.2015 21:09, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> >>> On 30.10.2015 21:06, Vladimir 'φ-coder/phcoder'

Re: [PATCH V2] mkimage: zero fill alignment space

2015-11-01 Thread Vladimir 'phcoder' Serbinenko
Go ahead Le 31 oct. 2015 9:39 AM, "Andrei Borzenkov" a écrit : > This did not cause real problem but is good for reproducible builds. I hit > it with recent bootinfoscript that displays embedded config; I was puzzled > by random garbage at the end. > > Prezero memory buffer

Re: [PATCH V2] mkimage: zero fill alignment space

2015-11-01 Thread Vladimir 'phcoder' Serbinenko
Le 2 nov. 2015 8:25 AM, "Vladimir 'phcoder' Serbinenko" a écrit : > > Go ahead > Actually please wait till Savannah admins kill the empty commit > Le 31 oct. 2015 9:39 AM, "Andrei Borzenkov" a écrit : >> >> This did not cause real problem but is good for