help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Installing to a disk image file, "grub-setup: error: unknown device"


From: David Wuertele
Subject: Installing to a disk image file, "grub-setup: error: unknown device"
Date: Mon, 12 Jul 2010 17:45:53 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I'm trying to install grub2 on a disk image.  I'm using grub-1.96
because my RHEL4 host has an old gcc and can't compile the newer
version.  Is grub-1.96 capable of installing to a disk image file?

I was getting errors from grub-install, so I read the source.  It
appears to be 99% parsing options so that it can properly execute the
programs 'grub-mkimage' and 'grub-setup'.  I think I understand what
these are supposed to do, so I tried calling them directly.
grub-mkimage seems to work fine, but grub-setup fails.  Can anyone
offer advice?

Here is how I tried to install grub2 on a disk image.  For readability
I'm going to save the output of the commands that worked fine in files
and include them at the end of this message.  The grub-setup command
is the one that I can't make work.  Here's how the session went:

  $ qemu-img create -f raw mydiskimg.raw 1GB > qemu-img.out 2>&1 ; echo $?
  0
  $ (echo "0,130,83,*" ; echo ";") | sfdisk mydiskimg.raw -H 255 -S 63 >
sfdisk.out 2>&1 ; echo $?
  0
  $ sudo kpartx -s -v -a mydiskimg.raw > kpartx.out 2>&1 ; echo $?
  0
  $ sudo genext2fs --verbose -b 1024 -d home /dev/mapper/`cat kpartx.out | cut
-f3 -d" "` > genext2fs.out 2>&1 ; echo $?
  0
  $ echo "(hd0) `pwd`/mydiskimg.raw" > home/boot/grub/device.map
  $ sudo grub-mkimage --output=home/boot/grub/core.img --prefix=/boot/grub ext2
pc gpt > grub-mkimage.out 2>&1 ; echo $?
  0
  $ sudo grub-setup -v --directory=home/boot/grub
--device-map=home/boot/grub/device.map --root-device='(hd0,0)' '(hd0)'
  grub-setup: info: prefix = /dave/crossplex/git/crossplex/home/boot/grub
  grub-setup: info: getting the size of home/boot/grub/boot.img
  grub-setup: info: reading home/boot/grub/boot.img
  grub-setup: info: getting the size of home/boot/grub/boot.img
  grub-setup: info: getting the size of home/boot/grub/core.img
  grub-setup: info: reading home/boot/grub/core.img
  grub-setup: info: getting the size of home/boot/grub/core.img
  grub-setup: info: the size of hd0 is 2097152
  grub-setup: info: opening the device
