creating usb stick with make-live-device.sh
Bug #783021 reported by
philip leitner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Puredyne Live |
In Progress
|
Undecided
|
Unassigned |
Bug Description
hi
following the description in
http://
there are some problems with the resulting image.
i had to adapt the grub.cfg on the stick to get it running:
1) the root partition is expexcted on the second partition,
but the first partition holds the data
therefore change root=(hd0,1) to -> root=(hd0,0)
2) the menuentry tries to boot a kernelimage named vmlinuz1 with
an initrd called initrd1.img; in the iso image i used (puredyne-
the kerne is vmlinuz and the initrd is initrd.img; therefore change:
vmlinuz1 -> vmlinuz
initrd1.img -> initrd.img
Changed in puredyne-live: | |
status: | New → In Progress |
To post a comment you must log in.