Booting debian-live on a HP EliteBook 8730w over network doesn't work
Hi there, I have a setup in the office and I wanted to notice that I get problems booting a HP EliteBook 8730w to boot over network. It loads and boots into initramfs but then it can't mount the root Filesystem. Ifconfig shows that the interface got recognized and it has an IP Adress assigned, so network should not be the problem. Other systems boot fine with the same setup. I attached the live.log. Btw: It is not critical for me that it boots, I just wanted to test it. But I wanted to give some feedback. I will not have this notebook that long so if you need further information, tell it soon. greets, buffoon Begin: Running /scripts/live-premount ... done. After the udevadm settle timeout, the events queue contains: 1092: /devices/LNXSYSTM:00/LNXTHERM:00 1093: /devices/LNXSYSTM:00/LNXTHERM:00/LNXPOWER:02 1094: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:01 1095: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:02 1096: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:03 1097: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:04 1098: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:05 1099: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:06 1100: /devices/LNXSYSTM:00/LNXTHERM:00/PNP0C0B:00 IP-Config: eth0 hardware address 00:24:81:64:70:38 mtu 1500 DHCP RARP IP-Config: eth0 guessed broadcast address 10.0.10.255 IP-Config: eth0 complete (from 10.0.10.246): address: 10.0.10.75 broadcast: 10.0.10.255 netmask: 255.255.255.0 gateway: 10.0.10.254 dns0 : 10.0.10.246 dns1 : 10.0.10.241 domain : prismbz.local rootserver: 10.0.10.234 rootpath: filename : pxelinux.0 Begin: Trying netboot from 10.0.10.234:/var/lib/nfsboot/prism-live ... Begin: Trying nfsmount -o nolock -o ro 10.0.10.234:/var/lib/nfsboot/prism-live /live/image ... done. Begin: Running /scripts/live-realpremount ... done. Warning: Unknown file system type on After the udevadm settle timeout, the events queue contains: 1097: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:04 1098: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:05 1099: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:06 /dev/loop0 (/live/image/live/filesystem.squashfs), assuming squashfs. Begin: Mounting "/live/image/live/filesystem.squashfs" on "/filesystem.squashfs" via "After the udevadm settle timeout, the events queue contains: 1097: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:04 1098: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:05 1099: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:06 /dev/loop0" ... mount: mounting After the udevadm settle timeout, the events queue contains: 1097: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:04 1098: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:05 1099: /devices/LNXSYSTM:00/LNXTHERM:00/LNXTHERM:06 /dev/loop0 on //filesystem.squashfs failed: No such file or directory
Bug#530128: live-initramfs: bashism in /bin/sh script
Package: live-initramfs Severity: important Version: 1.157.2-1 User: debian-rele...@lists.debian.org Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing a /bin/sh script making use of a bashism. checkbashisms' output: > possible bashism in ./etc/init.d/live-initramfs line 164 (echo -e): > echo -n -e "\n\n${MESSAGE} and press ENTER to continue:" > > /dev/console Not using bash (or a Debian Policy conformant shell interpreter which doesn't provide such an extra feature) as /bin/sh is likely to lead to errors or unexpected behaviours. Please be aware that although bash is currently the default /bin/sh there was a release goal for Lenny to make dash the default /bin/sh[1], and has been proposed for squeeze as well[2]. If you want more information about dash as /bin/sh, you can read: http://lists.debian.org/debian-release/2008/01/msg00189.html For more information supporting this goal please refer to Debian Policy, section 10.4, at: http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts Hints about how to fix bashisms: Sometimes these bugs are already fixed in Ubuntu, look at the PTS. If not already fixed you can read: https://wiki.ubuntu.com/DashAsBinSh If you still don't know how to fix the bashisms don't hesitate to reply to this email, or tag the bug as 'help'. [1]http://release.debian.org/lenny/goals.txt [2]http://lists.debian.org/debian-release/2009/04/msg00133.html Thank you, Raphael Geissert -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#530126: live-helper: bashism in /bin/sh script
Package: live-helper Severity: important Version: 1.0.4-1 User: debian-rele...@lists.debian.org Usertags: goal-dash Hello maintainer, While performing an archive wide checkbashisms (from the 'devscripts' package) check I've found your package containing a /bin/sh script making use of a bashism. checkbashisms' output: > possible bashism in ./etc/cron.daily/live-helper line 38 > ($HOST(TYPE|NAME)): > echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-helper: begin daily > build." >> /var/log/live > possible bashism in ./etc/cron.daily/live-helper line 154 > ($HOST(TYPE|NAME)): > echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-helper: end daily build." > >> /var/log/live Not using bash (or a Debian Policy conformant shell interpreter which doesn't provide such an extra feature) as /bin/sh is likely to lead to errors or unexpected behaviours. Please be aware that although bash is currently the default /bin/sh there was a release goal for Lenny to make dash the default /bin/sh[1], and has been proposed for squeeze as well[2]. If you want more information about dash as /bin/sh, you can read: http://lists.debian.org/debian-release/2008/01/msg00189.html For more information supporting this goal please refer to Debian Policy, section 10.4, at: http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts Hints about how to fix bashisms: Sometimes these bugs are already fixed in Ubuntu, look at the PTS. If not already fixed you can read: https://wiki.ubuntu.com/DashAsBinSh If you still don't know how to fix the bashisms don't hesitate to reply to this email, or tag the bug as 'help'. [1]http://release.debian.org/lenny/goals.txt [2]http://lists.debian.org/debian-release/2009/04/msg00133.html Thank you, Raphael Geissert -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org