puredyne-team team mailing list archive
-
puredyne-team team
-
Mailing list archive
-
Message #01606
[Bug 783021] [NEW] creating usb stick with make-live-device.sh
Public bug reported:
hi
following the description in
http://en.wikibooks.org/wiki/Puredyne/Creating_a_live_USB_stick
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-910-carrot_and_coriander-CD.iso)
the kerne is vmlinuz and the initrd is initrd.img; therefore change:
vmlinuz1 -> vmlinuz
initrd1.img -> initrd.img
** Affects: puredyne-live
Importance: Undecided
Status: New
** Tags: live-usb-stick
--
You received this bug notification because you are a member of puredyne
team, which is the registrant for Puredyne Live.
https://bugs.launchpad.net/bugs/783021
Title:
creating usb stick with make-live-device.sh
Status in Puredyne liveCD/DVD/USB/HD:
New
Bug description:
hi
following the description in
http://en.wikibooks.org/wiki/Puredyne/Creating_a_live_USB_stick
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-910-carrot_and_coriander-CD.iso)
the kerne is vmlinuz and the initrd is initrd.img; therefore change:
vmlinuz1 -> vmlinuz
initrd1.img -> initrd.img
Follow ups
References