On 04/03/13 09:15, Samuel Thibault wrote:
Riccardo Mottola, le Wed 03 Apr 2013 09:13:50 +0200, a écrit :
I think the two facts are related. If you look at the original screeshot,
you can notice that it is running "run-parts" on zz-update-grub, I gather
that gnumach is only the parameter.
Could you bring precise details about how grub is installed on your
disk? (disk sizes, partitions, etc.) Although reported several times,
I've never managed to reproduce this kind of issue with grub on my
systems.
That's a good question, how can I know it inside hurd or grub? there is
no "dmesg".
The setup should be retty simple: a standard IDE hard disk, 40Gb with
standard 4 partitions.
this is what fdisk reports:
Disk /dev/hd0: 41.0 GB, 40971571200 bytes
255 heads, 63 sectors/track, 4981 cylinders, total 80022600 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/hd0p1 * 63 7807589 3903763+ 83 Linux
/dev/hd0p2 7807590 80019764 36106087+ 5 Extended
/dev/hd0p5 7807653 15615179 3903763+ 83 Linux
/dev/hd0p6 15615243 17109224 746991 82 Linux swap /
Solaris
/dev/hd0p7 17109288 80019764 31455238+ 83 Linux
grub2 hasn't been installed yet I guess, so i have a back up but not the
new thing.
I found this:
multix@grid:~$ cat /boot/grub/menu.lst_backup_by_grub2_prerm
timeout 5
title GNU/Hurd
root (hd0,0)
kernel /boot/gnumach.gz root=device:hd0s1
module /hurd/ext2fs.static -A
--multiboot-command-line=${kernel-command-line}
--host-priv-port=${host-port} --device-master-port=${device-port}
--exec-server-task=${exec-task} -T typed ${root} $(task-create)
$(task-resume)
module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
boot
title GNU/Hurd single
root (hd0,0)
kernel /boot/gnumach.gz root=device:hd0s1 -s
module /hurd/ext2fs.static -A
--multiboot-command-line=${kernel-command-line}
--host-priv-port=${host-port} --device-master-port=${device-port}
--exec-server-task=${exec-task} -T typed ${root} $(task-create)
$(task-resume)
module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
Is this enough?
Riccardo