`/nightly/dave/crossplex/git/crossplex/mydiskimg.raw'
  grub-setup: error: unknown device
  $ echo $?
  1
  $

Here are the outputs from the commands that worked fine:

  $ cat qemu-img.out 
  Formatting 'mydiskimg.raw', fmt=raw size=1073741824 
  $ cat sfdisk.out 
  Warning: mydiskimg.raw is not a block device
  Disk mydiskimg.raw: cannot get geometry

  Disk mydiskimg.raw: 130 cylinders, 255 heads, 63 sectors/track

  sfdisk: ERROR: sector 0 does not have an msdos signature
   mydiskimg.raw: unrecognized partition table type
  Old situation:
  No partitions found
  New situation:
  Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

     Device Boot Start     End   #cyls    #blocks   Id  System
  mydiskimg.raw1   *      0+    129     130-   1044224+  83  Linux
  mydiskimg.raw2          0       -       0          0    0  Empty
  mydiskimg.raw3          0       -       0          0    0  Empty
  mydiskimg.raw4          0       -       0          0    0  Empty
  Successfully wrote the new partition table

  Re-reading the partition table ...
  BLKRRPART: Inappropriate ioctl for device

  If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
  to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1
  (See fdisk(8).)
  $ cat kpartx.out
  add map loop5p1 (253:8): 0 2088449 linear /dev/loop5 1
  $ cat genext2fs.out 
  genext2fs 1.4.1
  1024 blocks (563 free, 51 reserved), first data block: 1
  104 inodes (5 free)
  block size = 1024, frag size = 1024
  number of groups: 1
  1024 blocks per group,1024 frags per group,104 inodes per group
  Size of inode table: 13 blocks
  Group No: 1
  block bitmap: block 3,inode bitmap: block 4, inode table: block 5
  block bitmap allocation:
 
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----
8----+----9----+----0
 
*******************************************************************************
*********************
 
*******************************************************************************
*********************
 
*******************************************************************************
*********************
 
*******************************************************************************
*********************
 
************************************************************...................
.....................
 
...............................................................................
.....................
 
...............................................................................
.....................
 
...............................................................................
.....................
 
...............................................................................
.....................
 
...............................................................................
.....................
  .......................*
  inode bitmap allocation:
 
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----
8----+----9----+----0
 
*******************************************************************************
********************.
  ....
  inode 2 (root, 5 links): drwxr-xr-x,  size: 1024 bytes (1 block)
  blocks in inode 2: 18
  1 blocks (1024 bytes)
  directory for inode 2:
  entry '.' (inode 2): rec_len: 12 (name_len: 1)
  entry '..' (inode 2): rec_len: 12 (name_len: 2)
  entry 'lost+found' (inode 11): rec_len: 20 (name_len: 10)
  entry 'crossplex' (inode 12): rec_len: 20 (name_len: 9)
  entry 'boot' (inode 14): rec_len: 960 (name_len: 4)
  Done with inode 2
  inode 11 (normal, 2 links): drwx------,  size: 52224 bytes (52 blocks)
  blocks in inode 11: 19 20 21 22 23 24 25 26 27 28 29 30 32 33 34 35 36 37 38
  39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
  65 66 67 68 69 70
  51 blocks (52224 bytes)
  directory for inode 11:
  entry '.' (inode 11): rec_len: 12 (name_len: 1)
  entry '..' (inode 2): rec_len: 1012 (name_len: 2)
  Done with inode 11
  inode 12 (normal, 2 links): drwxrwxr-x,  size: 1024 bytes (1 block)
  blocks in inode 12: 71
  1 blocks (1024 bytes)
  directory for inode 12:
  entry '.' (inode 12): rec_len: 12 (name_len: 1)
  entry '..' (inode 2): rec_len: 12 (name_len: 2)
  entry '.bashrc' (inode 13): rec_len: 1000 (name_len: 7)
  Done with inode 12
  inode 13 (normal, 1 links): -rw-rw-r--,  size: 85 bytes (1 block)
  blocks in inode 13: 72
  1 blocks (1024 bytes)
  Done with inode 13
  inode 14 (normal, 3 links): drwxrwxr-x,  size: 1024 bytes (1 block)
  blocks in inode 14: 73
  1 blocks (1024 bytes)
  directory for inode 14:
  entry '.' (inode 14): rec_len: 12 (name_len: 1)
  entry '..' (inode 2): rec_len: 12 (name_len: 2)
  entry 'grub' (inode 15): rec_len: 1000 (name_len: 4)
  Done with inode 14
  inode 15 (normal, 2 links): drwxrwxr-x,  size: 2048 bytes (2 blocks)
  blocks in inode 15: 74 328
  2 blocks (2048 bytes)
  directory for inode 15:
  entry '.' (inode 15): rec_len: 12 (name_len: 1)
  entry '..' (inode 14): rec_len: 12 (name_len: 2)
  entry 'device.map' (inode 16): rec_len: 20 (name_len: 10)
  entry 'acorn.mod' (inode 17): rec_len: 20 (name_len: 9)
  entry 'affs.mod' (inode 18): rec_len: 16 (name_len: 8)
  entry 'amiga.mod' (inode 19): rec_len: 20 (name_len: 9)
  entry 'apple.mod' (inode 20): rec_len: 20 (name_len: 9)
  entry 'ata.mod' (inode 21): rec_len: 16 (name_len: 7)
  entry 'biosdisk.mod' (inode 22): rec_len: 20 (name_len: 12)
  entry 'bitmap.mod' (inode 23): rec_len: 20 (name_len: 10)
  entry 'blocklist.mod' (inode 24): rec_len: 24 (name_len: 13)
  entry 'boot.mod' (inode 25): rec_len: 16 (name_len: 8)
  entry 'cat.mod' (inode 26): rec_len: 16 (name_len: 7)
  entry '_chain.mod' (inode 27): rec_len: 20 (name_len: 10)
  entry 'chain.mod' (inode 28): rec_len: 20 (name_len: 9)
  entry 'cmp.mod' (inode 29): rec_len: 16 (name_len: 7)
  entry 'configfile.mod' (inode 30): rec_len: 24 (name_len: 14)
  entry 'cpio.mod' (inode 31): rec_len: 16 (name_len: 8)
  entry 'cpuid.mod' (inode 32): rec_len: 20 (name_len: 9)
  entry 'echo.mod' (inode 33): rec_len: 16 (name_len: 8)
  entry 'elf.mod' (inode 34): rec_len: 16 (name_len: 7)
  entry 'ext2.mod' (inode 35): rec_len: 16 (name_len: 8)
  entry 'fat.mod' (inode 36): rec_len: 16 (name_len: 7)
  entry 'font.mod' (inode 37): rec_len: 16 (name_len: 8)
  entry 'fshelp.mod' (inode 38): rec_len: 20 (name_len: 10)
  entry 'gfxterm.mod' (inode 39): rec_len: 20 (name_len: 11)
  entry 'gpt.mod' (inode 40): rec_len: 16 (name_len: 7)
  entry 'gzio.mod' (inode 41): rec_len: 16 (name_len: 8)
  entry 'halt.mod' (inode 42): rec_len: 16 (name_len: 8)
  entry 'hello.mod' (inode 43): rec_len: 20 (name_len: 9)
  entry 'help.mod' (inode 44): rec_len: 16 (name_len: 8)
  entry 'hexdump.mod' (inode 45): rec_len: 20 (name_len: 11)
  entry 'hfs.mod' (inode 46): rec_len: 16 (name_len: 7)
  entry 'hfsplus.mod' (inode 47): rec_len: 20 (name_len: 11)
  entry 'iso9660.mod' (inode 48): rec_len: 20 (name_len: 11)
  entry 'jfs.mod' (inode 49): rec_len: 16 (name_len: 7)
  entry 'jpeg.mod' (inode 50): rec_len: 16 (name_len: 8)
  entry '_linux.mod' (inode 51): rec_len: 20 (name_len: 10)
  entry 'linux.mod' (inode 52): rec_len: 20 (name_len: 9)
  entry 'loopback.mod' (inode 53): rec_len: 20 (name_len: 12)
  entry 'ls.mod' (inode 54): rec_len: 16 (name_len: 6)
  entry 'lspci.mod' (inode 55): rec_len: 20 (name_len: 9)
  entry 'lvm.mod' (inode 56): rec_len: 16 (name_len: 7)
  entry 'memdisk.mod' (inode 57): rec_len: 20 (name_len: 11)
  entry 'minix.mod' (inode 58): rec_len: 20 (name_len: 9)
  entry '_multiboot.mod' (inode 59): rec_len: 24 (name_len: 14)
  entry 'multiboot.mod' (inode 60): rec_len: 24 (name_len: 13)
  entry 'normal.mod' (inode 61): rec_len: 20 (name_len: 10)
  entry 'ntfscomp.mod' (inode 62): rec_len: 20 (name_len: 12)
  entry 'ntfs.mod' (inode 63): rec_len: 16 (name_len: 8)
  entry 'pci.mod' (inode 64): rec_len: 16 (name_len: 7)
  entry 'pc.mod' (inode 65): rec_len: 16 (name_len: 6)
  entry 'play.mod' (inode 66): rec_len: 16 (name_len: 8)
  entry 'png.mod' (inode 67): rec_len: 16 (name_len: 7)
  entry 'raid.mod' (inode 68): rec_len: 16 (name_len: 8)
  entry 'read.mod' (inode 69): rec_len: 28 (name_len: 8)
  entry 'reboot.mod' (inode 70): rec_len: 20 (name_len: 10)
  entry 'reiserfs.mod' (inode 71): rec_len: 20 (name_len: 12)
  entry 'search.mod' (inode 72): rec_len: 20 (name_len: 10)
  entry 'serial.mod' (inode 73): rec_len: 20 (name_len: 10)
  entry 'sfs.mod' (inode 74): rec_len: 16 (name_len: 7)
  entry 'sun.mod' (inode 75): rec_len: 16 (name_len: 7)
  entry 'terminal.mod' (inode 76): rec_len: 20 (name_len: 12)
  entry 'terminfo.mod' (inode 77): rec_len: 20 (name_len: 12)
  entry 'test.mod' (inode 78): rec_len: 16 (name_len: 8)
  entry 'tga.mod' (inode 79): rec_len: 16 (name_len: 7)
  entry 'ufs.mod' (inode 80): rec_len: 16 (name_len: 7)
  entry 'vbeinfo.mod' (inode 81): rec_len: 20 (name_len: 11)
  entry 'vbe.mod' (inode 82): rec_len: 16 (name_len: 7)
  entry 'vbetest.mod' (inode 83): rec_len: 20 (name_len: 11)
  entry 'vga.mod' (inode 84): rec_len: 16 (name_len: 7)
  entry 'video.mod' (inode 85): rec_len: 20 (name_len: 9)
  entry 'videotest.mod' (inode 86): rec_len: 24 (name_len: 13)
  entry 'xfs.mod' (inode 87): rec_len: 16 (name_len: 7)
  entry 'command.lst' (inode 88): rec_len: 20 (name_len: 11)
  entry 'fs.lst' (inode 89): rec_len: 16 (name_len: 6)
  entry 'moddep.lst' (inode 90): rec_len: 20 (name_len: 10)
  entry 'boot.img' (inode 91): rec_len: 16 (name_len: 8)
  entry 'cdboot.img' (inode 92): rec_len: 20 (name_len: 10)
  entry 'diskboot.img' (inode 93): rec_len: 20 (name_len: 12)
  entry 'kernel.img' (inode 94): rec_len: 20 (name_len: 10)
  entry 'lnxboot.img' (inode 95): rec_len: 20 (name_len: 11)
  entry 'pxeboot.img' (inode 96): rec_len: 20 (name_len: 11)
  entry 'menu.lst' (inode 97): rec_len: 16 (name_len: 8)
  entry 'device.map~' (inode 98): rec_len: 20 (name_len: 11)
  entry 'core.img' (inode 99): rec_len: 484 (name_len: 8)
  Done with inode 15
  inode 16 (normal, 1 links): -rw-rw-r--,  size: 75 bytes (1 block)
  blocks in inode 16: 75
  1 blocks (1024 bytes)
  Done with inode 16
  inode 17 (normal, 1 links): -rw-r--r--,  size: 2176 bytes (3 blocks)
  blocks in inode 17: 76 77 78
  3 blocks (3072 bytes)
  Done with inode 17
  inode 18 (normal, 1 links): -rw-r--r--,  size: 4684 bytes (5 blocks)
  blocks in inode 18: 79 80 81 82 83
  5 blocks (5120 bytes)
  Done with inode 18
  inode 19 (normal, 1 links): -rw-r--r--,  size: 2476 bytes (3 blocks)
  blocks in inode 19: 84 85 86
  3 blocks (3072 bytes)
  Done with inode 19
  inode 20 (normal, 1 links): -rw-r--r--,  size: 2668 bytes (3 blocks)
  blocks in inode 20: 87 88 89
  3 blocks (3072 bytes)
  Done with inode 20
  inode 21 (normal, 1 links): -rw-r--r--,  size: 4824 bytes (5 blocks)
  blocks in inode 21: 90 91 92 93 94
  5 blocks (5120 bytes)
  Done with inode 21
  inode 22 (normal, 1 links): -rw-r--r--,  size: 4120 bytes (5 blocks)
  blocks in inode 22: 95 96 97 98 99
  5 blocks (5120 bytes)
  Done with inode 22
  inode 23 (normal, 1 links): -rw-r--r--,  size: 2500 bytes (3 blocks)
  blocks in inode 23: 100 101 102
  3 blocks (3072 bytes)
  Done with inode 23
  inode 24 (normal, 1 links): -rw-r--r--,  size: 2100 bytes (3 blocks)
  blocks in inode 24: 103 104 105
  3 blocks (3072 bytes)
  Done with inode 24
  inode 25 (normal, 1 links): -rw-r--r--,  size: 1264 bytes (2 blocks)
  blocks in inode 25: 106 107
  2 blocks (2048 bytes)
  Done with inode 25
  inode 26 (normal, 1 links): -rw-r--r--,  size: 1792 bytes (2 blocks)
  blocks in inode 26: 108 109
  2 blocks (2048 bytes)
  Done with inode 26
  inode 27 (normal, 1 links): -rw-r--r--,  size: 2304 bytes (3 blocks)
  blocks in inode 27: 110 111 112
  3 blocks (3072 bytes)
  Done with inode 27
  inode 28 (normal, 1 links): -rw-r--r--,  size: 1640 bytes (2 blocks)
  blocks in inode 28: 113 114
  2 blocks (2048 bytes)
  Done with inode 28
  inode 29 (normal, 1 links): -rw-r--r--,  size: 2100 bytes (3 blocks)
  blocks in inode 29: 115 116 117
  3 blocks (3072 bytes)
  Done with inode 29
  inode 30 (normal, 1 links): -rw-r--r--,  size: 1792 bytes (2 blocks)
  blocks in inode 30: 118 119
  2 blocks (2048 bytes)
  Done with inode 30
  inode 31 (normal, 1 links): -rw-r--r--,  size: 2936 bytes (3 blocks)
  blocks in inode 31: 120 121 122
  3 blocks (3072 bytes)
  Done with inode 31
  inode 32 (normal, 1 links): -rw-r--r--,  size: 1536 bytes (2 blocks)
  blocks in inode 32: 123 124
  2 blocks (2048 bytes)
  Done with inode 32
  inode 33 (normal, 1 links): -rw-r--r--,  size: 1884 bytes (2 blocks)
  blocks in inode 33: 125 126
  2 blocks (2048 bytes)
  Done with inode 33
  inode 34 (normal, 1 links): -rw-r--r--,  size: 4468 bytes (5 blocks)
  blocks in inode 34: 127 128 129 130 131
  5 blocks (5120 bytes)
  Done with inode 34
  inode 35 (normal, 1 links): -rw-r--r--,  size: 4064 bytes (4 blocks)
  blocks in inode 35: 132 133 134 135
  4 blocks (4096 bytes)
  Done with inode 35
  inode 36 (normal, 1 links): -rw-r--r--,  size: 4852 bytes (5 blocks)
  blocks in inode 36: 136 137 138 139 140
  5 blocks (5120 bytes)
  Done with inode 36
  inode 37 (normal, 1 links): -rw-r--r--,  size: 2468 bytes (3 blocks)
  blocks in inode 37: 141 142 143
  3 blocks (3072 bytes)
  Done with inode 37
  inode 38 (normal, 1 links): -rw-r--r--,  size: 2504 bytes (3 blocks)
  blocks in inode 38: 144 145 146
  3 blocks (3072 bytes)
  Done with inode 38
  inode 39 (normal, 1 links): -rw-r--r--,  size: 8340 bytes (9 blocks)
  blocks in inode 39: 147 148 149 150 151 152 153 154 155
  9 blocks (9216 bytes)
  Done with inode 39
  inode 40 (normal, 1 links): -rw-r--r--,  size: 2784 bytes (3 blocks)
  blocks in inode 40: 156 157 158
  3 blocks (3072 bytes)
  Done with inode 40
  inode 41 (normal, 1 links): -rw-r--r--,  size: 7924 bytes (8 blocks)
  blocks in inode 41: 159 160 161 162 163 164 165 166
  8 blocks (8192 bytes)
  Done with inode 41
  inode 42 (normal, 1 links): -rw-r--r--,  size: 1452 bytes (2 blocks)
  blocks in inode 42: 167 168
  2 blocks (2048 bytes)
  Done with inode 42
  inode 43 (normal, 1 links): -rw-r--r--,  size: 1192 bytes (2 blocks)
  blocks in inode 43: 169 170
  2 blocks (2048 bytes)
  Done with inode 43
  inode 44 (normal, 1 links): -rw-r--r--,  size: 1904 bytes (2 blocks)
  blocks in inode 44: 171 172
  2 blocks (2048 bytes)
  Done with inode 44
  inode 45 (normal, 1 links): -rw-r--r--,  size: 2492 bytes (3 blocks)
  blocks in inode 45: 173 174 175
  3 blocks (3072 bytes)
  Done with inode 45
  inode 46 (normal, 1 links): -rw-r--r--,  size: 6412 bytes (7 blocks)
  blocks in inode 46: 176 177 178 179 180 181 182
  7 blocks (7168 bytes)
  Done with inode 46
  inode 47 (normal, 1 links): -rw-r--r--,  size: 6420 bytes (7 blocks)
  blocks in inode 47: 183 184 185 186 187 188 189
  7 blocks (7168 bytes)
  Done with inode 47
  inode 48 (normal, 1 links): -rw-r--r--,  size: 5072 bytes (5 blocks)
  blocks in inode 48: 190 191 192 193 194
  5 blocks (5120 bytes)
  Done with inode 48
  inode 49 (normal, 1 links): -rw-r--r--,  size: 4912 bytes (5 blocks)
  blocks in inode 49: 195 196 197 198 199
  5 blocks (5120 bytes)
  Done with inode 49
  inode 50 (normal, 1 links): -rw-r--r--,  size: 5904 bytes (6 blocks)
  blocks in inode 50: 200 201 202 203 204 205
  6 blocks (6144 bytes)
  Done with inode 50
  inode 51 (normal, 1 links): -rw-r--r--,  size: 4776 bytes (5 blocks)
  blocks in inode 51: 206 207 208 209 210
  5 blocks (5120 bytes)
  Done with inode 51
  inode 52 (normal, 1 links): -rw-r--r--,  size: 1480 bytes (2 blocks)
  blocks in inode 52: 211 212
  2 blocks (2048 bytes)
  Done with inode 52
  inode 53 (normal, 1 links): -rw-r--r--,  size: 3132 bytes (4 blocks)
  blocks in inode 53: 213 214 215 216
  4 blocks (4096 bytes)
  Done with inode 53
  inode 54 (normal, 1 links): -rw-r--r--,  size: 3756 bytes (4 blocks)
  blocks in inode 54: 217 218 219 220
  4 blocks (4096 bytes)
  Done with inode 54
  inode 55 (normal, 1 links): -rw-r--r--,  size: 4060 bytes (4 blocks)
  blocks in inode 55: 221 222 223 224
  4 blocks (4096 bytes)
  Done with inode 55
  inode 56 (normal, 1 links): -rw-r--r--,  size: 5268 bytes (6 blocks)
  blocks in inode 56: 225 226 227 228 229 230
  6 blocks (6144 bytes)
  Done with inode 56
  inode 57 (normal, 1 links): -rw-r--r--,  size: 2168 bytes (3 blocks)
  blocks in inode 57: 231 232 233
  3 blocks (3072 bytes)
  Done with inode 57
  inode 58 (normal, 1 links): -rw-r--r--,  size: 4176 bytes (5 blocks)
  blocks in inode 58: 234 235 236 237 238
  5 blocks (5120 bytes)
  Done with inode 58
  inode 59 (normal, 1 links): -rw-r--r--,  size: 11364 bytes (12 blocks)
  blocks in inode 59: 239 240 241 242 243 244 245 246 247 248 249 250
  12 blocks (12288 bytes)
  Done with inode 59
  inode 60 (normal, 1 links): -rw-r--r--,  size: 1560 bytes (2 blocks)
  blocks in inode 60: 251 252
  2 blocks (2048 bytes)
  Done with inode 60
  inode 61 (normal, 1 links): -rw-r--r--,  size: 40708 bytes (41 blocks)
  blocks in inode 61: 253 254 255 256 257 258 259 260 261 262 263 264 266 267
  268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
  287 288 289 290 291 292 293
  40 blocks (40960 bytes)
  Done with inode 61
  inode 62 (normal, 1 links): -rw-r--r--,  size: 3276 bytes (4 blocks)
  blocks in inode 62: 294 295 296 297
  4 blocks (4096 bytes)
  Done with inode 62
  inode 63 (normal, 1 links): -rw-r--r--,  size: 8212 bytes (9 blocks)
  blocks in inode 63: 298 299 300 301 302 303 304 305 306
  9 blocks (9216 bytes)
  Done with inode 63
  inode 64 (normal, 1 links): -rw-r--r--,  size: 836 bytes (1 block)
  blocks in inode 64: 307
  1 blocks (1024 bytes)
  Done with inode 64
  inode 65 (normal, 1 links): -rw-r--r--,  size: 3336 bytes (4 blocks)
  blocks in inode 65: 308 309 310 311
  4 blocks (4096 bytes)
  Done with inode 65
  inode 66 (normal, 1 links): -rw-r--r--,  size: 2176 bytes (3 blocks)
  blocks in inode 66: 312 313 314
  3 blocks (3072 bytes)
  Done with inode 66
  inode 67 (normal, 1 links): -rw-r--r--,  size: 5932 bytes (6 blocks)
  blocks in inode 67: 315 316 317 318 319 320
  6 blocks (6144 bytes)
  Done with inode 67
  inode 68 (normal, 1 links): -rw-r--r--,  size: 4380 bytes (5 blocks)
  blocks in inode 68: 321 322 323 324 325
  5 blocks (5120 bytes)
  Done with inode 68
  inode 69 (normal, 1 links): -rw-r--r--,  size: 1592 bytes (2 blocks)
  blocks in inode 69: 326 327
  2 blocks (2048 bytes)
  Done with inode 69
  inode 70 (normal, 1 links): -rw-r--r--,  size: 1180 bytes (2 blocks)
  blocks in inode 70: 329 330
  2 blocks (2048 bytes)
  Done with inode 70
  inode 71 (normal, 1 links): -rw-r--r--,  size: 10480 bytes (11 blocks)
  blocks in inode 71: 331 332 333 334 335 336 337 338 339 340 341
  11 blocks (11264 bytes)
  Done with inode 71
  inode 72 (normal, 1 links): -rw-r--r--,  size: 3048 bytes (3 blocks)
  blocks in inode 72: 342 343 344
  3 blocks (3072 bytes)
  Done with inode 72
  inode 73 (normal, 1 links): -rw-r--r--,  size: 5644 bytes (6 blocks)
  blocks in inode 73: 345 346 347 348 349 350
  6 blocks (6144 bytes)
  Done with inode 73
  inode 74 (normal, 1 links): -rw-r--r--,  size: 4368 bytes (5 blocks)
  blocks in inode 74: 351 352 353 354 355
  5 blocks (5120 bytes)
  Done with inode 74
  inode 75 (normal, 1 links): -rw-r--r--,  size: 2544 bytes (3 blocks)
  blocks in inode 75: 356 357 358
  3 blocks (3072 bytes)
  Done with inode 75
  inode 76 (normal, 1 links): -rw-r--r--,  size: 1808 bytes (2 blocks)
  blocks in inode 76: 359 360
  2 blocks (2048 bytes)
  Done with inode 76
  inode 77 (normal, 1 links): -rw-r--r--,  size: 10048 bytes (10 blocks)
  blocks in inode 77: 361 362 363 364 365 366 367 368 369 370
  10 blocks (10240 bytes)
  Done with inode 77
  inode 78 (normal, 1 links): -rw-r--r--,  size: 1572 bytes (2 blocks)
  blocks in inode 78: 371 372
  2 blocks (2048 bytes)
  Done with inode 78
  inode 79 (normal, 1 links): -rw-r--r--,  size: 3020 bytes (3 blocks)
  blocks in inode 79: 373 374 375
  3 blocks (3072 bytes)
  Done with inode 79
  inode 80 (normal, 1 links): -rw-r--r--,  size: 4876 bytes (5 blocks)
  blocks in inode 80: 376 377 378 379 380
  5 blocks (5120 bytes)
  Done with inode 80
  inode 81 (normal, 1 links): -rw-r--r--,  size: 2096 bytes (3 blocks)
  blocks in inode 81: 381 382 383
  3 blocks (3072 bytes)
  Done with inode 81
  inode 82 (normal, 1 links): -rw-r--r--,  size: 14068 bytes (15 blocks)
  blocks in inode 82: 384 385 386 387 388 389 390 391 392 393 394 395 397 398
  14 blocks (14336 bytes)
  Done with inode 82
  inode 83 (normal, 1 links): -rw-r--r--,  size: 2960 bytes (3 blocks)
  blocks in inode 83: 399 400 401
  3 blocks (3072 bytes)
  Done with inode 83
  inode 84 (normal, 1 links): -rw-r--r--,  size: 3716 bytes (4 blocks)
  blocks in inode 84: 402 403 404 405
  4 blocks (4096 bytes)
  Done with inode 84
  inode 85 (normal, 1 links): -rw-r--r--,  size: 3768 bytes (4 blocks)
  blocks in inode 85: 406 407 408 409
  4 blocks (4096 bytes)
  Done with inode 85
  inode 86 (normal, 1 links): -rw-r--r--,  size: 2684 bytes (3 blocks)
  blocks in inode 86: 410 411 412
  3 blocks (3072 bytes)
  Done with inode 86
  inode 87 (normal, 1 links): -rw-r--r--,  size: 7084 bytes (7 blocks)
  blocks in inode 87: 413 414 415 416 417 418 419
  7 blocks (7168 bytes)
  Done with inode 87
  inode 88 (normal, 1 links): -rw-r--r--,  size: 621 bytes (1 block)
  blocks in inode 88: 420
  1 blocks (1024 bytes)
  Done with inode 88
  inode 89 (normal, 1 links): -rw-r--r--,  size: 75 bytes (1 block)
  blocks in inode 89: 421
  1 blocks (1024 bytes)
  Done with inode 89
  inode 90 (normal, 1 links): -rw-r--r--,  size: 904 bytes (1 block)
  blocks in inode 90: 422
  1 blocks (1024 bytes)
  Done with inode 90
  inode 91 (normal, 1 links): -rw-r--r--,  size: 512 bytes (1 block)
  blocks in inode 91: 423
  1 blocks (1024 bytes)
  Done with inode 91
  inode 92 (normal, 1 links): -rw-r--r--,  size: 512 bytes (1 block)
  blocks in inode 92: 424
  1 blocks (1024 bytes)
  Done with inode 92
  inode 93 (normal, 1 links): -rw-r--r--,  size: 512 bytes (1 block)
  blocks in inode 93: 425
  1 blocks (1024 bytes)
  Done with inode 93
  inode 94 (normal, 1 links): -rw-r--r--,  size: 30584 bytes (31 blocks)
  blocks in inode 94: 426 427 428 429 430 431 432 433 434 435 436 437 439 440
  441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456
  30 blocks (30720 bytes)
  Done with inode 94
  inode 95 (normal, 1 links): -rw-r--r--,  size: 1024 bytes (1 block)
  blocks in inode 95: 457
  1 blocks (1024 bytes)
  Done with inode 95
  inode 96 (normal, 1 links): -rw-r--r--,  size: 1024 bytes (1 block)
  blocks in inode 96: 458
  1 blocks (1024 bytes)
  Done with inode 96
  inode 97 (normal, 1 links): -rw-rw-r--,  size: 66 bytes (1 block)
  blocks in inode 97: 459
  1 blocks (1024 bytes)
  Done with inode 97
  inode 98 (normal, 1 links): -rw-rw-r--,  size: 75 bytes (1 block)
  blocks in inode 98: 460
  1 blocks (1024 bytes)
  Done with inode 98
  inode 99 (normal, 1 links): -rw-r--r--,  size: 0 byte (0 block)
  blocks in inode 99:
  0 blocks (0 bytes)
  Done with inode 99
  $ cat grub-mkimage.out
  $ 

Thanks,
Dave





reply via email to

[Prev in Thread] Current Thread [Next in Thread]