Philip Rhoades wrote:
> People,
>
> I have a Gateway LT30 netbook that I am using for on the road that
> does everything I want:
>
> - WiFi
>
> - Broadband Wireless
>
> with Fedora 13 - except:
>
> - sound input is a problem (maybe it is a faulty microphone but I am
> not sure
>
> - F13 is a bit sl
People,
I started this thread quite a while ago (I have asked LQ why it has
another user's name on it):
http://www.linuxquestions.org/questions/linux-software-2/booting-of-raw-iso-from-grub-lilo-though-preferably-grub-367901/
but haven't ever gotten a workable response. I realise that ISOs f
On Tue, May 18, 2010 at 05:12:17PM +1000, Philip Rhoades wrote:
> I started this thread quite a while ago (I have asked LQ why it has
> another user's name on it):
>
> http://www.linuxquestions.org/questions/linux-software-2/booting-of-raw-iso-from-grub-lilo-though-preferably-grub-367901/
>
> but
On Mon, May 17, 2010 at 11:48:12PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> Thanks to Seth Goldberg's and Jordan Uggla's testing it was discovered
> how to make same iso bootable on EFI as both cdrom and usb stick. For
> this it's needed in addition to el-torito to add a partition tab
Colin Watson wrote:
> On Mon, May 17, 2010 at 11:48:12PM +0200, Vladimir 'φ-coder/phcoder'
> Serbinenko wrote:
>
>> Thanks to Seth Goldberg's and Jordan Uggla's testing it was discovered
>> how to make same iso bootable on EFI as both cdrom and usb stick. For
>> this it's needed in addition to
On Tue, May 18, 2010 at 01:25:10PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> Colin Watson wrote:
> > On Mon, May 17, 2010 at 11:48:12PM +0200, Vladimir 'φ-coder/phcoder'
> > Serbinenko wrote:
> >> Thanks to Seth Goldberg's and Jordan Uggla's testing it was discovered
> >> how to make
I've pushed sftp://bzr.sv.gnu.org/srv/bzr/grub/branches/btrfs-probe/
(world-readable: 'bzr get
http://bzr.savannah.gnu.org/r/grub/branches/btrfs-probe/') to handle
probing single-device btrfs filesystems. I'm not going to pretend that
this is anything other than a hack, but it is reasonably well i
On Tue, May 18, 2010 at 01:17:24PM +0100, Colin Watson wrote:
> I've done basic testing, but would appreciate testing from others as
> well. For those who don't want to bother checking it out from revision
> control, the patch follows. It's against trunk, but should apply with
> only a little bit
Hi,
Colin Watson wrote:
> I don't know how well
> BIOSes handle MBR partition tables on CD-ROMs.
According to ECMA-119 (aka ISO 9660) the first
32 kB of an image are "System Area" with
arbitrary custom content.
El Torito specs mention that this area may
contain a bootable disk image. (Figure 1,
c
Hi,
i sent this message 4 hours ago but it did
not show up yet. So i send it again on the risk
to produce a duplicate.
While my local bzr upgrade problems still persist
i can view grub-mkrescue.in at
https://code.launchpad.net/~vcs-imports/grub
On Tue, May 18, 2010 at 01:17:24PM +0100, Colin Watson wrote:
> (Vladimir cited a rumour to the effect that libblkid may be able to
> handle this, but I haven't been able to find any evidence of it knowing
> how to deal with mount points at all. We can always revisit this
> later.)
Scott James Re
On Tue, May 18, 2010 at 02:44:09PM +0200, Thomas Schmitt wrote:
> Colin Watson wrote:
> > http://fedoraproject.org/wiki/Anaconda/Features/UEFI :
> "Many BIOS implementations, ... do not correctly
> handle the multiple El-Torito boot blocks"
>
> El Torito specs (of 1995) talk of "BIOS with
> Singl
Here's an example to launch an iso of gpartedlivecd from Grub2. I always
add it on my 40_custom file :
menuentry "ISO Live - GParted Live" {
insmod loopback
insmod iso9660
set isofile="/iso/gparted-live-0.5.2-1.iso"
loopback loop (hd0,5)$isofile
set gfxpayload=800x600x16, 800x600
linux (loop)/li
Hi,
while my local bzr upgrade problems still persist
i can view grub-mkrescue.in at
https://code.launchpad.net/~vcs-imports/grub/grub2-bzr
> xorriso -pathspecs on -as mkisofs
I would make this
xorriso -report_about HINT -as mkisofs -graft-points
Option -report_about HINT will reduce verb
Hi,
Attached patch adds support for path name expansion for * in
grub-script. So, we can now use *, (*,msdos*), */boot/grub/*.mod,
etc. in grub scripts. It is available in people/bvk/shell-expansion
branch.
--
bvk.chaitanya
# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: bvk.
Hey all! New to the list, and fairly new to Grub2.
I've got about 400+ machines as part of a farm. They are re-imaged
routinely on demand, each image a different preset for the role it needs
to play (even swapping OS at times.)
Traditionally, we used pxelinux to image this stuff remotely. I r
Jiro SEKIBA wrote:
> Hi,
>
> This is a patch to support second super block of nilfs2.
> It will use the second super block when first one is accidentally
> collapsed or not synced properly.
>
>
Is it limited to only 2 blocks?
> NILFS has redundant super blocks. Those are identical if unmounted
Mahlon E. Smith wrote:
> sh:grub> ls -lh
> Device hd0: Filesystem type pxefs< uh oh
>
Upgrade
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
___
Grub-devel mailing list
Grub-d
Hi,
Attached patch adds shift cmd support to grub-script.
--
bvk.chaitanya
# Bazaar merge directive format 2 (Bazaar 0.90)
# revision_id: bvk.gro...@gmail.com-20100512121649-kssucchekpggnms0
# target_branch: ../cmdlist/
# testament_sha1: fcbd7e7ab663a4edf0114e8dc1fbc33fb006c78e
# timestamp: 2
BVK Chaitanya wrote:
> On Wed, May 5, 2010 at 11:06 PM, Seth Goldberg
> wrote:
>
>> This is a *great* start, but can you please add support for $* ...
>>
>>
>
> Support for $@, $* and their double quoted forms is added. Its
> available in people/bvk/func-params branch.
>
> One known bug
BVK Chaitanya wrote:
> Hi,
>
>
> Attached patch adds support for path name expansion for * in
> grub-script. So, we can now use *, (*,msdos*), */boot/grub/*.mod,
> etc. in grub scripts. It is available in people/bvk/shell-expansion
> branch.
>
>
>
1) regexp expansion is better to be moved into
Hello,dear Grub2 developer team. I'm just a linux userand a little afraid of the current GRUB2 development.Please keep an eye on the KISS ("Keep it simple,stupid") principle. With that I mean, that a user should be ableto configure and use the bootloader easily without having toread tons of documen
On Tue, May 18, 2010, Vladimir '??-coder/phcoder' Serbinenko wrote:
> Upgrade
Thanks for the speedy reply, Vladimir. I realized a little bit late
that I had neglected to mention what version I was using. (1.97.2).
I'll try 1.98 and see how it goes!
--
Mahlon E. Smith
http://www.martini.nu/c
On Sun, May 16, 2010 at 6:24 PM, C. P. Ghost wrote:
> is support for BSD partitions (or maybe ufs2) broken in grub2 (1.98)?
No replies so far? Could a developer *please* have a closer look
at this?
TIA,
-cpghost.
--
Cordula's Web. http://www.cordula.ws/
___
C. P. Ghost wrote:
> On Sun, May 16, 2010 at 6:24 PM, C. P. Ghost wrote:
>
>> is support for BSD partitions (or maybe ufs2) broken in grub2 (1.98)?
>>
>
> No replies so far? Could a developer *please* have a closer look
> at this?
>
>
Your mail is quite long and looks like a tech suppor
2010/5/18 Vladimir 'φ-coder/phcoder' Serbinenko :
> C. P. Ghost wrote:
>> On Sun, May 16, 2010 at 6:24 PM, C. P. Ghost wrote:
>>
>>> is support for BSD partitions (or maybe ufs2) broken in grub2 (1.98)?
>>>
>>
>> No replies so far? Could a developer *please* have a closer look
>> at this?
>>
>>
>
C. P. Ghost wrote:
> 2010/5/18 Vladimir 'φ-coder/phcoder' Serbinenko :
>
>> C. P. Ghost wrote:
>>
>>> On Sun, May 16, 2010 at 6:24 PM, C. P. Ghost wrote:
>>>
>>>
is support for BSD partitions (or maybe ufs2) broken in grub2 (1.98)?
>>> No replies so far? Coul
2010/5/18 Vladimir 'φ-coder/phcoder' Serbinenko :
> This bsdlabel has 2 strangenesses. First one is seen in your log:
>
> a: 497936 16 unused 0 0
> In other words for some strange reason it's declared as unused entry slot.
Ah, you're right! My mistake. I'll edit the type to
Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> C. P. Ghost wrote:
>
>> 2010/5/18 Vladimir 'φ-coder/phcoder' Serbinenko :
>>
>>
>>> C. P. Ghost wrote:
>>>
>>>
On Sun, May 16, 2010 at 6:24 PM, C. P. Ghost wrote:
> is support for BSD part
29 matches
Mail list logo