Guest User

Untitled

a guest
Jul 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. In cases where there is no kernel paritition information available, such as on loopback devices, the 'disk=' specification may include paritition start information; viz.,
  2.  
  3.  
  4. disk=/dev/loop0
  5. bios=0x80 # use this BIOS code
  6. max-partitions=7 # declare partitionable
  7. paritition=/dev/loop1
  8. start=63 # offset from sector 0
  9. paritition=/dev/loop2
  10. start=102400 # offset from sector 0
Add Comment
Please, Sign In to add comment